/*
 Theme Name:     NPAD - NSN
 Theme URI:      http://www.nicholassnickolas.com
 Description:    Customized Theme for Nicholas S. Nickolas designed and developed by Nickolas Productions & Designs (NPAD).
 Author:         NickolasPAD
 Author URI:     http://www.nickolaspad.com/software
 Version:        1.0.0
*/

/*================= THEME ELEMENTS ========================*/
@font-face {
    font-family: 'Righteous';
    font-weight: 400;
    src: url('/wp-content/themes/npad-nsn/fonts/Righteous/Righteous-Regular.ttf') format('truetype');
}

/* cursive fonts */
/* 
@font-face {
    font-family: 'Mr_Dafoe';
    font-weight: 50;
    src: url('fonts/Mr_Dafoe/MrDafoe-Regular.ttf') format('truetype');
}
 */
@font-face {
    font-family: 'Smooch';
    font-weight: 50;
    src: url('/wp-content/themes/npad-nsn/fonts/Smooch/Smooch-Regular.ttf') format('truetype');
}

@keyframes rise {
  	from {top: 105%; margin-left: -=15px;}
  	to {top: -300px; margin-left: +=15px;}
}
.bubble {
	position: absolute;
	border: 1px solid #cccccc;
	background: none;
	top: 95%;
	z-index: 10;
	animation-name: rise;
	animation-iteration-count: 1;
	animation-duration: 12s;
	animation-fill-mode: forwards;
	animationend;
}

body {
	display: block;
	position: fixed;
	top: 0px !important; bottom: 0px !important; left: 0px !important; right: 0px !important;
	font-family: Helvetica, Sans-serif;
	background: #ffffff;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	/* touch-action: auto !important; */
}
.container {
	position: fixed;
	display: block;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.lightbox, .lightboxtext, .lightboxvid {
	display: none;
	position: fixed;
	width: 100%; height: 100%;
	background: rgba(1,1,1,0.9);
	z-index: 5;
}
/* X close boxes */
.lightbox div, .lightboxtext div, .lightboxvid div {
	position: absolute;
	right: 20px; top: 15px;
	width: 40px; height: 40px;
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	z-index: 7;
	/* border: 0px solid #ffffff; */
}
.lightbox div, .lightboxtext div, .lightboxvid div:hover {
	cursor: pointer;
}
.lightbox span {
	position: fixed;
	display: block;
	top: 47%; right: 30px;
	width: 10px; height: 15px;
	padding: 10px;
	padding-top: 7px;
	border: 1px solid #ffffff !important;
	background: rgba(1,1,1,0.7);
	font-size: 15px;
	text-align: center;
	border-radius: 30px;
	vertical-align: middle;
	font-stretch: extra-condensed;
	z-index: 8;
	opacity: 0.5;
	color: #ffffff !important;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.lightbox span:first-child {
	left: 30px; right: 0px;
}
.lightbox span:hover {
	cursor: pointer;
	opacity: 1;
}
.lightboximage {
	position: absolute;
	display: block;
  	top: 50%; right: 50%;
  	width: 800px;
	height: 600px;
	/* border: 1px solid white; */
	border-radius: 5px;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	z-index: 6;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.lightboxvideo {
	position: absolute;
	display: none;
  	top: 50%; right: 50%;
  	width: 800px;
	height: 600px;
	/* border: 1px solid white; */
	border-radius: 5px;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	z-index: 6;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.lightboxtextdiv {
	position: absolute;
	display: block;
  	top: 50%; right: 50%;
  	color: #000000;
  	background: #ffffff;
  	width: 600px;
	height: 800px;
	border: 1px solid white;
	border-radius: 5px;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 30px 30px;
	text-align: left;
	z-index: 6;
}
#topscrollpoint {
	top: 0px;
}
#blackbar {
	left: 0px;
	right: 0px;
	width: 95%;
	margin-left:auto; 
	margin-right: auto;
	height: 10px;
	top: 10px;
	background: #000000;
}

#fishlinebackground {
	position: fixed;
	display: block;
	top: -200px; left: 0px; right: 0px;
	width: 1px; height: 500px;
	border-left: 1px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #ffffff; /* rgb(255, 117, 115); */
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	color: #ff0000 !important;
}
#fulllogo {
	position: fixed;
  	top: -10px; left: 0px; bottom: 0px; right: 0px;
  	width: 100%;
	height: 100%;
	padding-bottom: 5px;
	z-index: 4;
	background: #000000;
	overflow-x: hidden;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	/* overflow-y: hidden; */
