.boxed-wrapper:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(50, 70, 80, .4) 0, #0d101b 100%);
}
.boxed-wrapper:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-attachment: initial;
    background-color: transparent;
    background-image: url(//epochlabz.com/wp-content/themes/look/diagnostics/images/pattern.png);
    background-size: 75px;
    background-repeat: repeat;
    background-attachment: initial;
    z-index: 0;
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
.blue-shapes.side.one {
    display: none !important;
}
.blue-shapes__shape--1, .blue-shapes__shape--2 {
    display: none !important;
}
.fw-section-overlap-custom {
    margin-top: 100px;
}
.fw-text-inner {
    text-shadow: 1px 1px 3px #000;
}
.fw-special-title {
    color: #fff !important;
    margin-top: 91px !important;
    margin-bottom: 30px !important;
}
html .w2dc-content a:hover, html .w2dc-content a:focus {
    text-decoration: none;
    color: #fff;
}
html .location-pin {
	background-image: url("https://epochlabz.com/wp-content/plugins/w2dc/resources/images/map_icons/454352525.png");
}
html .w2dc-field-output-block-address .w2dc-field-name, html .w2dc-listings-block .w2dc-field-addresses span:not(.extra-location) {
    text-decoration: underline;
    color: #fff;
}
html .w2dc-listing-single article.w2dc-listing {
    overflow: hidden;
}
html .w2dc-content address .extra-location {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}
html .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, html .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: none;
    width: 100% !important;
}
html figure.w2dc-listing-logo .w2dc-listing-logo-img {
	min-height: 185px;
}
html .w2dc-field-name, html .w2dc-field-output-block-datetime .w2dc-field-content {
    color: #fff;
}
html .w2dc-field-output-block-datetime .w2dc-field-name {
	font-weight: normal;
}

html .site-content .container {
    padding: 98px 0 0 0;
}

html .site__content.col-md-8 {
    width: 100%;
}

html .w2dc-close-info-window {
    float: right;
}
html .mapboxgl-marker {
	background-size: 48px;
	background-repeat: no-repeat;
	height: 54.5px !important;
}

html .w2dc-map-info-window-field, html .w2dc-map-info-window-field .w2dc-field-name {
    font-size: 11px !important;
    text-transform: capitalize;
    position: relative;
    top: -1px;
}
html .w2dc-map-info-window-logo {
	float: none;
	padding: 5px 5px 0;
	width: 100% !important;
	height: auto;
	display: inline-block;
	position: relative;
}
html .w2dc-map-info-window-logo a {
    position: relative;
    display: inline-block;
    width: 100%;
}
html .w2dc-map-info-window-content {
	padding: 5px 5px 0 5px;
	margin-bottom: -1px;
	display: inline-block;
	width: 100%;
}
html .w2dc-map-info-window-buttons-single {
	padding: 0 5px 5px 5px;
}
html .map-info-window-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 1;
    pointer-events: none;
}
html .mapboxgl-popup {
    z-index: 1;
}
/*html .mapboxgl-popup-close-button {
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    padding: 3px 0 0 0;
    border: 1px solid rgba(255,255,255,.3);
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity));
    background: linear-gradient(to bottom,rgba(255,255,255,.15) 0,transparent 100%);
}*/
html .mapboxgl-popup-close-button {
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    top: -35px;
    right: -35px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    padding: 2px 0 0 0;
    border: 1px solid rgba(255,255,255,.3);
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity));
    background: linear-gradient(to bottom,rgba(255,255,255,.15) 0,transparent 100%);
}
html .mapboxgl-popup-close-button:hover {
  background-color: red;
  color: #fff;
}
html .w2dc-fa-close::before {
	display: none;
}

html .sc_button:not(.sc_button_simple) {
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    font-size: 11px;
    line-height: 21px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 2.2px;
    height: auto;
    max-width: 100%;
    color: var(--theme-color-inverse_link);
    border-color: var(--theme-color-text_link);
    background-color: var(--theme-color-text_link);
    padding: 17px 56px;
    border-width: 0 !important;
}
html .sc_item_title, .sc_item_subtitle, .sc_item_descr, .sc_item_button {
    margin: 0;
}
html .sc_item_button {
    line-height: 0;
}

