html,body{
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
	height:100%;
	color:#fff;
	background-color: #0f1626;
}
body::-webkit-scrollbar {
	width: 12px;
  }
   
  body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 0px;
		background-color: rgba(15,22,38,1);
  }
   
  body::-webkit-scrollbar-thumb {
	border-radius: 6px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
		background-color: #64a9e6;
  }
  body::-webkit-scrollbar-thumb:hover {
		background: #64a9e6;
		cursor: grab;
	}  

.table-responsive::-webkit-scrollbar {
    width: 6px;
}
 
	.table-responsive::-webkit-scrollbar-track {
		box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		border-radius: 0px;
			background-color: rgba(15,22,38,1);
	}
	
	.table-responsive::-webkit-scrollbar-thumb {
		border-radius: 6px;
		box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
			background-color: #64a9e6;
	}

	.table-responsive::-webkit-scrollbar-thumb:hover {
		background: #64a9e6;
		cursor: grab;
	}

#container{
	position: fixed;
	top:0;
	z-index: 1000;
	width: 100%;
	height: 4px;
}
a i{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

hr{
	border: 1px solid #ccc;
	width: 100px;
	height: 1px;
	margin: 20px auto 5px;
	box-sizing: border-box;
}

#map{
	height: 400px;
	width: 100%;
}

#cam-down{
	background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
	padding: 0;
	position: relative;
}

#cam-down h4{
    font-size: 3em;
    font-weight: 600;
}

#cam-down h5{
	font-size: 1.7em;
	font-weight: 600;
}

#cam-down .btn-notify{
	color:#fff;
	padding: .5em 1em;
	font-size: 1em;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	
	transition: all .5s;
}

#cam-down .btn-notify:hover{
	background-color: #fff;
	color:#262626;
	cursor: pointer;
}

#cam-down .seatow-overlay{
	position: absolute;
	left:10px;
	bottom: 45px;
  filter: drop-shadow(0px 0px 10px #ffffff);
}

#cam-down .seatow-overlay img{
	width: 10em;
}

.grad {
 /*   background: -moz-linear-gradient(top, rgba(0,0,0,.4) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.4)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.4) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,.4) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,.4) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,.4) 0%,rgba(255,255,255,0) 100%);*/
		background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
		padding: 1em;

}

/* Video Background Begin */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

#video-viewport { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1; }
video { display: block; width: 100%; height: auto; }

.fullsize-video-bg { height: 100vh; overflow: hidden; }

.fullsize-video-bg:before { content: ""; background: rgba(255,255,255,.7); position: relative; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }

.fullsize-video-bg .inner { display: table; width: 100%; max-width: 24em; height: 100%; margin: 0 auto; padding: 0; position: relative; z-index: 2; text-shadow: 0 1px 5px rgba(0,0,0,.5); }
.fullsize-video-bg .inner > div { text-align: center; display: table-cell; vertical-align: middle; padding: 0 2em; }


h1 { font-family: "Raleway", sans-serif; font-size: 3em; line-height: .9; font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; margin-bottom: .5em; }
h1 + p { font-family: "Shadows Into Light Two", cursive; font-size: 1.5em;  }

/* Video Background End */

.desktop-header{
	padding: 15px 0 5px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;		
	display:none;
}

.header-bar{
	background: #64a9e6;
	color: #fff;	
}

.header-bar ul>li{
	float: left;
	margin-left: 15px;
	margin-top: 4px;
	list-style: none;
}

	#forecast h6{
    font-weight: 600;
    color: #64a9e6;
	}
	#forecast p{
		line-height: 1.3em;
		font-size: 12px;
	}

.intro{
	font-family: 'Raleway', sans-serif;
	padding: 15px;
	margin-bottom: 20px;
}
.intro h1{
	color:#64a9e6;
	font-family: "Raleway", sans-serif;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	letter-spacing:normal;
	text-transform:none;
	margin-bottom:1px solid #262626;
	margin-bottom: .5em;	
}
.intro p{
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	line-height: 1;
	font-weight: 300;	
}