/* 
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
 */
}
#fulllogo div {
	position: absolute;
	display: none;
	width: 550px; height: 80px;
	max-width: 90%;
	top: 35%; left: 0px; right: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: center;
	font-family: Smooch;
	font-size: 68px;
	cursor: default;
	border-bottom: 2px solid #ff0000;
}
#fulllogo div span {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	font-family: Righteous;
	display: none;
}
#fulllogo div p {
	font-family: Righteous;
	font-size: 24px;
	margin-top: -10px;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	/* border-top: 2px solid #ff0000; */
}
#fulllogo img {
	position: absolute;
	display: none;
	top: 0px; left: 0px; right: 0px;
	border-bottom: 0px;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	/* pointer-events: none; */
}
#speaker {
	position: absolute;
	display: none;
	/* top: -2px; right: -1px; */
	bottom: 8px; right: 15px;
	width: 8px; height: 10px;
	padding: 10px;
	margin: 10px;
	/* background: #ffffff; */
	/* border: 1px solid #ff0000; */
	border-radius: 28px;
	z-index: 4;
	/* font-size: 10px;
	text-align: center;
	color: #cccccc; 
	font-family: Helvetica, sans-serif;  */
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	background: url('/wp-content/themes/npad-nsn/images/voliconredmutedblack.png');
	background-size: 28px 35px !important;
	background-repeat: no-repeat;
/* 
	opacity: 0.8;
 */
}
#mode {
	position: absolute;
	/* top: -2px; right: -1px; */
	bottom: 20px; right: 25px;
	width: 3px; height: 3px;
	padding: 5px;
	margin: 5px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
	z-index: 2;
	/* font-size: 10px;
	text-align: center;
	color: #cccccc; 
	font-family: Helvetica, sans-serif;  */
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
#speaker, #mode:hover {
	cursor: pointer;
}
#header {
	display: block;
	position: fixed;
	width: 100%; height: 80px;
	top: 0px;
	background: #000000;
	/*border-bottom: 1px solid #cccccc;*/
	cursor: default;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	z-index: 2;
}
#logo img {
	display: block;
	position: fixed;
	width: 50px; height: 60px;
	top: 0px; left: 15px;
	z-index: 4;
	/* pointer-events: none; */
}
#logotitle {
	top: 15px; left: 70px;
	position: absolute;
	float: left;
	font-size: 24px;
	font-family: Righteous;
	/* font-style: italic;
	font-family: Mr_Dafoe; */
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	pointer-events: none;
}
#tagline {
	top: 42px; left: 70px;
	position: absolute;
	float: left;
	font-size: 15px;
	/* font-style: italic; */
	font-family: Righteous;
	opacity: 0.5;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	pointer-events: none;
}
#menubox {
	position: relative;
	top: 20px;
	float: right;
	right: 18px;
	border: 1px solid #cccccc;
	color: #cccccc;
	border-radius: 3px;
	font-size: 16px;
	width: 21px; height: 17px;
	padding: 5px;
	text-align: center;
	display: none;
}
#menubox:hover {
	cursor: pointer;
}
#menubox div {
	display: block;
	position: relative;
	width: 15px; height: 1px;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ffffff;
}
#menu {
	position: absolute;
	top: 20px; right: 20px;
	list-style: none;
	font-size: 14px;
    font-family: 'Righteous';
    z-index: 3;
    display: block;
}
#menu li {
	display: inline;
	margin-right: 10px;
	border: 0px;
	background: none;
}
#menu li:hover {
	color: #ff0000;
	cursor: pointer;
}
.container {
	display: block;
	position: fixed;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 100%; height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}
#background {
	display: block;
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 100%; height: 700px;
	margin-top: 80px;
	background: #000000;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 0;
}
#background img {
	position: absolute;
	display: inline-block;
	width: 130px; height: 500px;
}
#blackleft {
	left: 0px; right: 125px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	pointer-events: none;
}
#redright {
	left: 125px; right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	pointer-events: none;
}

.leftdoor {
	display: block;
	position: absolute;
	top: 0px; bottom: 0px; left: 0px;
	width: 50%; height: 100%;
	border-right: 0px solid #333333;
	background: #000000;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 2;
}
.rightdoor {
	display: block;
	position: absolute;
	top: 0px; bottom: 0px; right: 0px;
	width: 50%; height: 100%;
	border-left: 0px solid #333333;
	background: #000000;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 2;
}

