@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-moz-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-o-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-ms-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

.white {
  color: #fff; }

.btn-playtour {
  position: absolute;
  margin: 0 auto;
  box-shadow: 0 0 20px #28323e;
  background-color: rgba(40, 50, 62, 0.9); }
  .btn-playtour:hover {
    background-color: #28323e; }

.btn {
  font-family: "Quicksand-Regular";
  font-weight: 100; }

.btn-primary {
  color: #fff;
  background-color: #3D3C3F;
  border-color: #3D3C3F;
  background: #009EE0;
  background-image: linear-gradient(to bottom, #009de0 0%, #28323e 100%);
  background-position: 0 100%;
  background-size: cover;
  box-shadow: 6px 6px 10px rgba(200, 234, 211, 0.3) inset;
  border: solid 1px #009de0; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #242325;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #121213;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #3D3C3F;
    border-color: #3D3C3F; }
  .btn-primary .badge {
    color: #3D3C3F;
    background-color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active, .btn-primary:active:hover {
    background-position: 0 0;
    background: #28323e;
    border-color: #009EE0; }

.btn-primary-2 {
  background-color: #009EE0;
  color: white; }
  .btn-primary-2:hover, .btn-primary-2:focus, .btn-primary-2:active:focus, .btn-primary-2:active, .btn-primary-2:active:hover {
    background-position: 0 0;
    background: #28323e;
    border-color: #009EE0;
    color: white; }

.btn-primary-3 {
  color: #fff;
  background-color: #28323e; }
  .btn-primary-3:hover, .btn-primary-3:focus, .btn-primary-3:active:focus, .btn-primary-3:active, .btn-primary-3:active:hover {
    color: white; }

.btn-round {
  border-radius: 25px !important;
  padding: 10px 15px; }

.btn-circle {
  border-radius: 50%;
  padding: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle; }
  .btn-circle img {
    width: auto;
    height: auto;
    margin: auto auto; }

#add-tour-btn {
  position: absolute;
  bottom: 120px;
  right: 40px;
  z-index: 10; }
  #add-tour-btn.tourdetail_btn {
    top: 37%;
    bottom: auto;
    right: 20px; }
    @media (max-width: 1200px) {
      #add-tour-btn.tourdetail_btn {
        top: auto;
        bottom: 120px; } }

.btn-secondary {
  background-color: #AA0B57;
  color: white; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:active, .btn-secondary:active:hover {
    background-position: 0 0;
    background: #400421;
    color: #fff; }

.btn-fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10; }

.btn-square {
  border-radius: 0; }
  .btn-square h1, .btn-square h2, .btn-square h3 {
    margin: 0; }

.btn-white {
  text-shadow: 0 0 5px black;
  color: #FFF;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFF; }
  .btn-white h1, .btn-white h2, .btn-white h3, .btn-white h4, .btn-white h5, .btn-white p, .btn-white a {
    text-shadow: 0 0 5px black;
    color: #FFF; }
  .btn-white:hover, .btn-white:focus, .btn-white:active:focus, .btn-white:active, .btn-white:active:hover {
    background: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    color: #3e3d40; }

.btn-black {
  color: #000;
  background: black; }
  .btn-black:hover, .btn-black:focus, .btn-black:active:focus, .btn-black:active, .btn-black:active:hover {
    border: 3px solid black;
    text-shadow: 1px 1px 1px #black; }

.btn-medium {
  padding: 20px 40px;
  font-size: 20px;
  vertical-align: middle; }
  .btn-medium.btn-circle {
    width: 40px;
    height: 40px;
    padding: 0; }
  .btn-medium img {
    width: 25px !important;
    height: 25px !important;
    margin: 0 auto !important; }

.btn-big {
  padding: 13px 27px;
  font-size: 16px !important;
  vertical-align: middle; }
  .btn-big.btn-circle {
    width: 65px;
    height: 65px;
    padding: 0; }
  .btn-big img {
    margin: auto auto;
    width: auto;
    height: auto;
    padding: 15px; }

.btn-bigger {
  width: 80px;
  height: 80px;
  padding: 20px; }
  .btn-bigger img {
    margin: auto auto;
    width: auto;
    height: auto; }
  .btn-bigger.btn-playtour .btn-bigger:hover {
    width: 90px;
    height: 90px; }

.btn-playtour {
  position: absolute;
  left: 0;
  right: 0;
  width: 85px;
  height: 60px;
  margin: 0 auto;
  padding: 15px 30px;
  border: 1px solid #FFF;
  border-radius: 17px;
  text-align: center; }
  .btn-playtour.btn-playtour-small {
    width: 60px;
    height: 45px;
    margin: 0 auto;
    padding: 10px 21px;
    border: 1px solid #FFF;
    border-radius: 12px; }
  .btn-playtour img {
    width: auto;
    height: auto; }

.btn-back {
  float: left; }
  @media (max-width: 768px) {
    .btn-back {
      display: none; } }

.bth-plus {
  background: url("../images/add-50_grey.svg"); }

.btn-success {
  color: #fff;
  background-color: #00B325;
  border-color: #00B325; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00801a;
    border-color: #00340b; }
  .btn-success:hover {
    color: #fff;
    background-color: #00801a;
    border-color: #007618; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00801a;
    border-color: #007618; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #005c13;
      border-color: #00340b; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #00B325;
    border-color: #00B325; }
  .btn-success .badge {
    color: #00B325;
    background-color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active:focus, .btn-success:active, .btn-success:active:hover {
    background: #009a20;
    border-color: #009a20; }

.btn-info {
  color: #fff;
  background-color: #009EE0;
  border-color: #009EE0;
  background: #009EE0;
  background-position: 0 100%;
  background-size: cover; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #007aad;
    border-color: #004461; }
  .btn-info:hover {
    color: #fff;
    background-color: #007aad;
    border-color: #0073a3; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007aad;
    border-color: #0073a3; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #006189;
      border-color: #004461; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #009EE0;
    border-color: #009EE0; }
  .btn-info .badge {
    color: #009EE0;
    background-color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active:focus, .btn-info:active, .btn-info:active:hover {
    background-position: 0 0;
    border-color: #008cc7; }

.btn-warning {
  color: #fff;
  background-color: #3D3C3F;
  border-color: #3D3C3F; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #242325;
    border-color: black; }
  .btn-warning:hover {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #121213;
      border-color: black; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #3D3C3F;
    border-color: #3D3C3F; }
  .btn-warning .badge {
    color: #3D3C3F;
    background-color: #fff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active, .btn-warning:active:hover {
    background: #303032;
    border-color: #303032; }

/*--------------------button-shadow---------------*/
.btn-hover-shadow:hover {
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.75) !important; }

.btn-shadow {
  filter: drop-shadow(3px 3px 10px #999);
  transition: 1.5s; }
  .btn-shadow:hover {
    filter: drop-shadow(2px 2px 6px #444);
    border: 1px solid #14baff; }

/*--------------------button-shadow-end---------------*/
.list i img {
  width: 30px;
  height: 30px; }

i.small img {
  width: 20px;
  height: 20px; }

i.medium img {
  width: 35px;
  height: 35px; }

i.big img {
  width: 50px;
  height: 50px; }

.text-smaller {
  font-size: smaller; }

.bootstrap-switch {
  font-size: 11px; }

.text-justify {
  text-align: justify;
  text-justify: inter-word; }

@font-face {
  font-family: 'Indie Flower';
  src: url("../../fonts/IndieFlower-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/IndieFlower-Regular.otf") format("opentype"), url("../../fonts/IndieFlower-Regular.woff") format("woff"), url("../../fonts/IndieFlower-Regular.ttf") format("truetype"), url("../../fonts/IndieFlower-Regular.svg#IndieFlower-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url("../../fonts/Quicksand-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Material-Design-Iconic-Font.woff") format("woff"), url("../../fonts/Material-Design-Iconic-Font.ttf") format("truetype"), url("../../fonts/Material-Design-Iconic-Font.svg#Material-Design-Iconic-Font") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansRegular';
  src: url("../../fonts/opensans-regular.eot") format("embedded-opentype"), url("../../fonts/opensans-regular.woff") format("woff"), url("../../fonts/opensans-regular.ttf") format("truetype"), url("../../fonts/opensans-regular.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand-Light';
  src: url("../../fonts/Quicksand-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Quicksand-Light.otf") format("opentype"), url("../../fonts/Quicksand-Light.woff") format("woff"), url("../../fonts/Quicksand-Light.ttf") format("truetype"), url("../../fonts/Quicksand-Light.svg#Quicksand-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand-Regular';
  src: url("../../fonts/Quicksand-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Quicksand-Regular.otf") format("opentype"), url("../../fonts/Quicksand-Regular.woff") format("woff"), url("../../fonts/Quicksand-Regular.ttf") format("truetype"), url("../../fonts/Quicksand-Regular.svg#Quicksand-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand-Medium';
  src: url("../../fonts/Quicksand-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Quicksand-Medium.otf") format("opentype"), url("../../fonts/Quicksand-Medium.woff") format("woff"), url("../../fonts/Quicksand-Medium.ttf") format("truetype"), url("../../fonts/Quicksand-Medium.svg#Quicksand-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand-Bold';
  src: url("../../fonts/Quicksand-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Quicksand-Bold.otf") format("opentype"), url("../../fonts/Quicksand-Bold.woff") format("woff"), url("../../fonts/Quicksand-Bold.ttf") format("truetype"), url("../../fonts/Quicksand-Bold.svg#Quicksand-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Thin';
  src: url("../../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-Thin.otf") format("opentype"), url("../../fonts/Montserrat-Thin.woff") format("woff"), url("../../fonts/Montserrat-Thin.ttf") format("truetype"), url("../../fonts/Montserrat-Thin.svg#Montserrat-Thin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url("../../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-ExtraLight.otf") format("opentype"), url("../../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../../fonts/Montserrat-ExtraLight.ttf") format("truetype"), url("../../fonts/Montserrat-ExtraLight.svg#Montserrat-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-Light.otf") format("opentype"), url("../../fonts/Montserrat-Light.woff") format("woff"), url("../../fonts/Montserrat-Light.ttf") format("truetype"), url("../../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-Regular.otf") format("opentype"), url("../../fonts/Montserrat-Regular.woff") format("woff"), url("../../fonts/Montserrat-Regular.ttf") format("truetype"), url("../../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-Medium.otf") format("opentype"), url("../../fonts/Montserrat-Medium.woff") format("woff"), url("../../fonts/Montserrat-Medium.ttf") format("truetype"), url("../../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-Bold.otf") format("opentype"), url("../../fonts/Montserrat-Bold.woff") format("woff"), url("../../fonts/Montserrat-Bold.ttf") format("truetype"), url("../../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Semibold';
  src: url("../../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-SemiBold.otf") format("opentype"), url("../../fonts/Montserrat-SemiBold.woff") format("woff"), url("../../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url("../../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-ExtraBold.otf") format("opentype"), url("../../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Black';
  src: url("../../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-Black.otf") format("opentype"), url("../../fonts/Montserrat-Black.woff") format("woff"), url("../../fonts/Montserrat-Black.ttf") format("truetype"), url("../../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url("../../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/MyriadPro-Semibold.otf") format("opentype"), url("../../fonts/MyriadPro-Semibold.woff") format("woff"), url("../../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/MyriadPro-Regular.otf") format("opentype"), url("../../fonts/MyriadPro-Regular.woff") format("woff"), url("../../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url("../../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/MyriadPro-Bold.otf") format("opentype"), url("../../fonts/MyriadPro-Bold.woff") format("woff"), url("../../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../../fonts/Segoe UI.eot");
  src: url("../../fonts/Segoe UI.eot?#iefix") format("embedded-opentype"), url("../../fonts/Segoe UI.woff2") format("woff2"), url("../../fonts/Segoe UI.woff") format("woff"), url("../../fonts/Segoe UI.ttf") format("truetype"), url("../../fonts/Segoe UI.otf") format("opentype"), url("../../fonts/Segoe UI.svg#Segoe UI") format("svg"); }

@font-face {
  font-family: 'Segoe UI Light';
  src: url("../../fonts/Segoe UI Light.eot");
  src: url("../../fonts/Segoe UI Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Segoe UI Light.woff2") format("woff2"), url("../../fonts/Segoe UI Light.woff") format("woff"), url("../../fonts/Segoe UI Light.ttf") format("truetype"), url("../../fonts/Segoe UI Light.otf") format("opentype"), url("../../fonts/Segoe UI Light.svg#Segoe UI Light") format("svg"); }

@font-face {
  font-family: 'Segoe WP Light';
  src: url("../../fonts/Segoe WP Light.eot");
  src: url("../../fonts/Segoe WP Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Segoe WP Light.woff2") format("woff2"), url("../../fonts/Segoe WP Light.woff") format("woff"), url("../../fonts/Segoe WP Light.ttf") format("truetype"), url("../../fonts/Segoe WP Light.otf") format("opentype"), url("../../fonts/Segoe WP Light.svg#Segoe WP Light") format("svg"); }

@font-face {
  font-family: 'Calibri';
  src: url("../../fonts/Calibri.eot");
  src: url("../../fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("../../fonts/Calibri.woff2") format("woff2"), url("../../fonts/Calibri.woff") format("woff"), url("../../fonts/Calibri.ttf") format("truetype"), url("../../fonts/Calibri.otf") format("opentype"), url("../../fonts/Calibri.svg#Calibri") format("svg"); }

@media (min-width: 1200px) {
  .dashboard .container {
    max-width: 1900px;
    width: auto; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .dashboard .container {
    width: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .dashboard .container {
    max-width: 900px;
    width: 98%; } }

.btn {
  font-family: "Quicksand-Medium";
  transition: all 0.3s ease 0s; }

.btn-login {
  position: relative;
  background: #009EE0;
  background-image: linear-gradient(to bottom, #009de0 0%, #28323e 100%);
  background-position: 0 100%;
  background-size: cover;
  transition: all .3s ease-in; }

.btn-login:hover {
  background-position: 0 0; }

/*=========================preset==============================*/
.row {
  margin: 20px 0; }

.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.mt--50 {
  margin-top: -50px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-200 {
  margin-top: 200px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-100 {
  padding-bottom: 60px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

@media (min-width: 768px) {
  .pl-sm-45 {
    padding-left: 45px !important; } }

@media (min-width: 768px) {
  .pr-sm-45 {
    padding-right: 45px !important; } }

.plr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.m-lr-15 {
  margin-left: 15px;
  margin-right: 15px; }

.color-333 {
  color: #333 !important; }

.pb-0 {
  padding-bottom: 0px; }

.p-0 {
  padding: 0px; }

.size10 {
  font-size: 10px; }

.size11 {
  font-size: 11px; }

.size12 {
  font-size: 12px; }

.size13 {
  font-size: 13px; }

.size14 {
  font-size: 14px; }

.size17 {
  font-size: 17px; }

.bg-gray {
  background-color: #F8F8F8; }

.btn-lg-pad {
  padding: 12px 50px; }

.noradius, .form-control {
  border-radius: 0px !important; }

.no-border {
  border: 0px !important; }

.form-control {
  box-shadow: none; }

.form-control:focus {
  box-shadow: none;
  border-color: #aa0b57; }

.color-theme {
  color: #aa0b57 !important; }

.color-blue {
  color: #009EE0 !important; }

.red, .errormessage {
  color: red; }

.errormessage {
  font-size: 14px;
  white-space: nowrap; }

.color-fff {
  color: #fff; }

.link-megenta, .link-megenta:hover, .link-megenta:focus {
  color: #aa0b57 !important; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat-ExtraLight"; }

.tooltip > .tooltip-inner {
  background-color: #aa0b57;
  font-size: 14px;
  font-family: "Quicksand-Regular"; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #aa0b57; }

.tooltip.right .tooltip-arrow {
  border-right-color: #aa0b57; }

.tooltip.left .tooltip-arrow {
  border-left-color: #aa0b57; }

.tooltip.top .tooltip-arrow {
  border-top-color: #aa0b57; }

.modal {
  padding-left: 0px !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.bootbox-confirm .modal-dialog {
  margin-top: 80px; }

.modal-center {
  text-align: center;
  padding: 0 !important; }
  .modal-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .modal-center:before {
      display: initial;
      margin-right: 0px; }
    .modal-center .modal-dialog {
      display: block; } }
  .modal-center label {
    font-size: 13px; }

.modal-center-mobile {
  display: table;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0; }
  .modal-center-mobile.in {
    visibility: visible;
    opacity: 1; }
  .modal-center-mobile .modal-dialog {
    display: table-cell;
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    margin: 0px; }
    .modal-center-mobile .modal-dialog .modal-content {
      width: inherit;
      height: inherit;
      margin: 0 auto; }

.common-modal .modal-header {
  position: relative; }
  .common-modal .modal-header .close,
  .common-modal .modal-header .clos {
    position: absolute;
    right: -10px;
    top: -5px;
    margin-top: 0px;
    opacity: 1; }
    .common-modal .modal-header .close:hover,
    .common-modal .modal-header .clos:hover {
      opacity: 1; }
  .common-modal .modal-header h5 {
    text-align: center;
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 0; }

@media (max-width: 767px) {
  .common-modal .modal-header {
    padding: 7px 15px; } }

.common-modal .help-block_container .img {
  width: 80px;
  height: 70px;
  margin-right: 20px;
  background-image: url("../images/mous-move-black-lined.svg");
  background-size: contain;
  background-repeat: no-repeat;
  float: right; }

.common-modal .help-block_container .col-sm-6:nth-of-type(1) .img {
  margin-right: 0; }

.common-modal .help-block_container .col-sm-6:nth-of-type(2) .img {
  background-image: url("../images/mous-scroll-black_lined.svg");
  float: right; }

.common-modal .help-list {
  max-width: 370px;
  margin: 0 auto; }
  .common-modal .help-list ul {
    padding-left: 0; }
  .common-modal .help-list li {
    flex-direction: column;
    flex: 1 0 auto;
    list-style: none;
    text-align: center; }
    .common-modal .help-list li .img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 0 auto 10px;
      background-size: contain !important; }
      .common-modal .help-list li .img-circle {
        background: url("../images/small_circle01.png") no-repeat; }
      .common-modal .help-list li .img-audio {
        background: url("../images/hotspotsaudio_icon.svg") no-repeat; }
      .common-modal .help-list li .img-picture {
        background: url("../images/hotspotspicture_icon.svg") no-repeat; }
      .common-modal .help-list li .img-info {
        background: url("../images/hotspotsinfo_icon.svg") no-repeat; }

.common-modal .help-icons {
  max-width: 400px;
  margin: 0 auto;
  padding: 0; }
  .common-modal .help-icons li {
    flex-direction: column;
    flex: 1 0 75px;
    list-style: none;
    text-align: center; }
    .common-modal .help-icons li .background {
      background-color: #2d2d2c;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      position: relative;
      z-index: 1;
      margin: 0 auto; }
    .common-modal .help-icons li .img {
      width: 40px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      height: 40px;
      background-image: url("../images/tourdesigns/viewer-icon-simple_white_filed.svg");
      background-repeat: no-repeat;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
      .common-modal .help-icons li .img-info {
        background-position: -72px 0; }
      .common-modal .help-icons li .img-pos {
        background-position: -152px 0; }
      .common-modal .help-icons li .img-pdf {
        background-position: -236px 0; }
      .common-modal .help-icons li .img-person {
        background-position: 2px 0; }
    .common-modal .help-icons li span {
      margin-top: 10px; }

#help-modal .common-modal.modal-dialog {
  max-width: 520px;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; }
  #help-modal .common-modal.modal-dialog .modal-header .close {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
    width: 20px; }

#help-modal .common-modal .modal-body {
  height: 380px;
  overflow-y: auto; }

body.link_modal_open .modal-backdrop.in {
  opacity: 0.9; }

.mCSB_dragger_bar {
  background-color: #aa0b57 !important; }

.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 4px 11px; }

.bootstrap-select .dropdown-toggle {
  font-family: "Quicksand-Regular"; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }

.btn-ttc {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px; }

.alert {
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: transparent;
  padding: 5px 15px;
  border-radius: 0px;
  overflow-wrap: break-word; }
  .alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #A94442; }
  .alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #59935A; }
  .alert.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #4C8BAA; }
  .alert.alert-warning {
    background-color: #F6F2DD;
    border-color: #AF9260;
    color: #8A6D3B; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

.btn:focus, .btn.active, input:focus, input:hover, button:focus, button:hover, .selectpicker:focus, a:focus, .btn:active:focus {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  -o-outline: none; }

.btn, a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

body {
  font-family: "Quicksand-Regular";
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

html, body {
  min-height: 100%; }

.error-page .error_msg {
  color: #fff;
  padding: 30px 50px;
  border-radius: 4px;
  border: none;
  margin: 12em auto 0;
  text-align: center;
  background: #AA0B57;
  font-family: "Quicksand-Medium";
  font-size: 22px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .error-page .error_msg {
      margin-top: 9em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .error-page .error_msg {
      margin-top: 12em; } }
  @media (max-width: 767px) {
    .error-page .error_msg {
      margin-top: 6em;
      padding: 20px;
      font-size: 20px; } }

.modal3d-effect.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px; }

.modal3d-effect .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.modal3d-effect.in .modal-dialog {
  visibility: visible; }

.bootbox-alert .modal-dialog .modal-footer .btn {
  letter-spacing: 2px; }

.h-100 {
  height: 100% !important; }

body.link_modal_open #stepMenu {
  z-index: 3; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999999;
  background: radial-gradient(ellipse at center, #28323e 0%, black 100%); }
  #preloader .loader-text {
    position: relative;
    top: 30vh;
    text-align: center; }
    #preloader .loader-text img {
      width: 10%;
      max-width: 150px;
      min-width: 120px; }
    #preloader .loader-text h2 {
      color: #fff;
      font-size: 1.5em;
      font-family: 'Indie Flower';
      margin-top: 10px; }
  #preloader .inner {
    font-size: 12px;
    height: auto;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 400px;
    transform: translate(-50%, -50%); }
    #preloader .inner .spinner {
      height: 30px;
      margin-top: 10px; }
      #preloader .inner .spinner > div {
        background-color: #fff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out; }
      #preloader .inner .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s; }
      #preloader .inner .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s; }
      #preloader .inner .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s; }
      #preloader .inner .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s; }
    #preloader .inner img {
      width: 20%;
      min-width: 200px;
      max-width: 320px; }
      #preloader .inner img.loader-img {
        width: 100px;
        height: 100px; }
  @media (max-width: 767px) {
    #preloader .loader-text {
      top: 25vh; }
      #preloader .loader-text img {
        min-width: 130px; }
      #preloader .loader-text h2 {
        font-size: 1.2em; }
    #preloader .inner img.loader-img {
      height: 80px;
      width: 80px; } }
  @media (max-height: 500px) {
    #preloader .loader-text {
      top: 25vh; }
      #preloader .loader-text img {
        min-width: 130px; }
      #preloader .loader-text h2 {
        font-size: 1.2em; }
    #preloader .inner img.loader-img {
      height: 80px;
      width: 80px; } }

#loader {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }
  #loader.box_loader {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5); }
    #loader.box_loader .loader {
      top: 50%;
      position: relative;
      margin: -25px auto 0;
      text-align: center; }

.toggle-btn {
  display: none;
  position: absolute;
  top: 8px;
  left: auto;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  z-index: 100; }

.header ul li a {
  color: white; }

.header .navbar-brand {
  padding-top: 7px;
  max-width: 150px;
  width: 25%;
  height: 60px;
  margin-right: 0.5vw; }

.header .account-container .account-icon {
  background-image: url(../images/account-white.svg);
  height: 20px;
  width: 20px;
  background-size: 20%;
  left: 126px;
  top: 11px; }
  @media (max-width: 767px) {
    .header .account-container .account-icon {
      margin-top: 4px;
      top: 7px !important; } }

.header .logo-container .logo-nav {
  background-repeat: no-repeat;
  width: 150px;
  top: -30px;
  left: -30px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  background-position: center;
  background-size: 51%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.47);
  background-image: url(../images/logo/wolowo-logo-icon-magenta-grey.svg); }
  @media (max-width: 767px) {
    .header .logo-container .logo-nav {
      top: -18px !important; } }

.header .logo-box {
  padding-left: 15px; }

@media (max-width: 767px) {
  .header .logo-nav {
    background-image: url(../images/logo/wolowo-logo-icon-magenta-grey.svg); } }

.header .username_nav {
  position: absolute;
  color: #fff;
  left: 190px;
  top: 7px;
  text-shadow: #000 0px 0px 15px, #000 0px 0px 5px, #000 0px 0px 5px; }
  @media (max-width: 992px) {
    .header .username_nav {
      left: 155px; } }

.account-navi {
  width: 80px;
  height: 80px;
  z-index: 3 !important;
  border-radius: 50%;
  text-align: center;
  top: -14px;
  position: absolute;
  left: 95px !important;
  background: #AA0B57 !important;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.47);
  top: -14px; }

#navigation.header-scroll {
  background-color: white;
  width: 100%;
  animation: top-in-basic 1 0.4s 0s;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  border-bottom: 2px solid #aa0b57;
  box-shadow: 0 4px 2px -3px black; }
  #navigation.header-scroll .logo-container .logo-nav {
    background-image: url(../images/wolowo-logo.svg);
    top: 2px;
    left: 0;
    height: 60px;
    border-radius: 0;
    background-size: 100%;
    box-shadow: none;
    background-color: transparent;
    width: 100%; }
    @media (max-width: 992px) {
      #navigation.header-scroll .logo-container .logo-nav {
        background-image: url(../images/logo/wolowo-logo-icon-magenta-grey.svg);
        width: 125px;
        top: -30px;
        left: -30px;
        height: 125px;
        background-color: white;
        border-radius: 50%;
        background-position: center;
        background-size: 51%;
        position: relative;
        z-index: 2;
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.47); } }
  #navigation.header-scroll #navbar {
    float: none;
    text-align: center; }
    @media (min-width: 992px) {
      #navigation.header-scroll #navbar {
        display: block; } }
    #navigation.header-scroll #navbar li a {
      text-shadow: none; }
  #navigation.header-scroll ul li a {
    color: #AA0B57;
    padding: 15px 15px; }
    #navigation.header-scroll ul li a.active {
      background: #400421; }
  #navigation.header-scroll ul.navbar-nav {
    border-bottom: 0 !important;
    box-shadow: none !important; }
    #navigation.header-scroll ul.navbar-nav li .dreieck {
      background: #aa0b57 !important; }
    #navigation.header-scroll ul.navbar-nav li a {
      color: #3e3d40 !important; }
    #navigation.header-scroll ul.navbar-nav li ul.sub-menu li a {
      color: #333; }
    #navigation.header-scroll ul.navbar-nav li ul.sub-menu.inspiration-menu li:first-child a {
      color: #fff !important; }
  #navigation.header-scroll .account-navi {
    top: -13px;
    left: auto !important;
    right: -12px; }
    #navigation.header-scroll .account-navi ul.afterlogin li {
      float: right; }
      #navigation.header-scroll .account-navi ul.afterlogin li.dropdown .dropdown-toggle {
        background-position: right;
        left: auto;
        right: 10px;
        top: -12px;
        line-height: 5.75;
        color: #777;
        text-shadow: none;
        font-family: 'Montserrat-Regular'; }
        @media (max-width: 992px) {
          #navigation.header-scroll .account-navi ul.afterlogin li.dropdown .dropdown-toggle {
            right: 16px; } }
        @media (max-width: 767px) {
          #navigation.header-scroll .account-navi ul.afterlogin li.dropdown .dropdown-toggle {
            background-position: inherit; } }
      #navigation.header-scroll .account-navi ul.afterlogin li.dropdown.open .dropdown-menu {
        left: auto;
        right: 15px; }
        #navigation.header-scroll .account-navi ul.afterlogin li.dropdown.open .dropdown-menu:after {
          left: auto;
          right: 8%;
          top: -11px; }
    #navigation.header-scroll .account-navi ul.afterlogin.afterlogin_user li.dropdown .dropdown-toggle {
      left: 10px;
      top: 0px; }
      #navigation.header-scroll .account-navi ul.afterlogin.afterlogin_user li.dropdown .dropdown-toggle img.img-circle {
        left: auto;
        top: 0;
        right: -9px; }
        @media (max-width: 991px) {
          #navigation.header-scroll .account-navi ul.afterlogin.afterlogin_user li.dropdown .dropdown-toggle img.img-circle {
            left: auto;
            right: -10px;
            top: -2px; } }
      @media (max-width: 767px) {
        #navigation.header-scroll .account-navi ul.afterlogin.afterlogin_user li.dropdown .dropdown-toggle {
          left: 14px !important;
          top: 3px !important; } }
    #navigation.header-scroll .account-navi ul.afterlogin.afterlogin_user li.dropdown.open .dropdown-menu {
      left: auto;
      right: 15px; }
      #navigation.header-scroll .account-navi ul.afterlogin.afterlogin_user li.dropdown.open .dropdown-menu:after {
        left: auto;
        right: 8%; }
    @media (max-width: 992px) {
      #navigation.header-scroll .account-navi ul.afterlogin.afterlogin_user li.dropdown {
        padding: 0 0 0 9px;
        top: -8px;
        right: 0; } }
    #navigation.header-scroll .account-navi li {
      float: right; }
      #navigation.header-scroll .account-navi li:hover {
        border-top: none; }
      #navigation.header-scroll .account-navi li a {
        padding: 0; }
    #navigation.header-scroll .account-navi:first-child a {
      /* &:after{
                            content:"";position:absolute;height:14px;right:-16px;top:5px;width:1px;background-color:#666666;
                        }*/ }
    @media (max-width: 768px) {
      #navigation.header-scroll .account-navi {
        height: 70px;
        width: 70px;
        top: -11px; } }
  #navigation.header-scroll .dropdown-toggle img {
    box-shadow: none !important; }
  #navigation.header-scroll .username_nav {
    left: auto;
    right: 70px;
    text-shadow: none; }
    #navigation.header-scroll .username_nav .email {
      color: #3e3d40; }
      @media (max-width: 992px) {
        #navigation.header-scroll .username_nav .email {
          padding: 15px; } }
  @media (max-width: 992px) {
    #navigation.header-scroll {
      border: none;
      box-shadow: none; } }

.header-scroll .logo-container {
  animation: left-in-basic 1 0.8s 0s; }

.header-scroll .logo-container h1 {
  margin: 10px 0px;
  color: #1e1e1e; }

.display-none-mobile {
  display: table; }

.display-block {
  display: table; }

#navigation {
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 0 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  background-color: white;
  z-index: 10;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s linear 0s;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  @media (min-width: 768px) {
    #navigation {
      height: 50px; } }
  @media (min-width: 768px) {
    #navigation .home-nav {
      max-width: 900px;
      margin: 0 auto;
      display: inline-block; } }
  #navigation #navbar {
    width: 71%;
    text-align: right;
    float: right;
    margin: 0 auto; }
  #navigation .navbar-nav {
    width: auto;
    float: none; }
    #navigation .navbar-nav li .dreieck {
      display: none;
      position: absolute;
      bottom: -7px;
      right: 0;
      left: 0;
      margin: auto;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 1px 2px 1p  x rgba(0, 0, 0, 0.5); }
    #navigation .inspiration-menu li a {
      font-size: 1.5rem !important;
    }
    #navigation .navbar-nav li a {
      position: relative;
      padding: 13px;
      font-family: 'Montserrat-Regular' !important;
      text-align: center;
      font-size: 2.0rem;
      font-weight: bold;
      text-shadow: #000 0px 0px 15px, #000 0px 0px 5px, #000 0px 0px 5px; }
      @media (max-width: 767px) {
        #navigation .navbar-nav li a {
          padding: 8px 15px;
          font-size: 15px;
          font-weight: bold;
          text-align: center; } }
      #navigation .navbar-nav li a:hover, #navigation .navbar-nav li a:focus {
        background-color: none;
        background: none !important;
        background-color: white; }
    #navigation .navbar-nav li:hover .dreieck {
      display: block; }
    #navigation .navbar-nav .sub-menu {
      visibility: hidden;
      background: #fff;
      opacity: 0;
      position: absolute;
      top: 140%;
      left: 50%;
      transform: translateX(-50%) !important;
      right: 0;
      margin: auto;
      width: 100%;
      border-bottom: 3px solid white;
      z-index: -1;
      border-radius: 0 0 5px 5px;
      transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
      padding: 5px 0px;
      width: 240px;
      border-radius: 20px;
      box-shadow: 0 5px 8px 0 rgba(44, 15, 15, 0.2); }
      #navigation .navbar-nav .sub-menu li {
        width: 100%;
        color: #AA0B57;
        padding: 5px;
        list-style: none;
        text-align: left; }
        #navigation .navbar-nav .sub-menu li:hover {
          list-syle: initial; }
          #navigation .navbar-nav .sub-menu li:hover a {
            color: #333;
            font-weight: bold;
            padding-left: 35px; }
            #navigation .navbar-nav .sub-menu li:hover a:hover {
              border: none;
              background: none;
              text-decoration: none; }
        #navigation .navbar-nav .sub-menu li a {
          color: #333;
          text-shadow: none;
          padding: 10px;
          padding-left: 30px; }
    #navigation .navbar-nav .sub-menu-parent:focus .sub-menu,
    #navigation .navbar-nav .sub-menu-parent:focus-within .sub-menu,
    #navigation .navbar-nav .sub-menu-parent:hover .sub-menu {
      visibility: visible;
      /* shows sub-menu */
      opacity: 1;
      z-index: 1;
      transform: translateY(0%);
      transition-delay: 0s, 0s, 0.3s;
      /* this removes the transition delay so the menu will be visible while the other styles transition */ }
  @media (min-width: 767px) and (max-width: 992px) {
    #navigation .home-nav li {
      padding-left: 1.5%;
      padding-right: 1.5%; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    #navigation .home-nav a {
      width: 120px; } }
  @media (min-width: 1200px) {
    #navigation .home-nav a {
      width: 150px; } }
  #navigation .inspiration-menu {
    width: 360px !important;
    padding: 0 !important; }
    #navigation .inspiration-menu ul {
      padding: 0; }
    #navigation .inspiration-menu li:first-child {
      padding: 0 5px;
      background-color: #AA0B57;
      border-radius: 0 20px 0 0;
      border-bottom: 1px solid #ccc; }
      #navigation .inspiration-menu li:first-child a {
        color: #fff !important;
        font-size: 1.20rem;
        font-weight: bold;
        text-transform: uppercase; }
    #navigation .inspiration-menu li {
      padding-left: 15px; }
    #navigation .inspiration-menu .display-none-xs ul:first-child li {
      border-radius: 20px 0 0 0; }
  #navigation .account-navi ul {
    display: list-inline;
    margin-bottom: 0px; }
    #navigation .account-navi ul li {
      padding: 15px;
      float: left; }
      #navigation .account-navi ul li:hover {
        border-top: none; }
      #navigation .account-navi ul li a {
        text-decoration: none;
        display: block;
        font-size: 1.20rem;
        background-repeat: no-repeat;
        padding-left: 28px; }
        #navigation .account-navi ul li a:hover {
          color: #aa0b57;
          text-shadow: none; }
        #navigation .account-navi ul li a img {
          margin-right: 5px; }
    #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle {
      position: relative;
      line-height: 2;
      top: 11px;
      left: 13.5px;
      height: 80px;
      width: 170px;
      font-size: 2.0rem;
      font-weight: bold;
      background-repeat: no-repeat;
      text-shadow: #000 0px 0px 15px, #000 0px 0px 5px, #000 0px 0px 5px;
      font-family: 'Montserrat-Regular'; }
      #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle img {
        width: 36px;
        height: 36px;
        border: 1px solid #aa0b57;
        margin-right: 20px; }
      #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle .email {
        display: inline-block;
        margin-right: 8px;
        overflow: hidden;
        vertical-align: middle;
        text-overflow: ellipsis;
        position: absolute;
        right: 70px;
        top: 0px;
        font-size: 1.35rem; }
        @media (min-width: 767px) and (max-width: 992px) {
          #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle .email {
            right: 42px; } }
      #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle .img-circle {
        top: -1px;
        position: absolute;
        left: 12px; }
      #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle .fa {
        font-size: 26px;
        line-height: normal;
        top: 20px !important;
        position: relative;
        margin-left: 9px; }
      #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle:hover {
        color: #009EE0; }
    #navigation .account-navi ul.afterlogin li.dropdown ul.dropdown-menu {
      left: 0;
      margin-top: 6px;
      border-radius: 0px; }
      #navigation .account-navi ul.afterlogin li.dropdown ul.dropdown-menu:after {
        position: absolute;
        top: -11px;
        left: 14%;
        display: inline-block;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #ffffff;
        border-left: 12px solid transparent;
        content: ''; }
      #navigation .account-navi ul.afterlogin li.dropdown ul.dropdown-menu li {
        padding: 0px; }
        #navigation .account-navi ul.afterlogin li.dropdown ul.dropdown-menu li a {
          color: #3e3d40;
          padding: 5px 15px;
          font-size: 2rem;
          text-shadow: none; }
          #navigation .account-navi ul.afterlogin li.dropdown ul.dropdown-menu li a:after {
            display: none; }
          #navigation .account-navi ul.afterlogin li.dropdown ul.dropdown-menu li a:hover {
            background-color: #AA0B57;
            color: white !important; }
    #navigation .account-navi ul.afterlogin li.dropdown.open ul.dropdown-menu {
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-name: slide-up;
      animation-name: slide-up;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      position: absolute;
      top: 72px;
      z-index: 2;
      box-shadow: 0 5px 8px 0 rgba(44, 15, 15, 0.2);
      border-radius: 10px; }
      #navigation .account-navi ul.afterlogin li.dropdown.open ul.dropdown-menu li {
        width: 100%;
        text-align: center;
        height: 27px; }
        #navigation .account-navi ul.afterlogin li.dropdown.open ul.dropdown-menu li a {
          float: none;
          color: #333;
          font-family: "Montserrat-Regular"; }
      @media (max-width: 991px) {
        #navigation .account-navi ul.afterlogin li.dropdown.open ul.dropdown-menu {
          top: 50px;
          width: 70px;
          padding: 5px 0; }
          #navigation .account-navi ul.afterlogin li.dropdown.open ul.dropdown-menu:after {
            left: 21%; } }
      @media (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
        #navigation .account-navi ul.afterlogin li.dropdown.open ul.dropdown-menu {
          top: 50px;
          height: max-content; } }
      @media (max-width: 767px) {
        #navigation .account-navi ul.afterlogin li.dropdown.open ul.dropdown-menu {
          top: 17px;
          left: 20px; } }
    #navigation .account-navi ul.afterlogin_user li {
      padding: 0; }
      #navigation .account-navi ul.afterlogin_user li.dropdown .dropdown-toggle {
        right: auto;
        left: 4px;
        top: 0; }
        #navigation .account-navi ul.afterlogin_user li.dropdown .dropdown-toggle .img-circle {
          height: 80px;
          width: 80px;
          border: 0;
          top: 0;
          left: 0; }
          @media (max-width: 992px) {
            #navigation .account-navi ul.afterlogin_user li.dropdown .dropdown-toggle .img-circle {
              left: 0;
              top: -11px; } }
        #navigation .account-navi ul.afterlogin_user li.dropdown .dropdown-toggle .hidden-xs {
          display: none; }
      #navigation .account-navi ul.afterlogin_user li.dropdown .dropdown-menu li {
        padding: 15px; }
        #navigation .account-navi ul.afterlogin_user li.dropdown .dropdown-menu li:first-child {
          display: none;
          background: #eee;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          border-bottom: 1px dashed #ccc; }
          @media (max-width: 768px) {
            #navigation .account-navi ul.afterlogin_user li.dropdown .dropdown-menu li:first-child {
              display: block; } }
        #navigation .account-navi ul.afterlogin_user li.dropdown .dropdown-menu li .username_nav {
          color: #333;
          padding: 0 0 5px 0;
          font-size: 1.20rem;
          left: 0;
          right: 0;
          text-shadow: none; }
    @media (max-width: 992px) {
      #navigation .account-navi ul.afterlogin_user {
        margin: 0; } }
  #navigation .account-navi + .account-navi {
    display: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #navigation .navbar-nav li a {
      padding: 13px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #navigation .navbar-brand {
      padding-top: 11px;
      padding-right: 0px;
      margin-top: 13px; }
    #navigation .navbar-nav li a {
      padding: 15px; }
    #navigation .account-navi ul li a {
      font-size: 1.20rem; } }
  @media (max-width: 767px) {
    #navigation .dropdown-menu {
      margin-top: 40px !important; } }
  @media (max-width: 480px) {
    #navigation .logo-nav {
      width: 100px; } }
  @media (max-width: 992px) {
    #navigation {
      padding: 0px; }
      #navigation .navbar-toggle {
        display: block; }
      #navigation .navbar-brand {
        margin-right: 0;
        padding-top: 3px;
        width: 133px;
        padding-right: 0px; }
      #navigation .logo-nav {
        width: 125px;
        top: -30px;
        left: -20px;
        height: 125px;
        background-color: white;
        border-radius: 50%;
        background-position: center;
        background-size: 51%;
        position: relative;
        z-index: 2;
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.47); }
      #navigation .account-navi {
        padding-top: 10px;
        left: 70px !important; }
        #navigation .account-navi ul.afterlogin li {
          float: left; }
          #navigation .account-navi ul.afterlogin li a.account-icon {
            top: 11px;
            left: 120px; }
        #navigation .account-navi ul.afterlogin .dropdown-toggle img {
          width: 50px;
          height: 50px; }
      #navigation .account-navi + .account-navi {
        display: none; }
      #navigation .navbar-toggle, #navigation .navbar-toggle:hover, #navigation .navbar-toggle:focus {
        margin: auto;
        margin-top: 15px;
        right: 0;
        left: 0;
        position: absolute;
        height: 40px;
        width: 40px;
        background: #aa0b57;
        z-index: 11;
        padding: 11px 10px;
        border-radius: 50%;
        box-shadow: 0px 15px 18px 0px rgba(0, 0, 0, 0.47); }
        #navigation .navbar-toggle .icon-bar, #navigation .navbar-toggle:hover .icon-bar, #navigation .navbar-toggle:focus .icon-bar {
          background-color: #fff; }
      #navigation #navbar {
        border-bottom: 5px white solid;
        box-shadow: 0 3px 5px #000, inset 0 -5px 5px rgba(0, 0, 0, 0.2), inset 0 5px 5px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
        background-color: #aa0b57;
        width: 100%; }
        #navigation #navbar .custom_nav_style_collapse {
          background: #400421;
          border-bottom: dashed 1px white;
          padding-top: 10px; }
        #navigation #navbar .navbar-nav {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-bottom: 0;
          box-shadow: none; }
        #navigation #navbar ul li {
          padding: 10px;
          float: none; } }
      @media (max-width: 992px) and (max-width: 992px) {
        #navigation #navbar ul li {
          margin-top: 5px; } }
  @media (max-width: 992px) {
          #navigation #navbar ul li a {
            color: #ffffff !important;
            font-weight: bold;
            font-size: 18px; }
          #navigation #navbar ul li:hover .dreieck {
            display: none; }
      #navigation .img-circle {
        width: 40px; }
      #navigation .navbar-nav {
        margin: 0 0; }
        #navigation .navbar-nav li a {
          padding: 8px 15px;
          font-size: 15px; }
      #navigation .account-navi ul {
        padding-top: 0px;
        margin: 5px 0 10px; }
        #navigation .account-navi ul li {
          padding: 0 9px; }
          #navigation .account-navi ul li a {
            font-size: 15px; }
          #navigation .account-navi ul li:first-child a:after {
            right: -10px;
            top: 4px; }
        #navigation .account-navi ul.afterlogin li {
          padding: 0px 9px; }
          #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle .email {
            width: 130px; }
          #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle .fa {
            margin-left: 5px; } }
  @media (min-width: 992px) {
    #navigation .collapse {
      display: inline-block; } }

