:root {
    --sbwt-dark-blue: #0a4875;
    --sbwt-medium-blue: #0b79b6;
    --sbwt-light-blue: #77b7e4;
    --sbwt-light-green: #b1d249;
    --sbwt-medium-green: #65bc46;
    --sbwt-dark-teal: #008275;
    --sbwt-lightest-blue: #d2e7fa;
    --sbwt-lightest-green: #e8f0d4;
    --sbwt-purple: #6b3f81;
    --sbwt-violet: #7e78b8;
    --sbwt-dark-orange: #c74a1b;
    --sbwt-light-orange: #ee8922;
    --sbwt-yellow: #ffcb05;
    --sbwt-dark-gray: #505050;
    --sbwt-medium-gray: #969696;
    --sbwt-light-gray: #f0f0f0;
    --sbwt-white: #ffffff;
}

#ssSiteImages{
	position:relative;
	z-index:1;
	height:200px;
	overflow:hidden;
}
#ssSiteImages img{
	z-index:5;
}

#ssSiteImagesCaption{
	padding:10px 0px;
	min-height:120px;
}

#ssSiteImages .cycle-navigation{
	position:absolute;
	bottom:46%;
	z-index:100;
	width:100%;
}
#ssSiteImages .cycle-navigation i{
color:#084875;
background:#FFFFFF;
border-radius: 25px;
  height: 30px;
  width: 30px;
}
#ssSiteImages .cycle-navigation .cycle-next{
	float:right;

}
#ssSiteImages .cycle-navigation .cycle-next i{
	position: relative;
  right: 5px;
}
#ssSiteImages .cycle-navigation .cycle-next i:before{
top: 6px;
  position: relative;
  right: -9px;
  }

#ssSiteImages .cycle-navigation .cycle-prev i{
	position: relative;
  left: 5px;
}
#ssSiteImages .cycle-navigation .cycle-prev i:before{
top: 6px;
  position: relative;
  left: 6px;
  }
/*
.btn{
	line-height:22px;
	color:var(--sbwt-white);
	text-transform:uppercase;
	font-weight: 700; /* Montserrat Bold *
	padding: .475rem 1.25rem;

}
.btn:hover{
	background:var(--sbwt-light-blue);
}
*/



.bridgeMilageLabel{
	font-weight:bold;
	background:#FFFFFF;
	color:#000000;
	padding:2px 4px;
	border:1px solid #000000;
}
.text-sbwt-dark-blue{
		color:var(--sbwt-dark-blue)!important;
}

.search-directions-container{
	position:relative;
}

.compass-rose{
	position: fixed;
  bottom: 30px;
  right: 45px;/*320px;*/
  width: 100px;
}

body.drawer-location-open .compass-rose{
	right:320px;
}

#ajax-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#ajax-overlay p i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    font-size: 200px;
}


.faded {
    opacity: 0.4;
}
.text-primary {
    color: #005489 !important;
}
.text-success {
    color: #59b928 !important;
}
.modal {
    z-index: 100000; /** place on top of drawers **/
    
    
}
.tx-14 {
    font-size: 14px !important;
}
.btn-success {
    background-color: #59b928;
    border-color: #59b928;
}

.btn-success:hover {
    background-color: #7bcc51;
    border-color: #7bcc51;
}

body img{
	max-width:100%;
}
.login-img {
    background-image: url(../images/photos/canal.jpg);
}
a,
.admin-navbar .nav-link,
.admin-navbar .sub-item ul a {
    color: #333;
}

/* Add this to your CSS */
.directions-modal .modal-dialog {
    max-width: 600px;
    z-index: 1060; /* Higher than default modal z-index */
}

.directions-modal .modal-content {
    overflow: visible;
}

.directions-modal .modal-body {
    overflow: visible;
}

/* Ensure autocomplete dropdown appears above modal */
.autocomplete-suggestions {
    z-index: 1070 !important; /* Higher than modal backdrop */
    position: absolute !important;
}