html .sc_button:not(.sc_button_simple), .sc_button.sc_button_simple, .sc_form button {
    font-family: Raleway,sans-serif;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

html .sc_button:last-child {
    margin-right: 0;
}
html .sc_button.sc_button_modern {
    background-color: #0479ba;
    display: inline-block;
}

html .sc_button_icon, .sc_button_text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-decoration: inherit;
}
html .sc_button.sc_button_modern .sc_button_text {
    height: 2em;
    line-height: 2em;
    overflow: hidden;
}
html .sc_button.sc_button_modern .sc_button_text {
    text-decoration: none;
}
html .w2dc-content .mapboxgl-popup-content {
    border: 1px solid rgba(255,255,255,.3);
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity));
    background: linear-gradient(to bottom,rgba(255,255,255,.15) 0,transparent 100%);
    width: 100%;
}
html .w2dc-map-info-window, .w2dc-map-info-window-tongue {
    background: none;
    box-shadow: none;
}
html .sc_button.sc_button_modern .sc_button_title_first, html .sc_button.sc_button_modern .sc_button_title_second {
    display: block;
    -webkit-transition: -webkit-transform 0.2s linear, height 0.2s linear, opacity 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear, height 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, height 0.2s linear, opacity 0.2s linear;
    height: 2em;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    will-change: transform, height, opacity;
}

html .sc_button.sc_button_modern .sc_button_title_second {
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    height: 0;
    opacity: 0;
}

html .sc_button.sc_button_modern:hover {
    background-color: #00c700 !important;
}
html .sc_button.sc_button_modern:hover .sc_button_title_first {
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    opacity: 0;
}
html .sc_button.sc_button_modern:hover .sc_button_title_second {
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    height: 2em;
    opacity: 1;
}

html .get-membership-container {
    margin: 40px 0 0 0;
    text-align: center;
}


html .w2dc-map-info-window-field.address {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    text-align: center;
}
html .w2dc-map-info-window-field.address span {
    font-size: 15px !important;
    display: inline-block;
    float: none;
    font-family: var(--bs-body-font-family);
}
html header.w2dc-map-listing-header {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: -55px 0 0 0;
    clear: none;
    position: relative;
    z-index: 1;
    bottom: 0;
    height: 56px;
}
html header.w2dc-map-listing-header::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 50%);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	bottom: -27px;
	left: 0;
	width: 100%;
	opacity: 0.5;
	z-index: -1;
}
html .w2dc-content img {
    width: 100%;
    min-height: 191px;
    object-fit: cover;
}

html .w2dc-field-output-block-address .w2dc-field-name, html .w2dc-listings-block .w2dc-field-addresses span:not(.extra-location) {
    text-decoration: underline;
    color: #000;
}
html .w2dc-content address .extra-location {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}
html figure.w2dc-listing-logo .w2dc-listing-logo-img {
	min-height: 185px;
}
html .w2dc-field-name, html .w2dc-field-output-block-datetime .w2dc-field-content {
    color: #fff;
}
html .w2dc-field-name {
    color: #fff;
    font-family: 'Microgramma';
    text-shadow: 1px 1px 3px #000;
    letter-spacing: 1px;
}