.video-sub h4{
	font-size: 20px;
	color: #262626;
	font-weight: 600;
}

.weather img {
    height: 28px;
    vertical-align: middle;
}

.meteorlogical{
	margin-top: 90px;
	background-color: aliceblue;
	color: #666;	
}

.meteorlogical .row{
	/* border-bottom: 1px solid #ccc; */
	padding: 10px;
}

.meteorlogical .row:nth-child(3){
	border-bottom: none;
}

.mobile-header{
	background: #fff;
	position: fixed;
	top: 0px;
	height: 80px;
	width: 100%;
	z-index: 1;
	display: block;
	border-bottom: 1px solid #f1f1f1;
}
.mobile-logo{
	position: relative;
	z-index: 1;
	width: 250px;
	top: 15px;
	left: 15px;
	
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;		
}
.w250{
	width: 250px !important;
	top: 5px;
	left: 5px;
	
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;		
}
.bg50{
	background: rgba(0,0,0,.7);
	padding: 5px 5px 10px;
}
.bg-blue {
	background: #15a4fa;
	padding: 5px 5px 0px;
}
.lt-blue{
	background-color: #15a4fa;
	height: 75px;
	padding: 12px;
}
.bgimg-1 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("../img/main002.jpg");
	height: 100vh;
	width: 100%;
}

.bg-loader {
  background:url("../img/loader.gif") center center no-repeat;
}

.photo-main{
	min-height: 100vh;
  background: transparent;
}

.caption {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 10px 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.phone-num{
	color: #fff;
	font-size: 1.2em;
	margin-top: 11px;
	font-weight: 500;
  text-align: right;	
}
/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */
.dropdown-menu.collapsing {
    display:block;
}
.menu{
	padding-left: 20px;
}
.menu-wrap {
	background-color: #262626;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 220px;
	margin-right: -380px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 10;
	border-left: 1px solid #fff;
}
.menu-show {
	margin-right: 0;
	/* box-shadow: 4px 2px 15px 1px #B9ADAD; */
}
.menu-sidebar {
	margin: 70px 0 0px 0px;
	position: relative;
	top: 0;
}
.menu-sidebar li {
	padding: 18px 18px 18px;
	list-style: none;
	border-bottom: 1px solid #fff;
}
.menu-sidebar li > ul > li {
	border-bottom: 1px solid #71cef5;
}

.menu-sidebar li > ul > li > a {
	color:#71cef5;
}

.menu-sidebar li:last-child,
.menu-sidebar li > ul > li:last-child {
	border-bottom: none;
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1em;
	position: relative;
	text-decoration: none;
	font-weight: 400;
}
.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #71cef5 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
	padding-left: 0;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #71cef5;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}

/*Hamburger Button*/
.toggle-button {
	position: fixed;
	width: 44px;
	height: 40px;
	top: 25px;
	right: 20px;
	padding: 4px;
	transition: .25s;
	z-index: 15;
}

.top18{
	top:18px;
	right:18px;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 4px solid #2e2925;
	border-bottom: none;
	top: 0;
}
.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #2e2925;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 4px solid #2e2925;
	border-top: none;
	top: 22px;
}
.button-open .menu-bar-top {
	border: 2px solid #ffffff;
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
}
.button-open .menu-bar-middle {
	border: 2px solid #ffffff;
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
	border: 2px solid #ffffff;
  transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s;
}
.main-nav{
	display:block;
}
.main-nav li.navbar-item{
	float:left;
	margin-left:12px;
	padding:10px 14px;
	list-style:none;
}	

.navbar-brand img{
	max-height:70px;
}

.quick-links{
	padding: 10px;
	color: #fff;
	background: none;
	-webkit-transition: background 100ms linear;
	-ms-transition: background 100ms linear;
	transition: background 100ms linear;	
}

.quick-links i{
	font-size: 30px;
}

