@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	width: 100%;
	overflow-x: hidden;
	color: #484848;
	font-size: 15px;
	line-height: 150%;
	font-family: arial, sans-serif;
}

html {
	width: 100%;
	margin: 0px;
}

#wrapper {
	width: 970px;
	background: #ffffff;
	margin: 0 auto;
}


/****   header *****/

#hdr {
	margin: 0 40px;
	padding: 25px 0 10px 0;
	display: table;
}

.hdr-left {
	width: 530px;
	float: left;
	margin: 0;
}


.hdr-right {
	width: 345px;
	float: right;
}

.txt {
	padding-top: 20px;
	color: #303030;
	font-style: italic;
	line-height: 135%;
	font-size: 20px;
}

.phone {
	text-align: right;
	color: #303030;
	font-size: 40px;
	margin-top: 10px;
}

.social {
	text-align: right;
	margin: 5px 0 30px 0;
}

.social img {
	margin-left: 7px;
}



/****************   top navigation ********************/

#top {
	width: 100%;
	border-top: 2px solid rgba(0, 0, 0, 0.3);
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

#nav {
	width: 970px;
	margin: 0 40px;
	font-size: 19px;
	display: table;
}

.nav-container {
	float: left;
}

#nav ul ul {
	display: none;
}

#nav ul li:hover>ul {
	display: block;
}

#nav ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

#nav ul:after {
	content: "";
	clear: both;
	display: block;
}

#nav ul li {
	margin-right: 25px;
	float: left;
}

#nav ul li:hover {
	background: #297499;
}

#nav ul li:hover a {
	color: #fff;
}

#nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #297499;
	text-decoration: none;
	line-height: 25px;
}

#body-container {
	width: 890px;
	margin: 35px 40px;
	background: #ffffff;
	line-height: 150%;
	display: table;
}

.body-left {
	width: 600px;
	float: left;
}

.body-left-content {
	padding-right: 35px;
}

.body-right {
	float: left;
	width: 275px;
}

.shadow {
	border: 1px solid #aeaeae;
	-webkit-box-shadow: 0 8px 16px -6px black;
	-moz-box-shadow: 0 8px 16px -6px black;
	box-shadow: 0 8px 16px -6px black;
}

.input {
	height: 25px;
	width: 275px;
	font-size: 15px;
	margin: 5px 0 20px 0;
	padding: 5px 0px 5px 10px;
}

textarea {
	height: 75px;
	width: 275px;
	font-size: 15px;
	margin: 5px 0 10px 0;
	padding: 5px 0px 20px 10px;
}

.shadow {
	border: 1px solid #aeaeae;
	-webkit-box-shadow: 0 8px 16px -6px black;
	-moz-box-shadow: 0 8px 16px -6px black;
	box-shadow: 0 8px 16px -6px black;
}


h1 {
	color: #042B62;
	line-height: 125%;
	padding-bottom: 20px;
	margin: 0;
}

h2 {
	color: #042B62;
	line-height: 125%;
	padding: 20px 0 10px 0;
	margin: 0;
}

h3 {
	color: #042B62;
	line-height: 125%;
	padding: 0 0 5px 0;
	margin: 0;
}

.left {
	float: left;
	margin: 0 15px 10px 0;
}


/************   FOOTER ********************/

#footer {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

.footer-content {
	margin: 0 40px 25px 40px;
	padding-bottom: 25px;
	font-size: 14px;
}

.horiz-line {
	border-bottom: 1px solid #868585;
	margin: 40px 0 20px 0;
}

.footer-content a:link {
	padding: 0 2px 0 2px;
	color: #042B62;
	text-decoration: none;
}

.footer-content a:visited {
	color: #042B62;
	text-decoration: none;
}

.footer-content a:hover {
	color: #0a6cf5;
	text-decoration: none;
}


.nofish {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ff0000;
	padding-bottom: 15px;
}

.hr {
	margin: 35px 0 5px 0;
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.imgframe {
	border: 1px solid #6c6b6b;
	background: #303030;
	padding: 7px;
}


img {
	border: none;
}


.border {
	border: 1px solid #797979;
}

.clearfloats {
	clear: both;
}







/* *******Pre Setting********** */
.logo_sm {
	display: none;
}

.Toggle-button {
	display: none;
}

.fa-phone {
	display: none;
}

/* **************MOBILE*************** */

@media all and (max-width: 767px) {

	body {
		width: 100%;
		box-sizing: border-box;
	}

	/* **************HEADER*************** */

	#wrapper {
		width: 100%;
	}

	#top {
		border: none;
	}

	#hdr {
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
	}

	.hdr-left {
		width: 100%;
	}

	.hdr-right {
		display: none;
	}

	#nav {
		width: 100%;
		display: block !important;
	}

	.Toggle-button {
		display: block !important;
		position: absolute;
		top: 40px;
		right: auto;
		left: 20px;
		text-decoration: none;
		font-size: 30px;
		color: #257696;
	}

	.fa-phone {
		display: block !important;
		position: absolute;
		top: 45px;
		left: auto;
		right: 20px;
		text-decoration: none;
		color: #257596;
		font-size: 30px;
	}


	.logo_lg {
		display: none;
	}

	.logo_sm {
		display: block;
		width: 150px;
		margin: 0 auto;
	}

	.logo_sm img {
		width: 100%;
	}

	.hdr-left .txt {
		font-size: 15px;
		text-align: center;
		background: #257596;
		color: white;
		padding: 15px;
		margin-top: 15px;
	}


	.nav-container {
		display: none;
		position: absolute;
		width: 150px;
		top: 80px;
		left: 20px;
		background: #042b62;
		border-radius: 3px;
		z-index: 9999;
	}

	#nav ul li a {
		color: white;
		font-size: 15px;
	}

	/* **************BODY CONTAINER************ */


	#body-container {
		width: 100% !important;
		margin: 0;
		padding: 0 15px;
		box-sizing: border-box;

	}

	#body-container h1 {
		padding: 20px 0;
		font-size: 20px;
		margin: 10px 0px;
	}

	#body-container h2 {
		padding: 10px 0px;
		margin: 10px 0;
	}

	/* #body-container h1,
	h2 {
		text-align: center;
	} */

	div .banner {
		float: none !important;
		padding: 0 0 20px 0;
	}

	#fade {
		width: 100% !important;
		height: 200px;
	}

	/* #fade img {
		width: 100% !important;
		height: 100% !important
	} */

	.shadow {
		width: 100% !important;
		height: 100% !important;
	}

	br {
		display: none;
	}

	.fb_iframe_widget_fluid span {
		padding-top: 30px;
	}

	/* ***********FOOTER************ */

	.footer-content {
		margin: 10px;
		padding: 5px;
	}

	.horiz-line {
		display: none;
	}

	/* .footer-content table tr:first-child {
		display: none;
	} */

	#footer td {
		display: block;
		width: 100%;
		padding: 0 0 20px 0;
		text-align: center;
	}


	/* ABOUT PAGE */


	.left img {
		width: 150px !important;
		height: 150px !important;
	}



	/* RATES PAGE BODY */

	.body-left {
		width: 100%;
	}

	.nofish {
		padding: 15px 0px;
	}

	/* GALLERY PAGE BODY */

	/* #body-container #galleria {
		width: 100%;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	} */

	div.images_container {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 25px 20px;
		box-sizing: border-box;
	}

	#galleria {
		width: 100% !important;
		overflow: hidden !important;
		background-color: white !important;
	}

	#galleria img {
		width: 160px;
		height: 130px;
		padding: 5px;
	}

}