.leftpane {
	position: absolute;
	top: 80px; bottom: 0px; left: 0px;
	width: 70%; height: auto;
	/* margin: 0px 50px; */
	margin-left: 15px;
	margin-right: auto;
	border-right: 0px solid #999999;
	overflow-y: hidden;
	overflow-x: hidden;
    z-index: 1;
}
.rightpane {
	position: absolute;
	top: 80px; bottom: 0px; right: 0px;
	width: 70%; height: auto;
	/* margin: 0px 50px; */
	margin-left: auto;
	margin-right: 0px;
	border-left: 0px solid #999999;
	overflow-y: hidden;
	overflow-x: hidden;
    z-index: 1;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}
#locations, #medialocations {
	/* margin-top: 0px; */
	width: auto;
	min-width: 200px;
	padding-left: 0px;
	margin-right: 30px;
	margin-top: 5px;
	list-style: none;
	cursor: default;
}
#locations li, #medialocations li {
	width: auto;
	padding: 5px 0px;
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	word-wrap: break-word;
} 
#medialocations li span:hover {
	cursor: pointer;
	color: #ff0000;
}
h3 {
	width: auto;
	height: auto;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #ff0000;
	font-weight: normal;
}
#restaurants h3 {
	color: #ffffff;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	margin: 0px;
	color: #ff0000;
}
.leftpane div {
	position: absolute;
	left: 0px; top: 0px; bottom: 30px;
	/* margin-top: 5px; */
	height: auto; width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 5px;
	padding: 5px 0px;
	border: 0px solid rgba(150,150,150,0.8);
	border-radius: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	background: url('/wp-content/themes/npad-nsn/images/platebackground.jpg');
	background-size: 105% 120% !important;
	background-position: 15% 0% !important;
	background-repeat: no-repeat !important;
	touch-action: auto !important;
	/* background: rgba(100,100,100,0.2); */
}
.leftpane div::-webkit-scrollbar {
    display: none;
}
.rightpane div::-webkit-scrollbar {
    display: none;
}
.rightpane div {
	position: absolute;
	right: 0px; top: 0px; bottom: 30px;
	/* margin-top: 5px; */
	height: auto; width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 5px;
	padding: 5px 0px;
	border: 0px solid rgba(150,150,150,0.8);
	border-radius: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	background: url('/wp-content/themes/npad-nsn/images/platebackground.jpg');
	background-size: 105% 120% !important;
	background-position: 15% 0% !important;
	background-repeat: no-repeat !important;
	touch-action: auto !important;
	/* background: rgba(100,100,100,0.2); */
}
h1 {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 20px;
	font-family: Righteous;
	font-size: 22px;
}
#fullbio {
	display: none;
}
#fullbiolink {
	position: absolute;
	top: 5px; right: 20px;
	font-size: 12px;
	float: right;
}
#fullbiolink:hover, #backtotop:hover {
	color: #ff0000;
	cursor: pointer;
}
.commentaries, .press {
	position: relative;
	display: block;
	float: left;
	width: auto !important;
	list-style: decimal inside;
}
.commentaries li, .press li {
	padding: 2px 0px;
	color: #ffffff;
	width: auto !important;
}
.commentaries li:hover, .press li:hover {
	cursor: pointer !important;
	color: #ff0000 !important;
}
#nicksspace {
	z-index: 1;
	cursor: default;
}
#meetnick {
	z-index: 1;
	cursor: default;
}
#restaurants {
	z-index: 1;
	cursor: default;
}
#media span {
	display: inline-block;
	float: left;
	width: 350px;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#media span:nth-child(6) {
	display: block;
	width: auto;
}
#media span:nth-child(7) {
	display: block;
	width: auto;
}
#media span:last-child {
	display: block;
	width: auto;
}
#restaurants span {
	display: inline-block;
	float: left;
	width: 350px;
	height: 575px;
	margin-top: 0px;
	padding-top: 10px;
}
#articles {
	z-index: 1;
	cursor: default;
}
#media {
	/* top: 20px; */
	z-index: 1;
	cursor: default;
}
#consult {
	z-index: 1;
	cursor: default;
} 
#consult p, #nicksspace p, #articles p  {
	width: 80%;
}
#social {
	z-index: 1;
	cursor: default;
}
/* 
.social div {
	padding-left: 100px;
}
 */

#album, #menus, #family {
	position: relative;
	right: 0px; top: 0px; bottom: 0px;
	margin-top: 5px;
	padding-left: 0px;
	float: left;
	width: 80%;
	height: auto;
	border: 0px solid black;
	list-style: none;
}
#album li, #menus li, #family li {
	position: relative;
	display: inline-block;
	width: 95px;
	height: 70px;
	margin: 5px;
}
#album li img, #menus li img, #family li img {
	width: 95px;
	height: 70px;
	cursor: default;
	border: 1px solid #333333;
	opacity: 0.8;
}
#album li img:hover, #menus li img:hover, #family li img:hover {
	/* border: 1px solid #ff0000 */;
	cursor: pointer !important;
	opacity: 1 !important;
	border: 1px solid #777777;
}

