@-ms-viewport {
  width: device-width;
}

@media only screen and (min-device-width: 800px) {
  html {
    overflow: hidden;
  }
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden
}

iframe {
  height: 100%;
  width: 100%
}

div#tourDIV {
  height: 100%;
  position: relative;
  overflow: hidden;
}

div#panoDIV {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Corners */
.corner {
  position: absolute;
  z-index: 10;
  max-width: 40%;
}

.corner.tl {
  top: 0;
  left: 0;
}

.corner.tr {
  top: 0;
  right: 0;
}

.corner.br {
  bottom: 0;
  right: 0;
}

.corner.bl {
  bottom: 0;
  left: 0;
}

.overlayBackground {
  width: 120px;
  height: 116px;
}

.overlayBackground:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/wmc/images/overlayBackground.png');
}

@media (max-width: 340px) {
  .overlayBackground {
    width: 75px;
    height: 73px;
  }
  .overlayBackground:before {
    background-image: url('/wp-content/themes/wmc/images/overlayBackground-75.png');
  }
}

.corner.tl .overlayBackground:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.corner.tr .overlayBackground:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.corner.bl .overlayBackground:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.overlayLogo {
  max-width: 50%;
  height: auto;
  position: absolute;
}

.corner.tl .overlayLogo {
  left: 15px;
  top: 15px;
}

.corner.tr .overlayLogo {
  right: 15px;
  top: 15px;
}

.corner.bl .overlayLogo {
  left: 15px;
  bottom: 15px;
}

.corner.br .overlayLogo {
  right: 15px;
  bottom: 15px;
}

/* corner fa logos */
.menuicon {
  cursor: pointer;
}
.menuicon:hover .fa-inverse{
  color: #17b2e0;
}
.menuicon .fa-stack{
  color: #3b2d24;
}

/* Map Overlay */
.contact-map
{
    position: absolute;
    top: 0;
    right: 0;

    overflow: auto;

    height: 430px;
    padding-left: 5px;

    background: #fff;
    background: rgba(255, 255, 255, .80);
}
.contact-map li
{
    text-align: left;
}
@media (min-width: 651px)
{
    .contact-map
    {
        width: 230px;
    }
    .contactMapToggle
    {
        display: none;
    }
    .contact-map ul li a span
    {
        display: block;
    }
}
@media (min-width: 581px) and (max-width: 650px)
{
    .contact-map
    {
        width: 180px;
    }
    .contact-map ul li a span
    {
        font-size: .8em;

        display: block;
    }
    .contactMapToggle
    {
        display: none;
    }
}
@media (max-width: 580px)
{
    .contact-map
    {
        width: 40px;
        max-width: 70%;
    }
    .contact-map ul li a span
    {
        font-size: .8em;

        display: none;
    }
}
.contact-map ul
{
    margin: 0;
    padding: 0;
}
.contact-map ul li img
{
    float: left;

    margin: 0 10px 0 0;
}
.contact-map ul li
{
    float: left;

    width: 100%;
    margin: 0 0 5px 0;
}
.contact-map ul li a
{
    font-size: 16px;
    line-height: 27px;

    float: left;

    width: 100%;
    padding: 5px 0;

    color: #3d2f26;
}
.contact-map ul li a
{
    color: inherit;
}

/* map */
.map_container
{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: .5em;
}
.map
{
    float: left;
    width: 100%;
    height: calc(92vh - 60px);
}
.leaflet-bottom.leaflet-right {
    z-index: 10;
}

/* Tourtabs */
.tourtabs ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.tourtabs ul li
{
    margin: 3px 0 0 0;

    text-align: left;
}
.tourtabs ul li a[role=tab]
{
    font-size: 14px;
    line-height: 40px;

    float: left;

    height: 40px;
    padding: 0 30px;

    text-decoration: none;

    color: #454545;
    border-right: 1px solid #fff;
    background-color: #e3e3e3;
}
.tourtabs > ul > .active > a[role=tab],
.tourtabs > ul > .active > a[role=tab]:focus,
.tourtabs > ul > .active > a[role=tab]:active
{
    color: #fff;
    background-color: #13afeb;
}

.tourtabs .tab-content .img_left2
{
    float: right;

    margin-left: 25px;
}
.tourtabs .tab-content .tab-pane
{
    margin-bottom: 20px;
}
.tourtabs .tab-content .tabtitle
{
    margin-top: 22px;
}
.tourtabs .tab-content
{
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    text-align: left;
    background-color: white;
    margin-bottom: 10px;
}
.tourtabs .divider_dashed8 {
  margin: 10px 0 0 0 ;
}

