@charset "UTF-8";
@charset "UTF-8";
.pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
    background: #f4f4f4 url(//hobbyfisch.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/background.svg) repeat;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
}

.pnlm-container * {
    box-sizing: content-box;
}

.pnlm-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pnlm-grab {
    cursor: grab;
    cursor: url(//hobbyfisch.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grab.svg) 12 8, default;
}

.pnlm-grabbing {
    cursor: grabbing;
    cursor: url(//hobbyfisch.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grabbing.svg) 12 8, default;
}

#et-boc .et-l .pnlm-sprite,
.pnlm-sprite {
    background-image: url(//hobbyfisch.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/sprites.svg);
}

.pnlm-container:-moz-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-render-container {
    cursor: inherit;
    
    /* Fix display bug in Safari 7 */
    position: absolute;
    height: 100%;
    width: 100%;
}

#et-boc .et-l .pnlm-controls ,
.pnlm-controls {
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0,0,0,0.4);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-control:hover {
    background-color: #f8f8f8;
}

.pnlm-controls-container {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
}

#et-boc .et-l .pnlm-zoom-controls,
.pnlm-zoom-controls {
    width: 28px;
    height: 52px;
}

#et-boc .et-l .pnlm-zoom-in,
.pnlm-zoom-in {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
    background-position: 1px 0;
}

#et-boc .et-l .pnlm-zoom-out,
.pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-position: 1px -26px;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0,0,0,0.10);
    border-radius: 0 0 3px 3px;
}

#et-boc .et-l .pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator,
.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
    width: 28px;
    height: 26px;
}

#et-boc .et-l .pnlm-hot-spot-debug-indicator ,
.pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none;
}

#et-boc .et-l .pnlm-orientation-button-inactive,
.pnlm-orientation-button-inactive {
    background-position: 0 -156px;
}

.pnlm-orientation-button-active {
    background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
    background-position: 1px -52px;
}

#et-boc .et-l .pnlm-fullscreen-toggle-button-inactive {
    background-position: -1px -53px;
}

#et-boc .et-l .pnlm-fullscreen-toggle-button-active,
.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px;
}


#et-boc .et-l .pnlm-panorama-info,
.pnlm-panorama-info {
    position: absolute;
    bottom: 4px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    padding-left: 5px;
    margin-bottom: 3px;
}

.pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px;
}

.pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: #fff;
}

.pnlm-load-box p {
    margin: 20px 0;
}

.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}

.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative;
}

@keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

@-webkit-keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
    background-color: rgba(0,0,0,.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: table;
    color: #fff;
    cursor: pointer;
}

.pnlm-load-button:hover {
    background-color: rgba(0,0,0,.8);
}

.pnlm-load-button p {
    display: table-cell;
    vertical-align: middle;
}

.pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed;
}

.pnlm-info-box a, .pnlm-author-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.pnlm-error-msg {
    display: none;
}

.pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    background: rgba(0,0,0,0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
    color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
    color: #eee;
}

.pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 1;
}
.pnlm-hotspot {
    height: 26px;
    width: 26px;
    border-radius: 13px;
}
.pnlm-hotspot:hover {
    background-color: rgba(255,255,255,0.2);
}
#et-boc .et-l .pnlm-hotspot.pnlm-info,
.pnlm-hotspot.pnlm-info {
    background-position: 0 -104px;
}
#et-boc .et-l .pnlm-hotspot.pnlm-scene,
.pnlm-hotspot.pnlm-scene {
    background-position: 0 -130px;
}

#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}
#et-boc .et-l div.pnlm-tooltip:hover span,
div.pnlm-tooltip:hover span{
    visibility: visible;
}
#et-boc .et-l div.pnlm-tooltip:hover span:after,
div.pnlm-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

#et-boc .et-l .pnlm-compass,
.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    background-image: url(//hobbyfisch.de/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/compass.svg);
    cursor: default;
    display: none;
}

#et-boc .et-l .pnlm-world,
.pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%;
}
#et-boc .et-l .pnlm-face,
.pnlm-face {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.pnlm-dragfix, .pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-preview-img {
    background-size: cover;
    background-position: center;
}

.pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: #fff 1px solid;
    height: 6px;
}

.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}

.pnlm-lmsg {
    font-size: 12px;
}

.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0;
}

.pnlm-pointer {
    cursor: pointer;
}


.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-9-16 {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1 {
  padding-top: 100%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}.video-js .vjs-big-vr-play-button {
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath fill='%23FFF' d='M334.883 275.78l-6.374-36.198-6.375-36.2-28.16 23.62-28.164 23.62 25.837 9.41C266.247 296.544 224 320.5 176.25 320.5c-77.47 0-140.5-63.03-140.5-140.5 0-77.472 63.03-140.5 140.5-140.5 53.428 0 99.98 29.978 123.733 73.993l13.304-6.923C287.025 57.76 235.45 24.5 176.25 24.5c-85.743 0-155.5 69.757-155.5 155.5 0 85.742 69.757 155.5 155.5 155.5 54.253 0 102.09-27.94 129.922-70.177l28.71 10.457z'/%3E%3Cpath fill='%23FFF' d='M314.492 175.167c-12.98 0-23.54-10.56-23.54-23.54s10.56-23.54 23.54-23.54c12.98 0 23.54 10.56 23.54 23.54s-10.56 23.54-23.54 23.54zm0-38.08c-8.018 0-14.54 6.522-14.54 14.54s6.522 14.54 14.54 14.54c8.017 0 14.54-6.522 14.54-14.54s-6.523-14.54-14.54-14.54z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M88.76 173.102h9.395c4.74-.042 8.495-1.27 11.268-3.682 2.77-2.412 4.157-5.903 4.157-10.474 0-4.4-1.153-7.817-3.46-10.25-2.307-2.434-5.83-3.65-10.568-3.65-4.147 0-7.554 1.195-10.22 3.585-2.666 2.392-4 5.514-4 9.364H69.908c0-4.74 1.26-9.055 3.776-12.95 2.518-3.892 6.03-6.928 10.537-9.108 4.508-2.18 9.554-3.27 15.14-3.27 9.225 0 16.472 2.318 21.74 6.952 5.27 4.634 7.903 11.077 7.903 19.33 0 4.147-1.323 8.05-3.967 11.71-2.646 3.66-6.062 6.422-10.252 8.284 5.078 1.736 8.94 4.465 11.584 8.19s3.968 8.166 3.968 13.33c0 8.294-2.847 14.895-8.538 19.804s-13.17 7.363-22.438 7.363c-8.887 0-16.166-2.37-21.836-7.11-5.67-4.74-8.506-11.045-8.506-18.916h15.425c0 4.062 1.365 7.363 4.094 9.902 2.73 2.54 6.4 3.81 11.014 3.81 4.782 0 8.55-1.27 11.3-3.81s4.126-6.22 4.126-11.045c0-4.865-1.44-8.61-4.316-11.235-2.878-2.623-7.152-3.936-12.822-3.936H88.76V173.1zM187.598 133.493v12.76h-1.904c-8.633.126-15.53 2.497-20.693 7.108-5.162 4.614-8.23 11.152-9.203 19.615 4.95-5.205 11.277-7.808 18.98-7.808 8.166 0 14.608 2.878 19.328 8.633 4.718 5.755 7.077 13.182 7.077 22.28 0 9.395-2.76 17.002-8.284 22.82-5.52 5.818-12.77 8.73-21.74 8.73-9.226 0-16.705-3.407-22.44-10.222-5.733-6.812-8.6-15.742-8.6-26.787v-5.267c0-16.208 3.945-28.903 11.84-38.086 7.89-9.182 19.242-13.774 34.054-13.774h1.586zM171.03 177.61c-3.386 0-6.485.95-9.3 2.855-2.814 1.904-4.877 4.443-6.188 7.617v4.697c0 6.854 1.438 12.304 4.316 16.345 2.877 4.04 6.602 6.062 11.172 6.062s8.188-1.715 10.854-5.143 4-7.934 4-13.52-1.355-10.135-4.063-13.648c-2.708-3.51-6.304-5.267-10.79-5.267zM271.136 187.447c0 13.29-2.486 23.307-7.46 30.057s-12.535 10.125-22.69 10.125c-9.988 0-17.51-3.292-22.566-9.872-5.058-6.58-7.65-16.323-7.776-29.23V172.53c0-13.287 2.485-23.252 7.458-29.896 4.973-6.643 12.558-9.966 22.757-9.966 10.112 0 17.655 3.237 22.63 9.712 4.97 6.475 7.52 16.166 7.647 29.072v15.995zm-15.425-17.265c0-8.674-1.185-15.033-3.554-19.075-2.37-4.04-6.137-6.062-11.3-6.062-5.035 0-8.738 1.915-11.107 5.745-2.37 3.83-3.62 9.807-3.746 17.932v20.948c0 8.633 1.206 15.064 3.618 19.297s6.2 6.348 11.362 6.348c4.95 0 8.61-1.957 10.98-5.87 2.37-3.915 3.62-10.04 3.746-18.378v-20.885z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-big-vr-play-button .vjs-icon-placeholder {
  display: none;
}
:hover.video-js .vjs-big-vr-play-button {
  -webkit-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  -moz-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  -ms-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  -o-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
}

.video-js .vjs-big-vr-play-button::before {
  content: "";
}
.video-js canvas {
  cursor: move;
}
.video-js .vjs-button-vr .vjs-icon-placeholder {
  height: 30px;
  width: 30px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZGRkZGRiI+CiAgICA8cGF0aCBkPSJNMjAuNzQgNkgzLjIxQzIuNTUgNiAyIDYuNTcgMiA3LjI4djEwLjQ0YzAgLjcuNTUgMS4yOCAxLjIzIDEuMjhoNC43OWMuNTIgMCAuOTYtLjMzIDEuMTQtLjc5bDEuNC0zLjQ4Yy4yMy0uNTkuNzktMS4wMSAxLjQ0LTEuMDFzMS4yMS40MiAxLjQ1IDEuMDFsMS4zOSAzLjQ4Yy4xOS40Ni42My43OSAxLjExLjc5aDQuNzljLjcxIDAgMS4yNi0uNTcgMS4yNi0xLjI4VjcuMjhjMC0uNy0uNTUtMS4yOC0xLjI2LTEuMjh6TTcuNSAxNC42MmMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTMgMS4xOCAwIDIuMTIuOTYgMi4xMiAyLjEzcy0uOTUgMi4xMi0yLjEyIDIuMTJ6bTkgMGMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTNzMi4xMi45NiAyLjEyIDIuMTMtLjk1IDIuMTItMi4xMiAyLjEyeiIvPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+Cjwvc3ZnPgo=) no-repeat left center;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.vrowl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .vrowl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .vrowl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .vrowl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .vrowl-carousel .owl-wrapper,
  .vrowl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .vrowl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .vrowl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .vrowl-carousel .owl-nav.disabled,
  .vrowl-carousel .owl-dots.disabled {
    display: none; }
  .vrowl-carousel .owl-nav .owl-prev,
  .vrowl-carousel .owl-nav .owl-next,
  .vrowl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .vrowl-carousel .owl-nav button.owl-prev,
  .vrowl-carousel .owl-nav button.owl-next,
  .vrowl-carousel button.owl-dot {
    /* background: none; */
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .vrowl-carousel.owl-loaded {
    display: block; }
  .vrowl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .vrowl-carousel.owl-hidden {
    opacity: 0; }
  .vrowl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .vrowl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .vrowl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .vrowl-carousel.owl-rtl {
    direction: rtl; }
  .vrowl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .vrowl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.vrowl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.vrowl-carousel .owl-animated-in {
  z-index: 0; }

.vrowl-carousel .owl-animated-out {
  z-index: 1; }

.vrowl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.vrowl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .vrowl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .vrowl-carousel .owl-item .owl-lazy[src^=""], .vrowl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .vrowl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.vrowl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.vrowl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//hobbyfisch.de/wp-content/plugins/wpvr/public/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.vrowl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.vrowl-carousel .owl-video-playing .owl-video-tn,
.vrowl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.vrowl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.vrowl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/

.vr-pointer-container {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-pointer {
  height: 10px;
  width: 10px;
  text-align: center;
  background: #fff;
  display: block;
  cursor: pointer;
  border-radius: 100%;
}

.explainer {
  position: absolute;
  bottom: 40px;
  right: 15px;
  z-index: 9;
  text-align: center;
  width: 47%;
  height: 40%;
}

.generic_form_button {
  position: absolute;
  top: 110px;
  right: 10px;
  z-index: 9;
  text-align: center;
}

.generic_form_button .generic-form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  
}

.generic_form_button .generic-form-icon i {
  font-size: 20px;
}

.close-generic-form {
  position: absolute;
  right: -7px;
  top: -11px;
  background: #fff;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  font-size: 14px;
}

.wpvr-generic-form {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 9;
  width: 80%;
  height: 80%;
  background: #fff;
}

.generic-form-container {
  padding-left: 30px;
  padding-right: 20px;
  overflow: auto;
  height: 100%;
}

.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map {
  position: absolute;
  bottom: 40px;
  right: 15px;
  z-index: 999;
  text-align: center;
  width: auto;
  max-width: 50%;
  height: 55%;
  transition: all 0.4s linear;
  transform-origin: right bottom;
}

.et-db #et-boc .wpvr-floor-map.fullwindow,
.wpvr-floor-map.fullwindow {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  z-index: 100;
  max-width: 80%;
  background: transparent;
  object-fit: contain;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer,
.wpvr-floor-map .floor-plan-pointer {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #cca92c;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;
}

.et-db #et-boc .wpvr-floor-map .floor-plan-pointer.add-pulse,
.wpvr-floor-map .floor-plan-pointer.add-pulse {
  animation: pulse 1s infinite;
}
.wpvr-floor-map .floor-plan-pointer.add-pulse:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-1deg);
  width: 17px;
  height: 17px;
  background: transparent;
  border-radius: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  display: none;
}

.wpvr-floor-map .floor-pointer-circle {
  position: relative;
  z-index: 1;
}
.wpvr-floor-map .floor-pointer-flash {
  position: absolute;
  width: 22px;
  top: -22px;
  left: -2px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.wpvr-floor-map .add-pulse .floor-pointer-flash {
  visibility: visible;
  opacity: 1;
}

.et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
  width: auto;
  display: block;
  margin-left: auto;
  height: 100%;
  border-radius: 5px
}
.et-db #et-boc .wpvr-floor-map img {
  border-radius: 5px !important;
}