html .w2dc-map-info-window-field {
    font-size: 11px !important;
    font-family: var(--bs-body-font-family);
    text-transform: capitalize;
    position: relative;
    top: -1px;
    color: #fff;
    text-shadow: none;
}
html .w2dc-map-info-window-field .w2dc-field-name {
    font-family: 'Microgramma';
    font-size: 11px !important;
    text-transform: capitalize;
    position: relative;
    top: -1px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    -webkit-font-smoothing: subpixel-antialiased;
}
html .w2dc-field-output-block-datetime .w2dc-field-name {
	font-weight: normal;
}
html .w2dc-content address {
	font-weight: bold;
}
html .w2dc-field-output-block-9, html .w2dc-field-output-block-23, html .w2dc-field-output-block-2 {
    display: none;
}
html .w2dc-map-info-window-field {
    width: 50%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

html .w2dc-content .w2dc-map-custom-controls .w2dc-btn-group > .w2dc-btn {
    --bs-bg-opacity: 0.05;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    border: 1px solid rgba(255,255,255,.3) !important;
    border-radius: 0;
}
html .w2dc-content .mapboxgl-popup-content .w2dc-map-info-window-buttons .w2dc-btn {
    width: 100%;
    text-shadow: none;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    line-height: 26px;
    border: 1px solid rgba(255,255,255,.3) !important;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
    background: linear-gradient(to bottom,rgba(255,255,255,.15) 0,transparent 100%);
}
html div.w2dc-content .w2dc-btn-primary:hover, html div.w2dc-content a.w2dc-btn-primary:hover {
	color: #FFFFFF !important;
	border: 1px solid rgba(255,255,255,1) !important;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
    background: linear-gradient(to bottom,rgba(255,255,255,.15) 0,transparent 100%);
	text-decoration: none !important;
}
html .card .card-arrow {
    z-index: -1;
}
html .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    --bs-bg-opacity: 0.05;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 6px;
}
html div.w2dc-content .w2dc-list-view-btn.w2dc-btn-primary:hover, html div.w2dc-content .w2dc-grid-view-btn.w2dc-btn-primary:hover, html div.w2dc-content .w2dc-map-btn-zoom-in.w2dc-btn-primary:hover, html div.w2dc-content .w2dc-map-btn-zoom-out.w2dc-btn-primary:hover, html div.w2dc-content .w2dc-map-btn-fullscreen.w2dc-btn-primary:hover {
    --bs-bg-opacity: 0.05;
	background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
	border: 1px solid rgba(255,255,255,1) !important;
}
html .w2dc-content p {
    text-shadow: 1px 1px 3px #000;
}

html .single-w2dc_listing .page_content_wrap {
	padding-bottom: 0;
	padding-top: 56px;
}
html .w2dc-single-listing-text-content-wrap .w2dc-fa-clock-o {
    display: none;
}
html .w2dc-single-listing-text-content-wrap .w2dc-field-output-block-datetime .w2dc-field-name {
	font-weight: bold;
    font-family: var(--bs-body-font-family);
    text-shadow: 1px 1px 3px #000;
    font-style: normal;
}
html .w2dc-single-listing-text-content-wrap .w2dc-field-output-block-datetime .w2dc-field-content {
    color: #fff;
}
html .w2dc-content .w2dc-single-listing-text-content-wrap address .extra-location {
	color: #fff;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
	width: 100%;
	max-width: 570px;
	float: left;
	margin-right: 30px;
}
html .single-w2dc_listing .w2dc-slider-wrapper .slide img {
	object-fit: cover;
	height: 388px;
}

html .w2dc-single-listing-text-content-wrap {
    margin-top: -25px;
}
html body.body_style_wide.single-w2dc_listing:not(.expand_content) [class*="content_wrap"] > .content {
	width: 100%;
}
html .single-w2dc_listing .w2dc-video-iframe {
	height: 300px !important;
	width: 33% !important;
	margin-bottom: 0;
}

html .satellite-location-group-heading-holder {
    font-size: 24px;
    border-bottom: none;
    margin: 12px 0 15px 0;
}
html #videos-tab .satellite-location-group-heading-holder {
    border-bottom: 1px solid #e9e9e9;
    margin: 30px 0 11px 0;
}
html .videos-description {
	margin-bottom: 12px;
}
html .satellite-location-group-heading-holder .w2dc-field-caption .w2dc-field-name {
    color: #fff;
    font-weight: bold;
    font-family: 'Microgramma';
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px #000;
    text-transform: uppercase;
}
html .w2dc-single-listing-text-content-wrap .w2dc-show-on-map {
    font-family: 'Microgramma';
    text-shadow: 1px 1px 3px #000;
    font-style: normal;
    color: #fff;
}