/* Markercluster */

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow
{
    -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
       -moz-transition:    -moz-transform .3s ease-out, opacity .3s ease-in;
         -o-transition:      -o-transform .3s ease-out, opacity .3s ease-in;
            transition:         transform .3s ease-out, opacity .3s ease-in;
}

.leaflet-cluster-spider-leg
{
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset .3s ease-out, -webkit-stroke-opacity .3s ease-in;
       -moz-transition:    -moz-stroke-dashoffset .3s ease-out, -moz-stroke-opacity .3s ease-in;
         -o-transition:      -o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;
            transition:         stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in;
}
.marker-cluster-small
{
    background-color: #b5e28c;
}
.marker-cluster-small div
{
    background-color: #6ecc39;
}

.marker-cluster-medium
{
    background-color: #f1d357;
}
.marker-cluster-medium div
{
    background-color: #f0c20c;
}

.marker-cluster-large
{
    background-color: #fd9c73;
}
.marker-cluster-large div
{
    background-color: #f18017;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small
{
    background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div
{
    background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium
{
    background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div
{
    background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large
{
    background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div
{
    background-color: rgb(241, 128, 23);
}

.marker-cluster
{
    border-radius: 20px;
    background-clip: padding-box;
}
.marker-cluster div
{
    font: 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;

    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 5px;

    text-align: center;

    border-radius: 15px;
}
.marker-cluster span
{
    line-height: 30px;
}

/* Overlay Menu */
h1.page_title {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
h2 {
  font-size: 16px;
  line-height: 20px;
}
h2 i {
  color: inherit;
}

.modal-dialog.modal-xl {
  width: 96%;
  margin: 4vh auto;
  z-index: 20;
  max-width: 1200px;
}

.modal-content {
  overflow-y: auto;
}

.modal-xl h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

button.close {
  font-size: 40px;
  padding-right: 10px;
}

button.back {
  font-size: 30px;
  padding-left: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: left;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

button.back:focus, button.back:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.menu_content a {
  cursor: pointer;
}

.menu_content a:focus,
.menu_content a:hover,
.menu_content a:focus h2,
.menu_content a:hover h2{
    color: #13afeb;
  cursor: pointer;
}

/* All Tour / Category Tab Content */

div.overview .element
{
    position: relative;

    height: auto;
    padding: 4px;
}
div.overview .element:before
{
    display: block;

    padding-top: 98%;

    content: '';
}
div.overview div .border
{
    position: absolute;
    top: 2%;
    right: 2%;
    bottom: 2%;
    left: 2%;

    box-sizing: border-box;
    width: 96%;
    padding: 12px;

    border: #e3e3e3 solid 1px;
    border-radius: 5px;
}
div.overview div .border:hover
{
    transition: all 300ms linear;border-color: white;
    background-color: #13afeb ; ;
}
div.overview div a img
{
    width: 100%;
    max-width: 100%;
    height: auto;

    border-radius: 4px;
}
div.overview div .title
{
    margin-top: 5px; margin-bottom: 2px;

    text-align: center;
}
div.overview div .title a
{
    font-size: 1.3em; color: #272727;
}
div.overview div .border:hover .title a
{
    color: white;
}

/* Offer Tab Content */
.offers .element
{
    margin-bottom: 1em;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 400ms linear;
}
.offers .border {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 12px;
    border: #e3e3e3 solid 1px;
    border-radius: 5px;
}
.offers .left
{
    text-align: center;
}
.offers .left img
{
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
}

.offers .title
{
    margin-bottom: 4px;
}
.offers .text {
    margin-bottom: 20px;
}
.offers span.label {
    margin-right: 5px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
}
.offers.city .imagecontainer {
    height: 180px;
    margin-bottom: 10px;
}
.offers.city .imagecontainer img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-width: 100%;
    max-height: 180px;
}
.offers h4 {
    height: 2em;
}
.offers h5 {
    font-size: 15px;
    font-style: italic;
    height: 2em;
}

/* Info Tab Content */
.infotext,
.cityinfo
{
    margin-top: 2em;

    text-align: justify;
}
.infoFooter
{
    font-size: .6em;

    color: rgb(191, 191, 191);
}


/* Contact Tab Contact */
ul.faddress
{
    float: left;

    width: 100%;
    margin: 0;
    padding: 0;
}
.faddress li
{
    margin: 0;
    padding: 3px 0;
}
.faddress li a
{
    color: #727272;
}
.faddress li a:hover
{
    color: #13afeb;
}
.contact td
{
    padding-left: 10px;
}