/** GLOBAL STYLES **/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    background-image: url("/icons/plazamexicomaryland/images/PlazaMexico-BG.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html {
    padding-left: 75px;
    padding-right: 75px;
}
@media (max-width: 768px) {
  html {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  html {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.facebookicon {
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}
.facebookicon:hover {
	opacity: 1;
}
.alexscriptgreeting {
	font-family: Arial, sans-serif;
	font-size: 48px;
	font-weight: normal;
	text-shadow: 3px 3px 3px darkgray;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-shadow: 3px 3px 3px black;
}
a {
	color: white;
	text-decoration: none;
}
/** ANIMATION DELAYS **/

.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}

/** SILVER BAY FRONT SPECIFIC STYLES **/

#front-wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 45px;
	border: thin solid black;
	border-radius: 30px;
	padding: 0px;
	box-shadow: 0px 0px 48px black;
	overflow: hidden;
}
@media (max-width: 1224px) {
	#front-wrapper {
		width: 97%;
		margin-top: 50px;
		margin-bottom: 100px;
	}
}
@media (max-width: 500px) {
	#front-wrapper {
		margin-top: 25px;
	}
}
#front-lakeview {
	position: relative;
	background-image: url("/icons/plazamexicomaryland/images/PlazaMexico-Head-BG.jpg");
	background-position: right;
	width: 100%;
	height: 645px;
}
@media (max-width: 538px) {
	#front-lakeview {
		height: 600px;
	}
	.alexscriptgreeting {
		font-size: 40px;
	}
}
@media (max-width: 453px) {
	#front-lakeview {
		height: 550px;
	}
	.alexscriptgreeting {
		font-size: 32px;
	}
}
@media (max-width: 400px) {
	#front-lakeview {
		height: 500px;
	}
}
#front-lakeview p {
	position: relative;
	left: 40px;
	top: 25px;
	width: 80%;
}
#front-lakeview img {
	display: block;
	position: absolute;
	right: 150px;
	top: 100px;
	max-width: 100%;
}
@media (max-width: 960px) {
	#front-lakeview img {
		position: unset;
		margin-right: auto;
		margin-left: auto;
		padding-top: 100px;
	}
}
@media (max-width: 600px) {
	#front-lakeview img {
		top: 150px;
	}
	#front-lakeview p {
		text-align: center;
	}
}
#front-rope {
	position: relative;
	background-image: url("/icons/plazamexicomaryland/images/PlazaMexico-Rope.png");
	background-position: center;
	width: 100%;
	height: 37px;
	margin-top: -15px;
	z-index: 10;
}
.front-portholes {
	position: relative;
	top: -20px;
	background-image: url("/icons/plazamexicomaryland/images/PlazaMexico-WoodBG.jpg");
	background-position: top center;
	width: 100%;
	padding-top: 20px;
}
#front-portholes img {
	max-width: 100%
}
.porthole1 {
	transition: background-image 7s ease-in-out;
	background-image: url("/icons/plazamexicomaryland/images/Porthole-NorthBeachMD.png");
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	height: 165px;
}
.porthole1:hover, .porthole1H { 
	background-image: url("/icons/plazamexicomaryland/images/Porthole-NorthBeachMD-H.png");
}
.porthole2 {
	background-image: url("/icons/plazamexicomaryland/images/Porthole-FallstonMD.png");
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	height: 165px;
}
.porthole2:hover, .porthole2H { 
	background-image: url("/icons/plazamexicomaryland/images/Porthole-FallstonMD-H.png"); 
    transition: all 0.3s ease 0s;
}
.porthole3 {
	background-image: url("/icons/plazamexicomaryland/images/Porthole-WhitePlainsMD.png");
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	height: 165px;
}
.porthole3:hover, .porthole3H { 
	background-image: url("/icons/plazamexicomaryland/images/Porthole-WhitePlainsMD-H.png"); 
    transition: all 0.3s ease 0s;
}
.porthole4 {
	background-image: url("/icons/plazamexicomaryland/images/Porthole-HuntingtownMD.png");
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	height: 165px;
}
.porthole4:hover, .porthole4H { 
	background-image: url("/icons/plazamexicomaryland/images/Porthole-HuntingtownMD-H.png"); 
    transition: all 0.3s ease 0s;
}
.porthole5 {
	background-image: url("/icons/plazamexicomaryland/images/Porthole-MillsboroDE.png");
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	height: 165px;
}
.porthole5:hover, .porthole5H { 
	background-image: url("/icons/plazamexicomaryland/images/Porthole-MillsboroDE-H.png"); 
    transition: all 0.3s ease 0s;
}
.porthole1H, .porthole2H, .porthole3H, .porthole4H, .porthole5H {
	height: 1px;
}
#portholeimg {
	width: 100%;
}
div.portholetext {
	text-align: center;
	color: white;
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: -10px;
}
.portholetext span {
	color: #fef38d;
}
@media (max-width: 1075px) {
	.portholetext {
		margin-top: -25px;
	}
}
#front-bodygreeting {
	margin-top: -20px;
	/*background: linear-gradient(#0c1e3a, #18335c, #18335c, #0c1e3a);*/
	font-size: 28px;
	text-align: center;
	padding: 50px;
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	color: #fcedca;
	background-color: rgba(24, 53, 94, 0.6);
    -moz-box-shadow: inset 0px 0px 200px rgba(0,0,0,0.7);
    -webkit-box-shadow: inset 0px 0px 200px rgba(0,0,0,0.7);
    box-shadow: inset 0px 0px 200px rgba(0,0,0,0.7);
}
@media (max-width: 500px) {
	#front-bodygreeting {
		font-size: 18px;
	}
}
#front-copyright {
	padding-top: 20px;
}
#front-copyright, #copyright {
	margin-top: -5px;
	background-color: #0c1e3a;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	color: #c1922d;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 1224px) {
	.toptext {
		font-size: 18px;
	}
	.breaknoshow {
		display: none;
	}
}
/** SILVER BAY FRONT FIVE COLUMN GRID **/
  
