/*
Terrain360
Version: 3.4
Author: Ryan Abrahamsen
*/

/* CSS Document */
@font-face {
font-family: 'Colfax Regular';
font-style: normal;
font-weight: 300;
src: url('/css/fonts/Colfax-Regular.woff')  format('woff'); /* Add format for clarity */
}       



@font-face {
font-family: 'Colfax Medium';
font-style: normal;
font-weight: normal;
src:  url('/css/fonts/Colfax-Medium.woff') format('woff');
}

html {
    -webkit-text-size-adjust: none
}

body {
    font-family: 'Colfax Medium';
    font-weight: 400;
	background-image: url('https://d3kfjvhh435dey.cloudfront.net/_laravel/images/uploads/2023/12/pattern.png');
    background-repeat: no-repeat;
	background-size: 80%;
    background-attachment: fixed;
    background-position: right;

    background-color: #000000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

font-family: 'Colfax Regular';
font-style: normal;
line-height: normal;


}


.loading-indicator {
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #333;
  animation: spin 1s infinite linear;
  margin-right: 10px;
}

.loading-text {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.side-panel.open {
    height: 100vh; /* 100% of the viewport height */
}

.astro {color: #ffffff; font-size: 50px;}
.astro a:hover {color: #C3C3C3;}


#footer a {color: #ffffff; text-decoration: none; }
#footer a:hover {text-decoration: underline; }
#search-results-n .container{overflow-y: scroll;}
#new-search-results { z-index: 200;}
.aa-dataset-1 {}
p {font-size: 16px;}
.header_badge {position: absolute; bottom:100px; z-index: 12; left: 20px; }
.featured-badge {
	 border: 2px solid red;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #007bff; /* Blue color, you can change it */
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 10;
}


.about_images_block img {position: relative;
    object-fit: cover;
    width: 100%;
    height: 550px; border-radius: 10px;}

.about_images_block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent, #000000);
    opacity: .7;
}
.home_layout .ratio video {border-radius: 10px;}

.nav_insoide a {color: #ffffff;}
#results_parent {position: relative;}
.navbar {position: absolute; z-index: 1000; top: 30px; width: 100%; color: #ffffff;}
.nav-item {}
.nav-link {color: #ffffff!important;}
.nav-link:hover {text-decoration: underline; text-underline-offset: 6px;}
.nav-link.active {color: #ffffff; text-decoration: underline; text-underline-offset: 6px;}
.navbar .header-logo {width: 180px;}
.background-set {background-color: #161616;}
.background-set h4 {font-family: 'Colfax Medium';
font-size: 26px;
	color: #ffffff;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 169.231% */
text-transform: uppercase;}
.background-set p{ color: #ffffff;}

.background-set .carousel-item img {border-radius: 10px;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 400px;}
.trail_fade {
    transition: opacity 1s ease-in-out;
    opacity: 0;
    display: none; /* Keep this to ensure elements are not just invisible but removed from the flow */
}
.dropdown-item:active {background-color:#6A6A6A;}
.trail_fade.show {
    opacity: 1;
    display: block; /* Make it visible */
}
.contact .card .card-text a {color: #ffffff; text-decoration: none; }
.contact p {color: #ffffff;}
.contact .card .card-text a:hover {text-decoration: underline; text-underline-offset: 6px;}
.contact h2{color: #ffffff; font-family: 'Colfax Medium'; font-size: 30px; text-transform: uppercase;}
.contact h3{color: #FD7763;
    font-family: 'Colfax Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;}
.contact h4 {line-height:14px;}
.contact ul{color: #ffffff;list-style-type:none; margin-left:0px; padding-left:0px;} 
.contact li {padding-bottom:10px;}

.overlay-text h1 { font-family: 'Colfax Medium'; font-size: 40px; text-transform: uppercase;}
.overlay-text h4 {font-size: 20px;font-family: 'Colfax Regular'; line-height: 30px;}
.badge {font-family: 'Colfax Regular';}
p {
   font-family: 'Colfax Regular';
    font-weight: 300;
}
span.bold {
    font-weight: bold;
}
body.nav-open{
    overflow: hidden;
}

.homecontent {
    width: 100%
}
.homecontent .row {
    margin-left: 0px;
    margin-right: 0px;
}

#master_map {
    width: 100%;
    height: 700px;
    position: relative;
}


.search_results {
    font-size: 18px;
    padding-bottom: 3px;
}
.generalback {
    background-color: #FFF;
}


.all-trails-holder {

    position: relative;
   margin:3px;
}

.all-trails-holder img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.all-trails-holder h4 {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-left: 5px;
    margin-bottom: 0px;
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    text-shadow: 1px 1px 1px rgb(0 0 0 / 90%), 0 0 1px rgb(0 0 0 / 90%);
    -webkit-font-smoothing: antialiased;
    text-align: left;
    text-shadow: rgb(0 0 0 / 90%) 1px 1px 1px, rgb(0 0 0 / 90%) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 14px;
}

/*/// new loader /////*/
.alert_box h2{color: #000000;
}
.alert_box p{color: #000000;
}

#loading-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#loading-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation:  loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
#loading-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
#loading-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
#loading-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*//// search bar styles /*/
.search-bar input::placeholder {
 font-family: 'Colfax Regular';
font-style: normal;
font-weight: normal;font-size: 12px;
  opacity: 0.5;
  color: #000000;
}

.search-text-under {font-size: 10px;font-family: 'Colfax Regular'; text-align: left; }

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
    width: 100%;
   
}
.algolia-autocomplete .aa-hint {
    color: #999;
}
.algolia-autocomplete .aa-dropdown-menu {
    width: 100%;
    background-color: #000000;
    border: 1px solid #999;
    border-top: none;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    cursor: pointer;
 
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #B2D7FF;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  
  
}
.aa-suggestion strong {color: #000000;}
.aa-suggestion a {color: #000000; font-size: 12px;}


/*//////. HOME PAGE STYLES /*/

.carousel-caption {
    position: absolute;
    top: 42%;
    transform: translate(0%, -30%);
    padding-top: 100px;
	z-index:4;
}
.hero .ratio::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #333333);
    opacity: .7;
}
.hero h3 {font-family: 'Colfax Medium'; text-transform: uppercase; color: #FD7763;}
.hero .her_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #333333);
    opacity: .6;
}
.color_change {
    height: 250px;
    background: linear-gradient(to bottom, transparent, #000000);
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
}

.options-panel {
    position: absolute;
    left: 0;
    margin-top: 0px;
    z-index: 122;
    width: 55px;
    height: 100%;
    padding: 4px;
    -webkit-font-smoothing: antialiased;
    background: rgba(0, 0, 0);
    color: #FFFFFF;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, .3);
    /* border: 1px solid white; */
    transition: all 0.5s ease-in-out;
}
.options_buttons {padding-top:50px;}
.options-panel a {color: #ffffff; font-size: 20px;}
.options-panel a:hover{color: #D1D9F7;  transition: all 0.2s ease-in-out;}


.home_layout h2 {color: #FFF;
text-align: center;
font-family: 'Colfax Medium';
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 53px; /* 132.5% */
text-transform: uppercase;}
.home_layout h3 {
color: #FD7763;
font-family: 'Colfax Medium';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;}
.home_layout p {color: #FFF;
text-align: center;
font-family: 'Colfax Regular';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 200% */}

/* 200%  note this is the sitewide p tag*/


.grid_holder {position: relative; margin: .4rem;}
.grid_content {
position: absolute;
bottom: 10px;
left: 15px;
width: 90%;
z-index: 200;
color: #FFF;

font-family: 'Colfax Medium';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

.grid_holder::after {
   content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(180deg, transparent, #000000); border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;
opacity: .7;

}

.static-map {position: absolute; top:10px; right:10px; z-index: 100;}
.static-map img {width: 110px; border-radius:55px; border:2px solid #ffffff;}

.grid_content h4 {font-family: 'Colfax Regular';
font-size: 14px;
font-style: normal;
font-weight: 500;}
.grid_content h4 strong {font-family: 'Colfax Medium'; font-weight: 700;}
.grid_content h5 {color: #ffffff; font-size: 12px; font-family: 'Colfax Regular'; padding-top:5px;}
.grid_img {
	border-radius: 10px;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 240px;
}
.grid_content a {color: #ffffff;font-family: 'Colfax Medium'; font-size: 14px; text-decoration: none; }
.grid_content a:hover {color: #ffffff;  text-underline-offset: 4px; text-decoration: underline; }

#search-terms::placeholder {
    font-size: 14px;
    color: #999; 
	font-family: 'Colfax Regular';
}
.obs_grid_holder {position: relative;}
.obs_grid_holder a {color: #ffffff; text-decoration: none; }
.obs_grid_holder a:hover {color: #ffffff; text-decoration: underline; }
.obs_grid_content {
z-index: 200;
color: #FFF;

font-family: 'Colfax Medium';

font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;}

.inat_title {font-size: 16px;}
.obs_grid_content h4 {font-family: 'Colfax Medium';
 font-style: italic;	
font-size: 13px;

font-weight: 500;}
.obs_grid_content span {font-family: 'Colfax Regular';
font-size: 12px;
font-style: normal;
font-weight: 500;}
.obs_grid_content h4 strong {font-family: 'Colfax Medium'; font-weight: 700;}
.obs_grid_content h5 {color: #ffffff; font-size: 12px; font-family: 'Colfax Regular'; padding-top:5px;}
.obs_grid_img {
	border-radius: 50%;
  	object-fit: cover;
    width: 60px;
    height: 60px;
}
.obs_modal p{padding:0px; margin:0px; font-size: 14px;}
.obs_modal h4 {font-style: italic;padding:0px; margin:0px; font-size: 16px;}
.obs_grid_content a {color: #ffffff;font-family: 'Colfax Medium'; font-size: 14px; text-decoration: none; }
.obs_grid_content a:hover {color: #ffffff;  text-underline-offset: 4px; text-decoration: underline; }
.obs_distance {font-family: 'Colfax Regular';
font-size: 12px;
font-style: normal;
font-weight: 500;}


img.alignright {
    float: right;
    margin: 10px 0 1em 1em
}
img.alignleft {
    float: left;
    margin: 10px 1em 1em 0
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}
a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
a img {
    border: none;
}
.trail_preview {
    position: relative;
    margin-bottom: 5px;
}
.trail_preview a {
    color: #FFF;
}
.bodycontent {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
.traillist {
    margin-left: 25px;
    margin-right: 25px;
}
/* ///////     Basic Page ///////* */
.basic_top {
    height: 50px;
    width: 100%;
    position: relative;
    background-color: #428bca;
}
.basic_top h1 {
    color: #ffffff;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.basic_top_overlay {
    position: absolute;
    top: 10px;
}
.basic_top_overlay h1 {
    text-shadow: 2px 2px 2px #333;
    width: 100%;
    font-size: 34px;
    color: #FFFFFF;
}
.basic_top_overlay h2 {
    text-shadow: 2px 2px 2px #333;
    width: 100%;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: -5px;
    margin-left: 10px;
}
.basic_content_left {
    width: 70%;
    float: left;
    border-right: 1px solid #dddddd;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    max-height: 100%;
}
.basic_content_right {
    width: 30%;
    float: left;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
}
.form_site span {color: #DC0004; font-size: 15px;}
/*///////All trails page ////*/
.all_trails_page
{   margin-top:50px;
    width: 100%;
    position: relative;
    background-color: #171717;}
.all_trails_page .home_img {position: absolute; top: -42px; right: 5px;}
.all_search_box {padding-top:0px;}

	.all_search_box h1 {font-size: 30px;font-family: 'Colfax Regular';
    font-weight: 300;  color: #ffffff;}
.name {
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    text-shadow: 2px 2px 2px #333;
    color: #FFFFFF;
    position: absolute;
    z-index: 30;
}
.name h3 {
    margin: 0px;
}

/*///// TRAIL PAGE STYLES /////*/

.headeredit {
    position: relative;
    z-index: 100;
    left: 50px;
    background-color: #FFF;
    width: 200px;
    top: 10px;
}
.trail_page_container {
    position: absolute;
    width: 100%;
    top: 0px;
}
.titleinfo {
    position: absolute;
    margin-top: 10px;
    left: 20px;
    z-index: 100;
    color: #FFF;
    text-shadow: 2px 2px 2px #333;
}
.shareembed {
    position: absolute;
    margin-top: 10px;
    right: 20px;
    z-index: 100;
    color: #FFF;
    text-shadow: 2px 2px 2px #333;
    font-size: 30px;
}
.titleinfo h1 {
    margin: 0px;
    padding: 0px;
}
/*////   FOOTER  //////*/
#footer {
    background-image: url(https://d3kfjvhh435dey.cloudfront.net/_laravel/images/uploads/2023/12/ftbk.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: 40%; /* This will control the width of the background image */
    width: 100%;
    background-color: #0E0E0E;
    color: #ffffff;
}
.footer-logo {width: 200px;}
#footer p {font-size: 14px;}
#footer h3, h4 {font-family: 'Colfax Medium';}
#footer h4 {font-size: 18px; text-transform: uppercase;}
.modal-header{
    -webkit-user-select: none;  /* Safari */
    -ms-user-select: none;      /* Internet Explorer/Edge */
    user-select: none;          /* Non-prefixed version, currently supported by Chrome, Opera, and Firefox */
}
.modal-body.obs_modal {
    -webkit-user-select: none;  /* Safari */
    -ms-user-select: none;      /* Internet Explorer/Edge */
    user-select: none;          /* Non-prefixed version, currently supported by Chrome, Opera, and Firefox */
}
.ada-icons {color: #ffffff; font-size: 30px;}

#footer .mob_footer_1 {
    color: #FFFFFF;
    font-size: 10px;
    padding-left: 5px;
    line-height: 1.2;
}
#footer .mob_footer_1 a {
    color: #FFFFFF;
    font-size: 12px;
}
.home_layout ul {margin-left:0px; padding-left:0px;}
.home_layout ul li {color: #ffffff;}

.home-search-suprise a {color: #ffffff; text-decoration: none; }
.home-search-suprise a:hover {color: #ffffff; text-decoration: underline;text-underline-offset: 3px; }
.trail-info-bar #screen-capture-btn:hover { text-decoration: underline;text-underline-offset: 3px;}
.trail-info-bar #convert-screen-measurements:hover { text-decoration: underline;text-underline-offset: 3px;}
.trail-info-bar {
	position: absolute;
    left: 0px;
	padding-left:65px;
	padding-right:10px;
	bottom:0;
	font-size: 14px;
	right:0;
	font-family: 'Colfax Regular';
	margin-bottom:0px;
    z-index: 109;
    width: 100%;
    height: 35px;
    padding-top: 7px;
	-webkit-font-smoothing: antialiased;
    background: rgba(0, 0, 0, .8);
    color: #FFFFFF;
	transition: all 0.5s ease-in-out;}

.trail-info-bar .info-left {float: left; width: 50%; line-height: 1.5;}
.trail-info-bar .info-right{float: right; width: 50%; line-height: 1.5;}
.trail-info-bar a {color: #ffffff;}
.trail-info-bar a:hover {text-decoration: underline;}

.trail-info-bar .info-left a:hover{text-decoration: underline;}


.map_img img {
    height: 160px;
}
.simpleTooltip {
    position: absolute;
    background-color: #fff;
    border: 2px solid #428bca;
    padding: 5px;
    color: #333;
    z-index: 22;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.simpleTooltip .arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #428bca;
    left: 50%;
    top: 100%;
    margin-left: -5px;
    margin-top: 2px;
    position: absolute;
}
.simpleTooltip .arrow-left {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #428bca;
    left: 0%;
    top: 50%;
    margin-left: -8px;
    margin-top: -5px;
    position: absolute;
}
.d404 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.d404 h2 {
    font-size: 38px;
    text-align: center;
}
.d404 p {
    font-size: 16px;
    text-align: center;
}
/*//////////////   Dropdown sub nav /////////////*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#new-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    z-index: 1040;
    height: 30px;
}
#new-nav i {
    font-size: 24px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6), 0 0 30px rgba(0, 0, 0, .1);
    -webkit-font-smoothing: antialiased;
}
#new-nav .row {
    margin-left: 5px;
}
#new-nav .btn-primary {
    color: #fff;
    background: none;
    border: none;
}
#new-nav .alignleft {
    height: 30px;
}
.admin-bar #new-nav {
    top: 32px;
}
#new-nav .btn-lg {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 5px;
    padding-top: 5px;
}
#new-nav .btn {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 5px;
}
#new-nav .btn:focus {
    outline: none;
}
#new-nav input {
    
    float: right;
   font-family: 'Colfax Regular';
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
}
#new-nav ::-webkit-input-placeholder {
    color: #E0E0E0;
}
#new-nav :-moz-placeholder {
    /* Firefox 18- */
    color: #E0E0E0;
}
#new-nav ::-moz-placeholder {
    /* Firefox 19+ */
    color: #E0E0E0;
}
#new-nav :-ms-input-placeholder {
    color: #E0E0E0;
}
.nav_header {
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
}
.nav_header a {
    text-decoration: none;
}
.nav_header a .home-link {
    font-size: 1em;
    color: white; margin-top:3px;
}
#nav-modal .main-links .btn-m-first {
    background: #337ab7;
    background: linear-gradient(to top right, #d9534f, #337ab7);
}
#nav-modal .main-links .btn-m-second {
    background: #d9534f;
    background: linear-gradient(to top left, #d9534f, #337ab7);
}
#nav-modal .modal-dialog {
    width: auto;
    margin: 30px;
}
#nav-modal .modal-body h3 {
    text-align: center;
}
#nav-modal .modal-body .thumb-holder a {
  white-space: normal;
}
.nav_footer {
    display: none;
}
/* NEW Search CSS */
#search-results {
    position: absolute;
    top: 50px;
    z-index: 400;
    width: 75%;
    left: 12.5%;
    right: 12.5%;
    background: #FFFFFF;
}
.aa-dataset-0 {
    max-height: 660px;
    overflow-y: scroll;
}
.aa-dropdown-menu {
    width: 100%;
    background-color: white;
    padding: 10px;
}
.aa-empty {
    margin-left: 10px;
}
.searchh1 {
    background-color: #428bca;
}
.searchh1 h1 {
    color: #FFFFFF;
    padding: 5px 5px 5px 10px;
    margin: 0;
}
.searchh1 span {
    color: white;
    font-size: 1.2em;
}
.searchh1 .algolia-logo-holder {
 
    float: right;
}
.searchh1 .algolia-logo-holder img {
    height: 30px;
    display: inline-block;
}
.modal-main-menu .modal-body {
    padding-top: 5px;
    padding: 20px;
}
.modal-main-menu .modal-header img {
    height: 30px;
}
.modal-main-menu .modal-header .close {
    opacity: 1;
}
.modal-main-menu .modal-header i.fa {
    color: #ffffff;
    padding-top: 4px;
}
.modal-main-menu .mmm-d1 {
    padding-right: 5px;
}
#new-nav .alignright {
    position: absolute;
    top: 5px;
    right: 5px;
}
#fMaps-h {color: #ffffff; font-size: 22px; -webkit-font-smoothing: antialiased;}
#fTrails-h {color: #ffffff; font-size: 22px; -webkit-font-smoothing: antialiased;}
#rMaps-h {color: #ffffff; font-size: 22px; -webkit-font-smoothing: antialiased;}
#rTrails-h {color: #ffffff; font-size: 22px; -webkit-font-smoothing: antialiased;}
.searchh1 h3{color: #ffffff; font-size: 22px; -webkit-font-smoothing: antialiased;}
/* Thumbs general design cross-site */
.thumbs {
    position: relative;
    background-color: #428bca;
}
.form_site input { font-family: 'Colfax Regular';}
.form_site textarea { font-family: 'Colfax Regular';}
/* btn styles /*/
.btn-blue-round {background-color: #3073AC; color: #ffffff; border:1px solid #3073AC; border-radius: 20px;font-family: 'Colfax Regular'; font-size: 14px; text-transform: uppercase; padding-top:.5em; padding-bottom: .4em;}
.btn-blue-round:hover {background-color: #ffffff; color: #3073AC; border:1px solid #3073AC; }

.btn-hom-peach {background-color: #fd7763; border-color: #fd7763;border-radius: 20px;font-family: 'Colfax Regular';text-transform: uppercase; color: #ffffff; font-size:14px;border: 1px solid  #fd7763; padding-top:.5em; padding-bottom: .4em; transition: all 0.5s ease;}
.btn-hom-peach:hover {color: #000000;  background-color: #ffffff; border: 1px solid  #fd7763;}

.btn-hom-peach-small {background-color: #fd7763; border-color: #fd7763;border-radius: 15px;font-family: 'Colfax Regular';text-transform: uppercase; color: #ffffff; font-size:12px;border: 1px solid  #fd7763; padding-top:.5em; padding-bottom: .4em; transition: all 0.5s ease;}
.btn-hom-peach-small:hover {color: #000000;  background-color: #ffffff; border: 1px solid  #fd7763;}

.trail-featured-btn {position: absolute; z-index: 300; bottom: 20px; left:20px; }
.trail-featured-btn h4 {color: #FFF;
    font-family: 'Colfax Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;}
.trail-featured-btn h5 {color: #FFF;
    font-family: 'Colfax Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

.home_layout .ratio::after {content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent, #000000);

    opacity: .7;
}
.i5x {
    width: 20%;
    margin-top: 50px;
    display: flex;          /* Enable flexbox */
    justify-content: center; /* Horizontally center content */
    align-items: center;    /* Vertically center content */
    height: 100px;          /* Set a height for the div */
}
#tcontainer {padding-right:15px; padding-left:15px;}
.thumb-holder {
    
    float: left;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    border-width: 1px;
    border-color: white;
    border-style: solid;
	    width: 12.5%;
    height: 80px;
    overflow: hidden;
}
.thumb-holder h4 {
    color: #FFFFFF;
	    font-family: 'Colfax Regular';
    position: absolute;
	bottom:0px;
	padding-bottom:5px;
    padding-top:16px;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:0px;
    text-align: left;
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6)); 
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 12px;
}
.thumb-holder h4 em {
    background-color: #CFEAFA;
    font-style: normal;
}
.thumb-holder span {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: white;
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;
}
.thumb-holder img {
    width: 100%;
    height: 130px;
	    margin-top: -35px;
}
.thumb-holder span {position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;}

.thumb_container {padding-left:15px; padding-right:15px;}
.thumb-holder-2 {
    
/*/ float: left;/*/
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2), -2px 5px 10px rgba(0, 0, 0, 0.2);
}
.thumb-holder-2 h4 {
    color: #FFFFFF;
    position: absolute;
	bottom:0px;
	padding-bottom:5px;
    padding-top:16px;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:0px;
    text-align: left;
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6)); 
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 14px;
}
.thumb-holder-2 h4 em {
    background-color: #CFEAFA;
    font-style: normal;
}
.thumb-holder-2 span {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: white;
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;
}
.thumb-holder-2 img {
   object-fit: cover;
    width: 100%;
    height: 220px;
}
.thumb-holder-2 span {position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;}


#search-form {
    width: 100%;
}
#search-label {
    position: absolute;
    right: 0;
    background-color: #428bca;
    color: white;
    z-index: 30;
}
#search-label label {
    width: 35px;
    height: 30px;
    padding: 4px 6px;
    cursor: pointer;
}

/* MAP CSS */
.map-pointer {
    cursor: pointer;
    height: 86px;
    width: 102px;
    position: absolute;
    z-index: 999;
    pointer-events: none;
}
.map-pointer .mapthumb {
    max-width: 100%;
    position: relative;
    height: 80px;
    width: 100px;
    border: 1px solid white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
}
.map-pointer .caret {
    transition: top 0.2s;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -ms-transition: top 0.2s;
    position: absolute;
    top: 42px;
    left: 14px;
     border: 15px solid transparent; /* Half the original size for transparent borders */
    border-bottom: 0;
    border-top: 7.5px solid #ffffff; /* Half the original size for the solid top border */
}

.wide-map-pointer {
    cursor: pointer;
    z-index: 999;
    top: -13px;
    position: relative;

}

.wide-map-pointer .wide-thumb {
    max-width: 100%;
    position: relative;
    height: 100px;
    width: 180px;
    border: 1px solid #ffffff!important;
    background-image: url('/images/loading.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color:rgba(0, 0, 0, 0.9);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
	 object-fit: cover;
    object-position: center;
}

/* New SIDE BAR*/
.options_buttons a{font-size: 25px;}
.side-panel {
    width: 400px; /* Adjust the width as needed */
    position: fixed;
	z-index: 100;
    left: -400px; /* Start off-screen */
    top: 0;
    bottom: 0;
    transition: left 0.5s; 
	height:100%;
	background-color: #000000;/* Smooth slide effect */
	border-left:1px solid #121212;
	padding-right:15px;
    /* Other styling as needed */
}

.side-panel.open {
    left: 55px; /* Slide in */
}

.panel-content {
    display: none; color: #ffffff;
	
    /* Other styling as needed */
}
.panel-content p{font-size: 14px;}
.panel-content h3{font-size: 18px;}
.side-panel .smaller-text {margin-top:5px; color: #ffffff;}

.side-panel .hide-side-panel {position: absolute; right:10px; top:10px; color: #ffffff;cursor: pointer }

.side-panel .side-panel-container .label-parent{
    display: flex;
    justify-content: space-between;
}

.side-panel .side-panel-container .group-header{
    font-weight: bold;
    margin-bottom: 9px;
    margin-top: 5px;
    text-decoration: underline;
}

 .side-panel .side-panel-container .left{
    padding-left: 0;
}

 .side-panel .side-panel-container .right{
    display: flex;
    align-items: center;
    padding-left: 20px;
    white-space: nowrap;
}



.side-panel .share_link{
    width:100%;
    border-style:solid; 
    border-width: 1px;
    
}

.side-panel  .share_link_holder a {
    font-size: 18px;
}

.side-panel .map-about{
    margin-top: 20px;
}



.wide-map-pointer a {color: red; }
.wide-map-pointer a:hover{border: 0px!important;}
.wide-map-pointer a:visited {border: 0px!important;}

.wide-map-pointer .scene-trail-name {
    position: absolute;
    bottom: 2px;
    left: 2px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px, rgba(0, 0, 0, 0.9) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 12px;
    z-index: 111111;
    font-family: 'Colfax Regular'; font-weight:100;
    color:#ffffff;
    line-height: 14px;
    background-color: transparent;
    border:none;
    border-radius: 0px;
}
.wide-map-pointer .caret {
    position: absolute;
    top: 100px;
    left: 75px;
    width: 0;
    height: 0;
    border: 15px solid transparent; /* Half the original size for transparent borders */
    border-bottom: 0;
    border-top: 7.5px solid #ffffff; /* Half the original size for the solid top border */
}


.map-highlight {
    cursor: pointer;
    height: 47px;
    z-index: 999;
}

.hotspot-category {
    cursor: pointer;
    height: 47px;
    z-index: 999;
}

.map-highlight .thumb, .hotspot-category .thumb {
    max-width: 100%;
    position: relative;
    height: 40px;
    width: 50px;
    border: 1px solid white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;

}

.map-highlight .caret, .hotspot-category .caret {
    position: absolute;
    top: 40px;
    left: 19px;
     border: 15px solid transparent; /* Half the original size for transparent borders */
    border-bottom: 0;
    border-top: 7.5px solid #ffffff; /* Half the original size for the solid top border */
}

.hotspot-category-w-highlight {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 999;
}

.carousel-hotspot-category {
    position: absolute;
    top: 32px;
    left: 10px;
    width: 40px !important;
    height: 40px !important;
}

/* Hotspots types CSS */
.hotspot-dot {
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    background: white;
    background-clip: padding-box;
}
.hotspot-dot.hotspot-dot-type-1 {
    border: 3px solid orange;
}
.hotspot-dot.hotspot-dot-type-2 {
    border: 3px solid grey;
}
.hotspot-dot.hotspot-dot-type-3 {
    border: 3px solid green;
}
.hotspot {
   font-family: 'Colfax Regular';
    position: absolute;
    visibility: hidden;
    text-align: center;
    color: #333;
    z-index: 99999;
    top: -40px;
    left: -38px;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    max-height: 50px;
    min-width: 80px;
    font-weight: 100;
    border: 2px solid #428bca;
    background-color: #fff;
    padding: 3px;
    border-radius: 5px;
    margin-top: 5px;
}
.hotspot.hotspot-type-1 {
    border: 2px solid orange;
	background-color: orange;
	color:#ffffff;
}
.hotspot.hotspot-type-2 {
    min-width: 30px;
    left: -16px;
    border: 2px solid grey;
}
.hotspot.hotspot-type-3 {
    border: 2px solid green;
	background-color: green;
	color: #ffffff;
}
.hotspot.new-maps {
    visibility: visible;
}
.hotspot .arrow-down {
    position: absolute;
    left: 30px;
    width: 0;
    height: 0;
    border-top: 6px solid #428bca;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -8px;
    border-top-color: inherit;
}
.hotspot .arrow-left {
    position: absolute;
    left: -10px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 6px solid #428bca;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -8px;
    transform: rotate(90deg);
    border-top-color: inherit;
}
.hotspot.hotspot-type-1 .arrow-down, .hotspot.hotspot-type-1 .arrow-left {
    border-top: 6px solid orange;
}
.hotspot.hotspot-type-2 .arrow-down {
    left: 8px;
    border-top: 6px solid grey;
}
.hotspot.hotspot-type-3 .arrow-down {
    border-top: 6px solid green;
}
/* Special white button */
.btn-white {
    border: 1px solid white;
    color: white;
    background: rgba(0, 71, 201, 0.15);
	padding: 2px 7px;
    transition: all 0.5s ease;
}
/* Special white button share */
.btn-white-share {
    margin-right: 2px;
	padding: 4px 9px;
   
}
.btn-white:hover:not([disabled]), .btn-white.toggle-active {
    border: 1px solid #337ab7;
    color: #337ab7;
    background: white;
}
.btn-white:focus {
    color: white;
}
.btn-white:hover:focus:not([disabled]), .btn-white.toggle-active:focus {
    color: #337ab7;
}

.mapboxgl-ctrl-attrib a:nth-child(3),
.mapboxgl-ctrl-attrib a:nth-child(4),
.mapboxgl-ctrl-attrib a:nth-child(5),
.mapboxgl-ctrl-attrib a:nth-child(6),
.mapboxgl-ctrl-attrib a:nth-child(7) {
    display: none;
}
.tooltip-inner { font-family: 'Colfax Regular'; }

#viewarea-canvas:focus {outline:0;}


/*////// . new styles  visual pages. //////*/

.visual-home {
   
    position: relative;
  
   
  
    overflow: hidden;
    margin:4px;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2), -2px 5px 10px rgba(0, 0, 0, 0.2);
}
.visual-home h4 {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
	padding-top:15px;
    padding-left: 5px;
    margin-bottom: 0px;
	    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px, rgba(0, 0, 0, 0.9) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 14px;
}
.pagination .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #ffffff;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid #ffffff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination .active>.page-link, .page-link.active {
    z-index: 3;
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.visual-home img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}
.visual-home span {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 13px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px, rgba(0, 0, 0, 0.9) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
}


/*////// . new styles  visual pages. //////*/

.visual_high {
   
    position: relative;
  
   
  
    overflow: hidden;
    margin:4px;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2), -2px 5px 10px rgba(0, 0, 0, 0.2);
}
.visual_high h4 {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
	padding-top:15px;
    padding-left: 5px;
    margin-bottom: 0px;
	    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
  
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px, rgba(0, 0, 0, 0.9) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 14px;
}
.visual_high img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}
.visual_high span {
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 18px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px, rgba(0, 0, 0, 0.9) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
}



/*////// . new styles for home . //////*/

.holder-home {
    float: left;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2), -2px 5px 10px rgba(0, 0, 0, 0.2);
}
.holder-home h4 {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
	padding-top:15px;
    padding-left: 5px;
    margin-bottom: 0px;
	    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px, rgba(0, 0, 0, 0.9) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 14px;
}
.holder-home img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}
.holder-home span {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 15px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px, rgba(0, 0, 0, 0.9) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
}
/*////// . new styles . //////*/
@media (max-width: 1200px) {
.overlay-text h4 {
    font-size: 18px;
    font-family: 'Colfax Regular';
    line-height: 30px;
}
	.carousel-caption {
    position: absolute;
    top: 32%;
    transform: translate(0%, -30%);
    padding-top: 100px;
    z-index: 4;
}
}

@media (max-width: 768px) {
	
	.side-panel { width: calc(100% - 55px); z-index: 120;}
	.map-rotate-tools {display: none;}
.input-group .btn {
    position: relative;
    z-index: 2;
	font-size: 12px; padding-top:9px;
}
	
	.hero .her_img img{ object-fit: cover;
    width: 100%;
    height: 650px;}	
.thumb-holder {  width: 25%; }


#tcontainer {
    padding-right: 15px;
    padding-left: 15px;
}
.about_images_block img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
	
	.logo_set img {
    width: 95%!important;
}
.static-map img {width: 90px; border-radius:45px; border:2px solid #ffffff;}


	.carousel-caption {
    position: absolute;
    top: 32%;
    transform: translate(0%, -30%);
    padding-top: 80px;
}
	.overlay-text h1 {
    font-family: 'Colfax Medium';
    font-size: 30px;
    text-transform: uppercase;
}
	.all_search_box .holder-maps {
    line-height: 15px;
		font-size: 14px;
}
	.grid_content h4 {
    font-family: 'Colfax Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

	.navbar .header-logo {
    width: 130px;
}
	
	.navbar-toggler:active {outline: none;
    border: none;
    box-shadow: none;border:0px;}
	.navbar-toggler:focus {outline: none;
    border: none;
    box-shadow: none;border:0px;}
	.overlay-text h4 {
    font-size: 16px;
    font-family: 'Colfax Regular';
    line-height: 20px;
}
	
	  .ratio_fix_mobile {
        position: relative; /* Ensures the container is relative */
        height: 800px; /* Sets the height */
        overflow: hidden; /* Hides the overflow to maintain the size */
    }

    .ratio_fix_mobile video {
        position: absolute; /* Absolute position to fill the container */
        top: 50%; /* Aligns center vertically */
        left: 50%; /* Aligns center horizontally */
        height: 100%; /* Height as per container */
        width: auto; /* Width automatically adjusts */
        transform: translate(-50%, -50%); /* Centers the video */
        object-fit: cover; /* Ensures video covers the area */
    }

	
	.i5x {
    width: 33.333333333333%;
    margin-top: 50px;
    display: flex;          /* Enable flexbox */
    justify-content: center; /* Horizontally center content */
    align-items: center;    /* Vertically center content */
    height: 100px;          /* Set a height for the div */
}
	
	.home_layout p {
    color: #FFF;
    text-align: center;
    font-family: 'Colfax Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
	.trail-featured-btn {
    position: absolute;
    z-index: 300;
    bottom: 5px;
    left: 5px;
}
	
	.home_layout h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Colfax Medium';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
}
	.navbar-toggler {color: #ffffff; border:0px;}
	.navbar-collapse, .collapse{background-color: #000000; padding:10px;}
	.nav-link {

    font-size: 14px;
   
    text-decoration: none;
    background: 0 0;
    border: 0;
   
}
	.dropdown-item {
    font-size: 14px;
}
	.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 1.25rem;
    left: 5%;
  
    color: #fff;
    text-align: center;
}
    .map_filter h2 {
        font-size: 25px;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .thumb-holder h4 {
        font-size: 12px;
    }
    .thumb-holder span {
        font-size: 0.7em;
    }
    /* Search responsiveness */
    .aa-dataset-0 {
        max-height: 330px;
    }
	
	#footer li {font-size: 12px;}
	#footer {
    background-image: url(https://d3kfjvhh435dey.cloudfront.net/_laravel/images/uploads/2023/12/ftbk.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: 90%;
    width: 100%;
    background-color: #0E0E0E;
    color: #ffffff;
}
   
    .searchh1 h1 {
        font-size: 1.3em;
    }
    .searchh1 span {
        font-size: 0.6em;
    }
    .searchh1 .algolia-logo-holder img {
        height: 15px;
    }
 .all_search_box .holder-home h4 {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-left: 5px;
    margin-bottom: 0px;
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9), 0 0 1px rgba(0, 0, 0, .9);
    -webkit-font-smoothing: antialiased;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px, rgba(0, 0, 0, 0.9) 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-size: 12px;
	 line-height: 15px;
}
	.all_search_box .holder-maps  { line-height:15px;}
	.all_search_box h1 {font-size: 30px;font-family: 'Colfax Regular';
    font-weight: 300;  color: #ffffff;}

	.down_arr a { padding:5px; font-size:14px;}	

.holder-home img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

	
	#footer .mob_footer_1 {
    
    margin-left:auto;
		margin-right:auto;
}
	
	.thumb-holder {  width: 50%; }
    .mainnav .navbar-brand {
        float: left;
        padding: 4px 2px;
        font-size: 18px;
        line-height: 20px;
    }
    .homecontent {
        width: 100%;
        margin-top: 0px;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .basic_content_left {
        width: 100%;
        float: left;
        border-right: 1px solid #dddddd;
        background-color: #FFFFFF;
        padding-left: 15px;
        padding-right: 15px;
        max-height: 100%;
    }
    .basic_content_right {
        width: 100%;
        float: left;
        background-color: #FFFFFF;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 6px 5px;
        margin-top: 6px;
        margin-right: 15px;
        margin-bottom: 2px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
	body {
    font-family: 'Colfax Medium';
    font-weight: 400;
	background-image: url('https://d3kfjvhh435dey.cloudfront.net/_laravel/images/uploads/2023/12/pattern.png');
    background-repeat: no-repeat;
	background-size: 90%;
    background-attachment: fixed;
    background-position: right;

    background-color: #000000;
}
 
   
}




/* ----------------------- *
*                          *
*          New nav         *
*                          *
* ----------------------- */


#new-nav-menu #new-nav-menu-close > *{
    cursor: pointer;
}
#new-nav-menu-search #search-input{
    height: inherit;
}
#new-nav-menu-search{
    height: 50px;
}
#new-nav-menu .algolia-autocomplete{
   
}
#new-nav-menu-items{
    list-style: none;
    width: 100%;
    height: calc(100% - 50px);
    padding: 0;
    margin: 0;
}
.new-nav-menu-item{
    float: left;
    height: 100%;
    width: 20%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: #fff;
    opacity: 0.6;
}
.new-nav-menu-item:hover{
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}
.new-nav-menu-item.active{
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
}
.new-nav-menu-item-inner{
    text-align: center;
}
.new-nav-menu-item-inner > .fa{
    font-size: 30px;
    margin-bottom: 2px;
}
.new-nav-menu-active-marker{
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 3px;
    display: block;
    background-color: orange;
    display: none;
}
.new-nav-menu-active-marker::before{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: orange;
}
.new-nav-menu-item.active .new-nav-menu-active-marker{
    display: block;
}