/* Fix for autocomplete container */
.autocomplete-suggestions {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-height: 200px;
    overflow-y: auto;
}
/* Location results styling */
.location-results {
    margin-top: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: white;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.results-list {
    max-height: 200px;
    overflow-y: auto;
}

.result-item {
    padding: 0.75rem;
    border-bottom: 1px solid #f8f9fa;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.15s ease-in-out;
}

.result-item:last-child {
    border-bottom: none;
}

.result-item:hover {
    background-color: #f8f9fa;
}

.result-item.selected {
    background-color: #e7f3ff;
    border-color: #0d6efd;
}

.result-item img {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.result-content {
    flex: 1;
}

.result-name {
    font-weight: 500;
    color: #212529;
}

.result-city {
    font-size: 0.875rem;
    color: #6c757d;
}

.no-results {
    padding: 1rem;
    text-align: center;
    color: #6c757d;
    font-style: italic;
}
.logo img{
	width:335px;
}
.form-control {
    color: #333;
    font-weight: bold;
}

#mdlImageChooser .image {
    cursor: pointer;
}

/** popup from canalway trail KML **/
.gm-style .gm-style-iw-t {
    display: none;
}

header {
    background-color: #FFFFFF;
    background-image:url('..//images/geo-bg.png');
    background-position:center center;
    background-size:500px;
    color: #fff;
    padding: 20px;
    height:230px;
    position: relative;

    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;

    z-index: 99999;

}


 .hamburger {
  position: fixed;
  top: 241px;
  left: 20px;
  z-index:300;
  background:var(--sbwt-white);
  z-index:9;
  padding:7px;
}

 .hamburger a i {
    color: var(--sbwt-dark-blue);
}

 .hamburger a {
    font-size: 30px;
}

ul.canals {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 15px 0 0 0px; /* Keep the specified margins */
    list-style-type: none; /* Remove default list styling */
}

ul.canals > li {
    font-weight: 700;
    flex: 0 0 18%; /* Allow the items to grow and shrink based on content */
    text-align: center;
    padding: 0 10px; /* Add horizontal padding for spacing */


}

ul.canals > li:first-child {
    text-align: left; /* Align the first item to the left */
    flex: 0 0 9%;
}

ul.canals > li:last-child {
    text-align: right; /* Align the last item to the right */
     flex: 0 0 13%;
}

ul.canals > li a {
    display: block;
    font-size:0.9em;
    padding: 10px 0; /* Vertical padding for clickable area */
    text-decoration: none; /* Remove underline from links */
    white-space: nowrap; /* Prevent text from wrapping */
     color: var(--sbwt-dark-blue);
     font-weight: 700; /* Montserrat Bold */
     text-transform:uppercase;
}
ul.canals > li a:hover {
	text-decoration:underline;
}
ul.canals > li.dropdown ul {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
header .btn-group-vertical{
	margin-top:28px;
margin-top: 28px;
float:right;


}

header .btn-group-vertical .btn,.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle){
	margin-bottom:10px;
	border-radius: 10px!important;
}

.location-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: white;
    border: 2px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    transition: all 0.2s ease;
}

.location-button:hover {
    background: #f5f5f5;
    color: #333;
}

.location-button.active {
    background: #4285f4;
    color: white;
    border-color: #3367d6;
}

.location-button.loading {
    color: #4285f4;
}

.location-button .fa-spin {
    animation: fa-spin 1s infinite linear;
}

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

.canals li.dropdown i {
           font-size: 13px;
  color: var(--sbwt-medium-blue);
  top: -2px;
  position: relative;
        }

.logo-secondary img.paddle607{
	margin-right:2rem;
	margin-left:2.5rem;
	margin-top:20px;
}

.logo-secondary img.fish607{
	margin-right:0rem;
	margin-top:20px;
}
.gm-fullscreen-control{
	position:fixed!important;
	top:233px!important;
	right:0px!important;
}

body.drawer-location-open .gm-fullscreen-control {
  right: 308px !important;
}

/* Location Button - Google Maps Style */
.location-button {
    background: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,.3);
    margin: 10px;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    color: #666;
    transition: all 0.2s ease;
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    left: 60px!important;
    top: 283px!important;
    position:fixed!important;
}

