.loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 120px;
        display: table;
        margin: 0 auto;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: fixed;
        top: -100%;
        right: -100%;
        left: -100%;
        bottom: -100%;
        margin: auto;
        z-index: 0;
      }
      .loaderText {
        position: absolute;
        top: 72%;
        left: 40%;
        right: 25%;
        margin-top: -25px;
        margin-left: -50px;
      }
      .loadButton{
        top: 10px !important;
        right: 10px !important;
      }
	  .leftPanelButton{
        top: 10px !important;
        left: 10px !important;
      }
      @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
      }

      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }
      /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #map {
		  /*width:100%;*/ 
	      height:100%;
		  transition:.5s;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {
		overflow-y: hidden;
        height: 100%;
        margin: 0;
        font-weight: unset!important;
        line-height: unset!important;
      }
	  @keyframes wave {
    0% {
        border-radius: 25%;
    }
    100% {
        border-radius: 50%;
    }
}

@keyframes wave-after {
    0% {
        border-radius: 25%;
        left: -50px;
    }
    100% {
        border-radius: 50%;
        left: -42px;
    }
}

@keyframes wave-before {
    0% {
        border-radius: 25%;
        left: 44px;
    }
    100% {
        border-radius: 50%;
        left: 36px;
    }
}

@keyframes ocean {
    0% {
        top: 0;
    }
    100% {
        top: 10px;
    }
}

body {
	overflow-x: hidden;
    background: #26C6DA;
}

.waveLoader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 30px;
    animation: ocean .9s infinite alternate ease-in-out;
}

.waveLoading,
.waveLoading:after,
.waveLoading:before {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #0097A7;
    box-sizing: border-box;
}

.waveLoading {
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    animation: wave 1.1s infinite alternate ease-in-out;
}

.waveLoading:after,
.waveLoading:before {
    position: absolute;
    content: "";
    displsy: block;
    top: -3px;
}

.waveLoading:after {
    left: -42px;
    animation: wave-after 1.1s infinite alternate ease-in-out;
}

.waveLoading:before {
    left: 36px;
    animation: wave-before 1.1s infinite alternate ease-in-out;
}

.sun {

}



body {
    font-family: "Lato", sans-serif;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: -50px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav div {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
	width:100%; 
	height:100%;
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.pinColors{
    list-style: none!important;
    list-style-type: none;
}

.socialLinks{
	width:0px;
}

.youtubelogo{
  padding-right: 20px!important;
  padding-top: 20px!important;
} 

.contact{
    height:60px;
}

.contactTable{
    height:60px;
	position: absolute; 
    left: -10px; 
}

.socialLinksImg{
  max-width: none;
}

.closeButton{
  float: right;
}

.disableMap{
  opacity:0.3;
}

.disableMapButtons{
  pointer-events: none;
}

.windArrow{
  width:20px;
  height:20px;
}

.directionsIcon{
  cursor:pointer;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none!important;
}

.ajs-message.ajs-custom {
  color: #31708f!important;
  background-color: #d9edf7!important;
  border-color: #31708f!important;
  /*width:30vh!important;
  /*width:calc(100% - 30%)!important;*/
}

 .close-icon
{
  position: absolute;
  top: -5px;
  right:-5px;
    display:block;
    box-sizing:border-box;
    width:20px;
    height:20px;
    border-width:3px;
    border-style: solid;
    border-color:black;
    border-radius:100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
    background-color:black;
    box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.alertify-logs > div {
  overflow: visible;
}

.copyRightDiv{
    font-size:10px!important;
}

.mapSearchInput{
    top: 4px!importnant;
    height: 20px;
    width: 200px;
    margin-top: 4px;

}





.pinColors > li::before {content: "•"; 
  width: 1em;
  margin-left: -1em}
  
 .pinColors >  li:nth-child(1):before {
  color: red;
}

 .pinColors >  li:nth-child(2):before {
  color: orange;
}

 .pinColors >  li:nth-child(3):before {
  color: green;
}



/*.mapSearchInput {
    position: relative;
}*/


.mapSearchInput:before {
  /*  content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
  adjust as necessary */
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

div[role="button"] + div { 
  bottom:100%!important;
  top:unset!important;
}

.cookiesPolicyDiv{
    position: relative;
    bottom: 8px;
}

.weatherIconBeach{
    margin-top: -13px;
    position: absolute;
}

.beachPictures{
    position: relative;
    left: 52px;
    margin-top: -7px;
}

.beachInfo{
    width: 160px;
}

.gm-style-mtc div{
  top:-180%!important;
}

.forecastLabel{
  color: black;
  font-weight: bold;
  padding: 4px;
  text-transform: uppercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: xx-small;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