#videos {
	position: relative;
	right: 0px; top: 0px; bottom: 0px;
	margin-top: 20px;
	padding-left: 0px;
	float: left;
	width: 95%;
	height: auto;
	border: 0px solid black;
	list-style: none;
}
#videos li {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 90px;
	margin: 5px;
}
#videos li iframe {
	width: 150px;
	height: 90px;
	cursor: default;
	border: 1px solid #ff0000;
	opacity: 0.7;
}
#videos li iframe:hover {
	/* border: 1px solid #ff0000; */
	cursor: pointer;
	opacity: 1;
}

#fishlogo {
	width: 150px; height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
	cursor: pointer;
}
#fishlogo img {
	width: 200px; height: 200px;
}
#fishlogo div {
	width: 300px; height: auto;
	text-align: left;
	color: red;
	font-size: 32px;
	font-family: Impact;
}
/*#elevpanel {
	position: absolute;
	top: 50%;
	right: 40px;
}*/
/* 
#elevpanel img {
	width: 40px; height: auto;
	margin-left: 150px;
	margin-top: 60%;
	/*border: 30px solid #1a1a00;
	cursor: pointer;
}
*/

footer {
	width: auto;
	position: fixed;
	/* display: none; */
	bottom: 0;
	margin-bottom: 20px;
	z-index: 4;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
#copyright {
	font-size: 11px;
	width: auto;
	height: auto;
	float: left;
	margin-left: 20px;
	text-align: left;
}
#cpyrtlogo {
	height: 20px;
	font-size: 20px;
	visibility: visible;
	color: #ff0000;
	opacity: 1;
	text-align: center;
	font-weight: bold;
}
/* 
#cpyrtlogo p {
	width: 19px; height: 19px;
	border: 1px solid #000000;
	border-radius: 19px;
	
}
 */
#cpyrtlogo:hover {
	cursor: pointer;
}
#terms {
	float: left;
	height: 10px;
	margin-top: 5px;
	margin-left: -5px;
	font-style: italic;
	display: none;
}
#terms:hover {
	cursor: default;
}
#nsn {
	color: #ff0000;
}

/* MEDIA */
@media (max-width: 1112px) {
	#restaurants span {
		width: 260px;
	}
	#locations {
		margin-right: 5px;
	}
	#locations li {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	#restaurants span {
		width: 245px;
	}
/* 
	#locations li {
		width: 210px;
	}
 */
}
@media (max-width: 834px) {
	#media span {
		width: 250px;
	}
	#menu {
		font-size: 12px;
	}
/*
	#logotitle {
		font-size: 22px;
	}
	#tagline {
		top: 38px; left: 85px;
		font-size: 14px;
	} 
	#logo img {
		left: 20px;
		width: 55px; height: 55px;
	}
 */
}
@media (max-width: 800px) {
	#restaurants span {
		width: 190px;
	}
	#locations li {
		width: 95%;
	}
	#redright {
		left: 125px; 
	}
	#blackleft {
		right: 125px; 
	}
	#fulllogo img {
		width: 150px;
	}
/* 
	#logotitle {
		left: 85px;
		font-size: 20px;
	}
	#tagline {
		font-size: 12px;
	}
 */
}

@media (max-width: 768px) {
	#menu {
		top: 0px; left: 0px; right: 0px;
		margin-left: auto;
		margin-right: auto;
		display: none;
		width: 100%;
		border-top: 1px solid #ff0000;
		border-bottom: 1px solid #ff0000;
	}
	#menu ul {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	#menubox {
		display: block;
		padding-top: 7px;
		z-index: 4;
	}
	#menu li {
		top: 0px; bottom: 0px;
		display: block;
		text-align: center;
		margin-right: 0px;
		width: 100%; height: 15px;
		padding: 20px 0px;
		background: rgba(1,1,1,0.9);
		border-bottom: 1px solid #333333;
		/* color: #ff0000; */
		font-size: 16px;
	}
	#menu li:hover {
		background: #333333;
	}
	#restaurants span {
		width: 260px;
	}
	#locations {
		margin-right: 20px;
	}