.location-button:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    background: #f8f8f8;
    color: #333;
}

body.drawer-filter-open .location-button {
  left: 370px!important;
}
.location-button:active {
    box-shadow: 0 4px 8px rgba(0,0,0,.3);
    background: #e8e8e8;
}

.location-button.active {
    background: #1a73e8;
    color: white;
}

.location-button.active:hover {
    background: #1557b0;
}

.location-button.loading {
    color: #1a73e8;
    cursor: default;
}

.location-button.loading:hover {
    background: #fff;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,.3);
}

/* Spinner animation */
.location-button .fa-spin {
    animation: fa-spin 1s infinite linear;
}

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

/* Mobile adjustments */
@media (max-width: 768px) {
    .location-button {
        width: 44px;
        height: 44px;
        font-size: 20px;
        margin: 8px;
    }
}

/* Ensure proper stacking with other Google Maps controls */
.gm-style .gm-style-cc {
    z-index: 1000001;
}

.gm-style .gm-style-mtc {
    z-index: 1000001;
}
#search {
  position: fixed;
  display: flex;
  padding: 5px 50px 5px 5px;
  margin-top: 10px;
  top: 230px;
  left: 75px;
  max-width: 360px;
  width: calc(100% - 40px);
  height: 40px;


    z-index: 9;
    background: #FFF;
    align-items: center;
    border: 1px solid #a0a09f;
    border-radius: 5px;
    font-size:13px;
}

/**
#search .fa-bars {
    position: absolute;
    left: 15px;
    font-size: 25px;
    color: #787878;
}
**/

 /* Custom CSS for zoom controls */


#search .fa-search {
    position: absolute;
    right: 15px;
    font-size: 25px;
    color: #787878;
}


.gm-zoom-buttons-container {
  top: 280px !important;
  right: 41px !important;
  position: fixed !important;
}
.gm-zoom-buttons-container .gm-svpc{
	top:49px!important;
}

body.drawer-location-open .gm-zoom-buttons-container {
  right: 349px !important;
}


.gm-zoom-buttons-container .gmnoprint{
	border:1px sold #000000;
}
#search input {
    flex: 0 0 100%;
    height: 100%;
    border: 0;
    width: 100%;
    box-shadow: none !important;
}

#search .easy-autocomplete {
    width: 100%;
}

#directions {

  top: 237px;
  left: 19px;
    position: fixed;/*absolute;*/
   padding: 15px 20px 10px;
    margin-top: 55px;

    max-width: 350px;
    width: 43px;
    height: 43px;
    z-index: 9;
    background: #FFF;
    border: 1px solid #a0a09f;
    border-radius: 0px;
    -webkit-transition: width 0.5s; /* Safari prior 6.1 */
    transition: width 0.5s;
    overflow: hidden;
    color: #787886;
}
body.drawer-filter-open #directions{
	left: 330px;
}

#siteImages img{
width: 100%; padding:7px;background:#dedede;display: block;object-fit:contain;height:178px;
}
#siteImages a.btn-danger {
	padding:2px 4px;
}

#directions.open{
		padding: 15px 20px 10px;


}

#directions .start{
	float:left;
	width:50%;
}
#directions .finish{
	float:left;
	width:50%;
}
#directions img{
	width: 38px;
  padding: 3px;
  position: absolute;
  top: -13px;
  left: -19px;
  max-width: 38px;

}
#directions.open img{
	top: -13px;
  left: -19px;
}
#directions.open {
    /*width: calc(100% - 40px);*/
    height: auto;
    max-width: 70%;
    	width: 700px;
}

#directions a.toggle {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9;
    width:100%;
    display:block;
}

#directions h6 {
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0 0 45px;
}

#directions form {
    margin-top: 10px;
}

#directions form .form-group {
    margin-bottom: 0.5rem;
    padding-top:10px;
}

#directions form label {
    margin-bottom: 0;
}

#directions form input[type="text"] {
    font-size: 0.8rem;
    width: 300px;
    max-width:100%;
}
#directions form button {
    margin-top: 0px;
}