html .single-w2dc_listing .w2dc-field-output-block-3 .w2dc-field-caption {
    font-size: 24px;
    width: 100%;
    display: block;
    border-bottom: none;
    margin-bottom: 10px;
}

html .satellite-location-group-heading-holder.information {
	border-bottom: none;
	margin: 20px 0 -30px 0;
	display: inline-block;
	width: 40%;
	font-size: 24px;
}
html .single-w2dc_listing .w2dc-field-output-block {
	margin: 9px 0;
}
html .single-w2dc_listing .w2dc-field-output-block .w2dc-field-content {
    text-shadow: 1px 1px 3px #000;
    font-family: var(--bs-body-font-family);
}
html .single-w2dc_listing .w2dc-field-output-block-2 {
    margin-top: 10px;
}
html .single-w2dc_listing .w2dc-field-output-block-3 {
	width: 100%;
	margin: 16px 0 0 0;
	float: left;
}
html .single-w2dc_listing .w2dc-field-output-block-3 .w2dc-field-name {
    text-transform: uppercase;
}
html .single-w2dc_listing .tooltip {
	position: relative;
	display: inline-block;
	background: #000;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	font-size: 13px;
	width: 17px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	overflow: visible;
	font-family: 'Helvetica';
	top: -1px;
}

html .single-w2dc_listing .tooltip .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -35px;
	width: 265px;
}

html .single-w2dc_listing .tooltip.active .tooltiptext {
  visibility: visible;
}