.ads-main{
	padding: 10px 30px;;
	border: 1px solid transparent;	
}

.ads-main:hover{
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.1);
	border: 1px solid #f1f1f1;
}

.ads-sidebar{
	padding: 0 40px 30px 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.friends-main{
	padding: .5em;
    background-color: rgba(255,255,255,1);
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.friends-main:hover{
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.1);
	border: 1px solid #f1f1f1;
}

.friends-sidebar{
	padding: 2em;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,1);
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.weatherheader thead{
	text-align: center;
	font-size: 20px;
}
.weatherheader .table td{
	padding: 0;
}

.weatherheader img{
	height: 30px;
}

.weathermobile{
	text-align: center;
	margin-top: 20px;
}
.weathermobile .table td{
	padding: 0;
}

#section-main .weathertemp {
	font-size: 32px;
	display: grid;
}

#section-main .weathertemp span{
	font-size: 16px;
}

#section-shop{
	height: 300px;
	background: #f5f5f5;
}

#section-conditions{
  padding: 0 0 20px;
}

#section-conditions .table td{
  white-space: nowrap;
}

#section-conditions h4{
	text-align: center;
	margin-top: 20px;
}

#section-waves{
	padding: 0px;
	margin-top: -60px;
}

#section-waves .table td{
	white-space: nowrap;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#section-waves .table td.sticky-column{
	position:sticky;
	left:0px;
}

#section-waves .table-waves{
	background-color: #64a9e6;
	color: #fff;
}

	#section-waves .table-waves td{
		white-space: nowrap;
		padding: 5px 10px;
		text-align: center;
		border-bottom: 1px solid #fff;
	}

#section-waves h4{
	text-align: center;
	margin-top: 20px;
}

#section-waves h6{
	text-align: center;
}

.section-specials {
	min-height: 350px;
	background: transparent;
	padding: 20px;
}

.section-specials h2{
	color:#f5f5f5;
	font-size:30px;
	text-align: right;
}

#section-details{
	background: #6a6f78;
	background-image: url(../img/grunge.png);
	background-position: center;
	background-repeat: repeat;
	padding: 5px 0 25px;
}

#section-details .currentday{
	background: #71cef5;
	color: #fff;	
}

#section-details .hours{
	padding: 20px 10px;
	background: #f7f7f7;
	margin-top: 20px;	
	border-radius: 3px;
}

#section-details .contact-box{
	padding: 20px 10px;
	background: #f7f7f7;
	margin-top: 20px;	
	border-radius: 3px;
}

#section-details .contact-box .input-group{
    margin-top: 30px;
}

#loading, .response{
	text-align: center;
  height: 286px;
}

#section-map{
	background: #f5f5f5;
}

#footer-wrapper{
 position:absolute;
 width:100%;
 height:164px; 	
}
#footer-main{
	background: #0f1626;
	padding: 20px;
	color: #fff;
}

#footer-main i{
	font-size: 40px;
}

#footer-sub{
	padding: 10px;
	background: #318dde;	
}

.copy{
	color: #fff;
	font-size: 14px;
}

.copy span{
	font-weight: 600;
}

.toTop{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
}

@media(min-width:1024px) {
	.desktop-header{
		display:block;
	}
	.mobile-header{
		display:none;
	}
	
	.meteorlogical{
		margin-top: 0;
	}
	
	.phone-num {
		font-size: 1.5em;
		margin-right: 20px;
		margin-top: 8px;
	}	
	.caption {
		top: 14%;
	}	
		.caption span.border {
			padding: 10px 10px 10px 18px;
			font-size: 40px;
		}	
	#section-main{
		margin-top:30px;
	}	
	
	#section-waves{
		padding: 0px;
		margin-top: 0;
	}	
	
	#section-details .hours,
	#section-details .contact-box{
		margin: 20px 20px 10px;
	}	
	
	#cam-down{
		padding: 8em 3em;	
	}	
	
}

@media (min-width: 1200px){
	.container {
			max-width: 1400px;
	}
}