#directions form i.fa-refresh {
    margin: 0 0 0 10px;
    top: 10px;
    position: relative;
    display: none;
}

#directionsResults {
    text-align: center;
}

#directionsTurnByTurn {
    display: none;
  text-align: left;
  max-height: 225px;
  overflow-y: scroll;
  margin-bottom: 20px;
  border: 1px solid var(--sbwt-dark-gray);
  padding: 5;

}

#directionsTurnByTurn ul {
    margin-left: -1rem;
}

.autocomplete-suggestion {
    font-size: 0.8rem;
}

.hy-drawer-content {
    background: var(--sbwt-light-gray);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: none;
}


#mapFilterDrawer .closer {
    text-align: right;
    padding: 15px 15px 15px 15px;
    font-size: 22px;
    border-bottom: 1px solid #595854;
}

#main #mapFilterDrawer .closer > a,
#main .location-drawer .close  > a {
	font-size:0.9em;
	color:var(--sbwt-dark-gray);
}
.location-drawer .close{
	opacity:1;
	text-align: left;
  padding: 15px 0px 15px 0px;
  font-size: 22px;
}
#mapFilterDrawer .hy-drawer-content {
    padding-bottom: 505px;
}
 .hy-drawer-content {
    padding-top:230px;
}

#mapFilterDrawer .hy-drawer-content.hy-drawer-right {
    width: 330px;
}

#mapFilterDrawer .categories ul li.indent {
    margin-left: 35px;
}

#mapFilterDrawer .list ul li a {
    font-weight: 600;
    color: var(--sbwt-dark-gray);
    font-size: 15px;
    display:block;
}

#mapFilterDrawer .list ul li.on a {
    font-weight: 800;
     color: var(--sbwt-dark-blue);
}

#mapFilterDrawer .list ul li a:hover {
    text-decoration: none;
    color: var(--sbwt-dark-blue);
}


.btn-sm,
#mapFilterDrawer .closer button {
    background-color:var(--sbwt-dark-blue);
    font-size: 12px;
  line-height: 20px;
	color:var(--sbwt-white);
	text-transform:uppercase;
	padding: 1px 5px;
  cursor: pointer;
}

#mapLocationDrawer {
    position: relative;
    z-index: 9999;
}
.tooltip {
    z-index: 10010;
}
/*#map {
	height:calc(100vh - 220px);
}
*/
#mapLocationDrawer .hy-drawer-content.hy-drawer-right {
    padding: 230px 0 505px 0;
}

.location-drawer {
    padding: 0 20px;
    text-align: left;
}

.location-drawer hr {
    border-top: 1px solid #333;
}

.location-drawer .icons {
    padding-bottom: 10px;
}

.location-drawer .description {
    color: #5a5a5a;
}

.location-drawer .address h4.has-difficulty{
	text-indent: -14px;
  margin-left: 28px;
}
.location-drawer .description > img {
    width: 100%;
    margin-bottom:20px;
}

.location-drawer .icons img {
    margin-right: 5px;
    margin-top: 7px;
    width:34px;
}

.location-drawer .address{
	padding-top:20px;
	padding-bottom:10px;
}
.location-drawer .address p {
    color: #5a5a5a;
}

.location-drawer .address h4 + p {
    margin-bottom: 0;
}

.location-drawer .address a {
    color: #007297;
}

.water-trail-mile {
    direction: ltr;
    color: #5a5a5a;
}

.water-trail-mile > span {
    color: #212529;
}
.watertrail-mile{
	background:var(--sbwt-medium-blue);
	width: calc(100% + 41px);
  margin-left: -20px;
  padding:10px 20px;
  color:var(--sbwt-white);

}

.watertrail-mile p span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform:none;
}

.paddling-notes {
    color: #5a5a5a;
}
.launch-difficulty{
	padding-top:10px;
	padding-bottom:10px;
}
.itinerary{
	padding-bottom:20px;
}