#et-boc .et-l .explainer > iframe,
.explainer > iframe {
  border-radius: 10px;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#et-boc .et-l .explainer_button,
.explainer_button {
  position: absolute;
  bottom: 15px;
  right: 45px;
  z-index: 3;
  text-align: center;
  width: 50px;
}
.floor_map_button {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 2;
  text-align: center;
  width: 50px;
}

.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
  position: absolute;
  right: -7px;
  top: -11px;
  background: #fff;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .explainer {
    width: 60%;
    height: 60%;
  }

  .floor_map_button {
    width: auto;
    padding: 10px 10px 0;
  }

  .et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
  .wpvr-floor-map .close-floor-map-plan,
  #et-boc .et-l .explainer .close-explainer-video,
  .explainer .close-explainer-video {
    width: 40px;
    height: 40px;
  }
}

.wpvr-navbar-container {
  position: absolute;
  top: 5px;
  width: 100%;
  display: flex;
  padding: 10px;
  list-style: none;
  color: #fff;
  justify-content: flex-end;
  z-index: 9;
  right: 0;
}

.wpvr-navbar-container > li {
  margin: 10px;
}

.wpvr-navbar-container > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.wpvr-navbar-dropdown {
  list-style: none;
  display: none;
  position: absolute;
}

.wpvr-navbar-container > li:hover .wpvr-navbar-dropdown {
  display: block;
  margin-left: -50px;
}

.wpvr-navbar-dropdown > li > a {
  text-decoration: none;
  color: #fff;
}

.wpvr-home-content * {
  box-sizing: border-box;
}

.wpvr-home-content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}



.wpvr-home-title {
  font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin-bottom: 10px;
}

.wpvr-home-subtitle {
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}

@media only screen and (min-width: 1921px) {
  .wpvr-home-title {
    font-size: 60px;
  }

  .wpvr-home-subtitle {
    font-size: 18px;
  }
}

.wpvr-topnav {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 3px;
}

.wpvr-mobile-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #004efa;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: none;
  z-index: 9;
}

.wpvr-mobile-notice p {
  color: #fff;
  margin: 0;
  font-size: 13px;
  margin-right: 17px;
  width: calc(100% - 20px);
}

.wpvr-mobile-notice .notice-close {
  font-size: 11px;
  border: 1px solid;
  color: #fff;
  display: inline-block;
  line-height: 18px;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}

#cp-logo-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
}