html .single-w2dc_listing .elfsight-widget.eapps-countdown-timer::after {
  display: none;
}
html .single-w2dc_listing .sc_item_title_style_decoration.sc_item_title.sc_align_center::after {
    display: none;
}
html .single-w2dc_listing .satellite-location-countdown-title {
    padding-bottom: 0;
    position: relative;
    margin: 50px 0 -30px 0;
    text-align: center;
    color: #fff;
    font-family: 'Microgramma';
    display: inline-block;
    width: 100%;
}
html .w2dc-listing {
    margin-bottom: 0;
    padding: 0;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-family: 'Microgramma';
    /*font-size: 47px;*/
    font-size: 37px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4.7px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

html .single-w2dc_listing .w2dc-field-output-block-22 {
    overflow: visible;
}
html .eapps-countdown-timer-item-group-label {
    text-shadow: 1px 1px 3px #000;
}

html .w2dc-map-wrapper {
    margin-bottom: 0;
    max-height: 451px;
}

.flex-1 {
    flex: 1 !important;
    font-weight: 300;
    color: var(--bs-body-color);
}

.coming-soon {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 50px 0 0 0;
}

.coming-soon .coming-soon-img img {
    max-width: 100%;
}

.coming-soon .coming-soon-timer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon .is-countdown {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.coming-soon .is-countdown:after,
.coming-soon .is-countdown:before {
    content: "";
    display: table;
    clear: both
}

.coming-soon .is-countdown .countdown-row {
    display: block;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.coming-soon .is-countdown .countdown-show3 .countdown-section {
    width: 120px;
    padding: 16px;
    background: rgba(255, 255, 255, .15);
    margin: 12px;
    color: #fff;
    border-radius: 12px;
}

@media (max-width:575.98px) {
    .coming-soon .is-countdown .countdown-show3 .countdown-section {
        width: 80px;
        padding: 8px 0;
        margin: 4px;
    }
}

.coming-soon .is-countdown .countdown-amount {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    font-family: var(--bs-body-font-family);
}

@media (max-width:575.98px) {
    .coming-soon .is-countdown .countdown-amount {
        font-size: 28px;
    }
}

.coming-soon .is-countdown .countdown-period {
    font-size: 16.1px;
    color: rgba(255, 255, 255, .75);
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.75px;
    font-family: var(--bs-body-font-family);
}

@media (max-width:575.98px) {
    .coming-soon .is-countdown .countdown-period {
        font-size: 12.6px;
    }
}



@media only screen and (max-width: 1280px) {
html .content_wrap {
    width: 95%;
}
html .satellite-location-group-heading-holder.information {
    width: 35%;
}
html .site__content.col-md-8 {
    width: 100%;
    padding: 0 75px;
}
}
@media only screen and (max-width: 1150px) {

}
@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 1024px) {
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 75px;
}
html .w2dc-single-listing-text-content-wrap {
    padding-left: 10px;
}
html .satellite-location-group-heading-holder:not(.information) {
    padding-left: 10px;
}
html .single-w2dc_listing .w2dc-slider-wrapper .slide img {
    height: auto;
}
html .satellite-location-group-heading-holder.information {
    width: 100%;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 72%;
}
.mapboxgl-ctrl-attrib.mapboxgl-compact {
    display: none;
}
}
@media only screen and (max-width: 979px) {
html .single-w2dc_listing .w2dc-video-iframe {
    height: 250px !important;
    width: 33% !important;
    margin-bottom: 0;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 300px;
}
html .card.epoch-labz-map-info-window {
    width: 100%;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-right: 0;
    height: auto;
}
html .single-w2dc_listing .w2dc-slider-wrapper .slide img {
    height: 408px;
}
html .satellite-location-flag {
    height: 40px;
    width: 60px;
    background-size: 60px;
    margin-right: 10px;
}
html .w2dc-map-info-window-field.address {
    top: 58%;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 300px;
}
html .w2dc-map-info-window .map-infowindow-tongue {
    left: 47% !important;
}
html .mapboxgl-popup-tip {
    opacity: 0;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 91px;
}
html .w2dc-single-listing-text-content-wrap {
    padding-left: 10px;
}
html .satellite-location-group-heading-holder:not(.information) {
    padding-left: 10px;
}
html .w2dc-map-info-window-field.address {
    top: 70%;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 27px;
}
}
@media only screen and (max-width: 850px) {
html .content_wrap {
    width: 100%;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-right: 0;
}
html .w2dc-single-listing-text-content-wrap {
    padding-left: 10px;
}
html .satellite-location-group-heading-holder:not(.information) {
    padding-left: 10px;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 91px;
}
html .single-w2dc_listing .w2dc-video-iframe {
    height: 200px !important;
    width: 33% !important;
    margin-bottom: 0;
}
html .w2dc-map-info-window-field.address {
    top: 70%;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 27px;
}
}
@media only screen and (max-width: 800px) {
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 88px;
}
html .single-w2dc_listing .w2dc-video-iframe {
    height: 100% !important;
    width: 33% !important;
    margin-bottom: 0;
}
html .w2dc-map-info-window-field.address {
    top: 70%;
}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (min-width: 760px) and (max-width: 780px) {
 
}
@media only screen and (max-width: 767px) {
html .single-w2dc_listing .w2dc-slider-wrapper .slide img {
    height: auto;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 350px;
}
html .site__content.col-md-8 {
    width: 100%;
    padding: 0 40px;
}
.coming-soon .is-countdown .countdown-show3 .countdown-section {
    width: 100%;
}
.coming-soon .is-countdown .countdown-amount {
    font-size: 73px;
}
html .w2dc-single-listing-text-content-wrap {
    padding-left: 10px;
}
html .satellite-location-group-heading-holder:not(.information) {
    padding-left: 10px;
}
html .satellite-location-group-heading-holder.information {
    width: 100%;
}
html .single-w2dc_listing .w2dc-video-iframe {
    height: 400px !important;
    width: 100% !important;
    margin-bottom: 25px;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 84px;
}
html .satellite-location-flag {
    height: 30px;
    width: 40px;
    background-size: 40px;
    margin-right: 10px;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 30px;
}
html .eapps-countdown-timer-align-center .eapps-countdown-timer-item {
    justify-content: center;
    flex-wrap: wrap;
}
html .eapps-countdown-timer .eapps-countdown-timer-item-group {
    flex: 0 0 30%;
}
html .eapps-countdown-timer .eapps-countdown-timer-item-value {
    font-size: 60px !important;
    line-height: 66px !important;
    padding: 18px 28px;
}
html .eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-group-inner > div {
    margin: 0 10px 0;
}
html .eapps-countdown-timer-item-group-label {
    margin-top: 4px;
    margin-bottom: 25px;
}
html .single-w2dc_listing .tooltip .tooltiptext {
    top: -35px;
    width: 265px;
    right: -50px;
}
html .single-w2dc_listing .satellite-location-countdown-title {
    margin: 0 0 -40px 0;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 350px;
}
html .w2dc-content .mapboxgl-popup-content img {
    width: 100%;
    height: auto;
    min-height: 210px;
}
html .w2dc-map-info-window-field.address {
    top: 73%;
}
html .coming-soon .is-countdown .countdown-row {
    flex-direction: column;
}
}
@media only screen and (max-width: 700px) {
html .eapps-countdown-timer .eapps-countdown-timer-item-group {
    flex: 0 0 100%;
}
}
@media only screen and (max-width: 600px) {
html .eapps-countdown-timer .eapps-countdown-timer-item-group {
    flex: 0 0 30%;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 24px;
}
html .w2dc-map-info-window-field.address {
    top: 72%;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 53px;
}
}
@media only screen and (max-width: 570px) {

}
@media only screen and (max-width: 540px) {
html .single-w2dc_listing .w2dc-video-iframe {
    height: 300px !important;
    width: 100% !important;
    margin-bottom: 25px;
}
html .w2dc-content .mapboxgl-popup-content img {
    width: 100%;
    height: 150px;
    min-height: 0;
}
html .w2dc-map-info-window-field.address {
    top: 63%;
}
html .mapboxgl-popup {
    width: 60%;
}
.coming-soon .is-countdown .countdown-show3 .countdown-section {
    padding: 8px 8px;
}
}
@media only screen and (max-width: 500px) {
html .w2dc-content .mapboxgl-popup-content img {
    width: 100%;
    height: 180px;
    min-height: 0;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 300px;
}
html .mapboxgl-popup {
    width: auto;
}
html .w2dc-map-info-window-field.address {
    top: 68%;
}
.coming-soon .is-countdown .countdown-amount {
    font-size: 60px;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 18px;
}
html .site-content .container {
    padding: 0;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 300px;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 91px;
}
}
@media only screen and (max-width: 479px) {
html .satellite-location-flag {
    height: 30px;
    width: 40px;
    background-size: 40px;
    margin-right: 10px;
}
html .eapps-countdown-timer .eapps-countdown-timer-item-group {
    flex: 0 0 100%;
}
.coming-soon .is-countdown .countdown-amount {
    font-size: 39px;
}
}
@media only screen and (max-width: 430px) {
html .w2dc-content .mapboxgl-popup-content img {
    width: 100%;
    min-height: 0;
    height: auto;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 100%;
}
html .w2dc-map-info-window-content {
    text-align: left;
    overflow: auto;
    overflow-x: hidden;
    height: 100px;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 25px;
}
html .w2dc-map-info-window {
    text-align: center;
}
html .mapboxgl-popup-tip {
    opacity: 0;
}
html .mapboxgl-popup {
    top: 0;
    left: 0;
    width: 75%;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 100%;
}
html .w2dc-map-info-window-field {
    width: 100%;
    float: none;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 56%;
}
html .w2dc-map-info-window .map-infowindow-tongue {
    left: 46.5% !important;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 91px;
}
}
@media only screen and (max-width: 400px) {
.coming-soon {
    margin: 65px 0 0 0;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 16px;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 54%;
}
}
@media only screen and (max-width: 385px) {
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 24px;
}
}
@media only screen and (max-width: 376px) {
html .w2dc-map-info-window-field.address {
    white-space: normal;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 52%;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 20px;
}
}
@media only screen and (max-width: 360px) {
html .single-w2dc_listing .w2dc-field-output-block-3 {
    margin: 10px 0 0 0;
}
html .single-w2dc_listing .w2dc-listing-logo-wrap {
    margin-top: 21px;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 24px;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 50%;
}
}
@media only screen and (max-width: 320px) {
html .w2dc-map-info-window .map-infowindow-tongue {
    left: 46% !important;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    width: 90%;
    white-space: normal;
}
}
@media only screen and (max-width: 280px) {
html .w2dc-content address {
    font-size: 11px;
}
html .w2dc-field-output-block {
    font-size: 11px;
}
html .postid-23007 .sc_layouts_title_caption {
    font-size: 20px;
}
html .satellite-location-flag {
    height: 20px;
    width: 30px;
    background-size: 30px;
    margin-right: 7px;
    top: 7px;
}
html .single-w2dc_listing .page_content_wrap {
    padding-bottom: 0;
    padding-top: 35px;
}
html .content_wrap {
    max-width: 100%;
    margin: 0 auto;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 28px;
}
html .eapps-countdown-timer .eapps-countdown-timer-item-value {
    font-size: 45px !important;
    line-height: 45px !important;
}
html .eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-group-inner > div {
    margin: 0 4px 0;
}
html .single-w2dc_listing .tooltip .tooltiptext {
    top: -55px;
    width: 210px;
    right: -36px;
}
html .w2dc-map-info-window .map-infowindow-tongue {
    left: 44% !important;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
html .w2dc-map-info-window-field.address .map-event-flag {
    top: 2px;
    background-size: 20px;
    margin-right: 6px;
    display: inline-block;
    float: none;
}
html .single-w2dc_listing .w2dc-slider-wrapper .slide img {
    height: 150px;
    min-height: 0;
}
html .satellite-location-group-heading-holder .w2dc-field-caption .w2dc-field-name {
    font-size: 18px;
}
html .w2dc-field-output-block-3 .w2dc-field-name {
    font-size: 18px;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 18px;
}
html .mapboxgl-popup {
    top: 0;
    left: 0;
    width: 95%;
}
html .w2dc-map-info-window-field.address span {
    font-size: 10px !important;
    display: inline-block;
    float: none;
    font-family: var(--bs-body-font-family);
}
}
@media only screen and (max-width: 240px) {
html .single-w2dc_listing .w2dc-slider-wrapper .slide img {
    height: 150px;
    min-height: 0;
}
html .w2dc-map-info-window-field.address span {
    font-size: 10px !important;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 42%;
}
html .satellite-location-group-heading-holder .w2dc-field-caption .w2dc-field-name {
    font-size: 18px;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 18px;
}
html .w2dc-field-output-block-3 .w2dc-field-name {
    font-size: 18px;
}
}
@media (max-width: 1199px) and (min-width: 992px) {

}
@media only screen and (min-device-width: 1400px) {

}
@media only screen and (min-device-width: 2500px) {

}
@media only screen and (min-device-width: 1900px) and (max-device-width: 2000px) {

}
@media only screen and (min-device-width: 1600px) and (max-device-width: 1700px) {

}
@media only screen and (max-device-width: 1600px) and (max-device-height: 950px) and (orientation: landscape) {

}
@media only screen and (max-device-width: 1586px) and (min-device-width: 1586px) and (max-device-height: 864px) and (min-device-height: 864px) {

}
@media only screen and (min-device-width: 1400px) and (max-device-width: 1500px) {

}
@media only screen and (min-device-width: 1300px) and (max-device-width: 1400px) {

}
@media only screen and (min-device-width: 1400px) and (max-device-width: 1480px) and (max-device-height: 950px) and (orientation: landscape) {

}
@media only screen and (max-device-width: 1280px) and (max-device-height: 950px) and (orientation: landscape) {

}
@media only screen and (max-device-width: 1280px) and (max-device-height: 850px) and (orientation: landscape) {

}
@media only screen and (max-device-height: 500px) {

}
@media only screen and (min-device-width: 1020px) and (max-device-width: 1040px) and (max-device-height: 1800px) and (orientation: portrait) {
html .w2dc-content .mapboxgl-popup-content img {
    width: 100%;
    height: 191px;
    min-height: 0;
}
html .card.epoch-labz-map-info-window {
    width: 100%;
}
html .w2dc-content .mapboxgl-popup-content {
    width: 100%;
    max-width: 300px;
}
html .w2dc-map-info-window .map-infowindow-tongue {
    left: 47% !important;
}
html .mapboxgl-popup-tip {
    opacity: 0;
}
html .w2dc-map-info-window-field.address {
    left: 50%;
    top: 69%;
}
}
@media only screen and (max-device-width: 1100px) and (max-device-height: 2000px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 1050px) and (max-device-height: 1400px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 1050px) and (min-device-height: 1200px) and (max-device-height: 1400px) and (orientation: portrait) {

}
@media only screen and (min-device-width: 1280px) and (max-device-height: 1100px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 1110px) and (max-device-width: 1130px) and (max-height: 750px) and (orientation: landscape) {

}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1800px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 900px) and (max-device-height: 500px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 950px) and (max-device-width: 990px) and (max-device-height: 650px) and (orientation: landscape) {

}
@media only screen and (max-device-width: 870px) and (max-device-height: 415px) and (orientation: landscape) {

}
@media only screen and (max-device-width: 850px) and (max-device-height: 1300px) and (orientation: portrait) {

}
@media only screen and (min-device-width: 840px) and (max-device-width: 870px) and (max-device-height: 490px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 810px) and (max-device-width: 840px) and (max-device-height: 430px) and (orientation: landscape) {

}
@media only screen and (max-device-width: 750px) and (max-device-height: 1300px) and (orientation: portrait) {

}
@media only screen and (min-device-width: 750px) and (max-device-width: 800px) and (max-device-height: 1024px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 760px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 710px) and (max-device-width: 730px) and (max-device-height: 1120px) and (orientation: portrait) {

}
@media only screen and (min-device-width: 710px) and (max-device-width: 730px) and (max-device-height: 550px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 720px) and (max-device-width: 750px) and (max-device-height: 430px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 660px) and (max-device-width: 680px) and (max-device-height: 390px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 640px) and (max-device-width: 660px) and (max-device-height: 290px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 630px) and (max-device-width: 650px) and (max-device-height: 390px) and (orientation: landscape) {
html .eapps-countdown-timer .eapps-countdown-timer-item-group {
    flex: 0 0 30%;
}
html .single-w2dc_listing .satellite-location-countdown-title > span {
    font-size: 25px;
}
html .w2dc-map-info-window-field.address {
    top: 73%;
}
}
@media only screen and (min-device-width: 540px) and (max-device-width: 570px) and (max-device-height: 330px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 520px) and (max-device-width: 540px) and (max-device-height: 330px) and (orientation: landscape) {

}
@media only screen and (min-device-width: 510px) and (max-device-width: 530px) and (max-device-height: 730px) and (orientation: portrait) {

}
@media only screen and (min-device-width: 460px) and (max-device-width: 490px) and (max-device-height: 330px) and (orientation: landscape) {

}
@media only screen and (max-device-width: 600px) and (max-device-height: 1024px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 600px) and (max-device-height: 850px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 480px) and (max-device-height: 854px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 450px) and (max-device-height: 854px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 430px) and (max-device-height: 900px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 415px) and (max-device-height: 870px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 400px) and (max-device-height: 800px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 430px) and (max-device-height: 750px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 400px) and (max-device-height: 700px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 400px) and (max-device-height: 640px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 384px) and (max-device-height: 640px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 375px) and (max-device-height: 700px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 360px) and (max-device-height: 750px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 360px) and (max-device-height: 670px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 320px) and (max-device-height: 550px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 320px) and (max-device-height: 500px) and (orientation: portrait) {

}
@media only screen and (max-device-width: 240px) and (max-device-height: 400px) and (orientation: portrait) {

}
@media only screen and (max-device-height: 400px) {

}