#mapFilterDrawer .hy-drawer-content .list {
    padding: 15px 15px; /** 15px 15px 30px; **/
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
}
#mapFilterDrawer .hy-drawer-content .list:last-child {
    border-bottom: none;
}

#mapFilterDrawer .hy-drawer-content .list > h5,
#mapFilterDrawer .hy-drawer-content .list > a {
    /*font-size: 17px;*/
    display: block;
    margin-bottom: 0 !important;
}

.itinerary h6 a:link,
.itinerary h6 a:active,
.itinerary h6 a:visited,
#main .itinerary h6 a:link,
#main .itinerary h6 a:active,
#main .itinerary h6 a:visited,
#main .itinerary .h6 a:link,
#main .itinerary .h6 a:active,
#main .itinerary .h6 a:visited{
color:var(--btn-color-dark-blue);
}

#mainNavBar .contSearch{
	top:48px;

}
.ccm-search-block-form{
	margin-bottom:0px;
}
#mapFilterDrawer .hy-drawer-content .list > ul,
#mapFilterDrawer .hy-drawer-content .list i.fa-caret-down {
    display: none;
}

#mapFilterDrawer .hy-drawer-content .list.open > h5,
#mapFilterDrawer .hy-drawer-content .list.open > a {
    margin-bottom: 1em!important;
}


#mapFilterDrawer .hy-drawer-content .list.open i.fa-caret-right {
    display: none;
}

#mapFilterDrawer .hy-drawer-content .list.open > ul,
#mapFilterDrawer .hy-drawer-content .list.open i.fa-caret-down {
    display: block;
}

#mapFilterDrawer .hy-drawer-content .list > a {
    text-decoration: none;
}

#mapFilterDrawer .hy-drawer-content .list > a > i {
    margin: 3px 40px 0 0;
    float: right!important;
}

#mapFilterDrawer .hy-drawer-content ul {
    padding-left: 0;
    list-style: none;
}

#mapFilterDrawer .hy-drawer-content ul li {
    padding-bottom: 10px;
    line-height: 16px;
}

#mapFilterDrawer .hy-drawer-content ul li ul {
    padding-top: 10px;
    list-style: none;
    padding-left: 40px;
}

#mapFilterDrawer .hy-drawer-content ul li a img {
    margin-right: 7px;
    max-width:32px;
}
#mapFilterDrawer .hy-drawer-content .canals ul li a img{
	width:40px;
	max-width:40px;
	margin-left:-5px;
}

#NOPEmapFilterDrawer .hy-drawer-content ul li a {
    color: #005489; /** #787886; **/
}

.close {
    float: none;
    text-align: left;
}

.autocomplete-suggestions {
    max-height: 500px;
}
.autocomplete-suggestions .autocomplete-suggestion.search {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #787886;
    cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion.search div.img {
    flex: 0 0 25px;
    padding-top: 5px;
}
.autocomplete-suggestions .autocomplete-suggestion.search div.img img{
    width:20px;
    margin:0 auto;
}
.autocomplete-suggestions .autocomplete-suggestion.search div.content {
    flex: 1;
    padding-left:10px;
    word-break: normal;
}

.autocomplete-suggestions .autocomplete-suggestion.search span {
    font-size: 15px;
    white-space: normal !important;
}




#main h5, #main .h5,
#main h6, #main .h6{
	letter-spacing:0.5px;
	font-size:1rem;
	margin-bottom:20px;
}

#main h6, #main .h6{
	margin-bottom:10px;
}
#main h6.location-name, #main .h6.location-name{
	text-transform:none;
}
#main h6 span, #main .h6 span{
	font-weight:normal;
	text-transform:none;
}

@media (min-width: 1400px) {
    .container { max-width: 1140px; }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1140px;
  }
}