@media (max-width: 992px) {
  #navigation {
    height: 48px;
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none; }
    #navigation #navbar {
      position: absolute;
      top: 0;
      z-index: -1;
      overflow-x: hidden;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.9);
      z-index: 7;
      border-bottom: 0;
      height: 100vh !important; }
      #navigation #navbar ul.navbar-nav li.sub-menu-parent ul.sub-menu {
        display: none; }
    #navigation ul.afterlogin_user li.dropdown {
      position: relative;
      top: 2px;
      right: 14px; }
      #navigation ul.afterlogin_user li.dropdown ul.dropdown-menu {
        top: 6px; } }

@media (max-width: 767px) {
  #navigation .logo-nav {
    height: 100px;
    width: 100px; }
  #navigation .account-navi {
    left: auto !important;
    right: -11px;
    top: -11px; }
    #navigation .account-navi ul.afterlogin li {
      float: right; }
      #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle {
        top: 1px !important;
        left: 126px !important; }
        #navigation .account-navi ul.afterlogin li.dropdown .dropdown-toggle .img-circle {
          top: 0px;
          left: 0; }
      #navigation .account-navi ul.afterlogin li.dropdown.dropdown.open ul.dropdown-menu {
        left: auto;
        right: 20px; }
        #navigation .account-navi ul.afterlogin li.dropdown.dropdown.open ul.dropdown-menu:after {
          left: auto;
          right: 7%; }
    #navigation .account-navi ul.afterlogin.afterlogin_user li.dropdown .dropdown-toggle {
      top: -10px !important;
      left: 117px !important; }
      #navigation .account-navi ul.afterlogin.afterlogin_user li.dropdown .dropdown-toggle .img-circle {
        top: 0px;
        left: 0; }
    #navigation .account-navi ul.afterlogin.afterlogin_user li.dropdown.open .dropdown-menu {
      right: 0; } }