.wpvr-social-share-bg-box * {
  box-sizing: border-box;
}
.wpvr-social-share-bg-box {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
.wpvr-social-share-bg-box .share-btn-svg {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.wpvr-social-share-bg-box .wpvr-share-nav {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0.3s;
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.wpvr-social-share-bg-box:hover .share-btn-svg {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav {
  /* opacity: 1;
    visibility: visible; */
}

.wpvr-social-share-bg-box .wpvr-share-nav > a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.wpvr-social-share-bg-box:hover .wpvr-share-nav > a {
  opacity: 1;
  visibility: visible;
}

.wpvr-social-share-bg-box .wpvr-share-nav > a img {
  width: 20px;
  height: 20px;
  filter: invert(100%);
}
.wpvr-social-share-bg-box a.wpvr-facebook-icon {
  background: #3b5998;
}
.wpvr-social-share-bg-box a.wpvr-twitter-icon {
  background: #ffffff;
}
.wpvr-social-share-bg-box a.wpvr-linkedin-icon {
  background: #0077b5;
}
.wpvr-social-share-bg-box a.wpvr-reddit-icon {
  background: #ff5700;
}
.wpvr-social-share-bg-box a.wpvr-email-icon {
  background: #000000;
}

.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
  transform: translateY(-45px);
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-email-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
  transform: translateY(0);
}

.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-facebook-icon {
  transition-delay: 0.8s;
}

.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
  transition-delay: 0.7s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon {
  transition-delay: 0.6s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-email-icon {
  transition-delay: 0.3s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon {
  transition-delay: 0.1s;
}

.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-facebook-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
  transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon {
  transition-delay: 0.3s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon {
  transition-delay: 0.5s;
}

.cp-logo-ctrl {
  height: auto;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
}

.cp-logo-ctrl img {
  max-width: 100px !important;
  margin-left: auto;
  display: block;
}
#et-boc .et-l .cp-logo-ctrl img {
  max-width: 100px !important;
  margin-left: auto !important;
  display: block !important;
}

.adcontrol {
  position: absolute;
  bottom: 15px;
  z-index: 3;
}

.audio_control {
  background: none !important;
  padding: unset;
  border: none;
}

#cp-logo-controls .cp-logo-ctrl .cp-info {
  font-size: 15px;
  position: relative;
  background: #fff;
  max-width: 350px;
  width: auto;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  display: none;
  transition: all 0.3s ease;
}

#cp-logo-controls .cp-logo-ctrl.show .cp-info {
  display: block;
}

#et-boc .et-l .zoom-in-out-controls,
.zoom-in-out-controls {
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-flow: column;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 3px;
}

.zoom-in-out-controls {
  top: 37px;
}

.zoom-in-out-controls .ctrl {
  padding: 2px 0;
}

#et-boc .et-l .pnlm-container .controls,
.pnlm-container .controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  text-align: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 100%;
}

.pnlm-load-button p {
  color: #fff !important;
}

.ctrl {
  width: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.ctrl i {
  font-size: 18px;
}

.ctrl:hover {
  background: none;
}

.controls .ctrl {
  position: absolute;
}

.pan-up {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.pan-down {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pan-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pan-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ctrl.fullscreen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.pnlm-hotspot-base.fas:before,
div.pnlm-hotspot-base.fab:before,
div.pnlm-hotspot-base.far:before,
div.pnlm-hotspot-base.fa-solid:before {
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vrbounce {
  display: inline-block;
  position: relative;
  -moz-animation: vrbounce 0.5s infinite linear;
  -o-animation: vrbounce 0.5s infinite linear;
  -webkit-animation: vrbounce 0.5s infinite linear;
  animation: vrbounce 0.5s infinite linear;
  color: 000;
}

.pnlm-hotspot-base .hexagon-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.pnlm-hotspot-base .hexagon-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wpvr-pluse-effect {
  animation: icon-pulse-pointer 1.5s infinite cubic-bezier(0.25, 0, 0, 1);
}
@keyframes icon-pulse-pointer {
  0% {
    box-shadow: 0 0 0 0px #ffffff;
  }

  100% {
    box-shadow: 0 0 0 10px #ffffff00;
  }
}

@-webkit-keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@keyframes vrbounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

#et-boc .et-l .vrgcontrols,
.vrgcontrols {
  position: absolute;
  z-index: 6;
  width: 20px;
  bottom: 0;
  height: 30px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}

#et-boc .et-l .wpvr_slider_nav,
.wpvr_slider_nav {
  position: absolute;
  z-index: 6;
  bottom: 15px;
  height: 30px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.wpvr_slider_nav  p {
  margin: 0;
}

.wpvr_slider_nav .wpvr_owl_prev,
.wpvr_slider_nav .wpvr_owl_next {
  position: absolute;
  border-radius: 4px;
  bottom: 27px;
  font-size: 16px;
  padding: 0px;
  height: 30px;
  width: 30px;
  line-height: 1;
  border: none;
  outline: none !important;
  background: #28303d !important;
  color: #fff !important;
  transition: all 0.3s ease;
  text-align: center;
}

.wpvr_slider_nav .wpvr_owl_prev:hover,
.wpvr_slider_nav .wpvr_owl_next:hover {
  background: #004efa !important;
}

.wpvr_slider_nav .wpvr_owl_prev {
  left: 5px;
}

.wpvr_slider_nav .wpvr_owl_next {
  right: 5px;
}

#et-boc .et-l .vrbounce,
.vrbounce {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding-top: 10px;
}
#et-boc .et-l .vrbounce.vrg-icon-size-large i,
.vrbounce.vrg-icon-size-large i {
  font-size: 25px;
}

.scene-gallery ul {
  margin: 0;
  padding: 0;
}


.scene-gallery ul li {
  list-style: none;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  text-align: center;
  max-width: 200px;
}

.scene-gallery ul li .scene-title {
  display: block;
  min-height: 16px;
}

.scene-gallery ul li img {
  margin-top: 3px !important;
}

.et-db #et-boc .scene-gallery .owl-stage {
  margin: 0 auto;
}


#et-boc .et-l .scene-gallery,
.scene-gallery {
  position: absolute;
  bottom: 0;
  z-index: 4;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  
}

.scctrl {
  border-radius: 5px !important;
  width: 100px;
  height: 100px !important;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}

.scctrl:hover {
  background: rgba(200, 200, 200, 1);
}

#master-container .vrfullwidth {
  width: 98vw !important;
  position: relative;
  margin-left: -49vw !important;
  left: 50% !important;
  max-width: 100vw !important;
}

.vrembed {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 100% !important;
  margin: 0 !important;
}
.cardboard-vrembed {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #222;
}

.pnlm-container iframe {
  max-width: inherit;
  margin-bottom: 0;
}

.pnlm-hotspot-base.custom-icon {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  border-radius: 100%;
}

.pnlm-hotspot-base.custom-icon:hover {
  z-index: 9;
}

.pnlm-panorama-info {
  left: 0;
  bottom: 0;
}

#et-boc .et-l div.custom-tooltip > p,
div.custom-tooltip > p {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
  cursor: default;
  margin: 0 !important;
  bottom: 40px !important;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  font-weight: 400;
}

#et-boc .et-l div.custom-tooltip > p p,
div.custom-tooltip > p p {
  max-height: 250px;
  overflow: auto;
}

#et-boc .et-l div.custom-tooltip > p a,
div.custom-tooltip > p a {
  transition: inherit;
}

#et-boc .et-l div.custom-tooltip > p img,
div.custom-tooltip > p img {
  max-width: inherit;
  height: 225px;
  width: 400px;
}

#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
  display: none;
}

#et-boc .et-l div.custom-tooltip:hover span,
div.custom-tooltip:hover span {
  visibility: visible;
}

#et-boc .et-l div.custom-tooltip:hover p,
div.custom-tooltip:hover p {
  visibility: visible;
}


.custom-tooltip:hover {
  z-index: 2;
}


#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
#et-boc .et-l div.custom-tooltip:hover p:after,
div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip:hover p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}

#et-boc .et-l .custom-ifram-wrapper,
.custom-ifram-wrapper {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 80%;
  max-width: 980px;
}

#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip p.vr-mode-title:after {
  bottom: -18px;
}

#et-boc .et-l .custom-tooltip p.vr-mode-title,
.custom-tooltip p.vr-mode-title {
  visibility: visible;
  min-width: 80px;
  line-height: 1;
  left: 50%;
}

#et-boc .et-l .custom-ifram-flex,
.custom-ifram-flex {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
}

#et-boc .et-l div.custom-ifram,
div.custom-ifram {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.pano-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
}

.pano-wrap.show-modal:before {
  opacity: 1;
  visibility: visible;
}

.pano-wrap .cross {
  background: #fff;
  width: 24px;
  height: 24px;
  color: red;
  line-height: 26px;
  position: absolute;
  top: -13px;
  right: -10px;
  text-align: center;
  z-index: 99;
  font-size: 13px;
  border-radius: 100%;
  padding-left: 0px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.pano-wrap.show-modal .cross {
  opacity: 1;
  visibility: visible;
}

/*#et-boc .et-l .custom-ifram p,*/
/*#et-boc .et-l .custom-tooltip p,*/
/*.custom-ifram p,*/
/*.custom-tooltip p {*/
/*  background-color: #fff;*/
/*  padding: 10px 0;*/
/*  margin: auto !important;*/
/*  border-radius: 5px;*/
/*  font-size: 15px;*/
/*  font-family: Arial, Helvetica, sans-serif;*/
/*  line-height: 24px;*/
/*}*/

/*#et-boc .et-l .custom-ifram p,*/
/*.custom-ifram p {*/
/*  padding: 10px;*/
/*}*/

#et-boc .et-l .custom-ifram video,
.custom-ifram video {
  margin: 0 auto;
}

#et-boc .et-l .custom-ifram img,
.custom-ifram img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#et-boc .et-l .custom-ifram iframe,
.custom-ifram iframe {
  max-width: 100%;
  margin: 0 auto !important;
  display: block;
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*-------load box----------*/
.pnlm-load-box {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.pnlm-load-box > p {
  display: none;
}

.pnlm-load-box .pnlm-lbar {
  width: 100%;
  border: none;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.pnlm-load-box .pnlm-lbar .pnlm-lbar-fill {
  background: #4775f6;
}

.oxy-wp-vr-tour {
  width: 100%;
}

/* ---------woocomerce product hotspot style--------- */
.wpvr-product-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

.wpvr-product-container .wpvr-pr-left-block {
  width: 50%;
  box-sizing: border-box;
}

.wpvr-product-container
.wpvr-pr-left-block
.woocommerce-product-gallery__image
img {
  margin: 0;
  max-width: 95%;
  width: 100%;
  height: auto;
}

.wpvr-product-container .wpvr-pr-right-block {
  max-width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
  text-align: left;
}

.wpvr-product-container .wpvr-pr-right-block a {
  text-decoration: none !important;
  display: inline-block;
}

.wpvr-product-container .wpvr-pr-right-block a h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-align: left;
}

.wpvr-product-container .wpvr-pr-right-block a h2:before {
  display: none;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
  text-align: left;
  border-radius: 0;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline .amount {
  display: inline-block;
  margin-bottom: 7px;
}

.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline del .amount {
  text-decoration: line-through;
  opacity: 0.5;
}

.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
  display: flex;
  gap: 6px;
  align-items: center;
}

.wpvr-product-container .wpvr-pr-right-block .wpvr-cart-wrap a {
  font-size: 14px;
  line-height: 1.1;
  min-height: auto;
  padding: 7px 15px;
}

/*-------streetview--------*/
.vr-streetview iframe {
  width: 100% !important;
  height: 100% !important;
}

/*-------wpvr cardboard style--------*/
.wpvr-cardboard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
}

.wpvr-cardboard .pano-wrap {
  direction: ltr;
  height: 100% !important;
}

.wpvr-cardboard .fullscreen-button {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  z-index: 1000;
  font-size: 25px;
  padding: 9px 13px;
}
.cardboard-half {
  width: 49% !important;
}
.wpvr-cardboard .fullscreen-button .compress {
  display: none;
}

.wpvr-cardboard .pano-left {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/*------cardboard switcher design--------*/
.wpvr-cardboard .wpvr-cardboard-switcher {
  position: absolute;
  bottom: 10px;
  right: 6px;
  z-index: 9;
  cursor: pointer;
}
.wpvr-cardboard .wpvr-cardboard-switcher.vr-embade-mode {
  position: fixed;
  z-index: 1000;
}
.wpvr-cardboard .wpvr-cardboard-switcher input[type="checkbox"] {
  display: none;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box {
  width: 60px;
  height: 35px;
  border: 2px solid #216df0;
  border-radius: 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #ffffff;
  justify-content: center;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box svg {
  width: 35px;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box {
  background-color: #216df0;
  border-color: #216df0;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box
svg
path {
  fill: #ffffff;
}

.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .cardbord-mode-tooltip,
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .normal-mode-tooltip {
  width: 155px;
  background: #ffffff;
  border-radius: 10px;
  display: block;
  padding: 11px 7px;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  display: none;
}

.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box:hover
.normal-mode-tooltip {
  display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.normal-mode-tooltip {
  display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.cardbord-mode-tooltip {
  display: block;
}

.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.cardbord-mode-tooltip:before,
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.normal-mode-tooltip:before {
  content: "";
  position: absolute;
  right: 26px;
  bottom: -5px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
}
.cardboard-vrfullwidth.vrfullwidth {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  justify-content: space-between;
}
/* -landscape mode- */
.wpvr-landscape {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wpvr-cardboard-disable-event {
  cursor: not-allowed;
  pointer-events: none;
}

/* ---------responsive style--------- */
@media only screen and (min-width: 1921px) {
  .wpvr-home-title {
    font-size: 70px;
  }

  .wpvr-home-subtitle {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .pnlm-container {
    width: 100% !important;
    height: 500px !important;
  }

  .pnlm-container.vrembed {
    height: 100% !important;
  }
  .pnlm-container.cardboard-half {
    width: 49% !important;
  }
  .custom-ifram iframe {
    height: 300px;
  }

  div.custom-ifram {
    width: 100%;
  }

  .custom-tooltip p {
    width: 430px;
  }

  /*-------streetview--------*/
  .vr-streetview {
    width: 100% !important;
    height: 500px !important;
  }
}

@media (max-width: 768px) {
  div.custom-tooltip span img {
    height: 195px;
    width: 340px;
  }


  div.custom-tooltip p img {
    height: 195px;
    width: 340px;
  }

  .custom-ifram iframe {
    height: 194px;
    width: 350px;
  }

  .custom-tooltip p {
    width: 330px;
  }

  .wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline a.button {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wpvr-product-container
  .wpvr-pr-right-block
  .add_to_cart_inline
  .wpvr-cart-wrap {
    flex-direction: column;
  }


  .cp-logo-ctrl img {
    max-width: 50px !important;
    margin-left: auto;
    display: block; 
  }

  div.custom-tooltip span img {
    height: 240px;
    width: 420px;
  }

  div.custom-tooltip p img {
    height: 240px;
    width: 420px;
  }

  .custom-ifram iframe {
    height: 320px;
    width: 100%;
  }
  .pnlm-container.cardboard-half {
    width: 49% !important;
  }
  .custom-tooltip p {
    width: 430px;
  }
  .wpvr-cardboard .pnlm-compass {
    right: 7px;
  }
  .wpvr-cardboard.enable-cardboard .pnlm-compass {
    right: 74px !important;
  }

  .generic_form_button {
    top: 70px;
  }

  .et-db #et-boc .wpvr-floor-map,
  .wpvr-floor-map {
    /*max-width: 60%;*/
    max-width: 300px;
    height: 213px;
    bottom: 50px;
  }
}

@media (max-width: 575px) {
  .wpvr-mobile-notice {
    display: flex;
  }

  .wpvr-mobile-notice p {
    width: calc(100% - 46px);
  }

  .scene-gallery ul {
    width: 100px !important;
  }

  .scene-gallery {
    padding: 18px 10px;
  }

  .scctrl {
    height: 50px !important;
  }

  .pnlm-container {
    width: 100% !important;
    height: 300px !important;
  }
  .pnlm-container.cardboard-half {
    width: 49% !important;
  }

  .pnlm-container.vrembed {
    height: 100% !important;
  }

  div.custom-tooltip span img {
    height: 150px;
    width: 220px;
  }

  div.custom-tooltip p img {
    height: 150px;
    width: 220px;
  }

  .custom-ifram iframe {
    height: 250px;
    width: 100%;
  }


  #cp-logo-controls .cp-logo-ctrl .cp-info {
    width: 240px;
    font-size: 13px;
  }

  div.pnlm-hotspot-base.fas,
  div.pnlm-hotspot-base.fab,
  div.pnlm-hotspot-base.fa,
  div.pnlm-hotspot-base.fa-solid,
  div.pnlm-hotspot-base.far {
    width: 24px !important;
    height: 24px !important;
  }

  div.pnlm-hotspot-base:before,
  div.pnlm-hotspot-base:before,
  div.pnlm-hotspot-base:before {
    font-size: 11px !important;
  }

  /*-------streetview--------*/
  .vr-streetview {
    width: 100% !important;
    height: 300px !important;
  }

  /* ----woocommerce product---- */
  .wpvr-product-container {
    display: block;
  }

  .wpvr-product-container .wpvr-pr-left-block {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 5px;
  }

  .wpvr-product-container .wpvr-pr-right-block {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .wpvr-product-container .wpvr-pr-right-block a h2 {
    text-align: center;
    margin: 0 0 10px 0;
  }

  .wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
    text-align: center;
  }

  .wpvr_slider_nav .wpvr_owl_prev {

    top: -12px;
  }

  .wpvr_slider_nav .wpvr_owl_next {
    top: -12px;
  }

}

.vrowl-carousel .owl-stage {
  margin: 0 auto;
}

.vrowl-carousel .owl-item img {
  margin: 0;
}


/* --------hamburger menu style--------- */
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 4;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.27) !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  width: 30px;
  height: 28px;
  cursor: pointer;
  padding-left: 1px;
  box-sizing: border-box;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation .hamburger-menu {
  display: block;
  line-height: 1;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation .hamburger-menu svg {
  display: block;
}

/*!* --------hamburger menu dropdown style--------- *!*/
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav {
  max-height: calc(100% - 20px);
  left: 70px;
  top: 15px;
  color: #8e44ad;
  width: 176px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  border-radius: 6px;
  background: #fff !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  padding: 8px;
  box-sizing: border-box;
  overflow: auto;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav::-webkit-scrollbar-track {
  background: #f2f5f8;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav::-webkit-scrollbar-thumb {
  background-color: #396ce9;
  border-radius: 20px;
}
/*.et-db #et-boc,*/
/*.et-db #et-boc .et-l,*/
#master-container .custom-scene-navigation-nav.visible {
  opacity: 1;
  visibility: visible;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav ul .scene-navigation-list {
  color: #292c2f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 5px 8px;
  cursor: pointer;
  border-radius: 4px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

/*.et-db #et-boc,*/
#master-container .custom-scene-navigation-nav ul .scene-navigation-list.active,
#master-container .custom-scene-navigation-nav ul .scene-navigation-list:hover {
  background: #ededed;
}

/* ------------call to action button sytle----------- */
.wpvr-call-to-action-button * {
  box-sizing: border-box;
}

.wpvr-call-to-action-button {
  width: 100%;
  margin-top: 15px;
}

.wpvr-call-to-action-button.position-left {
  text-align: left;
}

.wpvr-call-to-action-button.position-center {
  text-align: center;
}

.wpvr-call-to-action-button.position-right {
  text-align: right;
}

.wpvr-call-to-action-button.position-justified a {
  width: 100%;
}

@media (max-width: 424px) {
  /*.et-db #et-boc .wpvr-floor-map, */
  /*.wpvr-floor-map {*/
  /*    height: 45%;*/
  /*}*/

  .et-db #et-boc .wpvr-floor-map img,
  .elementor .wpvr-floor-map img,
  .wpvr-floor-map img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}

/* vr popups active scene */
.owl-item.active.clicked ul li {
  color: #3f04fe;
}

.owl-item.active.clicked ul li img {
  border: 2px solid #3f04fe;
}


/*
Theme Name: Palm Beach
Theme URI: https://themezee.com/themes/palm-beach/
Author: ThemeZee
Author URI: https://themezee.com
Description: Palm Beach is a professional WordPress theme perfectly suited for a travel magazine. It features a stunning fullscreen slider, beautiful typography and a three-column grid-layout for posts. Head off on vacation now!
Version: 2.1.0
Requires at least: 5.2
Tested up to: 6.7
Requires PHP: 5.6
AMP: true
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: palm-beach
Tags: two-columns, custom-background, custom-header, custom-logo, custom-menu, editor-style, rtl-language-support, grid-layout, blog, news, featured-image-header, featured-images, flexible-header, full-width-template, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Palm Beach is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# - CSS Variables
# - Normalize
# - Typography
# - Elements
# - Forms
# - Accessibility
# - Alignments
# - Clearings
# - Site Layout
# - Header
# - Navigation
# - Social Icons Menu
# - Posts and pages
# - Archives and Blog Layouts
# - Blocks
# - Featured Posts
# - Widgets
# - Magazine Widgets
# - Comments
# - Media
# - Footer
# - Plugins
# - Media Queries for Typography
# - Media Queries for Layout
# - Media Queries for Navigation
# - Media Queries for Featured Posts
# - Media Queries for Media
# - Theme Options
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# - CSS Variables
--------------------------------------------------------------*/
:root {
	--primary-color: #57b7d7;
	--secondary-color: #3e9ebe;
	--tertiary-color: #2484a4;
	--accent-color: #57d777;
	--highlight-color: #d75f57;
	--light-gray-color: #e4e4e4;
	--gray-color: #646464;
	--dark-gray-color: #242424;
	--text-color: #242424;
	--medium-text-color: #646464;
	--light-text-color: #949494;
	--dark-border-color: #242424;
	--medium-border-color: #c4c4c4;
	--light-border-color: #e4e4e4;
	--link-color: #57b7d7;
	--link-hover-color: #242424;
	--button-color: #f4f4f4;
	--button-text-color: #242424;
	--button-border-color: #e4e4e4;
	--button-hover-color: #57b7d7;
	--button-hover-text-color: #fff;
	--page-background-color: #fff;
	--header-background-color: #fff;
	--site-title-color: #242424;
	--site-title-hover-color: #57b7d7;
	--navi-color: #242424;
	--navi-hover-color: #57b7d7;
	--navi-border-color: #e4e4e4;
	--navi-submenu-color: #f4f4f4;
	--title-color: #242424;
	--title-hover-color: #57b7d7;
	--widget-title-color: #242424;
	--widget-title-hover-color: #57b7d7;
	--footer-background-color: #fff;
	--footer-border-color: #e4e4e4;
	--text-font: "Hind", tahoma, arial, sans-serif;
	--title-font: "Montserrat", verdana, arial, sans-serif;
	--navi-font: "Hind", tahoma, arial, sans-serif;
	--widget-title-font: "Montserrat", verdana, arial, sans-serif;
	--title-font-weight: bold;
	--navi-font-weight: normal;
	--widget-title-font-weight: bold;
	--title-text-transform: uppercase;
	--navi-text-transform: none;
	--widget-title-text-transform: uppercase;
	--text-line-height: 1.6;
	--title-line-height: 1.6;
}

/*--------------------------------------------------------------
# - Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
	appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #e5e5e5;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #242424;
	color: var(--text-color);
	font-size: 16px;
	font-size: 1rem;
	font-family: Hind, tahoma, arial, sans-serif;
	font-family: var(--text-font);
	line-height: 1.6;
	line-height: var(--text-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	line-height: 1.6;
	line-height: var(--title-line-height);
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 22px;
	font-size: 1.375rem;
}

h5 {
	font-size: 20px;
	font-size: 1.25rem;
}

h6 {
	font-size: 19px;
	font-size: 1.1875rem;
}

p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 1.5em;
	max-width: 100%;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# - Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote {
	margin: 1.5em 0;
	padding-left: 1.25em;
	border-left: 4px solid;
	border-color: #242424;
	border-color: var(--dark-border-color);
	color: #646464;
	color: var(--medium-text-color);
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #242424;
	color: var(--text-color);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite::before,
blockquote small::before {
	content: "— ";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #e4e4e4;
	background-color: var(--light-border-color);
}

ul,
ol {
	margin: 1.5em 0;
	padding: 0 0 0 1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

table {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
	border: none;
	table-layout: auto;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--light-border-color);
}

th {
	font-weight: 400;
	text-align: initial;
	background: rgba(0, 0, 0, 0.05);
}

tfoot td {
	background: rgba(0, 0, 0, 0.05);
}

a {
	color: #57b7d7;
	color: var(--link-color);
	text-decoration: none;
}

a:link,
a:visited {
	color: #57b7d7;
	color: var(--link-color);
}

a:hover,
a:focus,
a:active {
	color: #242424;
	color: var(--link-hover-color);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.5em 1em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
	background-color: #f4f4f4;
	background-color: var(--button-color);
	color: #242424;
	color: var(--button-text-color);
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--light-border-color);
	color: #646464;
	color: var(--medium-text-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid;
	border-color: #c4c4c4;
	border-color: var(--medium-border-color);
	color: #242424;
	color: var(--text-color);
}

textarea {
	width: 100%;
}

/* Search Form */
.search-form {
	display: flex;
	margin: 0;
	padding: 0;
}

.search-form label {
	flex-grow: 1;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.7rem 0.9rem;
	min-width: 100px;
	width: 100%;
	-webkit-appearance: none;
	line-height: 1;
}

.search-form .search-submit {
	display: flex;
	margin-left: -1px;
	padding: 0.7rem 0.9rem;
	align-items: center;
}

.search-form .search-submit .icon-search {
	width: 20px;
	height: 20px;
	fill: currentcolor;
}

/*--------------------------------------------------------------
# - Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar. */
	display: block;
	clip: auto !important;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
}

/*--------------------------------------------------------------
# - Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*--------------------------------------------------------------
# - Clearings
--------------------------------------------------------------*/
.clearfix::before,
.clearfix::after,
.comment-navigation::before,
.comment-navigation::after {
	display: table;
	content: "";
}

.clearfix::after,
.comment-navigation::after {
	clear: both;
}

/*--------------------------------------------------------------
# - Site Layout
--------------------------------------------------------------*/
.site {
	margin: 0;
	width: 100%;
}

.container {
	margin: 0 auto;
	padding: 0 2.5em;
	max-width: 1280px;
	width: 100%;
}

.site-content {
	padding-top: 2.5em;
	background-color: #fff;
	background-color: var(--page-background-color);
}

.content-area {
	float: left;
	box-sizing: border-box;
	padding-right: 4em;
	width: 72%;
}

.sidebar {
	float: right;
	width: 28%;
}

/* No Sidebar & Centered Layout Template */
.no-sidebar .content-single,
.site-content .centered-content-area {
	float: none;
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	width: 100%;
}

/* Fullwidth Template */
.site-content .fullwidth-content-area {
	float: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
# - Header
--------------------------------------------------------------*/
.site-header {
	border-bottom: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--light-border-color);
	background-color: #fff;
	background-color: var(--header-background-color);
}

.header-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-branding {
	float: left;
	margin: 0.5em 0;
	padding: 0;
	max-width: 100%;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	padding: 0;
	border: none;
	text-decoration: none;
}

.site-title {
	display: inline-block;
	margin: 0.35rem 0;
	padding: 0;
	color: #242424;
	color: var(--site-title-color);
	text-decoration: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--title-font);
	font-weight: 700;
	font-weight: var(--title-font-weight);
	text-transform: uppercase;
	text-transform: var(--title-text-transform);
	line-height: 1.6;
	line-height: var(--title-line-height);
}

.site-title a:link,
.site-title a:visited {
	color: #242424;
	color: var(--site-title-color);
}

.site-title a:hover,
.site-title a:active {
	color: #57b7d7;
	color: var(--site-title-hover-color);
}

.site-branding .custom-logo {
	margin: 0 1em 0 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: -0.4em 0 0.7em;
	font-size: 14px;
	font-size: 0.875rem;
}

.header-image {
	margin: -1px 0 0;
	vertical-align: top;
}

/*  Header Title */
.header-title-image {
	margin: -1px 0 0;
	height: 720px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.header-title-image-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 720px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.header-title-image-container .header-title-wrap {
	width: 100%;
}

.header-title {
	display: inline;
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 0 0 5px #333;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 64px;
	font-size: 4rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--title-font);
	font-weight: 700;
	font-weight: var(--title-font-weight);
	text-transform: uppercase;
	text-transform: var(--title-text-transform);
	line-height: 1.6;
	line-height: var(--title-line-height);
}

.header-title-image-container .header-title {
	color: #fff;
}

/* Page Header without image */
.header-title-background {
	padding: 75px 0;
	border-bottom: 1px solid #e5e5e5;
	background: #f5f5f5;
	text-align: center;
}

.header-title-background .page-header .header-title {
	color: #242424;
	color: var(--title-color);
	text-shadow: none;
}

/* Page Header with search */
.header-title-background .page-header .search-form,
.header-title-wrap .page-header .search-form {
	margin: 1em auto 0;
	max-width: 800px;
}

/* Reduce size on large screens */
@media only screen and (min-width: 70em) {
	.header-title-background .page-header .header-title {
		font-size: 48px;
		font-size: 3rem;
	}
}

/*--------------------------------------------------------------
# - Navigation
--------------------------------------------------------------*/
.primary-navigation {
	position: relative;
	width: 100%;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	color: #242424;
	color: var(--navi-color);
	list-style: none;
	font-size: 16px;
	font-size: 1rem;
	font-family: Hind, tahoma, arial, sans-serif;
	font-family: var(--navi-font);
	font-weight: 400;
	font-weight: var(--navi-font-weight);
	text-transform: none;
	text-transform: var(--navi-text-transform);
}

.main-navigation > ul {
	border-top: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--navi-border-color);
	padding-top: 1em;
	margin-bottom: 2em;
}

/* Hide the menu on small screens when JavaScript is available. */
.main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation.toggled-on > ul.menu {
	display: block;
}

/* Menu Items Styling */
.main-navigation ul li {
	position: relative;
	margin: 0;
}

.main-navigation ul a {
	display: block;
	margin: 0;
	padding: 1em;
	text-decoration: none;
}

.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
	color: #242424;
	color: var(--navi-color);
	text-decoration: none;
	transition: all 0.2s ease;
}

.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
	color: #57b7d7;
	color: var(--navi-hover-color);
}

.main-navigation ul li.current-menu-item > a {
	text-decoration: underline;
}

/* Submenus */
.main-navigation ul ul {
	font-size: 13px;
	font-size: 0.8125rem;
}

.main-navigation > ul > li.menu-item-has-children > ul {
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--navi-border-color);
	background-color: #f4f4f4;
	background-color: var(--navi-submenu-color);
}

.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	padding-left: 2em;
}

.main-navigation ul ul ul a {
	padding-left: 3em;
}

.main-navigation ul ul ul ul a {
	padding-left: 4em;
}

/* Main Navigation Toggle */
.primary-menu-toggle {
	display: flex;
	margin: 0.5em 0;
	margin-left: auto;
	padding: 0.9em;
	border: none;
	background: none;
	color: #242424;
	color: var(--navi-color);
	text-decoration: none;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Hind, tahoma, arial, sans-serif;
	font-family: var(--navi-font);
	font-weight: 400;
	font-weight: var(--navi-font-weight);
	text-transform: none;
	text-transform: var(--navi-text-transform);
	text-align: left;
	transition: all 0.2s ease;
	align-items: center;
}

.primary-menu-toggle:focus {
	outline: thin dotted;
	color: #242424;
	color: var(--navi-color);
	background: none;
}

.primary-menu-toggle:hover,
.primary-menu-toggle:active {
	color: #57b7d7;
	color: var(--navi-hover-color);
	background: none;
	cursor: pointer;
}

.primary-menu-toggle .icon {
	margin: 0;
	width: 24px;
	height: 24px;
	vertical-align: top;
	fill: #242424;
	fill: var(--navi-color);
	transition: fill 0.2s ease;
}

.primary-menu-toggle:hover .icon,
.primary-menu-toggle:active .icon {
	fill: #57b7d7;
	fill: var(--navi-hover-color);
}

.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
	display: none;
}

.primary-menu-toggle[aria-expanded="true"] .icon-close {
	display: inline-block;
}

/* Submenu Dropdown Toggles */
.main-navigation .dropdown-toggle {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 1.2em;
	background: none;
	border: none;
}

.main-navigation .dropdown-toggle:focus {
	outline: thin dotted;
	color: #242424;
	color: var(--navi-color);
	background: none;
}

.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
	background: none;
}

.main-navigation .dropdown-toggle .icon {
	margin: 0.1em 0 0;
	width: 22px;
	height: 22px;
	vertical-align: top;
	fill: #242424;
	fill: var(--navi-color);
	transition: fill 0.2s ease;
}

.main-navigation .dropdown-toggle:hover .icon,
.main-navigation .dropdown-toggle:active .icon,
.main-navigation .dropdown-toggle:focus .icon {
	fill: #57b7d7;
	fill: var(--navi-hover-color);
}

.main-navigation .dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.main-navigation ul ul .dropdown-toggle {
	padding: 0.8em 1em;
}

.main-navigation ul ul .dropdown-toggle .icon {
	margin: 0.2em 0 0;
	width: 18px;
	height: 18px;
}

/*--------------------------------------------------------------
# - Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment {
	margin: 0 0 2.5em 0;
	max-width: 100%;
}

.entry-title {
	display: inline;
	margin: 0;
	padding: 0;
	color: #242424;
	color: var(--title-color);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--title-font);
	font-weight: 700;
	font-weight: var(--title-font-weight);
	text-transform: uppercase;
	text-transform: var(--title-text-transform);
	line-height: 1.6;
	line-height: var(--title-line-height);
}

.entry-title a:link,
.entry-title a:visited {
	color: #242424;
	color: var(--title-color);
	text-decoration: none;
	transition: all 0.2s ease;
}

.entry-title a:hover,
.entry-title a:active {
	color: #57b7d7;
	color: var(--title-hover-color);
}

.entry-content {
	font-size: 18px;
	font-size: 1.125rem;
}

.entry-content a {
	text-decoration: underline;
}

.wp-post-image {
	margin: 0 0 0.5em;
}

/* Page Links */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: 700;
}

.entry-meta {
	margin: 0.5em 0 0.25rem;
	color: #646464;
	color: var(--medium-text-color);
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
	margin-right: 1.5em;
}

.entry-meta a:link,
.entry-meta a:visited {
	color: #646464;
	color: var(--medium-text-color);
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #242424;
	color: var(--text-color);
}

.entry-meta span .icon {
	margin: 0.2em 0.5rem 0 0;
	width: 13px;
	height: 13px;
	vertical-align: top;
	fill: currentcolor;
}

/* Entry Meta in Header area */
.page-header .entry-meta {
	margin: 0.5em 0 0;
	font-size: 18px;
	font-size: 1.125rem;
}

.page-header .entry-meta span .icon {
	width: 20px;
	height: 20px;
}

.header-title-wrap .page-header .entry-meta,
.header-title-wrap .page-header .entry-meta a:link,
.header-title-wrap .page-header .entry-meta a:visited {
	color: #fff;
	text-shadow: 0 0 5px #000;
}

.header-title-wrap .page-header .entry-meta a:hover,
.header-title-wrap .page-header .entry-meta a:active {
	color: #ccc;
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.date-hidden .header-title-wrap .entry-meta .meta-date,
body.author-hidden .header-title-wrap .entry-meta .meta-author,
body.categories-hidden .header-title-wrap .entry-meta .meta-category,
body.comments-hidden .header-title-wrap .entry-meta .meta-comments,
body.date-hidden .header-title-background .entry-meta .meta-date,
body.author-hidden .header-title-background .entry-meta .meta-author,
body.categories-hidden .header-title-background .entry-meta .meta-category,
body.comments-hidden .header-title-background .entry-meta .meta-comments {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

body.date-hidden.author-hidden .type-post .entry-meta {
	display: none;
}

body.date-hidden.author-hidden.categories-hidden.comments-hidden .header-title-wrap .entry-meta,
body.date-hidden.author-hidden.categories-hidden.comments-hidden .header-title-background .entry-meta {
	display: none;
}

/* Entry Tags & Tagcloud Widget */
.entry-tags {
	margin: 0 0 2em;
}

.entry-tags .tags-title {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0.2em 0.6em;
	border: 1px solid;
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
}

.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud::before,
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::before,
.entry-tags .meta-tags::after {
	display: table;
	content: "";
}

.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::after {
	clear: both;
}

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
	display: inline-block;
	float: left;
	margin: 0 3px 3px 0;
	padding: 0.2em 0.6em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
	background-color: #f4f4f4;
	background-color: var(--button-color);
	color: #242424;
	color: var(--button-text-color);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
	color: #242424;
	color: var(--button-text-color);
	transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

/* Read more Link */
.more-link {
	display: block;
	margin: 0;
	padding: 0.5em 1em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
	background-color: #f4f4f4;
	background-color: var(--button-color);
	color: #242424;
	color: var(--button-text-color);
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	transition: all 0.2s ease;
}

.more-link:link,
.more-link:visited {
	color: #242424;
	color: var(--button-text-color);
}

.more-link:hover,
.more-link:active {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

.entry-content > .more-link {
	text-decoration: none;
}

/* Post Navigation */
.post-navigation {
	padding: 1em 0;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.post-navigation .nav-links .nav-previous a::before {
	margin-right: 3px;
	content: "«";
}

.post-navigation .nav-links .nav-next a::after {
	margin-left: 4px;
	content: "»";
}

.post-navigation .nav-links a {
	display: block;
	margin: 0 0 3px;
	padding: 1em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
	background-color: #f4f4f4;
	background-color: var(--button-color);
	color: #242424;
	color: var(--button-text-color);
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	transition: all 0.2s ease;
}

.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited {
	color: #242424;
	color: var(--button-text-color);
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:active {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

/*--------------------------------------------------------------
# - Archives and Blog Layouts
--------------------------------------------------------------*/

/* Archive Description */
.page-header .blog-description,
.page-header .archive-description {
	font-size: 20px;
	font-size: 1.25rem;
}

.page-header .blog-description,
.page-header .archive-description p {
	margin: 0.5em 0 0;
}

/* Archive Posts Columns */
.post-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -2.5em;
}

.post-wrapper .post-column {
	box-sizing: border-box;
	padding-right: 2.5em;
}

/* Two Column Layout */
.post-layout-two-columns .post-wrapper .post-column {
	width: 50%;
}

/* Three Column Layout */
.post-layout-three-columns .post-wrapper .post-column {
	width: 33.3333333333%;
}

.post-layout-three-columns .content-archive {
	float: none;
	padding: 0;
	width: 100%;
}

/* Archive Posts Styling */
.post-wrapper .post-column article .entry-content {
	font-size: 17px;
	font-size: 1.0625rem;
}

/* Theme Pagination */
.pagination {
	margin: 0 0 2.5em;
	text-align: center;
}

.pagination a,
.pagination .current {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0.5em 1em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
	background-color: #f4f4f4;
	background-color: var(--button-color);
	color: #242424;
	color: var(--button-text-color);
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
}

.pagination a:link,
.pagination a:visited {
	color: #242424;
	color: var(--button-text-color);
	transition: all 0.2s ease;
}

.pagination a:hover,
.pagination .current {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
	width: 100%;
	text-align: center;
}

.infinite-scroll .infinite-loader .spinner {
	bottom: -1em;
	left: auto;
	margin: 0 auto;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0 0 2.5em;
	padding: 0.5em 1em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
	background-color: #f4f4f4;
	background-color: var(--button-color);
	text-align: center;
	color: #242424;
	color: var(--button-text-color);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	transition: all 0.2s ease;
}

.infinite-scroll #infinite-handle span:hover {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

/*--------------------------------------------------------------
# - Blocks
--------------------------------------------------------------*/

/* Block Spacing */
.wp-block-audio,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-table {
	margin-bottom: 1.5em;
}

/* Paragraph Block */
p.has-background {
	padding: 1rem 1.25rem;
}

.has-drop-cap:not(:focus)::first-letter {
	font-size: 4.5rem;
	line-height: 0.7;
	font-weight: 700;
}

/* Code Block */
.wp-block-code {
	border-radius: 3px;
}

/* Separator Block */
.wp-block-separator {
	border: none;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	margin-left: auto;
	margin-right: auto;
	max-width: 5rem;
	height: 4px;
}

/* Table Block */
.wp-block-table table {
	margin: 0;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.05);
}

.wp-block-table.is-style-stripes thead {
	border-bottom: 2px solid;
}

.wp-block-table.is-style-stripes tfoot {
	border-top: 2px solid;
}

.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
	border-color: #242424;
	border-color: var(--text-color);
}

.wp-block-table.is-style-stripes thead th,
.wp-block-table.is-style-stripes tfoot td {
	background: none;
}

/* Buttons Block */
.wp-block-buttons .wp-block-button {
	margin: 0 0.5rem 0 0;
}

.wp-block-buttons .wp-block-button:last-child {
	margin-right: 0;
}

/* Button Block */
.wp-block-button {
	font-size: 14px;
	font-size: 0.875rem;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.wp-block-button__link {
	margin: 0;
	padding: 0.5em 1em;
	border: none;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
}

.wp-block-button__link:link,
.wp-block-button__link:visited {
	color: inherit;
	text-decoration: none;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color),
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
	color: #242424;
	color: var(--button-text-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
	background-color: #f4f4f4;
	background-color: var(--button-color);
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):active {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:active {
	text-decoration: underline;
}

/* Outline Style */
.wp-block-button.is-style-outline .wp-block-button__link {
	padding: calc(0.5em - 2px) calc(1em - 2px);
	background-color: transparent !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link {
	color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
	text-decoration: underline;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
	color: inherit;
}

/* Quote Block */
.wp-block-quote.has-text-align-center:not(.is-style-large),
.wp-block-quote.has-text-align-right:not(.is-style-large) {
	padding-left: 0;
	border-left: 0;
}

.wp-block-quote.has-text-align-right:not(.is-style-large) {
	padding-right: 1.25em;
	border-right: 4px solid;
	border-color: #242424;
	border-color: var(--dark-border-color);
}

.wp-block-quote.is-style-large {
	padding: 0;
	border: none;
	font-size: 28px;
	font-size: 1.75rem;
}

.wp-block-quote.is-style-large p {
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-quote.is-style-large cite {
	text-align: inherit;
	font-size: 16px;
	font-size: 1rem;
}

/* Pullquote Block */
.wp-block-pullquote {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0;
	border-bottom: 4px solid;
	border-top: 4px solid;
	border-color: #e4e4e4;
	border-color: var(--light-border-color);
}

.wp-block-pullquote blockquote {
	border: none;
	padding: 0;
	font-size: 28px;
	font-size: 1.75rem;
}

.wp-block-pullquote p {
	font-size: inherit;
	line-height: inherit;
}

.wp-block-pullquote blockquote > p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 0.75em;
}

.wp-block-pullquote blockquote cite {
	color: #242424;
	color: var(--text-color);
}

.wp-block-pullquote.is-style-solid-color {
	padding: 1px 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	color: inherit;
}

/* Audio */
.wp-block-audio audio {
	width: 100%;
}

/* Image Block */
.wp-block-image img {
	vertical-align: top;
}

/* Cover Block */
.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-cover > .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image > .wp-block-cover__inner-container > *:first-child {
	margin-top: 0;
}

.wp-block-cover > .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image > .wp-block-cover__inner-container > *:last-child {
	margin-bottom: 0;
}

/* Gallery Block */
.wp-block-gallery {
	justify-content: center;
}

/* Video Embed Block */
.wp-block-embed-vimeo.alignfull iframe {
	width: 100%;
}

/* Group Block */
.wp-block-group.has-background {
	padding: 1.5em;
}

.wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

/* Columns Block */
div.wp-block-columns {
	gap: 1.5em;
}

/* Column Block */
.wp-block-column.has-background {
	padding: 1.5em;
	box-sizing: border-box;
}

.wp-block-column.has-background > *:first-child {
	margin-top: 0;
}

.wp-block-column.has-background > *:last-child {
	margin-bottom: 0;
}

/* Latest Posts */
.wp-block-latest-posts.wp-block-latest-posts__list {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-top: 0.5rem;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
	color: #646464;
	color: var(--medium-text-color);
	font-size: 14px;
	font-size: 0.875rem;
}

/* Search Block */
.wp-block-search .wp-block-search__label {
	width: auto;
}

/* Block Text Colors */
.has-primary-color,
.wp-block-button__link.has-primary-color {
	color: #57b7d7;
	color: var(--primary-color);
}

.has-secondary-color,
.wp-block-button__link.has-secondary-color {
	color: #3e9ebe;
	color: var(--secondary-color);
}

.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
	color: #2484a4;
	color: var(--tertiary-color);
}

.has-accent-color,
.wp-block-button__link.has-accent-color {
	color: #57d777;
	color: var(--accent-color);
}

.has-highlight-color,
.wp-block-button__link.has-highlight-color {
	color: #d75f57;
	color: var(--highlight-color);
}

.has-white-color,
.wp-block-button__link.has-white-color {
	color: #fff;
}

.has-light-gray-color,
.wp-block-button__link.has-light-gray-color {
	color: #e4e4e4;
	color: var(--light-gray-color);
}

.has-gray-color,
.wp-block-button__link.has-gray-color {
	color: #646464;
	color: var(--gray-color);
}

.has-dark-gray-color,
.wp-block-button__link.has-dark-gray-color {
	color: #242424;
	color: var(--dark-gray-color);
}

.has-black-color,
.wp-block-button__link.has-black-color {
	color: #000;
}

/* Block Background Colors */
.has-primary-background-color,
.has-primary-background-color[class] {
	background-color: #57b7d7;
	background-color: var(--primary-color);
}

.has-secondary-background-color,
.has-secondary-background-color[class] {
	background-color: #3e9ebe;
	background-color: var(--secondary-color);
}

.has-tertiary-background-color,
.has-tertiary-background-color[class] {
	background-color: #2484a4;
	background-color: var(--tertiary-color);
}

.has-accent-background-color,
.has-accent-background-color[class] {
	background-color: #57d777;
	background-color: var(--accent-color);
}

.has-highlight-background-color,
.has-highlight-background-color[class] {
	background-color: #d75f57;
	background-color: var(--highlight-color);
}

.has-white-background-color,
.has-white-background-color[class] {
	background-color: #fff;
}

.has-light-gray-background-color,
.has-light-gray-background-color[class] {
	background-color: #e4e4e4;
	background-color: var(--light-gray-color);
}

.has-gray-background-color,
.has-gray-background-color[class] {
	background-color: #646464;
	background-color: var(--gray-color);
}

.has-dark-gray-background-color,
.has-dark-gray-background-color[class] {
	background-color: #242424;
	background-color: var(--dark-gray-color);
}

.has-black-background-color,
.has-black-background-color[class] {
	background-color: #000;
}

/* Block Font Sizes */
.has-small-font-size {
	font-size: 16px;
}

.has-medium-font-size {
	font-size: 24px;
}

.has-large-font-size {
	font-size: 36px;
}

.has-extra-large-font-size {
	font-size: 48px;
}

.has-huge-font-size {
	font-size: 64px;
}

/*--------------------------------------------------------------
# - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-header {
	margin: 0 0 1em 0;
}

.widget-title,
.is-style-widget-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #242424;
	color: var(--widget-title-color);
	font-size: 16px;
	font-size: 1rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
}

.widget ul {
	margin: 0;
	padding: 0 0.3em;
	list-style: circle inside;
}

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

.widget-title a:link,
.widget-title a:visited {
	color: #242424;
	color: var(--widget-title-color);
	transition: all 0.2s ease;
}

.widget-title a:hover,
.widget-title a:active {
	color: #57b7d7;
	color: var(--widget-title-hover-color);
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# - Magazine Widgets
--------------------------------------------------------------*/
.widget-magazine-posts {
	margin-bottom: -2.5em;
}

.home .latest-posts-title,
.widget-magazine-posts .widget-title {
	display: block;
	margin: 0 0 1.5em;
	padding: 0.75em 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--light-border-color);
	color: #242424;
	color: var(--widget-title-color);
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
}

/* Large Post Styling */
.widget-magazine-posts .large-post .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.widget-magazine-posts .large-post .entry-content {
	font-size: 18px;
	font-size: 1.125rem;
}

/* Medium Post Styling */
.widget-magazine-posts .medium-post .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.widget-magazine-posts .medium-post .entry-content {
	font-size: 17px;
	font-size: 1.0625rem;
}

/* Small Post Styling */
.widget-magazine-posts .small-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget-magazine-posts .small-post .post-image {
	width: 35%;
}

.widget-magazine-posts .small-post .small-post-content {
	width: 65%;
	padding-left: 2em;
}

.widget-magazine-posts .small-post .wp-post-image {
	margin: 0 0 0.25em;
	vertical-align: top;
}

.widget-magazine-posts .small-post .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
}

/* Magazine Posts Grid Widget */
.widget-magazine-posts .magazine-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -2.5em;
}

.widget-magazine-posts .magazine-grid .post-column {
	box-sizing: border-box;
	padding-right: 2.5em;
}

.widget-magazine-posts .magazine-grid-two-columns .post-column {
	width: 50%;
}

.widget-magazine-posts .magazine-grid-three-columns .post-column {
	width: 33.3333333333%;
}

/*--------------------------------------------------------------
# - Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 0 0 2.5em;
}

/* Comment Header */
.comments-header,
.comment-reply-title {
	margin: 0 0 1em 0;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #242424;
	color: var(--widget-title-color);
	font-size: 16px;
	font-size: 1rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	border-bottom: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--light-border-color);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment ol.children {
	list-style: none;
}

.comment ol.children .comment {
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
	border-top: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--light-border-color);
	border-bottom: none;
}

.comment .comment-respond {
	margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.5em;
	padding: 0;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a::before {
	margin-right: 3px;
	content: "«";
}

.comment-navigation .nav-next a::after {
	margin-left: 4px;
	content: "»";
}

.comment-navigation a,
.reply .comment-reply-link {
	display: inline-block;
	padding: 0.3em 0.6em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
	background-color: #f4f4f4;
	background-color: var(--button-color);
	color: #242424;
	color: var(--button-text-color);
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	transition: all 0.2s ease;
}

.comment-navigation a:link,
.comment-navigation a:visited,
.reply .comment-reply-link:link,
.reply .comment-reply-link:visited {
	color: #242424;
	color: var(--button-text-color);
}

.comment-navigation a:hover,
.comment-navigation a:active,
.reply .comment-reply-link:hover,
.reply .comment-reply-link:active {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

/* Comment Form */
.comment-form {
	padding: 0;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: 700;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form .submit {
	padding: 1em 1.6em;
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	padding-left: 8px;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-decoration: underline;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
# - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
figure,
img,
picture {
	max-width: 100%;
}

/* Captions */
figcaption,
.wp-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #646464;
	color: var(--medium-text-color);
}

.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption,
.wp-block-gallery > figcaption {
	margin: 0.5rem 0 1.5rem;
	max-width: 100%;
	width: auto !important;
	text-align: center;
}

.wp-block-table figcaption {
	margin-bottom: 0;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.5em 0;
}

/* Galleries */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 1em 1.5em 0 0;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #646464;
	color: var(--medium-text-color);
}

/*--------------------------------------------------------------
# - Footer
--------------------------------------------------------------*/
.footer-wrap {
	color: #242424;
	color: var(--footer-text-color);
	background-color: #fff;
	background-color: var(--footer-background-color);
	border-top: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--footer-border-color);
}

.site-footer {
	font-size: 14px;
	font-size: 0.875rem;
}

.site-footer a:hover,
.site-footer a:active {
	color: #242424;
	color: var(--footer-text-color);
}

.site-footer .site-info {
	padding: 2em 0;
}

/*--------------------------------------------------------------
# - Plugins
--------------------------------------------------------------*/

/* Breadcrumbs */
.breadcrumbs {
	margin: 0;
	border-bottom: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--light-border-color);
}

.breadcrumbs-container {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #fff;
	background-color: var(--page-background-color);
	color: #242424;
	color: var(--text-color);
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5em;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li::after {
	padding: 0 0.5em;
	content: "»"; /* Raquo */
}

.trail-separator-slash .trail-items li::after {
	content: "/";
}

.trail-separator-dash .trail-items li::after {
	content: "–";
}

.trail-separator-bull .trail-items li::after {
	content: "•";
}

.trail-separator-arrow-bracket .trail-items li::after {
	content: ">";
}

.trail-separator-raquo .trail-items li::after {
	content: "»";
}

.trail-separator-single-arrow .trail-items li::after {
	content: "→";
}

.trail-separator-double-arrow .trail-items li::after {
	content: "⇒";
}

.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

:root {
	--tz-column-gap: 2em;
}

.tz-magazine-block .tz-entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.tz-magazine-block .tz-entry-meta {
	margin: 0.2em 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.tz-magazine-block .tz-meta-field {
	margin-right: 0;
}

.tz-magazine-block .tz-meta-field a {
	text-decoration: none;
}

.tz-magazine-block .tz-entry-content {
	font-size: 18px;
	font-size: 1.125rem;
}

.tz-magazine-block .tz-more-link {
	text-decoration: none;
}

/* Related Posts */
.related-posts {
	margin: 0 0 2.5em;
}

.related-posts-header {
	margin: 0 0 1em 0;
}

.related-posts-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #242424;
	color: var(--widget-title-color);
	font-size: 16px;
	font-size: 1rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
}

ul.related-posts-list {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}

.related-posts-list li {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}

.related-posts-list li .entry-header {
	margin-top: 0.25em;
}

.related-posts-list li .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.related-posts-list li .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
	max-width: 20%;
	height: auto;
	border: none;
}

.related-posts-grid {
	margin: 1em 0 0;
}

.related-posts-columns {
	margin-right: -1em;
}

.related-posts-columns .related-post-column {
	float: left;
	box-sizing: border-box;
	margin-bottom: 2em;
	padding-right: 2em;
}

.related-posts-two-columns .related-post-column {
	width: 50%;
}

.related-posts-three-columns .related-post-column {
	width: 33.3333333333%;
}

.related-posts-four-columns .related-post-column {
	width: 25%;
}

.related-posts-two-columns .related-post-column:nth-child(2n+1) {
	clear: left;
}

.related-posts-three-columns .related-post-column:nth-child(3n+1) {
	clear: left;
}

.related-posts-four-columns .related-post-column:nth-child(4n+1) {
	clear: left;
}

.related-posts-two-columns .related-post-column .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.related-posts-three-columns .related-post-column .entry-title {
	font-size: 16px;
	font-size: 1rem;
}

.related-posts-four-columns .related-post-column .entry-title {
	font-size: 15px;
	font-size: 0.9375rem;
}

.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
	display: block;
}

.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
	display: none;
}

.related-posts-columns .related-post-column .wp-post-image {
	margin: 0 0 0.5em 0;
	padding: 0;
	border: none;
}

.related-posts-columns .related-post-column .entry-meta {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.related-posts-three-columns .related-post-column .entry-meta,
.related-posts-four-columns .related-post-column .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
}

@media only screen and (max-width: 80em) {

	/* Columns */
	.related-posts-two-columns .related-post-column .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

@media only screen and (max-width: 70em) {

	/* Columns */
	.related-posts-two-columns .related-post-column .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 50em) {

	/* Columns */
	.related-posts-four-columns .related-post-column {
		width: 50%;
	}

	.related-posts-four-columns .related-post-column:nth-child(2n+1) {
		clear: left;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-two-columns .related-post-column .entry-meta {
		font-size: 12px;
		font-size: 0.75rem;
	}

	.related-posts-four-columns .related-post-column .entry-meta .meta-date,
	.related-posts-four-columns .related-post-column .entry-meta .meta-author {
		display: inline;
	}

	.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
		display: inline-block;
	}

	/* List */
	.related-posts-list li .wp-post-image {
		max-width: 25%;
	}

	.related-posts-list li .entry-header {
		margin-top: 0;
	}

	.related-posts-list li .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 40em) {
	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 35em) {

	/* Columns */
	.related-posts-three-columns {
		margin: 0;
	}

	.related-posts-three-columns .related-post-column {
		float: none;
		padding-right: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 25em) {

	/* Columns */
	.related-posts-two-columns,
	.related-posts-four-columns {
		margin: 0;
	}

	.related-posts-two-columns .related-post-column,
	.related-posts-four-columns .related-post-column {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	/* List */
	.related-posts-list li .wp-post-image {
		float: none;
		margin: 0 0 0.5em 0;
		max-width: 100%;
	}
}

@media only screen and (max-width: 20em) {
	.related-posts .entry-meta .meta-date,
	.related-posts .entry-meta .meta-author {
		display: block;
		margin: 0;
	}

	.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
		display: none;
	}
}

/* Widget Bundle */
.tzwb-clearfix::before,
.tzwb-clearfix::after {
	display: table;
	content: " ";
}

.tzwb-clearfix::after {
	clear: both;
}

.tzwb-posts-list li {
	overflow: auto;
	margin-bottom: 0.5em;
	padding: 0;
	list-style: none;
}

.tzwb-posts-list .tzwb-excerpt p {
	margin: 0;
	padding: 0;
}

.tzwb-posts-list .wp-post-image {
	float: left;
	margin: 0.3em 0.8em 1em 0;
	max-width: 80px;
	height: auto;
}

.tzwb-posts-list .tzwb-entry-meta {
	font-size: 14px;
	font-size: 0.875rem;
}

.tzwb-comments-list li {
	overflow: auto;
	margin-bottom: 0.5em;
	list-style: none;
}

.tzwb-comments-list .avatar {
	float: left;
	margin: 0.3em 0.8em 0.8em 0;
}

.tzwb-comments-list .tzwb-comment-content {
	font-style: italic;
}

.tzwb-comments-list .tzwb-comment-date {
	margin: 0;
	color: #646464;
	color: var(--medium-text-color);
	font-size: 14px;
	font-size: 0.875rem;
}

.tzwb-tabbed-content .tzwb-tabnavi-wrap {
	overflow: auto;
	margin: 0 -0.2em;
	padding: 0;
	list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	list-style-position: outside;
}

.tzwb-tabbed-content .tzwb-tabnavi li {
	position: relative;
	float: left;
	margin: 0 3px 3px 0;
	padding: 0;
	list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a {
	display: inline-block;
	margin: 0;
	padding: 0.4em 0.8em;
	border: 1px solid;
	border-color: #e4e4e4;
	border-color: var(--button-border-color);
	background-color: #f4f4f4;
	background-color: var(--button-color);
	color: #242424;
	color: var(--button-text-color);
	text-decoration: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: Montserrat, verdana, arial, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: 700;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
}

.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
	color: #242424;
	color: var(--button-text-color);
	transition: all 0.2s ease;
}

.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab,
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
	border-color: #57b7d7;
	border-color: var(--button-hover-color);
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
	text-decoration: none;
}

.tzwb-tabbed-content .tzwb-tabcontent {
	margin: 1em 0 0 0;
	padding: 0;
}

.tzwb-social-icons .social-icons-menu {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	line-height: 1;
}

.tzwb-social-icons .social-icons-menu li {
	margin: 0 2px 2px 0;
}

.tzwb-social-icons .social-icons-menu li a {
	display: flex;
	padding: 0.75em;
	background-color: #57b7d7;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

.tzwb-social-icons .social-icons-menu li a:hover {
	color: #fff;
	background: #242424;
	text-decoration: none;
}

.tzwb-social-icons .social-icons-menu .icon {
	margin: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: currentcolor;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * @package Palm Beach
 */

/* RESETS */
.zeeflex-container a:hover,
.zeeflex-slider a:hover,
.zeeflex-container a:focus,
.zeeflex-slider a:focus {
	outline: none;
}

.zeeslides,
.zeeslides > li,
.zeeflex-control-nav,
.zeeflex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zeeflex-pauseplay span {
	text-transform: capitalize;
}

/* BASE STYLES */
.zeeflexslider {
	margin: 0;
	padding: 0;
}

.zeeflexslider .zeeslides > li {
	display: none;
}

.zeeflexslider .zeeslides img {
	display: block;
	width: 100%;
}

.zeeflexslider .zeeslides::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	line-height: 0;
}

html[xmlns] .zeeflexslider .zeeslides {
	display: block;
}

* html .zeeflexslider .zeeslides {
	height: 1%;
}

.no-js .zeeflexslider .zeeslides > li:first-child {
	display: block;
}

/* Palm Beach Slider Theme */
.post-slider-container {
	overflow: hidden;
	margin: -1px 0 0;
	width: 100%;
}

.post-slider-wrap {
	position: relative;
}

.post-slider,
.zeeflexslider .zeeslides {
	zoom: 1;
}

.post-slider .zeeslide {
	position: relative;
}

.zeeflex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}

.post-slider .zeeslide .slide-post {
	overflow: hidden;
	width: 100%;
}

.post-slider .zeeslide .slide-post .header-title-image {
	margin: 0;
}

.post-slider .zeeslide .header-title a:link,
.post-slider .zeeslide .header-title a:visited {
	color: #fff;
	transition: all 0.2s ease;
}

.post-slider .zeeslide .header-title a:hover,
.post-slider .zeeslide .header-title a:active {
	color: #ccc;
}

.post-slider-controls {
	clear: left;
}

/* Direction Nav */
.post-slider-controls .zeeflex-direction-nav {
	*height: 0;
}

.post-slider-controls .zeeflex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -80px 0 0;
	width: 80px;
	height: 120px;
	text-align: left;
	font-size: 0;
	cursor: pointer;
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-prev {
	left: 1em;
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
	right: 1em;
}

.post-slider-controls .zeeflex-direction-nav a::before {
	display: inline-block;
	margin: 0;
	color: #fff;
	vertical-align: text-bottom;
	text-decoration: inherit;
	text-shadow: 0 0 10px #000;
	font-size: 90px;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
}

.post-slider-wrap:hover .post-slider-controls .zeeflex-direction-nav a::before {
	opacity: 0.5;
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-next::before {
	content: ">";
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
	content: "<";
}

.post-slider-wrap:hover .post-slider-controls .zeeflex-direction-nav a:hover::before,
.post-slider-controls .zeeflex-direction-nav a:hover::before {
	text-decoration: none;
	opacity: 1;
}

/* Control Nav */
.post-slider-controls .zeeflex-control-nav {
	position: absolute;
	bottom: 1em;
	z-index: 99;
	width: 100%;
	text-align: center;
}

.post-slider-controls .zeeflex-control-nav li {
	display: inline-block;
	*display: inline;
	margin: 0 4px;
	zoom: 1;
}

.post-slider-controls .zeeflex-control-nav li a {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.5);
	text-indent: -9999px;
	cursor: pointer;
}

.post-slider-controls .zeeflex-control-nav li a:hover {
	background: rgba(255, 255, 255, 0.7);
}

.post-slider-controls .zeeflex-control-nav li a.zeeflex-active {
	background: rgba(255, 255, 255, 0.9);
	cursor: default;
}

/* Media Queries */
@media only screen and (max-width: 90em) {
	.post-slider .zeeslide .header-title-wrap {
		max-width: 85%;
	}
}

@media only screen and (max-width: 60em) {
	.post-slider .zeeslide .header-title-wrap {
		max-width: 100%;
	}

	.post-slider-controls .zeeflex-direction-nav {
		display: none;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Typography
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {
	.header-title {
		font-size: 54px;
		font-size: 3.375rem;
	}

	.page-header .entry-meta {
		font-size: 17px;
		font-size: 1.0625rem;
	}

	.page-header .entry-meta span .icon {
		width: 18px;
		height: 18px;
	}
}

@media only screen and (max-width: 70em) {
	.header-title {
		font-size: 44px;
		font-size: 2.75rem;
	}

	.page-header .entry-meta {
		font-size: 16px;
		font-size: 1rem;
	}

	.page-header .entry-meta span .icon {
		width: 16px;
		height: 16px;
	}

	.entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 55em) {
	.header-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.page-header .entry-meta {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-header .entry-meta span .icon {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (max-width: 40em) {
	.header-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.page-header .entry-meta {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-header .entry-meta span .icon {
		width: 13px;
		height: 13px;
	}
}

@media only screen and (max-width: 30em) {
	.header-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 20em) {
	.site-branding .site-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.header-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.post-layout-two-columns .entry-title,
	.post-layout-three-columns .entry-title,
	.widget-magazine-posts .large-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Layout
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {
	.header-title-image,
	.header-title-image-container {
		height: 600px;
	}
}

@media only screen and (max-width: 70em) {
	.container {
		padding-right: 2em;
		padding-left: 2em;
	}

	.content-area {
		padding-right: 2em;
	}

	.site-content {
		padding-top: 2em;
	}

	.widget,
	.type-post,
	.type-page,
	.type-attachment,
	.pagination,
	.comments-area {
		margin-bottom: 2em;
	}

	.widget-magazine-posts {
		margin-bottom: -2em;
	}

	.header-title-image,
	.header-title-image-container {
		height: 480px;
	}

	/* Post Columns */
	.post-wrapper,
	.widget-magazine-posts .magazine-grid {
		margin-right: -2em;
	}

	.post-wrapper .post-column,
	.widget-magazine-posts .magazine-grid .post-column {
		padding-right: 2em;
	}

	.post-layout-two-columns .entry-title,
	.post-layout-three-columns .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 60em) {
	.site-footer .site-info {
		text-align: center;
	}

	/* Post Layout Columns */
	.post-layout-two-columns .entry-title,
	.post-layout-three-columns .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 55em) {
	.header-title-image,
	.header-title-image-container {
		height: 360px;
	}

	.header-title-background {
		padding: 60px 0;
	}

	.content-area {
		float: none;
		padding: 0;
		width: 100%;
	}

	.sidebar {
		float: none;
		margin: 0;
		padding: 2em 0 0;
		width: 100%;
		border-top: 1px solid #e5e5e5;
	}

	/* Post Layout Columns */
	.post-layout-two-columns .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 50em) {

	/* Post Columns */
	.post-layout-three-columns .post-wrapper .post-column {
		width: 50%;
	}

	.post-layout-two-columns .entry-title,
	.post-layout-three-columns .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 45em) {
	.post-layout-two-columns .entry-title,
	.post-layout-three-columns .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 40em) {
	.header-title-background {
		padding: 45px 0;
	}
}

@media only screen and (max-width: 35em) {

	/* Post Columns */
	.post-wrapper {
		display: block;
		margin-right: 0;
	}

	.post-wrapper .post-column {
		padding-right: 0;
	}

	.post-layout-two-columns .post-wrapper .post-column,
	.post-layout-three-columns .post-wrapper .post-column {
		width: 100%;
	}

	.post-layout-two-columns .entry-title,
	.post-layout-three-columns .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 30em) {
	.container {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}

	.widget,
	.type-post,
	.type-page,
	.type-attachment,
	.pagination,
	.comments-area {
		margin-bottom: 1.5em;
	}

	.widget-magazine-posts {
		margin-bottom: -1.5em;
	}

	.site-content {
		padding-top: 1.5em;
	}

	.header-title-background {
		padding: 30px 0;
	}

	.post-layout-two-columns .entry-title,
	.post-layout-three-columns .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 25em) {
	.post-layout-two-columns .entry-title,
	.post-layout-three-columns .entry-title {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

@media only screen and (max-width: 20em) {
	.entry-meta .meta-date,
	.entry-meta .meta-author,
	.entry-meta .meta-category,
	.entry-meta .meta-comments {
		display: block;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Navigation
--------------------------------------------------------------*/
@media only screen and (min-width: 60em) {
	.primary-menu-toggle,
	.main-navigation .dropdown-toggle {
		display: none;
	}

	.main-navigation ul,
	.main-navigation ul ul {
		display: block;
	}

	.primary-navigation {
		display: flex;
		margin-left: auto;
		width: auto;
		align-items: center;
	}

	#masthead .main-navigation > ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0;
		padding: 0;
		border: none;
	}

	.main-navigation > ul {
		border: none;
	}

	.main-navigation > ul > li > a {
		padding: 0.75em 1.25em;
	}

	/* Dropdown Menus */
	.main-navigation ul ul {
		position: absolute;
		left: -999em;
		top: 100%;
		z-index: 99999;
		border: 1px solid;
		border-color: #e4e4e4;
		border-color: var(--navi-border-color);
		background-color: #f4f4f4;
		background-color: var(--navi-submenu-color);
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		right: 0;
		left: auto;
	}

	.main-navigation ul ul li a {
		width: 16rem;
	}

	.main-navigation ul ul > li:last-child > a {
		border-bottom: none;
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		right: 100%;
		left: auto;
	}

	.main-navigation ul ul li a,
	.main-navigation ul ul ul li a,
	.main-navigation ul ul ul ul li a {
		padding: 1em;
	}

	/* Dropdown Icons */
	.main-navigation .menu-item-has-children > a > .icon {
		position: relative;
		display: inline-block;
		left: 0.4rem;
		top: 0.05rem;
		width: 11px;
		height: 11px;
		fill: #242424;
		fill: var(--navi-color);
		transition: fill 0.15s ease;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon {
		position: absolute;
		left: auto;
		right: 1em;
		top: 50%;
		margin-top: -0.25rem;
		width: 11px;
		height: 11px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.main-navigation ul .menu-item-has-children > a:hover > .icon {
		fill: #57b7d7;
		fill: var(--navi-hover-color);
	}
}

/*--------------------------------------------------------------
## - Media Queries for Blocks
--------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
	div.wp-block-columns {
		gap: 2em;
	}

	.wp-block-group.has-background,
	.wp-block-column.has-background {
		padding: 2em;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Magazine widgets
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {

	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.widget-magazine-posts .small-post .small-post-content {
		padding-left: 1.5em;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 60em) {

	/* Magazine Post Widgets */
	.home .latest-posts-title,
	.widget-magazine-posts .widget-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.widget-magazine-posts .large-post .entry-content {
		font-size: 17px;
		font-size: 1.0625rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

@media only screen and (max-width: 55em) {

	/* Magazine Post Widgets */
	.widget-magazine-posts .small-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 50em) {

	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .medium-post .entry-content {
		display: none;
	}
}

@media only screen and (max-width: 45em) {

	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	.widget-magazine-posts .small-post .small-post-content {
		padding-left: 1em;
	}

	.widget-magazine-posts .small-post .entry-meta {
		display: none;
	}
}

@media only screen and (max-width: 40em) {

	/* Magazine Posts Grid Widget */
	.widget-magazine-posts .magazine-grid-three-columns {
		display: block;
		margin-right: 0;
	}

	.widget-magazine-posts .magazine-grid-three-columns .post-column {
		padding-right: 0;
		width: 100%;
	}

	.widget-magazine-posts .medium-post .wp-post-image {
		float: left;
		margin: 0 1.5em 0 0;
		min-width: 80px;
		max-width: 35%;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 35em) {

	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.widget-magazine-posts .medium-post .entry-title,
	.widget-magazine-posts .small-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .small-post .small-post-content {
		padding-left: 1.5em;
	}

	.widget-magazine-posts .small-post .entry-meta {
		display: block;
	}

	/* Magazine Posts Grid Widget */
	.widget-magazine-posts .magazine-grid-two-columns {
		display: block;
		margin-right: 0;
	}

	.widget-magazine-posts .magazine-grid-two-columns .post-column {
		padding-right: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 30em) {

	/* Magazine Post Widgets */
	.home .latest-posts-title,
	.widget-magazine-posts .widget-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.widget-magazine-posts .medium-post .wp-post-image {
		margin: 0 1em 0 0;
		max-width: 30%;
	}

	.widget-magazine-posts .small-post .post-image {
		width: 30%;
	}

	.widget-magazine-posts .small-post .small-post-content {
		width: 70%;
		padding-left: 1em;
	}

	.widget-magazine-posts .medium-post .entry-title,
	.widget-magazine-posts .small-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 25em) {

	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 17px;
		font-size: 1.0625rem;
	}

	.widget-magazine-posts .medium-post .entry-title,
	.widget-magazine-posts .small-post .entry-title {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	.widget-magazine-posts .medium-post .entry-meta,
	.widget-magazine-posts .small-post .entry-meta {
		display: none;
	}
}
/*--------------------------------------------------------------
# - Media Queries for Media
--------------------------------------------------------------*/

@media only screen and (max-width: 50em) {

	/* Gallery */
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 25%;
	}
}

@media only screen and (max-width: 30em) {
	.alignright,
	.alignleft {
		float: none;
		margin: 1em 0;
	}

	/* Gallery */
	.gallery-item {
		padding: 0.75em 1em 0 0;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 50%;
	}
}

/*--------------------------------------------------------------
# - Theme Options
--------------------------------------------------------------*/

/* Sidebar Left */
.sidebar-left .content-area {
	float: right;
	padding-right: 0;
	padding-left: 4em;
}

.sidebar-left .sidebar {
	float: left;
}

@media only screen and (max-width: 70em) {
	.sidebar-left .content-area {
		padding-left: 2em;
	}
}

@media only screen and (max-width: 55em) {
	.sidebar-left .content-area {
		float: none;
		padding: 0;
		width: 100%;
	}
}

/* Sticky Header */
@media only screen and (min-width: 60.001em) {
	.sticky-header .site-header {
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
	}

	.sticky-header.admin-bar .site-header {
		top: 32px;
	}

	.sticky-header .header-bar-wrap {
		display: none;
	}
}

@media only screen and (max-width: 60em) {
	.sticky-header {
		padding-top: 0 !important;
	}
}