@media screen and (max-width: 1200px) {
.logo-secondary img.paddle607 {
  margin-right: 1rem;
  margin-left: 2.5rem;
  }
ul.canals > li {
  flex: 1%;
  }
  ul.canals > li {
  font-size: 0.9em;
  }
  }


 @media screen and (max-width: 1024px) {
  #search {
        padding: 10px 50px 10px 15px;

        left: 75px;
        height: 46px;
        width: calc(100% - 10px);
    }
  body.drawer-filter-open.drawer-location-open #search {
    width: 245px!important;
    }
    .compass-rose {
  		width: 65px;
    }

 }
 @media screen and (min-width: 990px) {

     body.drawer-filter-open #search {
     left: 330px;
     }
    }
	  @media screen and (max-width: 995px) {
 .logo-secondary img.paddle607 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width:80px;
  }
  .logo-secondary img.fish607 {
  margin-right: 1rem;
  width:80px;
}

 .location-button {
  left: 10px !important;
  }
body.drawer-filter-open .location-button {
  left: 323px !important;
  }

	}


 @media screen and (max-width: 950px) {
	gmp-internal-camera-control menu{
	top:-10px!important;	
	}
}


@media screen and (max-width: 1200px) and (min-width: 768px) {


  .list-inline-item:not(:last-child){
	margin-right:0px;
	}
}
@media screen and (max-width: 990px) {
	header{
		height:180px;
	}
	.hy-drawer-content{
		padding-top:180px;
	}
	#mapLocationDrawer .hy-drawer-content.hy-drawer-right{
	padding-top:180px;
	}

.gm-fullscreen-control{
	top:180px!important;
}

#search {
  top: 180px;
  left: 78px;
}

body.drawer-filter-open #search{
	top:180px;
	padding: 5px 30px 5px 5px;
    left: 332px;
    height: 40px;
}
.gm-zoom-buttons-container{
	top:235px;
}
#directions{
	margin-top:0px;
}



	/*header .btn-group-vertical {
 	 float: none;
	  width: 100%;
	  display:block;
	}
*/
.logo-secondary img.paddle607{
	width:70px;
	margin-top:0px;
}
.logo-secondary img.fish607{
	width:70px;
	margin-top:0px;
}

.hamburger {
  top: 190px;
}

.gm-zoom-buttons-container {
  top: 230px !important;
}

	/*header .btn-group-vertical .btn{
		width:45%;
		float:left;

	}
	header .btn-group-vertical .btn:last-child{
	margin-left:10px;
	}*/
}
@media screen and (max-width: 940px) {
 body.drawer-filter-open.drawer-location-open #search {
    width: 200px !important;
  }
 }

 @media screen and (max-width: 825px) {
 #search {
    width: 280px;
  }
}
@media screen and (max-width: 790px) {
  .logo-secondary img.fish607 {
    width: 65px;
  }
   .logo-secondary img.paddle607 {
    width: 65px;
   }
   header .btn-group-vertical .btn{
   width:48%;
   font-size:11px;
   font-weight:bold;
   float:left;
   }
   header .btn-group-vertical .btn:first-child{
   margin-right:2%;
   }
   header .btn-group-vertical{
	width:100%;
	flex-direction:inherit;
}

  .logo img{
  float:left;
  }
  .logo-secondary img.paddle607{
  float:right;
  }
   .logo-secondary img.fish607{
  float:right;
  }
  header .btn-group-vertical{
  margin-top:10px;
  }

 }

@media screen and (max-width: 767px) {
header{
		height:118px;
	}
	.hy-drawer-content{
		padding-top:118px;
	}
	#mapLocationDrawer .hy-drawer-content.hy-drawer-right{
	padding-top:118px;
	}
	body.drawer-filter-open #search{
	top:118px;
	width:235px;
	}
	.hamburger {
    top: 129px;
	}
	  .gm-fullscreen-control {
    top: 118px !important;
    }
    body.drawer-location-open #search {
    width: 225px;
    }
    .compass-rose {
  		width: 52px;
    }
      .gm-zoom-buttons-container {
    top: 166px !important;
    }
    .location-button {

  top: 213px !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

}

@media (max-width: 675px) {
 body.drawer-location-open #search {
    width: 200px;
    }
}


 @media screen and (max-width: 650px) {
	body.drawer-location-open .gm-fullscreen-control{
	top:265px!important;	
	}
}
@media screen and (max-width: 768px) and (min-width: 576px) {

    .logo img {
        max-width: 310px;
        margin: 10px 0;
    }



}