.front-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  text-align: center;
}
.col-bg {
	height: 100px;
	background-color: gray;
	margin-bottom: 3px;
}

/** SILVER BAY INSIDE  TEMPLATE STYLES **/
#jform_captcha {
	width: 100%;
	text-align: center;
}#jform_captcha div {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 7px;
}
#wood-bg {
	position: relative;
	top: -20px;
	background-image: url("/icons/plazamexicomaryland/images/PlazaMexico-WoodBG.jpg");
	background-position: top center;
	width: 100%;
	height: 300px;
	padding-top: 20px;
}
#lakeview {
	position: relative;
	background-image: url("/icons/plazamexicomaryland/images/PlazaMexico-BG.jpg");
	background-position: right bottom -75px;
	width: 100%;
	height: 300px;
	text-align: center;
}
#lakeview img {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	max-width: 100%;
}
@media (max-width: 680px) {
	#lakeview img {
		position: relative;
		left: 5px;
		margin-left: auto;
		margin-right: auto;
	}
}
.portholes {
	position: relative;
	top: 0px;
	background-image: url("/icons/plazamexicomaryland/images/PlazaMexico-WoodBG.jpg");
	background-position: top center;
	width: 100%;
	padding-top: 0px;
}
#bodygreeting {
	margin-top: -20px;
	background-color: rgba(24, 53, 94, 0.7);
    -moz-box-shadow: inset 0px 0px 200px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0px 0px 200px rgba(0,0,0,0.8);
    box-shadow: inset 0px 0px 200px rgba(0,0,0,0.8);
	font-size: 18px;
	text-align: center;
	max-width: 100%;
	padding: 50px;
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	color: #fcedca;
}
@media (max-width: 500px) {
	#bodygreeting {
		padding-left: 0px;
		padding-right: 0px;
	}
}
#copyright {
	background-color: #0c1e3a;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Muli", "Helvetica", Arial, sans-serif;
	color: #c1922d;
}
.bodyheader {
	max-width: 100%;
}
.headertext {
	text-align: center;
	font-size: 22px;
}
@media (max-width: 1120px) {
	.headertext {
	  font-size: 20px;
	}
}
@media (max-width: 1000px) {
	.headertext {
	  font-size: 18px;
	}
	.headertext h2 {
	  font-size: 38px;
	}
}
@media (max-width: 925px) {
	.headertext {
	  font-size: 16px;
	}
	.headertext h2 {
	  font-size: 34px;
	}
}
@media (max-width: 857px) {
	.headertext h2 {
	  font-size: 30px;
	}
}
@media (max-width: 768px) {
	.headertext {
	  font-size: 15px;
	}
	.headertext h2 {
	  font-size: 32px;
	}
}
.headertext h2 {
	color: white;
}
#headerporthole {
	text-align: center;
}
#headerporthole .porthole1, #headerporthole .porthole2, #headerporthole .porthole3, #headerporthole .porthole4, #headerporthole .porthole5 {
	margin-top: -30px;
	max-width: 90%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1275px) {
	#headerporthole .porthole1, #headerporthole .porthole2, #headerporthole .porthole3, #headerporthole .porthole4, #headerporthole .porthole5 {
		max-width: 100%;
		height: 300px;
  		background-size: 100%;
	}
}
@media (max-width: 1136px) {
	#headerporthole .porthole1, #headerporthole .porthole2, #headerporthole .porthole3, #headerporthole .porthole4, #headerporthole .porthole5 {
		height: 265px;
	}
}
@media (max-width: 768px) {
	#headerporthole .porthole1, #headerporthole .porthole2, #headerporthole .porthole3, #headerporthole .porthole4, #headerporthole .porthole5 {
		height: 200px;	
  		background-size: contain;
	}
}
.bodymain {
	max-width: 100%;
	text-align: center;
}
.bodyleft {
	margin-bottom: 20px;
	text-align: left;
}
.bodyrightcontent {
	max-width: 90%;
	border: thin solid black;
	border-radius: 15px;
	background-color: rgba(149, 201, 254, 0.3);
	box-shadow: 5px 5px 10px black;
	margin-left: 18px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fcedca;
}
.bodybottom {
	max-width: 100%;
	text-align: center;
}
.seafoodplates {
	margin-left: auto;
	margin-right: auto;
}
.bodybottom {
    -moz-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.9);
    box-shadow: inset 0px 0px 100px rgba(0,0,0,0.9);
}
.bodybottom img {
	width: 100%;
    z-index: -2;
}
.menus {}
.menu-thumb {
	margin-bottom: 20px;
}
.menu-thumb img {
	border: thin solid black;
	box-shadow: 5px 5px 10px #000000;
}
.menu-thumb img:hover {
	border: thin solid darkgray;
	box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}