@media (max-height: 400px) {
  #navigation .navbar-toggle {
    top: -12px; }
  #navigation .navbar-toggle[aria-expanded="true"], #navigation .navbar-toggle:hover[aria-expanded="true"], #navigation .navbar-toggle:focus[aria-expanded="true"] {
    right: 35px;
    left: auto; }
  #navigation #navbar ul li {
    padding: 1vh; }
    #navigation #navbar ul li a {
      font-size: 1.3em; } }

/*
 * Support for: Chrome 36+, IE9+, Firefox, 16+, Safari 3.2+
*/
.navbar-toggle * {
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.navbar-toggle {
  color: #fff;
  height: 20px;
  width: 20px;
  cursor: pointer;
  padding: 0px;
  border-radius: 0px;
  border: none; }

.navbar-toggle span {
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #fff;
  display: block; }

.white-menu .navbar-toggle span.bar1 {
  background: #fff !important; }

.white-menu .navbar-toggle span.bar2 {
  background: #fff !important; }

.white-menu .navbar-toggle span.bar3 {
  background: #fff !important; }

.white-menu .navbar-toggle span.bar4 {
  background: #fff !important; }

.navbar-toggle span.bar1 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: 1px 3px;
  -webkit-transform-origin: 1px 3px;
  -moz-transform-origin: 1px 3px;
  -o-transform-origin: 1px 3px;
  transform-origin: 1px 3px;
  width: 24px;
  background: white; }

.navbar-toggle span.bar2 {
  -ms-transform: rotate(-360deg) scale(0);
  -webkit-transform: rotate(-360deg) scale(0);
  -moz-transform: rotate(-360deg) scale(0);
  -o-transform: rotate(-360deg) scale(0);
  transform: rotate(-360deg) scale(0);
  background: #AA0B57; }

.navbar-toggle span.bar3 {
  -ms-transform: rotate(360deg) scale(0);
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
  background: #AA0B57; }

.navbar-toggle span.bar4 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 2px 0px;
  -webkit-transform-origin: 2px 0px;
  transform-origin: 2px 0px;
  width: 24px;
  background: white; }

.navbar-toggle.collapsed span.bar1,
.navbar-toggle.collapsed span.bar2,
.navbar-toggle.collapsed span.bar3,
.navbar-toggle.collapsed span.bar4 {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 20px;
  background: white;
  text-align: center;
  margin: auto;
  margin-bottom: 3px;
  border-radius: 50px; }

.navbar-toggle {
  float: right;
  margin-top: 10px; }

.tourgenerator-page {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .tourgenerator-page {
      padding-top: 46px;
      overflow-x: hidden; } }
  @media (max-width: 767px) {
    .tourgenerator-page .show-hotspot-image-fancybox {
      width: 90% !important;
      max-width: 100% !important; } }
  @media (max-width: 767px) {
    .tourgenerator-page .show-hotspot-image-fancybox .fancybox-inner {
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .tourgenerator-page .show-hotspot-image-fancybox .fancybox-inner img {
      height: auto !important; } }

.stepmenu_header {
  position: relative;
  z-index: 4; }
  .stepmenu_header .navbar-fixed-top {
    border-bottom: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 0px;
    height: 50px;
    background-color: #28323E; }
    .stepmenu_header .navbar-fixed-top .navbar-brand {
      background-image: url(../images/logo/wolowo-logo-icon-magenta-grey.svg);
      background-repeat: no-repeat;
      width: 100px;
      top: -18px;
      left: -13px;
      height: 100px;
      background-color: white;
      border-radius: 50%;
      background-position: center;
      background-size: 65%;
      position: relative;
      z-index: 2;
      box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.47); }
      @media (min-width: 768px) and (max-width: 991px) {
        .stepmenu_header .navbar-fixed-top .navbar-brand {
          width: 100px;
          margin-right: 10px; } }
      .stepmenu_header .navbar-fixed-top .navbar-brand:hover {
        background-color: #fff; }
    @media (min-width: 768px) {
      .stepmenu_header .navbar-fixed-top .collapse {
        display: inline-block !important; } }
    .stepmenu_header .navbar-fixed-top .mobilemenuDiv {
      width: 40% !important;
      padding-right: 10px;
      margin-top: 2px;
      margin-bottom: 2px; }
      .stepmenu_header .navbar-fixed-top .mobilemenuDiv .mobile-menu {
        width: 100%;
        padding: 5px;
        background-color: #28323e;
        color: #fff;
        position: relative;
        border: none;
        -moz-appearance: window;
        -webkit-appearance: none;
        background: url("../images/dropdown_grey.svg") no-repeat right #28323e;
        background-size: 18px; }
        .stepmenu_header .navbar-fixed-top .mobilemenuDiv .mobile-menu option:first-child {
          display: none; }
    .stepmenu_header .navbar-fixed-top .navbar-nav li {
      border-left: 1px solid #000;
      box-shadow: 1px 0 0 0 rgba(77, 85, 98, 0.5) inset; }
      .stepmenu_header .navbar-fixed-top .navbar-nav li a {
        color: #fff;
        padding: 15px 25px; }
        .stepmenu_header .navbar-fixed-top .navbar-nav li a:hover, .stepmenu_header .navbar-fixed-top .navbar-nav li a:focus {
          background-color: #aa0b57;
          color: #fff; }
        .stepmenu_header .navbar-fixed-top .navbar-nav li a .icon {
          display: inline-block;
          width: 45px;
          height: 25px;
          background-image: url("../images/tourgenerator/navigation-virtual-tourgenerator.svg");
          background-repeat: no-repeat;
          margin-right: 10px;
          float: left;
          margin-top: -3px;
          background-size: cover; }
        .stepmenu_header .navbar-fixed-top .navbar-nav li a.tabdisabled {
          pointer-events: none;
          cursor: not-allowed;
          background-color: #636363; }
      .stepmenu_header .navbar-fixed-top .navbar-nav li.active a {
        background-color: #aa0b57; }
      .stepmenu_header .navbar-fixed-top .navbar-nav li.grundrisse .icon {
        background-position: -52px 0; }
      .stepmenu_header .navbar-fixed-top .navbar-nav li.hotspot .icon {
        background-image: url("../images/hotspot-icon-white_lined.svg");
        display: inline-block;
        width: 24px;
        height: 26px;
        background-repeat: no-repeat; }
      .stepmenu_header .navbar-fixed-top .navbar-nav li.verwalten .icon {
        background-position: -134px 0; }
    .stepmenu_header .navbar-fixed-top .account-navi {
      float: right;
      left: auto !important;
      height: 70px;
      width: 70px; }
      .stepmenu_header .navbar-fixed-top .account-navi ul {
        margin-bottom: 0px; }
        .stepmenu_header .navbar-fixed-top .account-navi ul li {
          padding: 0;
          color: #fff;
          line-height: 50px;
          height: 50px;
          vertical-align: middle; }
          .stepmenu_header .navbar-fixed-top .account-navi ul li.status {
            padding: 0 15px;
            position: absolute;
            top: 13px; }
            .stepmenu_header .navbar-fixed-top .account-navi ul li.status:first-child {
              right: 110px;
              right: 104px; }
              @media (max-width: 768px) {
                .stepmenu_header .navbar-fixed-top .account-navi ul li.status:first-child {
                  right: 93px; } }
            .stepmenu_header .navbar-fixed-top .account-navi ul li.status .btn {
              margin-top: 6px;
              padding: 8px 12px; }
            .stepmenu_header .navbar-fixed-top .account-navi ul li.status .fa {
              border: 2px solid #fff;
              border-radius: 50%;
              font-size: 16px;
              line-height: 14px; }
              .stepmenu_header .navbar-fixed-top .account-navi ul li.status .fa.orange {
                color: #FFA800; }
              .stepmenu_header .navbar-fixed-top .account-navi ul li.status .fa.red {
                color: red; }
              .stepmenu_header .navbar-fixed-top .account-navi ul li.status .fa.green {
                color: green; }
          .stepmenu_header .navbar-fixed-top .account-navi ul li a {
            color: #fff;
            text-decoration: none;
            padding: 0px 15px;
            display: block; }
            .stepmenu_header .navbar-fixed-top .account-navi ul li a:hover {
              color: #fff; }
          .stepmenu_header .navbar-fixed-top .account-navi ul li.logout {
            position: relative;
            padding-right: 10px;
            top: 14px;
            left: 7px; }
            .stepmenu_header .navbar-fixed-top .account-navi ul li.logout .tooltip .tooltip-inner {
              padding: 5px 0px; }
            .stepmenu_header .navbar-fixed-top .account-navi ul li.logout a {
              font-size: 27px; }
              .stepmenu_header .navbar-fixed-top .account-navi ul li.logout a .icons {
                position: relative;
                top: 2px; }
        .stepmenu_header .navbar-fixed-top .account-navi ul .status + .status {
          right: 81px; }
          @media (max-width: 768px) {
            .stepmenu_header .navbar-fixed-top .account-navi ul .status + .status {
              right: 72px; } }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .stepmenu_header .navbar-fixed-top .account-navi ul li.status {
        padding: 0 8px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .stepmenu_header .navbar-fixed-top .navbar-brand {
        margin-right: 10px; }
      .stepmenu_header .navbar-fixed-top .navbar-nav li a {
        padding: 15px 10px; }
      .stepmenu_header .navbar-fixed-top .account-navi ul li {
        padding: 0 8px; }
        .stepmenu_header .navbar-fixed-top .account-navi ul li.status {
          padding: 0 5px; }
          .stepmenu_header .navbar-fixed-top .account-navi ul li.status .btn {
            padding: 8px; }
        .stepmenu_header .navbar-fixed-top .account-navi ul li a {
          padding: 0 8px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .stepmenu_header .navbar-fixed-top .navbar-header a.navbar-brand {
        padding-right: 0; }
      .stepmenu_header .navbar-fixed-top .navbar-nav li a {
        padding: 15px 7px;
        font-size: 13px; }
        .stepmenu_header .navbar-fixed-top .navbar-nav li a .icon {
          margin-right: 5px; }
      .stepmenu_header .navbar-fixed-top .account-navi ul li {
        line-height: 30px; }
        .stepmenu_header .navbar-fixed-top .account-navi ul li a {
          line-height: 30px;
          padding: 9px 8px; }
        .stepmenu_header .navbar-fixed-top .account-navi ul li.status {
          padding: 10px 0;
          font-size: 13px;
          max-width: 155px; }
          .stepmenu_header .navbar-fixed-top .account-navi ul li.status .fa {
            margin-left: 4px; }
          .stepmenu_header .navbar-fixed-top .account-navi ul li.status .btn {
            padding: 2px 6px;
            margin-top: 0;
            line-height: 26px; } }
    @media (max-width: 767px) {
      .stepmenu_header .navbar-fixed-top {
        height: auto;
        padding: 0 10px; }
        .stepmenu_header .navbar-fixed-top .navbar-header {
          display: none; }
          .stepmenu_header .navbar-fixed-top .navbar-header .navbar-brand {
            position: absolute;
            height: 90px;
            width: 90px; }
        .stepmenu_header .navbar-fixed-top .account-navi {
          text-align: right;
          white-space: nowrap;
          width: 60px !important;
          height: 60px; }
          .stepmenu_header .navbar-fixed-top .account-navi ul {
            margin-left: 0px; }
            .stepmenu_header .navbar-fixed-top .account-navi ul li {
              height: 46px;
              line-height: 46px;
              float: none;
              display: inline-block; }
              .stepmenu_header .navbar-fixed-top .account-navi ul li.logout {
                padding-right: 10px;
                left: 8px;
                top: 11px;
                float: left; }
                .stepmenu_header .navbar-fixed-top .account-navi ul li.logout:before {
                  height: 60%;
                  top: 20%; }
                .stepmenu_header .navbar-fixed-top .account-navi ul li.logout a {
                  padding-right: 0px;
                  font-size: 24px;
                  padding-left: 10px; }
              .stepmenu_header .navbar-fixed-top .account-navi ul li.status {
                padding: 0 0px;
                padding-left: 0px; }
                .stepmenu_header .navbar-fixed-top .account-navi ul li.status .btn {
                  margin-top: 6px;
                  padding: 6px;
                  font-size: 13px; }
                .stepmenu_header .navbar-fixed-top .account-navi ul li.status .fa {
                  margin-left: 0px; }
        .stepmenu_header .navbar-fixed-top .navbar-nav li a {
          padding: 10px;
          font-size: 14px; } }
    @media (max-width: 767px) {
      .stepmenu_header .navbar-fixed-top.tour_free .mobilemenuDiv {
        width: 31%; } }
  .stepmenu_header .step-btn {
    position: absolute;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
    height: 20px !important;
    width: 20px;
    margin-top: 15px;
    line-height: 19px !important;
    margin-left: -30px;
    list-style: none; }
    .stepmenu_header .step-btn a {
      color: white; }
  @media (max-width: 768px) {
    .stepmenu_header .step-btn {
      position: absolute;
      text-align: center;
      border-radius: 50%;
      border: 1px solid white;
      height: 20px !important;
      width: 20px;
      margin-top: 15px;
      margin-left: -30px;
      line-height: 19px !important;
      list-style: none; }
      .stepmenu_header .step-btn a {
        padding: 0px !important; } }

.frontside_footer {
  background: radial-gradient(ellipse at 76% 0%, #28323e 0%, black 100%);
  text-align: center;
  padding-top: 20px;
  clear: both;
  z-index: 1;
  position: relative;
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/ }
  .frontside_footer .footer-inner {
    bottom: 15px; }
  .frontside_footer img {
    width: 130px;
    margin-bottom: 8px; }
  .frontside_footer h2 {
    font-size: 1.2em;
    font-family: 'Indie Flower';
    margin-top: 0;
    color: #fff; }
  .frontside_footer a:hover {
    text-decoration: none; }
  .frontside_footer .shortlink li {
    border-left: 1px solid #fff;
    height: 14px;
    line-height: 12px;
    padding: 0 10px; }
    .frontside_footer .shortlink li:first-child {
      border: 0px; }
    .frontside_footer .shortlink li a {
      font-size: 1.20rem;
      color: #fff;
      text-decoration: none; }
      .frontside_footer .shortlink li a:hover {
        border-color: #fff; }
    @media (max-width: 992px) {
      .frontside_footer .shortlink li {
        padding: 0 3px; } }
  .frontside_footer .about {
    text-align: justify;
    padding: 20px; }
    .frontside_footer .about h3 {
      color: #fff;
      text-transform: uppercase;
      border-left: 1px solid #fff;
      font-family: 'Montserrat-Bold';
      padding-left: 10px;
      font-size: 1.35rem;
      transition-delay: 0s;
      transition-duration: 0.3s;
      transition-property: all;
      transition-timing-function: ease; }
      .frontside_footer .about h3:hover {
        padding-left: 20px; }
    .frontside_footer .about p {
      text-align: justify; }
  .frontside_footer p {
    color: #fff;
    font-size: 1.20rem; }
  .frontside_footer .footerlink {
    padding: 0;
    margin: 25px 0; }
    .frontside_footer .footerlink li {
      height: 14px;
      list-style: none;
      margin-bottom: 5px;
      text-align: left;
      width: max-content; }
      .frontside_footer .footerlink li:first-child {
        color: #fff;
        padding: 0 10px;
        text-transform: uppercase;
        border-left: 1px solid #fff;
        font-family: 'Montserrat-Bold';
        margin-bottom: 10px;
        font-size: 1.35rem;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease; }
      .frontside_footer .footerlink li a {
        font-size: 1.20rem;
        color: #fff;
        text-decoration: none; }
        .frontside_footer .footerlink li a:hover {
          padding-left: 10px; }
  .frontside_footer .social-link {
    margin: 20px 0; }
    .frontside_footer .social-link li {
      padding: 0 9px; }
      .frontside_footer .social-link li a {
        text-decoration: none;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: transparent;
        color: #fff;
        font-size: 1.20rem;
        vertical-align: middle;
        overflow: hidden;
        padding-top: 5px;
        border-radius: 50%;
        border: 1px solid #fff; }
        .frontside_footer .social-link li a:hover {
          color: #fff; }
        .frontside_footer .social-link li a i {
          font-size: 22px;
          line-height: 30px; }
  .frontside_footer .copyright {
    padding: 10px 0;
    font-size: 12px;
    color: #fff; }
    .frontside_footer .copyright a {
      color: #fff; }
    .frontside_footer .copyright .langselect {
      color: #3e3d40;
      bottom: 10px;
      position: absolute;
      right: 15px; }
      .frontside_footer .copyright .langselect select {
        width: 55px;
        height: 30px;
        border-radius: 50px;
        background: transparent;
        color: #fff;
        padding: 0 5px;
        font-size: 14px; }
        .frontside_footer .copyright .langselect select option {
          background: transparent;
          border-radius: 50px;
          color: #000; }
          .frontside_footer .copyright .langselect select option:hover {
            border-radius: 50px; }
  @media (max-width: 767px) {
    .frontside_footer {
      padding-top: 15px; }
      .frontside_footer .img-responsive {
        width: 138px;
        margin-bottom: 15px; }
      .frontside_footer .shortlink li {
        border: 0px;
        height: auto;
        line-height: normal;
        padding: 3px 5px; }
        .frontside_footer .shortlink li a {
          font-size: 1.20rem; }
      .frontside_footer .social-link {
        margin: 18px 0; } }
  .frontside_footer .langselect {
    float: right; }
  .frontside_footer .custom-select {
    position: relative;
    font-family: Arial; }
  .frontside_footer .custom-select select {
    display: none;
    /*hide original SELECT element:*/ }
  .frontside_footer .select-selected {
    background-color: DodgerBlue; }
  .frontside_footer .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent; }
  .frontside_footer .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px; }
  .frontside_footer .select-items div, .frontside_footer .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none; }
  .frontside_footer .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99; }
  .frontside_footer .select-hide {
    display: none; }
  .frontside_footer .select-items div:hover, .frontside_footer .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1); }

.footer-logo {
  width: 200px; }
  @media (max-width: 1159px) {
    .footer-logo {
      width: 75%;
      max-width: 175px; } }

@media (max-width: 767px) {
  .frontside_footer .footer-inner {
    margin-top: 30px; } }

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-moz-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-o-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-ms-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

.white {
  color: #fff; }

.btn-playtour {
  position: absolute;
  margin: 0 auto;
  box-shadow: 0 0 20px #28323e;
  background-color: rgba(40, 50, 62, 0.9); }
  .btn-playtour:hover {
    background-color: #28323e; }

.btn {
  font-family: "Quicksand-Regular";
  font-weight: 100; }

.btn-primary {
  color: #fff;
  background-color: #3D3C3F;
  border-color: #3D3C3F;
  background: #009EE0;
  background-image: linear-gradient(to bottom, #009de0 0%, #28323e 100%);
  background-position: 0 100%;
  background-size: cover;
  box-shadow: 6px 6px 10px rgba(200, 234, 211, 0.3) inset;
  border: solid 1px #009de0; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #242325;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #121213;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #3D3C3F;
    border-color: #3D3C3F; }
  .btn-primary .badge {
    color: #3D3C3F;
    background-color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active, .btn-primary:active:hover {
    background-position: 0 0;
    background: #28323e;
    border-color: #009EE0; }

.btn-primary-2 {
  background-color: #009EE0;
  color: white; }
  .btn-primary-2:hover, .btn-primary-2:focus, .btn-primary-2:active:focus, .btn-primary-2:active, .btn-primary-2:active:hover {
    background-position: 0 0;
    background: #28323e;
    border-color: #009EE0;
    color: white; }

.btn-primary-3 {
  color: #fff;
  background-color: #28323e; }
  .btn-primary-3:hover, .btn-primary-3:focus, .btn-primary-3:active:focus, .btn-primary-3:active, .btn-primary-3:active:hover {
    color: white; }

.btn-round {
  border-radius: 25px !important;
  padding: 10px 15px; }

.btn-circle {
  border-radius: 50%;
  padding: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle; }
  .btn-circle img {
    width: auto;
    height: auto;
    margin: auto auto; }

#add-tour-btn {
  position: absolute;
  bottom: 120px;
  right: 40px;
  z-index: 10; }
  #add-tour-btn.tourdetail_btn {
    top: 37%;
    bottom: auto;
    right: 20px; }
    @media (max-width: 1200px) {
      #add-tour-btn.tourdetail_btn {
        top: auto;
        bottom: 120px; } }

.btn-secondary {
  background-color: #AA0B57;
  color: white; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:active, .btn-secondary:active:hover {
    background-position: 0 0;
    background: #400421;
    color: #fff; }

.btn-fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10; }

.btn-square {
  border-radius: 0; }
  .btn-square h1, .btn-square h2, .btn-square h3 {
    margin: 0; }

.btn-white {
  text-shadow: 0 0 5px black;
  color: #FFF;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFF; }
  .btn-white h1, .btn-white h2, .btn-white h3, .btn-white h4, .btn-white h5, .btn-white p, .btn-white a {
    text-shadow: 0 0 5px black;
    color: #FFF; }
  .btn-white:hover, .btn-white:focus, .btn-white:active:focus, .btn-white:active, .btn-white:active:hover {
    background: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    color: #3e3d40; }

.btn-black {
  color: #000;
  background: black; }
  .btn-black:hover, .btn-black:focus, .btn-black:active:focus, .btn-black:active, .btn-black:active:hover {
    border: 3px solid black;
    text-shadow: 1px 1px 1px #black; }

.btn-medium {
  padding: 20px 40px;
  font-size: 20px;
  vertical-align: middle; }
  .btn-medium.btn-circle {
    width: 40px;
    height: 40px;
    padding: 0; }
  .btn-medium img {
    width: 25px !important;
    height: 25px !important;
    margin: 0 auto !important; }

.btn-big {
  padding: 13px 27px;
  font-size: 16px !important;
  vertical-align: middle; }
  .btn-big.btn-circle {
    width: 65px;
    height: 65px;
    padding: 0; }
  .btn-big img {
    margin: auto auto;
    width: auto;
    height: auto;
    padding: 15px; }

.btn-bigger {
  width: 80px;
  height: 80px;
  padding: 20px; }
  .btn-bigger img {
    margin: auto auto;
    width: auto;
    height: auto; }
  .btn-bigger.btn-playtour .btn-bigger:hover {
    width: 90px;
    height: 90px; }

.btn-playtour {
  position: absolute;
  left: 0;
  right: 0;
  width: 85px;
  height: 60px;
  margin: 0 auto;
  padding: 15px 30px;
  border: 1px solid #FFF;
  border-radius: 17px;
  text-align: center; }
  .btn-playtour.btn-playtour-small {
    width: 60px;
    height: 45px;
    margin: 0 auto;
    padding: 10px 21px;
    border: 1px solid #FFF;
    border-radius: 12px; }
  .btn-playtour img {
    width: auto;
    height: auto; }

.btn-back {
  float: left; }
  @media (max-width: 768px) {
    .btn-back {
      display: none; } }

.bth-plus {
  background: url("../images/add-50_grey.svg"); }

.btn-success {
  color: #fff;
  background-color: #00B325;
  border-color: #00B325; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00801a;
    border-color: #00340b; }
  .btn-success:hover {
    color: #fff;
    background-color: #00801a;
    border-color: #007618; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00801a;
    border-color: #007618; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #005c13;
      border-color: #00340b; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #00B325;
    border-color: #00B325; }
  .btn-success .badge {
    color: #00B325;
    background-color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active:focus, .btn-success:active, .btn-success:active:hover {
    background: #009a20;
    border-color: #009a20; }

.btn-info {
  color: #fff;
  background-color: #009EE0;
  border-color: #009EE0;
  background: #009EE0;
  background-position: 0 100%;
  background-size: cover; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #007aad;
    border-color: #004461; }
  .btn-info:hover {
    color: #fff;
    background-color: #007aad;
    border-color: #0073a3; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007aad;
    border-color: #0073a3; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #006189;
      border-color: #004461; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #009EE0;
    border-color: #009EE0; }
  .btn-info .badge {
    color: #009EE0;
    background-color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active:focus, .btn-info:active, .btn-info:active:hover {
    background-position: 0 0;
    border-color: #008cc7; }

.btn-warning {
  color: #fff;
  background-color: #3D3C3F;
  border-color: #3D3C3F; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #242325;
    border-color: black; }
  .btn-warning:hover {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #121213;
      border-color: black; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #3D3C3F;
    border-color: #3D3C3F; }
  .btn-warning .badge {
    color: #3D3C3F;
    background-color: #fff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active, .btn-warning:active:hover {
    background: #303032;
    border-color: #303032; }

/*--------------------button-shadow---------------*/
.btn-hover-shadow:hover {
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.75) !important; }

.btn-shadow {
  filter: drop-shadow(3px 3px 10px #999);
  transition: 1.5s; }
  .btn-shadow:hover {
    filter: drop-shadow(2px 2px 6px #444);
    border: 1px solid #14baff; }

/*--------------------button-shadow-end---------------*/
.list i img {
  width: 30px;
  height: 30px; }

i.small img {
  width: 20px;
  height: 20px; }

i.medium img {
  width: 35px;
  height: 35px; }

i.big img {
  width: 50px;
  height: 50px; }

.text-smaller {
  font-size: smaller; }

.bootstrap-switch {
  font-size: 11px; }

.text-justify {
  text-align: justify;
  text-justify: inter-word; }

.specifydata-modal .productchoose_mobile {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .specifydata-modal .productchoose_mobile h4 {
    border-bottom: 2px solid #009EE0;
    padding-bottom: 10px;
    margin-top: 0px; }
  .specifydata-modal .productchoose_mobile .year h3 {
    margin-bottom: 3px;
    font-size: 18px;
    margin-top: 10px; }
  .specifydata-modal .productchoose_mobile .year p {
    color: #8C8C8C;
    font-size: 14px; }
  .specifydata-modal .productchoose_mobile .rate {
    float: right;
    position: relative;
    margin-top: 5px; }
    .specifydata-modal .productchoose_mobile .rate .priceat {
      display: block; }
    .specifydata-modal .productchoose_mobile .rate .btn {
      padding: 1px 15px;
      border-radius: 0px;
      font-size: 22px;
      -webkit-box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.59);
      -moz-box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.59);
      box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.59);
      cursor: default; }
      .specifydata-modal .productchoose_mobile .rate .btn .text-uppercase {
        font-size: 12px; }
  .specifydata-modal .productchoose_mobile .desc {
    background-color: #f4f4f4;
    padding: 10px;
    margin-top: 15px;
    color: #585858;
    font-size: 14px; }

.specifydata-modal .invoice-receipt h4 {
  font-family: "Quicksand-Medium";
  margin-top: 0px;
  font-size: 20px; }

.specifydata-modal .invoice-receipt ul li + li {
  font-size: 12px; }

.specifydata-modal .panel.panel-default {
  border: 0;
  box-shadow: none; }
  .specifydata-modal .panel.panel-default .payment {
    background-color: transparent; }
    .specifydata-modal .panel.panel-default .payment h4 {
      font-family: "Quicksand-Medium";
      margin-top: 0px;
      margin-bottom: 14px;
      font-size: 20px;
      color: #aa0b57; }
    .specifydata-modal .panel.panel-default .payment .radio label {
      font-size: 16px; }

.specifydata-modal .paynow .link-blue {
  float: left;
  font-family: #009EE0;
  font-size: 13px;
  margin-top: 8px;
  text-decoration: none; }
  .specifydata-modal .paynow .link-blue:hover {
    color: #008cc7; }

.specifydata-modal .productchoose {
  background-color: #fff;
  position: absolute;
  right: -320px;
  top: 54px;
  width: 300px;
  padding: 25px; }
  .specifydata-modal .productchoose:before {
    right: 100%;
    top: 22%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 15px;
    margin-top: -15px; }
  .specifydata-modal .productchoose h4 {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 10px;
    margin-top: 0px; }
  .specifydata-modal .productchoose .year p {
    color: #009EE0;
    display: inline-block;
    font-family: "Quicksand-Bold";
    font-size: 37px; }
  .specifydata-modal .productchoose .year span {
    color: #8d8d8d; }
  .specifydata-modal .productchoose .rate {
    float: right;
    left: 31px;
    position: relative;
    margin-top: 20px; }
    .specifydata-modal .productchoose .rate .priceat {
      display: block; }
    .specifydata-modal .productchoose .rate .btn {
      padding: 1px 15px;
      border-radius: 0px;
      font-size: 27px;
      -webkit-box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.59);
      -moz-box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.59);
      box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.59);
      cursor: default; }
      .specifydata-modal .productchoose .rate .btn .text-uppercase {
        font-size: 12px; }
  .specifydata-modal .productchoose .desc {
    background-color: #f4f4f4;
    padding: 10px;
    margin-top: 15px;
    color: #585858;
    font-size: 14px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .specifydata-modal {
    margin-left: -236px; } }

#specifydata-modal.in .productchoose {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.editbilling_info_modal.modal-content {
  border-radius: 20px; }

.editbilling_info_modal .modal-header {
  padding: 0;
  border-bottom: none; }
  .editbilling_info_modal .modal-header .modal-title {
    font-family: "Segoe UI Light";
    margin: 0;
    line-height: 1.42857;
    text-align: center; }
  .editbilling_info_modal .modal-header .close {
    font-weight: 400; }

.editbilling_info_modal .modal-body {
  padding: 15px 0 0 0; }
  .editbilling_info_modal .modal-body .show_info > div > .btn {
    font-family: "Quicksand-Regular";
    font-weight: 100; }
  .editbilling_info_modal .modal-body .usebutton .link-megenta {
    float: left;
    font-family: "Quicksand-Medium";
    font-size: 13px;
    margin-top: 8px; }

.editbilling_info_modal .panel {
  margin-bottom: 0;
  border: none; }
  .editbilling_info_modal .panel .show_info ul li {
    font-size: 18px; }
    .editbilling_info_modal .panel .show_info ul li:first-child {
      font-family: "Quicksand-Medium";
      margin-bottom: 8px; }
  .editbilling_info_modal .panel .show_info .button {
    margin-top: 15px; }
  .editbilling_info_modal .panel .formbox {
    max-width: 600px; }
    .editbilling_info_modal .panel .formbox .form-group.save {
      margin-bottom: 0px; }

.editbilling_info_modal .registration_destination .col .radio {
  position: relative;
  padding-right: 20px; }
  .editbilling_info_modal .registration_destination .col .radio .buttons {
    position: absolute;
    right: 0px;
    top: 9px;
    display: block; }
    .editbilling_info_modal .registration_destination .col .radio .buttons a {
      display: inline-block;
      text-decoration: none;
      height: 34px;
      width: 34px;
      background: white;
      box-shadow: 0 0 6px 2px #ccc;
      border-radius: 4px;
      text-align: center;
      padding-top: 4px; }
      .editbilling_info_modal .registration_destination .col .radio .buttons a + a {
        margin-left: 10px;
        background: #aa0b57; }
  .editbilling_info_modal .registration_destination .col .radio .delete:hover,
  .editbilling_info_modal .registration_destination .col .radio .edit:hover {
    color: #aa0b57; }
  .editbilling_info_modal .registration_destination .col .radio input {
    cursor: pointer; }
  .editbilling_info_modal .registration_destination .col .radio ul {
    margin-bottom: 0px; }
    .editbilling_info_modal .registration_destination .col .radio ul li {
      word-break: break-all;
      word-wrap: break-word; }
  .editbilling_info_modal .registration_destination .col .radio .help-block {
    font-size: 12px; }

#card_detail-modal #loader {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7); }
  #card_detail-modal #loader .loader {
    position: relative;
    top: 45%; }
    #card_detail-modal #loader .loader .fa {
      color: #fff !important; }

.card_detail_modal {
  position: relative; }
  .card_detail_modal .modal-header {
    text-align: center;
    padding: 5px 15px; }
    .card_detail_modal .modal-header h4 {
      font-family: "Quicksand-Medium";
      color: #009EE0;
      font-size: 30px; }
  .card_detail_modal .carddetail_loader {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 11; }
    .card_detail_modal .carddetail_loader .link-megenta {
      color: #fff !important;
      position: absolute;
      top: 50%; }
  .card_detail_modal .card-box form {
    padding: 20px;
    background-color: #f8f8f8; }
  .card_detail_modal .card-box .row .col-half .form-control[readonly] {
    background-color: #fff; }
  .card_detail_modal .card-box .sbt-button .btn {
    font-size: 18px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .card_detail_modal .modal-header h4 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .card_detail_modal .modal-header h4 {
      font-size: 21px; }
    .card_detail_modal .card-box form {
      padding: 15px; }
    .card_detail_modal .card-box .row {
      margin: 0 -5px; }
      .card_detail_modal .card-box .row .col-full, .card_detail_modal .card-box .row .col-half {
        padding: 0 5px; } }

.social-modal {
  position: relative;
  width: 1000px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .social-modal {
      width: auto; } }
  @media (max-width: 767px) {
    .social-modal {
      width: auto; } }
  .social-modal .modal-header {
    text-align: center;
    padding: 5px 15px; }
    .social-modal .modal-header h4 {
      font-family: "Quicksand-Medium";
      color: #009EE0;
      font-size: 30px; }
  .social-modal .modal-body p {
    padding: 30px 0; }
  .social-modal .modal-body .social-box .socialtab {
    background: #aa0b57; }
    .social-modal .modal-body .social-box .socialtab ul {
      min-height: 40px; }
      .social-modal .modal-body .social-box .socialtab ul li {
        font-family: "Quicksand-Medium";
        font-size: 18px;
        line-height: 30px;
        text-transform: uppercase; }
        .social-modal .modal-body .social-box .socialtab ul li a {
          color: #fff;
          padding: 5px 15px; }
          .social-modal .modal-body .social-box .socialtab ul li a:hover, .social-modal .modal-body .social-box .socialtab ul li a:focus {
            background-color: #fff;
            color: #aa0b57; }
        .social-modal .modal-body .social-box .socialtab ul li.active a {
          background-color: #fff;
          color: #aa0b57; }
  .social-modal .modal-body .social-box .sociamedia_tab .social_list .col .img_box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    border: 1px solid #ddd;
    margin-bottom: 30px; }
    .social-modal .modal-body .social-box .sociamedia_tab .social_list .col .img_box input {
      display: none; }
    .social-modal .modal-body .social-box .sociamedia_tab .social_list .col .img_box label {
      display: block;
      margin-bottom: 0; }
    .social-modal .modal-body .social-box .sociamedia_tab .social_list .col .img_box .check-with-label + label > .sociamedia_img {
      border: 4px solid transparent; }
    .social-modal .modal-body .social-box .sociamedia_tab .social_list .col .img_box .check-with-label:checked + label > .sociamedia_img {
      border: 4px solid #cacaca; }
  .social-modal .modal-body .social-box .sociamedia_tab .social-link ul li a {
    background: #28323e;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 36px;
    overflow: hidden;
    padding-top: 5px;
    text-decoration: none;
    vertical-align: middle;
    width: 36px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .social-modal .modal-body .social-box .sociamedia_tab .social_list .col .img_box label img {
      width: 100%; } }
  @media (max-width: 767px) {
    .social-modal .modal-body .social-box .sociamedia_tab .social_list .col .img_box label img {
      width: 100%; } }
  @media (max-width: 360px) {
    .social-modal .modal-body .social-box .sociamedia_tab .social_list .col {
      width: 100%; } }

.modal-header {
  position: relative; }
  .modal-header p {
    margin-bottom: 0;
    margin-top: 20px; }
  .modal-header .favourite_icon {
    left: 40px;
    position: absolute;
    top: 0;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.7); }

.modal-body .right .tourname_btn {
  border: 4px dotted #c4c4c4;
  border-radius: 4px;
  margin-top: 120px;
  padding: 15px;
  text-align: center;
  width: 200px;
  float: right; }
  .modal-body .right .tourname_btn h2 {
    font-size: 45px;
    margin-top: 0;
    font-family: "Quicksand-Medium"; }
    .modal-body .right .tourname_btn h2 img {
      display: inline;
      width: 40px; }

.paymentcontent_mobile {
  display: none;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .paymentcontent_mobile {
      display: block; } }
  .paymentcontent_mobile .display-xs {
    display: none; }
    @media (max-width: 767px) {
      .paymentcontent_mobile .display-xs {
        display: block; } }
  .paymentcontent_mobile .price {
    display: block;
    border-bottom: 2px dotted #aaaaaa;
    margin-bottom: 25px;
    position: relative;
    background: #009EE0;
    z-index: 1; }
    .paymentcontent_mobile .price p {
      font-family: "Quicksand-Bold";
      font-size: 37px;
      color: #fff;
      display: inline-block; }
    .paymentcontent_mobile .price sup {
      display: inline-block; }
    .paymentcontent_mobile .price span {
      color: #fff; }
    .paymentcontent_mobile .price .inner-payment {
      padding-top: 13px; }
    @media (max-width: 767px) {
      .paymentcontent_mobile .price {
        margin: auto;
        width: 100%;
        margin-bottom: 20px; } }
  .paymentcontent_mobile .position_credit {
    top: -15px;
    right: -30px;
    position: relative; }
    @media (max-width: 767px) {
      .paymentcontent_mobile .position_credit {
        top: 5px;
        left: 0;
        right: 0;
        margin: auto; } }
  .paymentcontent_mobile .mobile-pay {
    margin-bottom: 30px; }
    .paymentcontent_mobile .mobile-pay h2 {
      font-size: 44px; }
  .paymentcontent_mobile .price_info {
    background-color: #ededed;
    color: #666666;
    font-size: 14px;
    margin: 15px 0;
    padding: 10px;
    text-align: center; }
  .paymentcontent_mobile .btn-info {
    display: table;
    float: none !important;
    margin: 0 auto;
    background-color: rgba(0, 158, 224, 0.9);
    border: none; }
  .paymentcontent_mobile .panel {
    padding-top: 70px; }
  .paymentcontent_mobile #btnPremium {
    margin-top: 20px; }
  .paymentcontent_mobile.visible-xs {
    padding-top: 20px; }
    .paymentcontent_mobile.visible-xs a#premium-menu {
      width: 100%;
      padding: 20px;
      background-color: #AA0B57;
      color: white;
      text-decoration: none;
      font-size: 18px;
      border-radius: 3px 3px 0 0; }
      .paymentcontent_mobile.visible-xs a#premium-menu .caret {
        float: right;
        border-top: 6px dashed;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        margin-top: 11px; }
      .paymentcontent_mobile.visible-xs a#premium-menu:hover, .paymentcontent_mobile.visible-xs a#premium-menu:active {
        text-decoration: none; }
    .paymentcontent_mobile.visible-xs .dropdown-menu {
      width: 100%; }
      .paymentcontent_mobile.visible-xs .dropdown-menu li {
        padding: 5px 10px; }

.paymentcontent {
  display: block;
  background-color: #fff;
  position: absolute;
  right: -288px;
  top: 54px;
  width: 273px;
  padding: 15px;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  @media (max-width: 767px) {
    .paymentcontent {
      display: none; } }
  .paymentcontent:before {
    border-color: rgba(136, 183, 213, 0) #ffffff rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
    border-style: solid;
    border-width: 10px 13px;
    bottom: 30px;
    content: " ";
    left: -26px;
    position: absolute; }
  .paymentcontent .price {
    display: block;
    border-bottom: 2px dotted #aaaaaa; }
    .paymentcontent .price p {
      font-family: "Quicksand-Bold";
      font-size: 37px;
      color: #009EE0;
      display: inline-block; }
    .paymentcontent .price sup {
      display: inline-block; }
    .paymentcontent .price span {
      color: #8d8d8d; }
  .paymentcontent .price_info {
    background-color: #ededed;
    color: #666666;
    font-size: 14px;
    margin: 15px 0;
    padding: 10px;
    text-align: center; }
  .paymentcontent .btn-info {
    border-radius: 50px;
    box-shadow: 0 5px 4px -3px rgba(0, 0, 0, 0.59);
    background-color: rgba(0, 158, 224, 0.9);
    border: none;
    margin-top: 10px; }
  .paymentcontent .box6 {
    background-color: #f8f8f8; }

@media (min-width: 1200px) and (max-width: 1366px) {
  left: -13%;
  .common-modal {
    width: 830px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  left: -12%;
  .common-modal {
    width: 700px; }
  .paymentcontent {
    width: 240px;
    right: -248px; }
  .modal-header {
    padding: 15px 110px; }
    .modal-header p {
      font-size: 15px;
      margin-top: 10px; }
  .modal-body .right .tourname_btn {
    width: 140px; }
    .modal-body .right .tourname_btn h2 {
      font-size: 30px; }
      .modal-body .right .tourname_btn h2 img {
        width: 36px; }
    .modal-body .right .tourname_btn .btn-primary {
      font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991px) {
  left: -15%;
  .common-modal {
    width: 500px; }
  .modal-header .favourite_icon img {
    width: 40px; }
  .modal-header p {
    font-size: 14px; }
  .modal-header .close {
    right: -25px;
    top: -18px; }
  .modal-body .right .tourname_btn {
    width: 160px;
    float: left;
    margin: 20px 0; }
    .modal-body .right .tourname_btn h2 {
      font-size: 30px; }
      .modal-body .right .tourname_btn h2 img {
        width: 36px; }
    .modal-body .right .tourname_btn .btn-primary {
      font-size: 12px; }
  .paymentcontent {
    width: 200px;
    right: -216px; }
    .paymentcontent .price {
      font-size: 28px; }
    .paymentcontent .price_info {
      font-size: 12px;
      padding: 10px; } }

@media (max-width: 767px) {
  .modal-header {
    margin-bottom: 0px; }
    .modal-header .modal-title {
      font-size: 22px; }
    .modal-header .favourite_icon {
      height: 0px;
      padding: 0 10px; }
      .modal-header .favourite_icon img {
        width: 20px; }
    .modal-header p {
      font-size: 12px; }
  .modal-body .right .tourname_btn {
    width: 160px;
    float: left;
    margin-top: 0; }
    .modal-body .right .tourname_btn h2 {
      font-size: 30px; }
      .modal-body .right .tourname_btn h2 img {
        width: 36px; }
    .modal-body .right .tourname_btn .btn-primary {
      font-size: 12px; } }

.modalbottom-link {
  padding: 20px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .modalbottom-link {
      margin-top: 0; } }
  .modalbottom-link a {
    font-family: "Quicksand-Medium";
    font-size: 13px; }

.form-group {
  min-height: 34px; }
  @media (max-width: 768px) {
    .form-group {
      min-height: none; } }

.price_info {
  background-color: #ededed;
  color: #666666;
  font-size: 14px;
  margin: 15px 0;
  padding: 10px;
  text-align: center; }

@media (min-width: 1400px) and (max-width: 1600px) {
  .freigabe-modal {
    left: -7%; } }

@media (min-width: 1200px) and (max-width: 1366px) {
  .freigabe-modal {
    width: 800px;
    left: -11%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .freigabe-modal {
    width: 750px;
    left: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .freigabe-modal {
    width: 450px;
    left: -14%; } }

.price_select {
  display: inline-block;
  vertical-align: top; }
  .price_select .form-group {
    margin-bottom: 0; }
    .price_select .form-group .input-group {
      border: 2px dashed #ccc;
      width: 155px; }
      @media (max-width: 767px) {
        .price_select .form-group .input-group {
          width: 130px; } }
      .price_select .form-group .input-group:hover, .price_select .form-group .input-group:active, .price_select .form-group .input-group:focus {
        border: 2px dashed #aa0b57; }
    .price_select .form-group .input-group-addon {
      background-color: #fff;
      padding-left: 8px;
      border-radius: 0;
      border: none; }
    .price_select .form-group .form-control {
      color: #000000;
      border: none;
      font-size: 35px;
      height: 70px;
      text-align: right;
      width: 100%;
      margin-bottom: 0;
      font-family: "Quicksand-Bold";
      border-right: none;
      padding-right: 0;
      float: left; }
      @media (max-width: 767px) {
        .price_select .form-group .form-control {
          font-size: 30px; } }
      .price_select .form-group .form-control .btn-ttc {
        height: 70px;
        font-size: 20px; }
      .price_select .form-group .form-control:hover {
        border: none; }
    .price_select .form-group .form-control::-moz-placeholder {
      color: #000; }
  .price_select .price {
    font-size: 32px;
    padding-top: 15px;
    text-align: center;
    background-color: #ededed;
    width: 147px;
    height: 70px;
    font-weight: bold; }
  @media (max-width: 360px) {
    .price_select .price {
      width: 110px; }
    .price_select .right {
      width: 110px; } }
  @media (min-width: 535px) and (max-width: 767px) {
    .price_select .price {
      width: 230px; } }
  .price_select .right {
    display: inline-block;
    margin-left: 15px; }
    .price_select .right .btn-info {
      padding: 3px 30px; }
    .price_select .right p {
      color: #8f8f8f;
      display: block;
      direction: ltr;
      font-size: 13px;
      margin-bottom: 6px; }
  .price_select a.btn-round {
    background-color: #009EE0; }

.choose-plandiv .common_section .panel .panel-heading {
  background-color: #aa0b57;
  color: #fff;
  padding: 3px 15px;
  font-size: 25px;
  text-align: center; }

.choose-plandiv .common_section .panel .panel-body {
  position: relative;
  padding-bottom: 50px; }
  .choose-plandiv .common_section .panel .panel-body .button {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 15px; }

.free-plandiv .panel .panel-heading {
  background-color: #aa0b57;
  color: #fff;
  padding: 3px 15px;
  font-family: "Quicksand-Bold";
  font-size: 25px; }

.free-plandiv .panel .panel-body .box:first-child {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px; }

.free-plandiv .panel .panel-body .box {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 274px; }
  .free-plandiv .panel .panel-body .box a {
    position: absolute;
    right: 0px;
    width: 200px;
    color: #aa0b57;
    top: 6px;
    border: 1px solid #ddd;
    padding: 15px 25px;
    font-size: 25px; }
    .free-plandiv .panel .panel-body .box a:hover {
      color: #fff;
      background-color: #aa0b57;
      border-color: #aa0b57; }

.free-plandiv .panel .back-selection {
  background-color: #F8F8F8;
  padding: 3px 15px; }
  .free-plandiv .panel .back-selection a {
    font-family: "Quicksand-Medium";
    font-size: 13px; }

.premium-plandiv > .panel .panel-body {
  padding: 30px 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .premium-plandiv > .panel .panel-body {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .premium-plandiv > .panel .panel-body {
      padding-bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .premium-plandiv > .panel .col {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .premium-plandiv > .panel .col {
    margin-bottom: 20px; } }

.premium-plandiv > .panel .col .panel {
  border: medium none;
  box-shadow: none;
  margin-bottom: 0;
  text-align: center; }
  .premium-plandiv > .panel .col .panel a {
    text-decoration: none; }
    .premium-plandiv > .panel .col .panel a .panel-heading {
      border-radius: 4px;
      padding: 10px 0px;
      position: relative;
      background-color: #AA0B57;
      border: none;
      height: 115px; }
      .premium-plandiv > .panel .col .panel a .panel-heading .price {
        font-family: "Quicksand-Bold";
        font-size: 37px;
        color: #fff; }
        @media (min-width: 768px) and (max-width: 991px) {
          .premium-plandiv > .panel .col .panel a .panel-heading .price {
            font-size: 32px; } }
        .premium-plandiv > .panel .col .panel a .panel-heading .price sup {
          font-family: "OpenSansRegular";
          font-size: 24px;
          top: -15px;
          transition: all 0.3s ease 0s; }
      .premium-plandiv > .panel .col .panel a .panel-heading .active-plan {
        padding: 0 10px 5px;
        font-size: 16px;
        color: #fff; }
    .premium-plandiv > .panel .col .panel a:hover .panel-heading {
      background-color: #aa0b57; }
    .premium-plandiv > .panel .col .panel a:hover .price {
      color: #fff; }
      .premium-plandiv > .panel .col .panel a:hover .price sup {
        top: -20px; }
    .premium-plandiv > .panel .col .panel a:hover .active-plan {
      color: #fff; }
  .premium-plandiv > .panel .col .panel .panel-body {
    padding: 15px 10px; }
    .premium-plandiv > .panel .col .panel .panel-body .button {
      margin-top: 20px; }
      .premium-plandiv > .panel .col .panel .panel-body .button .btn {
        font-size: 14px;
        position: relative;
        background-color: #f8f8f8;
        border-color: #ddd;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
        .premium-plandiv > .panel .col .panel .panel-body .button .btn:after {
          content: "\f00c";
          font-family: FontAwesome;
          position: absolute;
          z-index: 999;
          top: 50%;
          right: 15px;
          color: #fff;
          font-size: 20px;
          margin-top: -14px;
          opacity: 0; }

.premium-plandiv > .panel .back-selection {
  background-color: #F8F8F8;
  padding: 3px 15px; }
  .premium-plandiv > .panel .back-selection a {
    font-family: "Quicksand-Medium";
    font-size: 13px; }

.right_section {
  position: absolute;
  right: -288px;
  top: -45px;
  width: 273px;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .right_section {
      width: 230px;
      right: -243px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .right_section {
      width: 220px;
      right: -233px; } }
  .right_section .creadit_box {
    background-color: #f7f7f7;
    padding: 15px; }
    .right_section .creadit_box:before {
      border-color: rgba(136, 183, 213, 0) #ffffff rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
      border-style: solid;
      border-width: 10px 13px;
      bottom: 30px;
      content: "";
      left: -26px;
      position: absolute; }
    .right_section .creadit_box .price {
      display: block;
      border: 2px dotted #aaaaaa; }
      .right_section .creadit_box .price p {
        font-family: "Quicksand-Bold";
        font-size: 37px;
        color: #009EE0;
        display: inline-block; }
      .right_section .creadit_box .price sup {
        top: -15px;
        display: inline-block;
        margin-top: 15px; }
      .right_section .creadit_box .price span {
        color: #8d8d8d; }
  .right_section .coupon_box {
    background: #f7f7f7;
    margin-top: 30px;
    padding: 1px 15px 15px 15px; }
    .right_section .coupon_box .coupon_inner {
      background-color: #ededed;
      padding: 10px; }
      .right_section .coupon_box .coupon_inner button.btn {
        border-radius: 50px; }

.mobile_view_rightsection .creadit_box {
  background-color: #ededed;
  padding: 15px;
  border: 1px solid #dddddd; }
  .mobile_view_rightsection .creadit_box:before {
    border-color: rgba(136, 183, 213, 0) #ffffff rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
    border-style: solid;
    border-width: 10px 13px;
    bottom: 30px;
    content: " ";
    left: -26px;
    position: absolute; }
  .mobile_view_rightsection .creadit_box .price {
    display: block;
    border-bottom: 2px dotted #aaaaaa; }
    .mobile_view_rightsection .creadit_box .price p {
      font-family: "Quicksand-Bold";
      font-size: 37px;
      color: #009EE0;
      display: inline-block; }
    .mobile_view_rightsection .creadit_box .price sup {
      top: -15px;
      display: inline-block;
      margin-top: 15px; }
    .mobile_view_rightsection .creadit_box .price span {
      color: #8d8d8d; }

.mobile_view_rightsection .coupon_box {
  background-color: #ededed;
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #dddddd; }
  .mobile_view_rightsection .coupon_box h4 {
    text-align: center;
    color: #57585A; }
  .mobile_view_rightsection .coupon_box .coupon_inner .btn-primary {
    border-radius: 0;
    background-color: rgba(147, 9, 75, 0.9);
    border: none;
    margin: 0 auto;
    display: table;
    float: none !important; }

@media (min-width: 768px) and (max-width: 1199px) {
  .modal-header {
    padding: 8px 15px; }
  .choose-plandiv .common_section .panel .panel-heading {
    font-size: 20px;
    padding: 6px 15px; } }

@media (max-width: 767px) {
  .modal-header {
    padding: 5px 15px; }
    .modal-header h4 {
      font-size: 22px; }
  header a {
    font-size: 15px;
    padding: 5px 16px; }
  header p {
    font-size: 14px; }
  .choose-plandiv .common_section.rightsection .panel {
    margin: 0; }
  .premium-plandiv > .panel > .panel-heading {
    font-size: 20px;
    padding: 6px 15px; }
  .premium-plandiv > .panel .col .panel .panel-heading .price {
    font-size: 26px; }
    .premium-plandiv > .panel .col .panel .panel-heading .price sup {
      font-size: 19px;
      top: -11px; }
  .free-plandiv .panel .panel-heading {
    font-size: 20px;
    padding: 6px 15px; }
  .free-plandiv .panel .panel-body .box {
    padding-right: 0px;
    padding-top: 6px; }
    .free-plandiv .panel .panel-body .box:first-child {
      margin-bottom: 4px;
      padding-bottom: 18px; }
    .free-plandiv .panel .panel-body .box a {
      font-size: 20px;
      padding: 7px 10px;
      position: relative;
      right: 0;
      top: 6px;
      width: 100%; } }

@media (min-width: 768px) {
  .upgrade-modal {
    margin-left: -220px; } }

.white {
  color: #fff; }

.btn-playtour {
  position: absolute;
  margin: 0 auto;
  box-shadow: 0 0 20px #28323e;
  background-color: rgba(40, 50, 62, 0.9); }
  .btn-playtour:hover {
    background-color: #28323e; }

.btn {
  font-family: "Quicksand-Regular";
  font-weight: 100; }

.btn-primary {
  color: #fff;
  background-color: #3D3C3F;
  border-color: #3D3C3F;
  background: #009EE0;
  background-image: linear-gradient(to bottom, #009de0 0%, #28323e 100%);
  background-position: 0 100%;
  background-size: cover;
  box-shadow: 6px 6px 10px rgba(200, 234, 211, 0.3) inset;
  border: solid 1px #009de0; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #242325;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #121213;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #3D3C3F;
    border-color: #3D3C3F; }
  .btn-primary .badge {
    color: #3D3C3F;
    background-color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active, .btn-primary:active:hover {
    background-position: 0 0;
    background: #28323e;
    border-color: #009EE0; }

.btn-primary-2 {
  background-color: #009EE0;
  color: white; }
  .btn-primary-2:hover, .btn-primary-2:focus, .btn-primary-2:active:focus, .btn-primary-2:active, .btn-primary-2:active:hover {
    background-position: 0 0;
    background: #28323e;
    border-color: #009EE0;
    color: white; }

.btn-primary-3 {
  color: #fff;
  background-color: #28323e; }
  .btn-primary-3:hover, .btn-primary-3:focus, .btn-primary-3:active:focus, .btn-primary-3:active, .btn-primary-3:active:hover {
    color: white; }

.btn-round {
  border-radius: 25px !important;
  padding: 10px 15px; }

.btn-circle {
  border-radius: 50%;
  padding: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle; }
  .btn-circle img {
    width: auto;
    height: auto;
    margin: auto auto; }

#add-tour-btn {
  position: absolute;
  bottom: 120px;
  right: 40px;
  z-index: 10; }
  #add-tour-btn.tourdetail_btn {
    top: 37%;
    bottom: auto;
    right: 20px; }
    @media (max-width: 1200px) {
      #add-tour-btn.tourdetail_btn {
        top: auto;
        bottom: 120px; } }

.btn-secondary {
  background-color: #AA0B57;
  color: white; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:active, .btn-secondary:active:hover {
    background-position: 0 0;
    background: #400421;
    color: #fff; }

.btn-fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10; }

.btn-square {
  border-radius: 0; }
  .btn-square h1, .btn-square h2, .btn-square h3 {
    margin: 0; }

.btn-white {
  text-shadow: 0 0 5px black;
  color: #FFF;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFF; }
  .btn-white h1, .btn-white h2, .btn-white h3, .btn-white h4, .btn-white h5, .btn-white p, .btn-white a {
    text-shadow: 0 0 5px black;
    color: #FFF; }
  .btn-white:hover, .btn-white:focus, .btn-white:active:focus, .btn-white:active, .btn-white:active:hover {
    background: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    color: #3e3d40; }

.btn-black {
  color: #000;
  background: black; }
  .btn-black:hover, .btn-black:focus, .btn-black:active:focus, .btn-black:active, .btn-black:active:hover {
    border: 3px solid black;
    text-shadow: 1px 1px 1px #black; }

.btn-medium {
  padding: 20px 40px;
  font-size: 20px;
  vertical-align: middle; }
  .btn-medium.btn-circle {
    width: 40px;
    height: 40px;
    padding: 0; }
  .btn-medium img {
    width: 25px !important;
    height: 25px !important;
    margin: 0 auto !important; }

.btn-big {
  padding: 13px 27px;
  font-size: 16px !important;
  vertical-align: middle; }
  .btn-big.btn-circle {
    width: 65px;
    height: 65px;
    padding: 0; }
  .btn-big img {
    margin: auto auto;
    width: auto;
    height: auto;
    padding: 15px; }

.btn-bigger {
  width: 80px;
  height: 80px;
  padding: 20px; }
  .btn-bigger img {
    margin: auto auto;
    width: auto;
    height: auto; }
  .btn-bigger.btn-playtour .btn-bigger:hover {
    width: 90px;
    height: 90px; }

.btn-playtour {
  position: absolute;
  left: 0;
  right: 0;
  width: 85px;
  height: 60px;
  margin: 0 auto;
  padding: 15px 30px;
  border: 1px solid #FFF;
  border-radius: 17px;
  text-align: center; }
  .btn-playtour.btn-playtour-small {
    width: 60px;
    height: 45px;
    margin: 0 auto;
    padding: 10px 21px;
    border: 1px solid #FFF;
    border-radius: 12px; }
  .btn-playtour img {
    width: auto;
    height: auto; }

.btn-back {
  float: left; }
  @media (max-width: 768px) {
    .btn-back {
      display: none; } }

.bth-plus {
  background: url("../images/add-50_grey.svg"); }

.btn-success {
  color: #fff;
  background-color: #00B325;
  border-color: #00B325; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00801a;
    border-color: #00340b; }
  .btn-success:hover {
    color: #fff;
    background-color: #00801a;
    border-color: #007618; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00801a;
    border-color: #007618; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #005c13;
      border-color: #00340b; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #00B325;
    border-color: #00B325; }
  .btn-success .badge {
    color: #00B325;
    background-color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active:focus, .btn-success:active, .btn-success:active:hover {
    background: #009a20;
    border-color: #009a20; }

.btn-info {
  color: #fff;
  background-color: #009EE0;
  border-color: #009EE0;
  background: #009EE0;
  background-position: 0 100%;
  background-size: cover; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #007aad;
    border-color: #004461; }
  .btn-info:hover {
    color: #fff;
    background-color: #007aad;
    border-color: #0073a3; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007aad;
    border-color: #0073a3; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #006189;
      border-color: #004461; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #009EE0;
    border-color: #009EE0; }
  .btn-info .badge {
    color: #009EE0;
    background-color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active:focus, .btn-info:active, .btn-info:active:hover {
    background-position: 0 0;
    border-color: #008cc7; }

.btn-warning {
  color: #fff;
  background-color: #3D3C3F;
  border-color: #3D3C3F; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #242325;
    border-color: black; }
  .btn-warning:hover {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #121213;
      border-color: black; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #3D3C3F;
    border-color: #3D3C3F; }
  .btn-warning .badge {
    color: #3D3C3F;
    background-color: #fff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active, .btn-warning:active:hover {
    background: #303032;
    border-color: #303032; }

/*--------------------button-shadow---------------*/
.btn-hover-shadow:hover {
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.75) !important; }

.btn-shadow {
  filter: drop-shadow(3px 3px 10px #999);
  transition: 1.5s; }
  .btn-shadow:hover {
    filter: drop-shadow(2px 2px 6px #444);
    border: 1px solid #14baff; }

/*--------------------button-shadow-end---------------*/
.list i img {
  width: 30px;
  height: 30px; }

i.small img {
  width: 20px;
  height: 20px; }

i.medium img {
  width: 35px;
  height: 35px; }

i.big img {
  width: 50px;
  height: 50px; }

.text-smaller {
  font-size: smaller; }

.bootstrap-switch {
  font-size: 11px; }

.text-justify {
  text-align: justify;
  text-justify: inter-word; }

.modal-dialog.specifydata-modal .modal-body .right_section, .modal-dialog.upgrade-modal .modal-body .right_section {
  right: -295px; }
  .modal-dialog.specifydata-modal .modal-body .right_section .creadit_box, .modal-dialog.upgrade-modal .modal-body .right_section .creadit_box {
    background-color: #fff; }
  .modal-dialog.specifydata-modal .modal-body .right_section .coupon_box, .modal-dialog.upgrade-modal .modal-body .right_section .coupon_box {
    padding-top: 15px; }
    .modal-dialog.specifydata-modal .modal-body .right_section .coupon_box h4, .modal-dialog.upgrade-modal .modal-body .right_section .coupon_box h4 {
      color: #000;
      margin-top: 0; }

@media (min-width: 768px) {
  .modal-dialog.upgrade-modal {
    width: 800px; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .modal-dialog.upgrade-modal {
    width: 800px; } }

@media (max-width: 767px) {
  .modal-dialog.upgrade-modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-left: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog {
    left: 0% !important; }
    .modal-dialog.specifydata-modal, .modal-dialog.upgrade-modal {
      width: 550px; }
      .modal-dialog.specifydata-modal .modal-body .right_section, .modal-dialog.upgrade-modal .modal-body .right_section {
        right: -254px; } }

@media (min-width: 1400px) and (max-width: 1600px) {
  .modal-dialog.freigabe-modal, .modal-dialog.upgrade-modal {
    width: 800px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.freigabe-modal {
    left: -18%; }
    .modal-dialog.freigabe-modal .modal-body .right_section {
      right: -246px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.upgrade-modal {
    width: 520px; } }

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .modal-dialog.freigabe-modal, .modal-dialog.upgrade-modal {
    top: 45px; } }

body {
  color: #3e3d40;
  overflow-x: hidden; }

.dashboard div#krpanoSWFObject > div > div:nth-child(2) > div > div {
  background: #fff; }

.pano-crop-wrapper {
  display: none; }
  .pano-crop-wrapper .disabled-label {
    color: #777; }
  .pano-crop-wrapper .pano-crop-frame {
    height: 300px;
    margin: 0 auto;
    background: #ccc;
    position: relative;
    z-index: 9;
    overflow: hidden; }
    .pano-crop-wrapper .pano-crop-frame:before {
      pointer-events: none;
      content: '';
      position: absolute;
      z-index: 111;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("../images/grid-panorama_crop_with-middle.svg") center no-repeat;
      background-size: contain; }
  .pano-crop-wrapper .pano-crop-img {
    position: absolute;
    max-width: 100%;
    z-index: 10; }
  .pano-crop-wrapper .pano-crop-settings {
    margin-bottom: 10px; }
  .pano-crop-wrapper .custom-radio,
  .pano-crop-wrapper .custom-checkbox {
    position: absolute;
    left: 1px;
    top: 5px;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 15px;
    height: 15px;
    z-index: 999; }
  .pano-crop-wrapper .custom-checkbox {
    left: auto;
    right: 0; }
  .pano-crop-wrapper .radio-label,
  .pano-crop-wrapper .checkbox-label {
    padding-left: 30px;
    line-height: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .pano-crop-wrapper .radio-label {
    font-size: 14px;
    letter-spacing: 2px; }
  .pano-crop-wrapper .checkbox-label {
    padding-left: 5px;
    font-size: 11px; }
  .pano-crop-wrapper .radio-label:before,
  .pano-crop-wrapper .radio-label:after,
  .pano-crop-wrapper .checkbox-label:before,
  .pano-crop-wrapper .checkbox-label:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pano-crop-wrapper .radio-label:before,
  .pano-crop-wrapper .checkbox-label:before {
    left: 0;
    background-color: #e6e6e6;
    border: 1px solid #7f7f7f; }
  .pano-crop-wrapper .checkbox-label:before {
    left: auto;
    right: 0; }
  .pano-crop-wrapper .radio-label:after,
  .pano-crop-wrapper .checkbox-label:after {
    left: 3px;
    background: #AA0B57;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: none; }
  .pano-crop-wrapper .checkbox-label:after {
    left: auto;
    right: 3px;
    border-radius: 0;
    width: 10px;
    height: 10px; }
  .pano-crop-wrapper .radio-label:before {
    border-radius: 50%; }
  .pano-crop-wrapper .custom-radio.checked + label:before {
    background-color: #e6e6e6;
    border: 1px solid #7f7f7f;
    box-shadow: none; }
  .pano-crop-wrapper .custom-radio.checked + label:after,
  .pano-crop-wrapper .custom-checkbox.checked + label:after {
    display: block; }
  .pano-crop-wrapper .input-wrapper {
    width: 100%;
    position: relative;
    display: inline-block; }
  .pano-crop-wrapper .input-wrapper-checkbox {
    float: right;
    text-align: right;
    margin-top: 10px;
    padding-right: 24px; }
  .pano-crop-wrapper .customcrop {
    width: 51px;
    height: 51px;
    padding: 10px;
    vertical-align: middle; }

#adblock-banner {
  display: none;
  position: absolute;
  z-index: 999999;
  background: url("/images/adblock-background.svg");
  background-repeat: no-repeat;
  height: 100%;
  left: 10%;
  top: 0;
  right: 10%; }

.iframenewtab-icon {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px; }
  .iframenewtab-icon:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transition: 1s; }
  .iframenewtab-icon img {
    width: 20px; }

p {
  color: #3e3d40; }

#show_editform .form-group {
  margin-top: 26px; }

#add-tour-btn {
  position: absolute;
  bottom: 120px;
  right: 20px;
  z-index: 2; }

main.main-content {
  position: relative;
  background-color: white;
  float: left;
  width: 100%; }
  main.main-content .container header {
    margin-bottom: 50px; }

main.kontakt-page {
  position: relative; }

.red-radar {
  background-image: url("/images/floorplanspot-normal-radar.svg") !important; }

.blue-radar {
  background-image: url("/images/floorplanspot-normal-radar-normal.svg") !important; }

.radar-on #krpanoSWFObject div > div > div > div > div {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 0px -15px !important; }
  .radar-on #krpanoSWFObject div > div > div > div > div.radar-spot {
    background-position: 0px 0px !important; }

.radar-on #krpanoSWFObject .red-radar-drag {
  background-image: url("/images/floorplanspot-normal-radar.svg") !important; }
  .radar-on #krpanoSWFObject .red-radar-drag:before {
    position: absolute;
    content: url("/images/arrow-radar.svg");
    display: block;
    width: 16px;
    height: 12px;
    top: 7px;
    left: 18px; }

.right {
  float: right; }
  @media (768px) {
    .right {
      float: center;
      margin: 0 auto; } }

#noRecordFound {
  padding: 50px 0;
  color: #CCC; }
  #noRecordFound p, #noRecordFound h2, #noRecordFound h3, #noRecordFound h4 {
    color: #CCC; }
  #noRecordFound img {
    max-width: 400px;
    max-height: 200px; }

@media (max-width: 767px) {
  .display-none-xs {
    display: none !important; } }

.info_section {
  width: 100%;
  color: #FFF;
  font-size: 21px;
  padding: 10px 0;
  text-align: center; }
  .info_section li {
    width: 50%;
    float: left; }
    .info_section li i {
      padding: 0 20px; }
  @media (max-width: 768px) {
    .info_section {
      font-size: 13px; } }

.line-dotted {
  border: 1px dotted #CCC; }

.customtooltipfortext {
  position: absolute;
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: Tahoma;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 999; }

.customtooltipformedia .show_image .gallery_icon {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #aa0b57;
  padding: 3px;
  background-image: url("../../images/360-tour-gallery-icon-white.svg");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center; }

/****************************************************************
*styling boxes
****************************************************************/
.feature-box {
  cursor: pointer; }
  .feature-box .img-box {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
    .feature-box .img-box img {
      max-width: 40%;
      max-height: 100%;
      width: auto;
      filter: drop-shadow(0 10px 15px #000); }
    .feature-box .img-box.img-box-small {
      height: 50px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .feature-box .img-box.img-box-small img {
        height: 100%; }
    .feature-box .img-box.img-box-medium {
      height: 80px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .feature-box .img-box.img-box-medium img {
        height: 100%; }
  .feature-box .text-box {
    max-height: 250px;
    text-shadow: 0 10px 15px #000; }
    @media (max-width: 767px) {
      .feature-box .text-box {
        max-height: 320px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .feature-box .text-box {
        min-height: 285px;
        max-height: 300px; } }
    .feature-box .text-box header {
      margin: 0;
      margin-bottom: 20px !important; }
    .feature-box .text-box p {
      padding: 10px 20px;
      text-align: justify; }
  .feature-box:hover .img-box img {
    position: relative;
    bottom: 30px; }
  .feature-box.feature-box2 header {
    padding: 15px 20px;
    margin: 0;
    margin-bottom: 20px !important;
    margin-top: -20px; }
  .feature-box.feature-box2 p {
    padding: 0 20px; }

.feature-box-small .text-box header h3 {
  font-size: 18px; }

.feature-box-small .text-box .cnt-bottom p {
  font-size: 1.3rem; }

.box {
  height: auto;
  background-color: white;
  padding: 60px 10px 90px 10px;
  border-radius: 5px; }

.box1, .box2, .box3, .box4 {
  color: #FFF; }
  .box1 header h1, .box1 header h2, .box1 header h3, .box1 header h4, .box1 header h5, .box1 header p, .box2 header h1, .box2 header h2, .box2 header h3, .box2 header h4, .box2 header h5, .box2 header p, .box3 header h1, .box3 header h2, .box3 header h3, .box3 header h4, .box3 header h5, .box3 header p, .box4 header h1, .box4 header h2, .box4 header h3, .box4 header h4, .box4 header h5, .box4 header p {
    color: white; }
  .box1 h1, .box1 h2, .box1 h3, .box1 h4, .box1 p, .box2 h1, .box2 h2, .box2 h3, .box2 h4, .box2 p, .box3 h1, .box3 h2, .box3 h3, .box3 h4, .box3 p, .box4 h1, .box4 h2, .box4 h3, .box4 h4, .box4 p {
    color: #FFF; }
  .box1 hr, .box2 hr, .box3 hr, .box4 hr {
    border-color: #FFF; }

.box1 {
  background-color: #aa0b57;
  overflow: hidden; }

.box2 {
  background-color: #009ee0 !important; }

.box3 {
  background-color: #28323e; }

.box4 {
  background-color: #999; }

.box5 {
  background-color: rgba(204, 230, 255, 0.9); }
  .box5 .panel-body {
    background-color: rgba(255, 255, 255, 0.25); }
  .box5 hr {
    border-color: #FFF; }

.box6 {
  background-color: #f8f8f8; }

.box7 {
  background-color: #DB9EEB; }

.box8 {
  background-color: #C49EEB; }

.box9 {
  background-color: #f8f8f8; }
  .box9 .box-statistics h4 {
    font-size: 35px; }

.box_height {
  padding-top: 200px;
  padding-bottom: 100px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .box_height {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 768px) {
    .box_height {
      padding-top: 50px;
      padding-bottom: 50px; } }

.box-small {
  padding-top: 20px;
  padding-bottom: 30px; }

.box-round {
  border-radius: 20px; }

/****************************************************************
Box Shadows
****************************************************************/
.box-insetshadow {
  box-shadow: inset 0px 15px 30px -5px rgba(0, 0, 0, 0.75); }

/****************************************************************
*styling collapse
****************************************************************/
.box-collapse {
  margin-bottom: 30px;
  padding: 20px 0; }
  .box-collapse .cnt-top {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px dashed; }
    .box-collapse .cnt-top h1, .box-collapse .cnt-top h2, .box-collapse .cnt-top h3, .box-collapse .cnt-top h4 {
      margin: 0; }
  .box-collapse .cnt-bottom {
    position: relative; }
  .box-collapse .collapse-body {
    padding: 40px 20px 40px 20px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #eee; }
  .box-collapse button {
    position: absolute;
    bottom: -20px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    z-index: 50; }
  .box-collapse .btn-primary-2 {
    background-color: #fff;
    color: white; }
    .box-collapse .btn-primary-2:hover, .box-collapse .btn-primary-2:focus, .box-collapse .btn-primary-2:active:focus, .box-collapse .btn-primary-2:active, .box-collapse .btn-primary-2:active:hover {
      background-position: 0 0;
      background: #fff !important;
      border-color: #fff; }
  .box-collapse button .icon {
    background-image: url("../../images/accordion_icons/accordion-blue_grey.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    position: absolute;
    height: 30px;
    width: 30px;
    background-position: -44px 0;
    left: 0px;
    background-size: cover; }
  .box-collapse button.collapsed .icon {
    background-position-x: -2px; }

.box-collapse2 {
  margin-bottom: 30px; }
  .box-collapse2 .cnt-top {
    position: relative;
    border-bottom: 1px dashed #009EE0;
    padding: 5px 5px 10px 5px;
    box-shadow: 0px 5px 5px #ccc;
    background-color: #FFF; }
  .box-collapse2 .cnt-bottom {
    position: relative;
    height: 5px;
    background-color: white;
    box-shadow: 0px 5px 5px #ccc; }
  .box-collapse2 .collapse-body {
    float: left;
    padding: 40px 20px 40px 20px;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
    margin-bottom: 35px;
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%; }
    .box-collapse2 .collapse-body .goto-btn {
      position: absolute;
      bottom: -40px;
      margin: 0 auto;
      left: 43%;
      background-color: #009EE0;
      color: #fff;
      padding: 10px 5px; }
      .box-collapse2 .collapse-body .goto-btn:hover {
        background-color: #009EE0; }
    .box-collapse2 .collapse-body p {
      font-size: 14px; }
    .box-collapse2 .collapse-body.shadow1.collapsing {
      transition: all 2s; }
  .box-collapse2 button {
    position: absolute;
    bottom: -20px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    z-index: 50; }
  .box-collapse2 .btn-primary-2 {
    background-color: #fff;
    color: white; }
    .box-collapse2 .btn-primary-2:hover, .box-collapse2 .btn-primary-2:focus, .box-collapse2 .btn-primary-2:active:focus, .box-collapse2 .btn-primary-2:active, .box-collapse2 .btn-primary-2:active:hover {
      background-position: 0 0;
      background: #fff !important;
      border-color: #fff; }
  .box-collapse2 button .icon {
    background-image: url("../../images/accordion_icons/accordion-blue_grey.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    position: absolute;
    height: 30px;
    width: 30px;
    background-position: -42px 0;
    left: 0px;
    background-size: cover; }
  .box-collapse2 button.collapsed .icon {
    background-position-x: 0px; }

.shadow1, .shadow2, .shadow3, .shadow4, .shadow5, .shadow6, .shadow7, .shadow8, .shadow9 {
  position: relative; }

.shadow1, .shadow2, .shadow4, .shadow5, .shadow6, .shadow7, .shadow8, .shadow9 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset; }

/****************************************************************
*styling header
****************************************************************/
header {
  position: relative; }
  header + box* {
    padding: 20px 40px; }
  header hr {
    color: #aa0b57;
    border-color: #AA0B57;
    width: 60%;
    border-width: 3px;
    bottom: -10px;
    margin: auto; }
  header h2 {
    margin-bottom: 5px; }
  header hr.left {
    position: absolute;
    left: -20px; }
    @media (max-width: 767px) {
      header hr.left {
        left: 0;
        right: 0; } }
  header hr.right {
    position: absolute;
    float: none;
    right: -10px; }
    @media (max-width: 767px) {
      header hr.right {
        left: 0;
        right: 0; } }
  header hr.small {
    position: absolute;
    left: 0;
    right: 0;
    width: 10%;
    bottom: -35px; }
  header p {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #666;
    font-size: 14px; }

/****************************************************************
*img-section
****************************************************************/
.figure-smaller {
  height: 60px;
  text-align: center;
  margin: auto; }
  .figure-smaller img {
    width: 100%;
    height: 100%; }

.figure-small {
  height: 150px;
  text-align: center;
  margin: auto; }
  .figure-small img {
    width: 100%;
    height: 100%; }

/****************************************************************
*styling Images
****************************************************************/
.play1 {
  position: relative; }
  .play1 .icon {
    margin: auto;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px; }
  .play1:hover .icon {
    margin: auto;
    visibility: visible; }
    .play1:hover .icon img {
      box-shadow: 0 0 15px #000; }

/****************************************************************
*styling shadows
****************************************************************/
.shadow1:before, .shadow1:after {
  position: absolute;
  content: "";
  bottom: 12px;
  left: 15px;
  top: 80%;
  width: 45%;
  background: #9B7468;
  z-index: -1;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.shadow1:after {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;
  left: auto; }

.shadow2:before {
  position: absolute;
  content: "";
  width: 80%;
  top: 140px;
  bottom: 15px;
  left: 30px;
  background-color: #9F8641;
  z-index: -1;
  box-shadow: 0 23px 17px 0 #9F8641;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg); }

.shadow3:before, .shadow3:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 2px;
  left: 15px;
  right: 15px;
  z-index: -1;
  box-shadow: 0 0 30px -3px #CCC, 0px 6px 81px -59px #000, 0px 25px 63px -101px #000; }

.shadow4:before, .shadow4:after {
  position: absolute;
  content: "";
  top: 14px;
  bottom: 14px;
  left: 0;
  right: 0;
  box-shadow: 0 0 25px 3px #548E7F;
  border-radius: 100px/10px;
  z-index: -1; }

.shadow5:before, .shadow5:after {
  position: absolute;
  content: "";
  box-shadow: 0 10px 25px 20px #518C96;
  top: 40px;
  left: 10px;
  bottom: 50px;
  width: 15%;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg); }

.shadow5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto; }

.shadow6:before, .shadow6:after {
  position: absolute;
  content: "";
  top: 100px;
  bottom: 5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  box-shadow: 0 0 40px 13px #486685;
  border-radius: 100px/20px; }

.shadow7:before, .shadow7:after {
  position: absolute;
  content: "1";
  top: 25px;
  left: 20px;
  bottom: 150px;
  width: 80%;
  z-index: -1;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.shadow7:before {
  box-shadow: 10px -10px 30px 15px #984D8E; }

.shadow7:after {
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  transform: rotate(7deg);
  bottom: 25px;
  top: auto;
  box-shadow: 10px 10px 30px 15px #984D8E; }

.shadow8 {
  box-shadow: -6px -6px 8px -4px rgba(250, 254, 118, 0.75), 6px -6px 8px -4px rgba(254, 159, 50, 0.75), 6px 6px 8px -4px rgba(255, 255, 0, 0.75), 6px 6px 8px -4px blue; }

/****************************************************************
*Modal
****************************************************************/
.modal {
  padding-right: 0 !important;
  overflow-y: scroll; }

.modal-backdrop.in {
  opacity: 0.6;
  background-color: #000;
  z-index: 10; }

.modalCenter {
  top: 50% !important;
  transform: translateY(-50%) !important; }

.modal-frame1 .modal-dialog {
  margin: 0; }

.modal-frame1 .modal-content {
  background: none;
  height: 90vh;
  position: relative;
  border-radius: 0; }
  .modal-frame1 .modal-content button.close {
    right: 2.5%;
    top: 43px;
    opacity: 4;
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 30px;
    background-color: #AA0B57;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 #000; }
  .modal-frame1 .modal-content .modal-body {
    position: none;
    height: 100%;
    margin: auto;
    vertical-align: middle;
    padding: 2.5%;
    padding-top: 70px; }
    .modal-frame1 .modal-content .modal-body iframe {
      width: 100%;
      height: 100%;
      margin: auto;
      border: none;
      box-shadow: 0 0px 5px black; }
    .modal-frame1 .modal-content .modal-body .iframe-col {
      height: inherit; }
      .modal-frame1 .modal-content .modal-body .iframe-col .iframe-holder {
        height: 100%; }
        .modal-frame1 .modal-content .modal-body .iframe-col .iframe-holder iframe {
          width: 100%;
          height: 100%;
          margin: auto;
          border: none;
          box-shadow: 0 0px 5px black; }

.modal-frame1 .modal-header {
  border: none; }

.modal-frame1 .modal-footer {
  border: none; }

.modal-frame1 .modal-lg {
  width: 100%; }

/****************************************************************
*styling figure and figcaption
****************************************************************/
.figcaption1 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  bottom: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 0; }

/****************************************************************
*styling line-box
****************************************************************/
.line-box {
  position: relative;
  height: 1px;
  text-align: center;
  background: #AA0B57;
  width: 80%;
  margin: 100px auto; }
  .line-box .line-icon {
    position: absolute;
    top: -20px;
    height: 40px;
    width: 100%;
    margin: auto; }
    .line-box .line-icon img {
      margin: auto;
      width: 40px;
      height: 40px; }

/****************************************************************
*styling liststyle
****************************************************************/
.fa-li {
  top: -5px !important; }

ul li .fa {
  top: 1em !important; }

.liststyle {
  padding-left: 30px; }
  .liststyle.shadow1 {
    background-color: #FFF;
    padding: 20px 20px 40px 20px; }
  .liststyle li {
    font-size: 15px;
    list-style-position: inside;
    list-style: none;
    padding-left: 20px; }
    .liststyle li + li {
      margin-top: 15px; }
    .liststyle li:before {
      position: absolute;
      top: 0px;
      left: -5px; }

.liststyle-big {
  padding-left: 30px; }
  .liststyle-big li {
    font-size: 17px; }
    .liststyle-big li + li {
      margin-top: 30px; }

.liststyle-right {
  padding-right: 30px; }
  .liststyle-right li {
    text-align: right; }
    .liststyle-right li:before {
      float: right;
      left: auto !important; }

.liststyle-hook {
  padding-left: 30px; }
  .liststyle-hook li + li {
    margin-top: 5px; }
  .liststyle-hook li:before {
    content: url(../../images/hook-blue.svg);
    height: 26px;
    width: 26px;
    display: inline-block;
    top: 7px;
    left: -20px; }

.liststyle-circle {
  padding-left: 30px; }
  .liststyle-circle li + li {
    margin-top: 25px; }
  .liststyle-circle li:before {
    content: url(../../images/linststyle-pen-1-blue-1.svg);
    height: 12px;
    width: 12px;
    display: inline-block; }

.liststyle-decimal {
  padding-left: 30px; }
  .liststyle-decimal li {
    font-size: 16px;
    list-style-position: outside;
    list-style: decimal;
    padding-left: 20px; }
    .liststyle-decimal li + li {
      margin-top: 25px; }
    .liststyle-decimal li:before {
      height: 12px;
      width: 12px;
      display: inline-block; }

.liststyle-small {
  padding-left: 30px; }
  .liststyle-small li {
    font-size: 13px;
    list-style-position: outside;
    padding-left: 20px; }
    .liststyle-small li + li {
      margin-top: 5px; }

/****************************************************************

****************************************************************/
.container {
  max-width: 1400px;
  width: auto; }
  .container p + li {
    line-height: 1.8em;
    color: #666; }
  .container .inner_section .common p {
    color: #FFF;
    font-style: uppercase; }
  .container .top_text {
    padding: 30px 0px;
    font-size: 18px;
    color: #666;
    border-bottom: 2px dotted #CCC;
    line-height: 1.3em;
    font-style: "Quicksand-Regular"; }
  .container .banner_section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center; }
    .container .banner_section .overlay {
      background-color: rgba(0, 0, 0, 0.3);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    .container .banner_section .overlay-blue {
      background-color: rgba(0, 158, 224, 0.3);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    .container .banner_section .container {
      display: table; }
    .container .banner_section .top_content_2 {
      display: table-cell;
      height: 510px;
      padding-top: 50px; }
    .container .banner_section h1, .container .banner_section h2, .container .banner_section h3, .container .banner_section h4, .container .banner_section h5, .container .banner_section p, .container .banner_section a, .container .banner_section li, .container .banner_section hr {
      color: #fff;
      text-shadow: 0px 0px 20px black, 0px 0px 15px black, 0px 0px 5px black; }
    .container .banner_section h2 {
      font-size: 30px; }
    .container .banner_section .bottom_content h4 {
      color: #AA0B57;
      text-shadow: none; }
    @media (max-width: 767px) {
      .container .banner_section .banner_section {
        height: 90vh; } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .container .banner_section .top_content_2 {
        height: 350px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .container .banner_section .top_content {
        margin: auto auto; }
        .container .banner_section .top_content h1 {
          font-size: 38px; }
      .container .banner_section .custom_banner_settings {
        height: 540px; }
      .container .banner_section .bottom_content {
        min-height: 130px; }
      .container .banner_section .top_content_2 {
        height: 300px; }
        .container .banner_section .top_content_2 h1 {
          font-size: 38px; }
        .container .banner_section .top_content_2 h4 {
          font-size: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .container .banner_section .bottom_content {
        min-height: 130px; } }
    @media (max-width: 767px) {
      .container .banner_section .top_content h1 {
        font-size: 30px; }
      .container .banner_section .top_content h4 {
        font-size: 13px;
        line-height: 15px; }
      .container .banner_section .top_content_2 {
        height: 165px; }
        .container .banner_section .top_content_2 h1 {
          font-size: 26px; }
        .container .banner_section .top_content_2 h4 {
          font-size: 13px;
          line-height: 22px; }
      .container .banner_section .bottom_content {
        min-height: 76px;
        padding: 10px; } }
  @media (min-width: 768px) {
    .container .contentdiv.rightcnt header {
      text-align: right; }
    .container .contentdiv.rightcnt .panel .panel-heading {
      text-align: right; }
      .container .contentdiv.rightcnt .panel .panel-heading a {
        padding-right: 70px;
        padding-left: 0px; }
        .container .contentdiv.rightcnt .panel .panel-heading a .icon {
          right: 0px;
          left: auto; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .container .contentdiv .panel .panel-heading a h4 {
      font-size: 30px; }
    .container .contentdiv .panel .panel-heading a p {
      font-size: 16px; }
    .container .contentdiv .panel .panel-body p, .container .contentdiv .panel .panel-body ul li {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .container .contentdiv .panel .panel-heading a h4 {
      font-size: 25px; }
    .container .contentdiv .panel .panel-heading a p {
      font-size: 15px; }
    .container .contentdiv .panel .panel-body p, .container .contentdiv .panel .panel-body ul li {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .container .contentdiv {
      margin-top: 20px; }
      .container .contentdiv .panel .panel-heading a {
        padding-left: 57px; }
        .container .contentdiv .panel .panel-heading a h4 {
          font-size: 23px;
          margin-bottom: 6px; }
        .container .contentdiv .panel .panel-heading a p {
          font-size: 14px; }
      .container .contentdiv .panel .panel-body {
        padding: 10px; }
        .container .contentdiv .panel .panel-body p, .container .contentdiv .panel .panel-body ul li {
          font-size: 16px; } }
  .container .angebot_common {
    padding: 100px 0 120px 0; }
    .container .angebot_common header {
      margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .container .angebot_common {
        padding: 30px 0; }
        .container .angebot_common header {
          margin-bottom: 26px; }
          .container .angebot_common header h2 {
            font-size: 27px; } }
    @media (max-width: 767px) {
      .container .angebot_common {
        padding: 20px 0; }
        .container .angebot_common header {
          margin-bottom: 10px; }
          .container .angebot_common header h2 {
            font-size: 24px; } }
  .container .privacy_section .imgdiv {
    margin-top: -60px;
    z-index: 1;
    padding-right: 0px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .container .privacy_section .imgdiv {
      margin-top: -87px; } }
  @media (max-width: 767px) {
    .container .privacy_section {
      padding-bottom: 0px; }
      .container .privacy_section .imgdiv {
        margin-top: -67px; } }
  .container .personalize_section .imgdiv {
    padding-top: 50px; }
  @media (max-width: 767px) {
    .container .personalize_section .imgdiv {
      padding-top: 0px; } }
  @media (max-width: 767px) {
    .container .navigator_section, .container .easypart_section, .container .general_section {
      padding-bottom: 0px; } }
  .container .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .preise-page .top_content {
    height: 453px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .preise-page .top_content {
    height: 420px;
    padding-top: 60px; }
    .preise-page .top_content h1 {
      font-size: 38px; }
    .preise-page .top_content h4 {
      font-size: 16px; }
  .preise-page .bottom_content {
    min-height: 130px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .preise-page .top_content {
    height: 340px; }
  .preise-page .bottom_content {
    min-height: 130px; } }

@media (max-width: 767px) {
  .preise-page .top_content {
    height: 200px;
    padding-top: 22px; }
    .preise-page .top_content h1 {
      font-size: 26px; }
    .preise-page .top_content h4 {
      font-size: 13px;
      line-height: 19px; }
  .preise-page .bottom_content {
    min-height: 76px; } }

.preise-page .home_category {
  margin-top: 0px !important; }
  .preise-page .home_category .inner_section .leftsection h2 {
    font-size: 42px; }

.preise-page .tour_category {
  margin-top: -250px;
  position: relative;
  z-index: 1; }
  .preise-page .tour_category .inner_section .tour_info {
    border-bottom: 1px dotted #A0A0A0;
    padding-bottom: 50px;
    margin-top: 60px; }
    .preise-page .tour_category .inner_section .tour_info p {
      font-size: 16px;
      line-height: 30px; }
  .preise-page .tour_category .inner_section .leftsection, .preise-page .tour_category .inner_section .rightsection {
    padding-bottom: 34px; }
  .preise-page .tour_category .inner_section .common {
    color: #fff;
    border-radius: 20px;
    width: 420px;
    position: relative; }
    .preise-page .tour_category .inner_section .common:before {
      background: radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
      content: "";
      height: 30px;
      left: 6%;
      pointer-events: none;
      position: absolute;
      bottom: -63px;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform, opacity;
      transition-property: transform, opacity;
      width: 90%;
      z-index: -1; }
    .preise-page .tour_category .inner_section .common .tophead {
      border-bottom: 1px solid #fff;
      padding: 20px 0;
      margin-bottom: 5px; }
      .preise-page .tour_category .inner_section .common .tophead p {
        min-height: 46px;
        font-size: 14px; }
    .preise-page .tour_category .inner_section .common.free_tour {
      background: #28323e; }
      @media (max-width: 768px) {
        .preise-page .tour_category .inner_section .common.free_tour {
          height: auto; } }
    .preise-page .tour_category .inner_section .common.premium_tour {
      background: #AA0B57; }
      @media (max-width: 768px) {
        .preise-page .tour_category .inner_section .common.premium_tour {
          height: auto; } }
    .preise-page .tour_category .inner_section .common .collapse-body {
      background: rgba(0, 0, 0, 0.5); }
      .preise-page .tour_category .inner_section .common .collapse-body p {
        color: #400421; }
    .preise-page .tour_category .inner_section .common .head2 {
      margin-top: 0;
      background-color: rgba(0, 0, 0, 0.2);
      margin-bottom: 25px;
      text-align: center;
      padding: 10px;
      color: #FFF; }
    .preise-page .tour_category .inner_section .common h3 {
      font-size: 42px;
      margin: 0 0 10px;
      color: #FFF;
      padding-top: 10px; }
    .preise-page .tour_category .inner_section .common ul {
      padding-left: 0;
      min-height: 650px;
      margin-left: 0; }
      .preise-page .tour_category .inner_section .common ul li {
        padding: 12px;
        height: 60px;
        margin: 0;
        padding-left: 30px;
        display: block;
        display: table-cell;
        width: 100%;
        float: left;
        vertical-align: middle; }
        .preise-page .tour_category .inner_section .common ul li h4 {
          margin: 0;
          font-size: 16px;
          color: #FFF; }
        .preise-page .tour_category .inner_section .common ul li p {
          font-size: 10px;
          margin-bottom: 0; }
        .preise-page .tour_category .inner_section .common ul li + li {
          border-top: 2px dotted rgba(255, 255, 255, 0.4); }
        .preise-page .tour_category .inner_section .common ul li .fa {
          left: -0.6em;
          top: 1.0em; }
    .preise-page .tour_category .inner_section .common .creditdiv {
      width: 100%;
      height: 150px;
      left: 0;
      bottom: 0;
      border-top: 2px dotted #fff;
      padding-top: 20px;
      padding-bottom: 0;
      min-height: 113px;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 0 0 20px 20px;
      margin-top: -6px; }
      .preise-page .tour_category .inner_section .common .creditdiv div {
        display: inline-block;
        vertical-align: top; }
        .preise-page .tour_category .inner_section .common .creditdiv div.price {
          margin-right: 10px; }
          .preise-page .tour_category .inner_section .common .creditdiv div.price h2 {
            font-size: 60px;
            margin: 0;
            color: #FFF; }
          .preise-page .tour_category .inner_section .common .creditdiv div.price span {
            margin-top: 0px; }
        .preise-page .tour_category .inner_section .common .creditdiv div.cred img {
          width: 65px; }
        .preise-page .tour_category .inner_section .common .creditdiv div span {
          font-size: 18px;
          margin-top: 5px;
          display: block;
          text-align: left; }
    .preise-page .tour_category .inner_section .common .box-collapse {
      border-radius: 20px; }
      .preise-page .tour_category .inner_section .common .box-collapse .cnt-top {
        position: relative; }
      .preise-page .tour_category .inner_section .common .box-collapse .cnt-bottom {
        position: relative; }
      .preise-page .tour_category .inner_section .common .box-collapse button {
        position: absolute;
        bottom: -20px;
        margin: 0 auto !important;
        left: 0;
        right: 0;
        z-index: 50; }
      .preise-page .tour_category .inner_section .common .box-collapse .btn-primary-2 {
        background-color: #fff;
        color: white; }
        .preise-page .tour_category .inner_section .common .box-collapse .btn-primary-2:hover, .preise-page .tour_category .inner_section .common .box-collapse .btn-primary-2:focus, .preise-page .tour_category .inner_section .common .box-collapse .btn-primary-2:active:focus, .preise-page .tour_category .inner_section .common .box-collapse .btn-primary-2:active, .preise-page .tour_category .inner_section .common .box-collapse .btn-primary-2:active:hover {
          background-position: 0 0;
          background: #fff;
          border-color: #fff; }
      .preise-page .tour_category .inner_section .common .box-collapse button .icon {
        background-image: url("../../images/accordion_icons/accordion-blue_grey.svg");
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        position: absolute;
        height: 30px;
        width: 30px;
        background-position: -44px 0;
        left: 0px;
        background-size: cover; }
      .preise-page .tour_category .inner_section .common .box-collapse button.collapsed .icon {
        background-position-x: -2px; }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .preise-page .tour_category {
      margin-top: -170px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .preise-page .tour_category {
      margin-top: -116px; }
      .preise-page .tour_category .inner_section .common h3 {
        font-size: 34px; }
      .preise-page .tour_category .inner_section .common .creditdiv div.price h2 {
        font-size: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .preise-page .tour_category .inner_section .common {
      width: 100%; }
      .preise-page .tour_category .inner_section .common h3 {
        font-size: 31px; } }
  @media (max-width: 767px) {
    .preise-page .tour_category {
      margin-top: 0px; }
      .preise-page .tour_category .inner_section .leftsection {
        padding-bottom: 87px; }
      .preise-page .tour_category .inner_section .tour_info {
        margin-top: 45px;
        padding-bottom: 10px; }
        .preise-page .tour_category .inner_section .tour_info p {
          font-size: 14px;
          line-height: 24px; }
      .preise-page .tour_category .inner_section .common {
        width: 100%;
        padding: 15px; }
        .preise-page .tour_category .inner_section .common .tophead {
          margin-bottom: 20px;
          padding-bottom: 15px; }
          .preise-page .tour_category .inner_section .common .tophead p {
            min-height: 0px; }
        .preise-page .tour_category .inner_section .common h3 {
          font-size: 27px; }
        .preise-page .tour_category .inner_section .common ul {
          overflow: auto; }
          .preise-page .tour_category .inner_section .common ul li h4 {
            font-size: 16px; }
          .preise-page .tour_category .inner_section .common ul li + li {
            margin-top: 15px; }
        .preise-page .tour_category .inner_section .common .creditdiv {
          min-height: 0px;
          padding-top: 12px; }
          .preise-page .tour_category .inner_section .common .creditdiv div.price h2 {
            font-size: 35px; }
          .preise-page .tour_category .inner_section .common .creditdiv div span {
            font-size: 13px; }
          .preise-page .tour_category .inner_section .common .creditdiv div.cred img {
            width: 42px; } }

.preise-page .creditsystem_section .inner_section {
  margin-bottom: 50px; }
  .preise-page .creditsystem_section .inner_section .content p {
    font-size: 15px;
    color: #3e3d40;
    line-height: 28px; }

.preise-page .creditsystem_section .paymentpart .commonbox {
  background-color: #ededed;
  border-radius: 4px;
  padding: 10px 15px; }
  .preise-page .creditsystem_section .paymentpart .commonbox .price {
    font-size: 40px;
    color: #009EE0; }
    .preise-page .creditsystem_section .paymentpart .commonbox .price sup {
      font-size: 24px;
      top: -15px; }
  .preise-page .creditsystem_section .paymentpart .commonbox .active-plan {
    font-size: 18px;
    color: #000; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .preise-page .creditsystem_section .inner_section .content p {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .preise-page .creditsystem_section .inner_section .content p {
    font-size: 16px;
    line-height: 28px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .preise-page .creditsystem_section .paymentpart .row {
    margin: 0 -5px; }
    .preise-page .creditsystem_section .paymentpart .row .col-sm-3 {
      padding: 0 5px; }
  .preise-page .creditsystem_section .paymentpart .commonbox .price {
    font-size: 35px; }
  .preise-page .creditsystem_section .paymentpart .commonbox .active-plan {
    font-size: 16px; } }

@media (max-width: 767px) {
  .preise-page .creditsystem_section .inner_section {
    margin-bottom: 9px; }
    .preise-page .creditsystem_section .inner_section .rightsection {
      margin-top: 20px; }
    .preise-page .creditsystem_section .inner_section .content p {
      font-size: 14px;
      line-height: 24px; }
  .preise-page .creditsystem_section .paymentpart .row {
    margin: 0 -5px; }
    .preise-page .creditsystem_section .paymentpart .row .col-sm-3 {
      padding: 0 5px; }
  .preise-page .creditsystem_section .paymentpart .commonbox {
    margin: 5px 0;
    padding: 10px; }
    .preise-page .creditsystem_section .paymentpart .commonbox .price {
      font-size: 25px; }
      .preise-page .creditsystem_section .paymentpart .commonbox .price sup {
        top: -8px; }
    .preise-page .creditsystem_section .paymentpart .commonbox .active-plan {
      font-size: 14px; } }

/* The snackbar - position it at the bottom and in the middle of the screen */
.wolowo-snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #aa0b57;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 3px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 99999;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */ }

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.wolowo-snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

.flex_item {
  width: 100%; }
  .flex_item .icon {
    height: auto; }
    .flex_item .icon img {
      max-width: 105px; }
  .flex_item .content {
    height: auto;
    min-height: 0;
    padding: 15px 15px; }
    .flex_item .content h3 {
      font-size: 21px; }
    .flex_item .content p {
      font-size: 13px; }

/****************************************************************
*accordion
****************************************************************/
.username_nav {
  float: left;
  padding: 6px 0px; }
  .username_nav span {
    font-size: 1.20rem !important; }

.custom_fa_position {
  position: absolute !important;
  margin-top: -22px !important;
  right: 0 !important; }

.wolowo-free-tour-sign {
  position: absolute;
  top: 35px;
  left: 10px;
  filter: drop-shadow(0px 0px 2px white); }
  @media (max-width: 767px) {
    .wolowo-free-tour-sign {
      top: 40px;
      left: 15px; } }

.tourname_tab {
  top: 0%;
  width: max-content;
  position: fixed;
  margin: 0 auto;
  padding: 0;
  left: 0; }
  .tourname_tab .tour_name {
    background-color: #3c3c3e;
    color: #fff;
    position: absolute;
    font-size: 10px;
    z-index: 1;
    height: auto;
    word-break: break-all;
    position: initial;
    text-align: center;
    padding: 5px; }
    @media (max-width: 767px) {
      .tourname_tab .tour_name {
        padding: 0px !important; } }
  @media (max-width: 767px) {
    .tourname_tab {
      width: 100%; } }

#back-to-top {
  cursor: pointer !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  z-index: 10;
  height: 23px;
  max-width: 65px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #3f454d;
  text-align: center;
  vertical-align: middle;
  display: none;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4); }
  @media (768px) {
    #back-to-top {
      height: 20px;
      max-width: 55px; } }
  #back-to-top:hover {
    box-shadow: 0 8px 16px 0, 0, 0, 0.4;
    bottom: 20px;
    background-color: white;
    height: 26px;
    max-width: 70px;
    padding-top: 3px; }

.customer_logout_styles {
  top: 0px !important;
  position: relative; }

@media (min-width: 992px) and (max-width: 1199px) {
  .customer_logout_styles {
    top: 2px !important;
    position: relative; } }

@media (max-width: 991px) {
  .customer_logout_styles {
    top: 7px !important; } }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #AA0B57; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #AA0B57; }

.premium_tour button .icon {
  top: -2px !important;
  height: 41px !important;
  width: 41px !important;
  background-position: -58px 0 !important;
  left: -1px !important; }

.premium_tour button.collapsed .icon {
  background-position-x: -1px !important; }

.free_tour button .icon {
  top: -2px !important;
  height: 41px !important;
  width: 41px !important;
  background-position: -58px 0 !important;
  left: -1px !important; }

.free_tour button.collapsed .icon {
  background-position-x: -1px !important; }

.commonbox button .icon {
  top: -2px !important;
  height: 41px !important;
  width: 41px !important;
  background-position: -57.1px 0 !important;
  left: 0px !important; }

.commonbox button.collapsed .icon {
  background-position-x: -1px !important; }

@media (min-width: 768px) {
  .dashboard-navi ul.nav-tourlist .img-list {
    position: relative;
    top: -5px;
    width: 20% !important; }
  .dashboard-navi ul.nav-tourlist .listWithIconMyTours:before {
    content: "";
    background-image: url("../../images/hotspot-icon-white_lined.svg");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    float: left;
    position: relative;
    top: -8px; }
  .dashboard-navi ul.nav-tourlist .listWithIconMyData:before {
    content: "";
    background-image: url("../../images/data-icon-white_lined.svg");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    float: left;
    position: relative;
    top: -4px; }
  .dashboard-navi ul.nav-tourlist .list-w-icon a:focus {
    text-decoration: none; }
  .dashboard-navi ul.nav-tourlist li a {
    margin: 0 !important; }
  .dashboard-navi ul.nav-tourlist li span {
    position: absolute;
    margin-left: -38px; } }

@media (min-width: 768px) {
  .customer_navigation {
    width: auto; }
    .customer_navigation .customer-list-center {
      position: relative; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .customer_navigation .customer-list-center {
        bottom: -6px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .customer_navigation .customer-list-center {
        bottom: -5px; } }

@media (min-width: 768px) {
    .customer_navigation ul.nav-tourlist .img-list {
      position: relative;
      top: -5px;
      width: 20% !important; }
    .customer_navigation ul.nav-tourlist .listWithIconMyTours:before {
      content: "";
      background-image: url("../../images/hotspot-icon-white_lined.svg");
      background-repeat: no-repeat;
      height: 25px;
      width: 25px;
      float: left;
      position: relative;
      top: -6px; }
    .customer_navigation ul.nav-tourlist .listWithIconMyData:before {
      content: "";
      background-image: url("../../images/data-icon-white_lined.svg");
      background-repeat: no-repeat;
      height: 25px;
      width: 25px;
      float: left;
      position: relative;
      top: 5px; }
    .customer_navigation ul.nav-tourlist .list-w-icon a:focus {
      text-decoration: none; }
    .customer_navigation ul.nav-tourlist li a {
      margin: 0 !important; }
    .customer_navigation ul.nav-tourlist li span {
      position: absolute;
      margin-left: -38px; }
    .customer_navigation li {
      width: 50% !important; } }

@media (min-width: 309px) {
  .dashboard-navi {
    display: block !important; } }

@media (min-width: 309px) and (max-width: 767px) {
  .dashboard-account {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block !important; } }

.white {
  color: #fff !important; }

.list-icon {
  width: 50% !important;
  float: left; }
  .list-icon .img-list {
    position: relative;
    top: -5px;
    width: 20% !important; }
  .list-icon .list-w-icon {
    position: relative;
    width: 80% !important;
    height: 20px; }
    .list-icon .list-w-icon a {
      position: absolute !important;
      left: 0;
      width: max-content !important; }

.panel {
  position: relative; }

.boxes-body {
  border-radius: 10px !important;
  background-color: #f8f8f8;
  margin-bottom: 0; }

.boxes-body .alert.alert-danger {
  background-color: transparent;
  border: none;
  text-align: center; }

.boxes-body .panel .panel-title {
  background-color: transparent;
  border: none; }

.wolowo-bar {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #009EE0;
  box-shadow: 0 5px 8px 0 rgba(44, 15, 15, 0.2);
  bottom: -24px;
  width: 160px;
  border-radius: 30px; }
  .wolowo-bar ul {
    list-style-type: none;
    margin: auto;
    text-align: center;
    padding: 5px 0; }
    .wolowo-bar ul .add-data {
      border-right: 1px dotted #ccc; }
    .wolowo-bar ul li a {
      padding: 0; }
      .wolowo-bar ul li a img {
        padding: 3px; }

.cd-tabs .cd-tabs__content .video-container {
  position: relative;
  padding-top: 20px;
  height: auto;
  padding-bottom: 40.25%;
  width: 100%;
  margin-top: 70px; }
  .cd-tabs .cd-tabs__content .video-container iframe {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  @media (max-width: 767px) {
    .cd-tabs .cd-tabs__content .video-container {
      margin-top: 0; } }

@media (min-width: 768px) and (max-width: 992px) {
  .inner_section .feature-box p {
    font-size: 13px; } }

@media (max-width: 767px) {
  .inner_section .feature-box {
    position: relative;
    margin: 150px 0; }
    .inner_section .feature-box .img-box {
      height: 230px;
      width: 230px;
      position: absolute;
      top: -46px; }
      .inner_section .feature-box .img-box img {
        max-width: 74%;
        object-fit: cover;
        object-position: 0 0;
        opacity: 0.4; }
      .inner_section .feature-box .img-box.druck_div {
        left: -115px; }
    .inner_section .feature-box .slideInLeft {
      left: -110px; }
    .inner_section .feature-box .slideInRight {
      right: -110px; }
  #carousel-example-generic {
    border-radius: 15px; }
    #carousel-example-generic .carousel-inner {
      border-radius: 15px; }
    #carousel-example-generic a {
      border-radius: 15px; }
      #carousel-example-generic a img.center-block {
        height: 275px; } }

.boxes-body .panel-body ul li {
  background-color: transparent; }

.wolowo-bar a.btn-round {
  width: 180px;
  padding: 12px 15px;
  font-size: 16px; }

@media (max-width: 768px) {
  .logo-nav {
    width: 80px;
    height: 80px; } }

.account-navi {
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  top: -14px;
  left: auto;
  position: absolute;
  right: -14px;
  background: #009EE0;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.47);
  top: -14px; }
  @media (max-width: 767px) {
    .account-navi {
      width: 70px;
      height: 70px; } }

.box_height .display-xs {
  display: none; }
  @media (max-width: 768px) {
    .box_height .display-xs {
      display: block;
      max-width: 80%; } }

.offline_tour_content {
  background: url(../images/background/dust_scratches.png); }
  .offline_tour_content .header {
    background: none !important; }
  .offline_tour_content .body-data {
    height: 100%;
    min-height: 400px;
    max-height: 775px;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .offline_tour_content .body-data .offline_tour_data img {
      position: absolute;
      width: 35vh;
      right: 30px;
      top: 0;
      z-index: 1;
      max-width: 275px; }
      @media (max-width: 767px) {
        .offline_tour_content .body-data .offline_tour_data img {
          max-width: 173px;
          top: 22px; } }
      @media (max-width: 480px) {
        .offline_tour_content .body-data .offline_tour_data img {
          width: 26vh;
          left: 0;
          right: 0;
          margin: auto;
          top: 0; } }
      @media (max-height: 400px) {
        .offline_tour_content .body-data .offline_tour_data img {
          max-width: 110px;
          top: 45px; } }
    .offline_tour_content .body-data .tour-text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding: 0 30px;
      left: 0;
      text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6); }
      .offline_tour_content .body-data .tour-text h2 {
        font-weight: bold; }
      .offline_tour_content .body-data .tour-text .tour_data {
        height: auto;
        padding: 10px;
        background: #AA0B57;
        border-radius: 15px; }
        .offline_tour_content .body-data .tour-text .tour_data p {
          color: #fff;
          max-width: 60%;
          padding: 5px 10px;
          line-height: 1.7; }
          @media (max-width: 992px) {
            .offline_tour_content .body-data .tour-text .tour_data p {
              max-width: 75%; } }
          @media (max-width: 767px) {
            .offline_tour_content .body-data .tour-text .tour_data p {
              max-width: 100%;
              font-size: 13px; } }
      @media (max-width: 480px) {
        .offline_tour_content .body-data .tour-text {
          margin-top: 15%; } }
    @media (max-width: 767px) {
      .offline_tour_content .body-data {
        max-height: 550px; } }
  .offline_tour_content .wolowo-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .offline_tour_content .wolowo-bottom ul li {
      display: inline-block;
      padding: 6px 10px; }
      .offline_tour_content .wolowo-bottom ul li a {
        color: #000; }
      .offline_tour_content .wolowo-bottom ul li:first-child {
        border-right: 1px solid #ccc; }

#kontaktmanager .commonbox #myInput, #kontaktmanager .commonbox #myInput_1, #rechnungsdaten .commonbox #myInput, #rechnungsdaten .commonbox #myInput_1 {
  border-radius: 50px;
  height: 34px;
  border: 1px solid #ccc;
  padding: 7px; }

.panel .panel-heading {
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 20px;
  color: white;
  background-color: #AA0B57;
  margin-bottom: 10px;
  padding: 10px 15px;
  min-height: auto;
  font-family: "Quicksand-Regular"; }

.panel .panel-body {
  background-color: #F8F8F8; }

@media (max-width: 479px) {
  #changepassword {
    padding: 0px 40px; } }

@media (min-width: 480px) {
  #changepassword {
    padding: 0 70px; } }

#changepassword .sbt-button {
  width: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0 10px 0; }

.big-circle {
  height: 150px;
  width: 150px; }

.medium-circle {
  height: 80px;
  width: 80px; }

.small-circle {
  height: 50px;
  width: 50px; }

#SearchInput {
  outline: none;
  border: none; }

.search_input {
  position: relative;
  display: block;
  z-index: 1;
  width: 26px;
  height: 26px;
  margin-left: 0;
  padding: 0;
  background: #fff;
  float: right;
  right: 15px;
  border: 2px solid #ccc;
  border-radius: 20px;
  transition: all .25s ease .3s; }
  .search_input:before {
    top: 90%;
    left: 90%;
    width: 12px;
    height: 2px;
    background-color: #ccc;
    border-radius: 1px;
    transition: width .15s ease .55s;
    transform: rotate(45deg);
    transform-origin: top left; }
  .search_input #SearchInput {
    width: 100%;
    height: 100%;
    padding: 0 30px 0 15px;
    font-size: 14px;
    line-height: 38px;
    opacity: 1;
    background-color: transparent;
    transition: opacity .15s ease; }
  .search_input .search-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: translateY(-50%); }
    .search_input .search-icon:before, .search_input .search-icon:after {
      right: 5px;
      height: 2px;
      width: 2px;
      border-radius: 1px;
      transition: all .25s ease; }
    .search_input .search-icon:before {
      top: 3px;
      background-color: #ccc;
      transform: rotate(-45deg);
      transform-origin: top right;
      transition-delay: 0.1s; }
    .search_input .search-icon:after {
      bottom: 3px;
      background-color: #ccc;
      transform: rotate(45deg);
      transform-origin: bottom right;
      transition-delay: 0s; }
  .search_input.open {
    width: 160px;
    transition-delay: 0.1s; }
    .search_input.open:before {
      width: 0px;
      transition-delay: 0s; }
    .search_input.open input {
      opacity: 1;
      transition-delay: .15s; }
    .search_input.open .search-icon:before, .search_input.open .search-icon:after {
      width: 15px;
      right: 12px; }
    .search_input.open .search-icon:before {
      top: 9px;
      transition-delay: .25s; }
    .search_input.open .search-icon:after {
      bottom: 9px;
      transition-delay: .3s; }

.search_input:before, .search_input .search-icon:before, .search_input .search-icon:after {
  content: "";
  position: absolute;
  display: block; }

.top_section {
  position: relative;
  background-color: #f8f8f8;
  border-bottom: 2px solid #ccc; }
  .top_section .row {
    margin: 8px 0; }
  .top_section .sort-tour {
    float: right;
    margin-right: 50px;
    top: 2px; }
    .top_section .sort-tour a {
      color: #000; }
      .top_section .sort-tour a:hover, .top_section .sort-tour a:focus {
        text-decoration: none; }
      .top_section .sort-tour a#sort_option:after {
        background-image: url("../images/dropdown_grey.svg");
        content: '';
        display: block;
        height: 15px;
        width: 15px;
        background-repeat: no-repeat;
        position: absolute;
        right: -22px;
        top: 8px; }
    .top_section .sort-tour .dropdown-menu {
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px; }
      .top_section .sort-tour .dropdown-menu a {
        display: block; }
  .top_section .sort-tour li a.active, .top_section .sort-tour li a:hover {
    color: #009EE0; }
  .top_section.sticky {
    position: sticky;
    z-index: 3;
    top: 0px; }
    .top_section.sticky .sort-tour {
      top: 0; }
    .top_section.sticky .sort-tour {
      display: table; }
      .top_section.sticky .sort-tour > a {
        font-size: 13px;
        padding: 6px 0;
        display: table-cell;
        vertical-align: middle; }
        .top_section.sticky .sort-tour > a#sort_option:after {
          top: 12px; }
    @media (max-width: 767px) {
      .top_section.sticky .sort-tour {
        margin-right: 20px; }
        .top_section.sticky .sort-tour .dropdown-menu {
          left: auto;
          transform: none;
          right: -25px; } }

.sortable-placeholder {
  border: 1px solid #F8F8F8; }

a.home-scroll span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 54px;
  height: 27px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0px 3px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  a.home-scroll span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 54px;
    height: 27px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box; }
  a.home-scroll span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box; }

@keyframes sdb03 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
  @media (max-height: 500px) {
    a.home-scroll span {
      bottom: 10px; } }

.back-to-admin {
  position: absolute;
  top: 11px;
  right: 10px;
  color: #fff;
  z-index: 4;
  font-size: 27px; }
  .back-to-admin:hover, .back-to-admin:focus {
    color: #fff; }

.admin-link .admin-name {
  position: absolute;
  right: 80px;
  top: 13px;
  color: #333; }
  .admin-link .admin-name:hover, .admin-link .admin-name:focus {
    color: #333;
    text-decoration: none; }