@media (min-width: 576px) {

    header {
        padding: 10px 0px;
    }

/*    header .hamburger {
        position: static;
    }*/



    .hy-drawer-content {
        width: var(--hy-drawer-width, 315px);
    }
  .hy-drawer-content.hy-drawer-right {
            right: calc( -1 * var(--hy-drawer-slide-width, var(--hy-drawer-width, 320px)));
             width: var(--hy-drawer-width, 320px);
    }
    .hy-drawer-content.hy-drawer-left {
        left: calc(-1 * var(--hy-drawer-slide-width, var(--hy-drawer-width, 370px)));
        padding-right:0px;
    }

    footer .footer-links li {
        margin-right: 2rem;
        display: inline-block;
    }



    /**
    #search .fa-bars {
        left: 20px;
        font-size: 30px;
    }
    **/

    #search .fa-search {
        right: 20px;
        font-size: 20px;
    }
}

/*  */

#directions .hide-block {
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 26px;
    color: #000;
    display: none;
}

#directions.open .hide-block {
	display: block;
}

#directions .direction-container {
	position: relative;
	width: 100%;
	min-width: 308px;
}

@media (max-width: 768px) {

	/*.hamburger {
		position: absolute;
		right: 0;
		top: 0;
	}*/

	#search {
		top: 118px;
	}

	#directions {
		top: 175px;
	}
	.gm-zoom-buttons-container{
	top:166px;
	}
}

@media (max-width: 650px) {
header .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
     .logo img {
    	max-width: 235px;
    	margin-top:0px;
     }
     .logo-secondary{
     margin-top: -80px;
	}
	ul.canals{
	margin-top:0px;
	}
}
@media (max-width: 576px) {

#search{
	width:230px;
}

	.hy-drawer-content.hy-drawer-right {
		right: calc(-1 * var(--hy-drawer-slide-width, var(--hy-drawer-width, 300px)));
	}

	 .hy-drawer-content.hy-drawer-left {
    left: -300px;
    left: calc( -1 * var(--hy-drawer-slide-width, var(--hy-drawer-width, 370px)) );
}


}

 @media screen and (max-width: 550px) {
	body.drawer-location-open menu li:nth-last-child(n+3) {
	  display: none;
	}
	body.drawer-location-open menu li:last-child{
	top:89px!important;
	position:relative;
	}
}


@media (max-width: 480px) {
    .logo img {
        max-width: 220px;
    }

    ul.canals {
        font-size: 12px;
    }

    ul.canals li::before {
        margin-right: 8px;
        margin-left: -4px;
    }

	#directions.open {
		width: 275px;
	}

	#directions .direction-container {
		min-width: 228px;
	}

	#directions form input[type="text"] {
		width: 100% !important;
	}

	.gm-zoom-buttons-container .gmnoprint{
	top:54px!important;
	}
	.gm-zoom-buttons-container .gmnoprint > button{
	top:-53px!important;
	}
}
@media (max-width: 450px) {

	  body.drawer-location-open .gm-zoom-buttons-container {
	    top: 213px !important;
	    position: relative;
	    right: auto !important;
	    left: 8px !important;
	  }
	  
	  body.drawer-location-open .gm-fullscreen-control {
    top: 310px !important;
     left: 8px !important;
     right: auto !important;
  }
  
  body.drawer-location-open .gm-zoom-buttons-container .gm-svpc {
  top: 197.5px !important;
  }
   body.drawer-location-open .gm-fullscreen-control {
    top: 360px !important;
    }
    
    body.drawer-filter-open #directions{
    display:none;
    }
     gmp-internal-camera-control menu {
    top: -14px !important;
    left: -110px;
    right: auto !important;
     }
	

}
@media (max-width: 380px) {
 #search {
    width: 260px;
    left:58px;

  }
  .hamburger{
  left:10px;
  }
  #txtSearch{
   font-size:12px;
  }
}
@media (max-width: 350px) {
 #search {
    width: 218px;

  }
}