/* 
	#locations li {
		width: auto;
	}
 */
	#redright {
		left: 128px; 
	}
	#blackleft {
		right: 128px; 
	}
	#fulllogo img {
		width: 200px;
	}
 	#logotitle {
		left: 73px;
	}
	#tagline {
		top: 41px; left: 73px;
	}
	.lightboximage {
		width: 95%;
		height: auto;
	}
	.lightbox span {
		right: 20px;
		opacity: 0.4;
	}
	.lightbox span:first-child {
		left: 20px; right: 0px;
	}
}
@media (max-width: 736px) {
	#fulllogo div {
		top: 30%;
	}
	#fulllogo img {
		margin-top: -75px;
		width: 130px;
	}
}
@media (max-width: 667px) {
/* 
	body {
		position: absolute;
	}
 */
	#fulllogo div {
		top: 30%;
	}
	#fulllogo img {
		margin-top: -70px;
		width: 120px;
	}
}
@media (max-width: 600px) {
	#fulllogo img {
		margin-top: 0px;
		width: 170px;
	}
	#menu li {
		padding: 15px 0px;
		font-size: 14px;
	}
	.leftpane, .rightpane {
		top: 50px;
	}
	#restaurants span {
		width: 80%;
		height: 560px;
	}
	#locations {
		margin-right: 5px;
	}
	#locations li {
		width: 90%;
	}
	#media span {
		width: 200px;
	}
	.lightboxtext div {
		color: #111111;
		font-size: 20px;
		top: 30px;
		right: 30px;
	}
}
@media (max-width: 568px) {
	#fulllogo img {
		margin-top: -70px;
		width: 110px;
	}
}
@media (max-width: 414px) {
	#header {
		height: 70px;
	}
	#background {
		margin-top: 70px;
	}
	#fullbiolink {
		top: 24px; left: 0px;
		font-size: 12px;
		float: left;
	}
	#meetnick p:nth-child(2) {
		margin-top: 40px;
	}
	.commentaries, .press {
		padding-left: 0px;
	}
	#restaurants span {
		width: 95%;
		height: auto;
	}
	#media span {
		width: 200px;
	}
	#album {
		width: 90%;
	}
	#redright {
		left: 122px; 
	}
	#blackleft {
		right: 122px; 
	}
	#fulllogo div {
		width: 390px; height: 56px;
		font-size: 48px;
	}
	#fulllogo div p {
		width: 260px;
		font-size: 20px;
	}
	#fulllogo img {
		margin-top: 0px;
		width: 150px;
	}
	#tagline {
		left: 80px;
	}
	.lightboxtext div {
		top: 25px; right: 12px;
	}
	.lightbox span {
		right: 10px;
	}
	.lightbox span:first-child {
		left: 10px;
	}
}
@media (max-width: 399px) {
 	#logotitle {
		left: 68px;
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.leftpane div {
		width: 60% !important;
	}
	.rightpane div {
		width: 55% !important;
	}
	#menu li {
		font-size: 13px;
	}
	#locations li {
		width: 170px;
	}
	#background {
		margin-top: 80px;
	}
	#fulllogo div {
		height: 48px;
		font-size: 42px;
	}
	#fulllogo div p {
		width: 235px;
		font-size: 18px;
	}
	#fulllogo img {
		width: 140px;
	}
	#logo img {
		width: 50px; height: 55;
	}
 	#logotitle {
		left: 72px;
		font-size: 21px;
	}
	#tagline {
		top: 37px;
		font-size: 13px;
	}
	.lightboxtext div {
		top: 23px; right: 7px;
	}
	footer {
		width: 180px;
	}
	#terms {
		margin-top: -20px !important;
	}
	#terms span:last-child {
		font-size: 10px;
	}
}
@media (max-width: 320px) {
	#header {
		height: 65px;
	}
	#background {
		margin-top: 65px;
	}
	.leftpane div {
		width: 55% !important;
	}
	.rightpane div {
		width: 50% !important;
	}
	#menubox {
		top: 18px;
		right: 16px;
	}
	#menu li {
		padding: 14px 0px;
		font-size: 12px;
	}
	.leftpane div, .rightpane div {
		font-size: 12px;
	}
	.lightboxtext div {
		top: 17px; right: 0px;
		font-size: 16px;
	}
	h3 {
		font-size: 14px;
	}
	#locations li {
		width: 155px;
	}
	#fulllogo div {
		height: 40px;
		font-size: 36px;
	}
	#fulllogo div p {
		width: 210px;
		font-size: 16px;
	}
	#fulllogo img {
		width: 130px;
	}
	#logo img {
		width: 45px; height: 50;
		left: 15px;
	}
 	#logotitle {
		left: 67px;
		font-size: 17px;
	}
	#tagline {
		top: 33px; left: 67px;
		font-size: 11px;
	}

}