.lightboximages {
	margin-bottom: 30px;
	max-width: 100%;
}
.lightboximages img {
	max-width: 100%;
	border: thin solid black;
}
.ltbximages {
	max-width: 100%;
}
.contactbtn {
	margin-top: 20px;
	margin-bottom: 20px;
	border: thin solid black;
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.4);
}
.contactbtn a {
	color: white;
	text-decoration: none;
}
.partypacks img {
	max-width: 100%;
	border: thin solid black;
}
legend {
	display: none;
}
/** DINNER MENU POPUP STYLES **/
#menus {
    width: 100%;
	text-align: center;
}
#menus h2 {
	color: #FF0;
}
#menus img {
	width: 100%;
	cursor: pointer;
}
#menus p {
font-size: 12px;
margin-top: 0px;
}
#SD1-LG, #SD2-LG, #SD3-LG, #SD4-LG, #SD5-LG, #SD6-LG, #SD7-LG, #SD8-LG, #menupopups {
	display: none;
}
#SD1-LG, #SD2-LG, #SD3-LG, #SD4-LG, #SD5-LG, #SD6-LG, #SD7-LG, #SD8-LG {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
}
#relativeissue {
	position: relative;
}
#menupopups {
	width: 70%;
	height: 100vh;
	margin: 0;
	position: fixed;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
	text-align: center;
	background-color: #0079b4;
	color: #FFF;
	overflow-y: scroll;
}
@media (max-width: 1024px) {
	#menupopups {
		width: 100%;
		left: 0px;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		text-align: center;
	}
}
#menupopups img {
	width: 100%;
}
#menupopups .close {
	width: 40px;
	height: 40px;
	background-image: url(/images/close.png);
	background-repeat: no-repeat;
    background-color: black;
    border-radius: 20px;
	cursor: pointer;
	z-index: 200;
	position: fixed;
	right: 5px;
	top: 5px;
}
#menupopups p {
	margin: 0px;
}
/*mobile menu end*/