body, html {
	height:100%;
	margin:0;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:1em;
}
navbar {
    width: 100vw;
    height: 50px;
    background: linear-gradient(rgb(0, 0, 0),rgba(0, 0, 0, 0.65));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    position: fixed;
	top: 0;
    z-index: 15;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.textbranding {
    font-family: 'proxima-nova', Helevtica, Verdana, sans-serif;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 300;
    margin-left: 10px;
	display: block;
}
@media only screen and (max-width: 800px){
	.textbranding {
		font-size: 14px;
	}
}
@media only screen and (max-width: 600px){
	.textbranding {
		font-size: 12px;
	}
}
@media only screen and (max-width: 500px){
	
}
.pglogo {
    background: url('/includes/img/PG_white.png') center center no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin-left: 5px;
    display: block;
}
@media only screen and (max-width: 400px){
	.pglogo {
		width: 25px;
		height: 25px;
		margin-left: 0px;
	}
}

social {
    font-size: 25px;
    width: auto;
	margin-right: 40px;
}

social a {
    color: #fff;
    padding: 0 5px;
	text-decoration:none;
}
.fa-facebook, .fa-twitter {
	color:white !important;
}
.fa-facebook:hover, .fa-twitter:hover {
    color: #e6ceff !important;
	text-decoration: none !important;
}

.source {
	font-size: 100%;	
}
.close {
	display:none;
}
#map_wrapper {
	position: relative;
	margin-top: 50px;
	width: 100%;
	height: 100%;
	z-index: 5;
	z-index: 5;
}
#map_canvas{
	width:100%;
	max-width:none;
	height:95%;
	z-index:1;
	margin-top: 50px;
	
}
.splash_box {
	height: 100%;
	width: 20%;
	/*background-color: rgba(255, 255, 255, .7);
	opacity: .70;
	-moz-opacity: .7;
	-ms-opacity: .7;
	-webkit-opacity: .7;*/
	background-color: white;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0;
	box-shadow: 1px -8px 10px -2px #ccc;
	/*border-right: 4px solid #ccc;*/
	overflow-y: auto;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 999;
	display: none;
}
.splash_innerbox {
	height: 50%;
	width: 60%;
	background-color: white;
	opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1.5;
	z-index: 12;
	position: absolute;
	left: 50%;
	top: 37%;
	transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.pglogo_black {
    background: url(/penguins/50/wearing-the-c/img/PG-logo.png) center center no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;
	margin: 30px auto 20px;
}
.splash_head {
	font-size: 150%;
	margin-top: 5vh;
	line-height: 125%;
	
}

.splash_text {
	color: #cc9966;
   /*text-align: center;*/
}

.pub_date {
	color: darkgray;
	font-size: .9rem;
	text-transform: uppercase;
}

.splash_text img {
	width: 100%;
	display: block;
	margin: 60px auto 0 auto;
}
@media only screen and (max-width: 1024px) {
	.splash_text img {
		margin: 0px auto 0 auto;
	}
}
.splash_text h3 {
	font-size: 2.2rem;
	margin-bottom: 0px;
	margin-top: 5vh;
	color: darkgray;
	text-align: left; 	
	
}

.popup h3 {
	
	font-size: 2.2rem;
	margin-bottom: 20px;
	text-align: center; 	
	
}

}
.splash_text h4 {
	font-family: 'Martel-Light', serif;
	font-size: 150%;
	line-height: 140%;
}

.popup h4.pub_date {
	font-size: 1.1rem;
	text-align: center;
	text-transform: none;
	color: black;
	margin-bottom: 20px;
}

.openclose {
	display: none;
	
}
.splash_details {
	display: none;
	position: relative;
	font-size: 100%;
	font-family: 'proxima-nova', sans-serif
	padding-bottom: 20px;
}
.byline, .addyours {
	font-family: 'proxima-nova', sans-serif;
	font-size: 80%;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .5px;
}
.addyours {
	margin-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.notbold {
	font-weight: normal;
}
@media only screen and (max-width: 1600px) {
	.splash_text h3 {
		font-size: 500%;
		
	}
	.splash_text h4 {
		font-size: 120%;
		
	}
	.splash_box {
		/*height: 78.5%;*/
	}
}
@media only screen and (max-width: 1440px) {
	.splash_text h3 {
		font-size: 340%;
		
	}
	.splash_text h4 {
		font-size: 120%;
		
	}
	.splash_box {
		/*height: 73.5%;*/
	}
}
@media only screen and (max-width: 1366px) {
	.splash_text h3 {
		font-size: 410%;
		
	}
	.splash_text h4 {
		font-size: 100%;
		
	}
	.byline {
		font-size: 80%;
	}
	.splash_box {
		/*height: 76.2%;*/
	}
}
@media only screen and (max-width: 1280px) {
	.splash_text h4 {
		font-size: 130%;
		
	}
	.byline {
		font-size: 80%;
	}
	.splash_box {
		/*height: 80%;*/
	}
}
@media only screen and (max-width: 1024px)  {
	.splash_box {
		width: 80%;
		/*height: 84%;*/
		position: absolute;
		top: 0;
		left: -60%;
		/*height: 90%;
		margin-top: 50px;*/
	}
	.splash_text h3 {
		display:none;
	}
	.splash_text h4 {
		margin-top: 20px;
	}
	.splash_text {
		text-align: right;
		width: 20%;
		float: right;
		margin-top: 50px;
	}
	.splash_details {
		margin-top: 50px;
	}
	.openclose {
		display:block;
		position: absolute;
		color: gray;
		cursor: pointer;
	    top: 30%;
	    right: 20px;
	}
	
	.openclose:hover {
		opacity: .7;
	}
}
@media only screen and (max-width: 640px)  {
	.splash_text h4 {
		font-size: 100%;
	}
	.splash_box {
		/*height: 85.4%;*/
		
	}
}
@media only screen and (max-width: 500px) { 
	.splash_box {
		overflow:auto;
		height:100%;
		left: -100%;
	}
	.splash_text h4 {
		font-size: 110%;
		
	}
	.splash_details {
		font-size: 80%;
	}
	.splash_text {
		width: 25%;
		font-size: 80%;
	}
	.splash_text h3 {
		display:none;
	}
	.openclose {
		display:block;
		position: absolute;
		color: gray;
		cursor: pointer;
	    top: 100px;
	    right: 0px;
	}
	#map_canvas{
		height:95% !important;
	}
	.byline {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 500px) { 
	.splash_box {
		overflow:auto;
		height:100%;
		left: 0%;
		cursor: pointer;
		background-color:rgba(255,255,255,.9);
	}
	.splash_box img, .byline {
		display:none;
	}
	.splash_text h3 {
		display:block;
		font-size: 330%;
	}
	.splash_details {
		margin-top: 20px;
	}
	.splash_text {
		width: 100%;
		text-align: left;
		font-size: 80%;
	}
	.byline {
		margin-top: 30px;
		display:block;
		text-align: left;
	}
	.openclose {
		display:block;
		position: absolute;
		color: gray;
		cursor: pointer;
	    top: 30%;
	    right: 0px;
	}
	#map_canvas {
		height: 100%;
	}
	.close {
		display: block;
		color: #ea8405;
		font-family: 'proxima-nova', sans-serif;
		text-align: center;
		cursor: pointer;
		margin-top: 40px;
	}
	.close:hover {
		opacity: .7;
	}
	social {
		margin-right: 10px;
	}
}
.black {
	color: black;
}
.center {
	text-align: center;
}
.logo {
	width:25px;
	height:25px;
	background:  url("/beerme/wp-content/uploads/sites/2/2015/02/pg-logo-150x150.png") no-repeat center;
	background-size:contain;
	border-right:1px solid #d8d8d8;
	padding-right:20px;
	margin-right:20px;
	float:left;
	cursor: pointer;
}

#title {
	position:absolute;
	top:10px;
	left:65px;
	background-color:rgba(255,255,255,0);
	z-index:4;
}

#header {
	position:fixed;	
	width:100%;
	height:20px;
	padding:10px;
	z-index:3;
	background-color:rgba(255,255,255,1);
	transition: all .5s;
	opacity:1;
	top: 0;
}



#share {
	font-weight: bold;
}
	
	

.center {
	margin:auto;
	text-align:center;
}

.uppercase {
	text-transform:uppercase;
}


.tw-bs {
	margin: 10px auto !important;
	text-align: center;
}

#commentsDiv {
	margin: 0 auto 20px auto;
}
.credits
{
width:100%;
background-color:#eee;
text-align:center;
padding:50px 0px 120px;
border-top: 1px solid gray;
box-shadow: gray 3px 0px 10px;
}
	
	.creditsWrapper
	{
	width:80%;
	margin:auto;
	}

	.credits h2
	{
	font-family:"Open Sans", san-serif;
	}

.fa-arrow-circle-o-left, .fa-arrow-circle-o-right {
	color:lightgray;
	
}

.opensans {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

/* ad classes */
.box-ad {
	display: none;
	width: 300px;
	height: 250px;
	clear:both;
	z-index: 99;
	margin: 10px auto;
	display:none;
}

.leader-ad {
	width: 728px;
	height: auto;
	margin: 10px auto 10px auto;
	
}
.ad-preview {
    margin-top: 20px;
	font-family: "proxima-nova-condensed",sans-serif !important;
    text-align: center;
    font-size: 11px !important;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #383838 !important;
	padding-top: 20px;
}
@media only screen and (max-width: 730px){
	.box-ad {
		display: block;
	}
	.leader-ad {
		display:none;
	}
}
/* end ads */
.comments {
	padding-bottom: 30px;
}
.comments h2 {
	margin-left: 20px;
}

.source.paddingtop0 p {
	position: relative;
	width: 23%;
	padding-left: 20px;
	float: left;
}

@media (max-width: 1000px) {
	.source.paddingtop0 p {
		width: 95%;
	}
}
a:link, a:visited {
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	opacity: .7;
}
.nospaceabove {
	margin-top: -10px;
}

strong_gray {
	font-weight: 800;
	color: darkgray;
}

screen {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: transparent;
	
}


@media only screen and (max-width: 500px) {
  .screen {
    padding-bottom: 0;
  }
}

.height-auto {
	height: auto;
}

/*------------CREDITS ------------------------------------------------------*/


.mycredits
{
	width:100%;
	text-align:center;
	/*padding:2% 10px 2% 20px;*/
	padding: 30px 20px 30px 20px;
	z-index:98;
	
}

	.creditsWrapper
	{
	width:60%;
	margin:auto;
	}

	.creditsWrapper p {
		text-align: left;
		color: black;
	}

	.mycredits h2
	{
	margin-bottom: 20px !important;
	font-weight: 700;
	font-size: 2rem;
	color: #848484;
	}

	.mycredits h3
	{
		margin-top: 30px !important;
		font-weight: 700;
		font-size: 1.1rem;
		color: gray;
		margin-bottom: 0;
	}

	.mycredits .creditBox
	{
	display:inline-block;
	text-align:left;
	width:32%;
	margin-right:1.5%;
	vertical-align:top;
	}


		.mycredits .creditBox:last-child
		{
		margin-right:0;
		}

	.creditLine {
		 font-size: 120%;
		 margin-top: 40px; padding-bottom: 40px;
	}

		@media only screen and (max-width: 1024px) {
			.mycredits .creditBox
			{
			display:inline-block;
			text-align:left;
			width:100%;
			margin-right:0;
			vertical-align:top;
			padding-top:20px;
			}
			.mycredits h2:first-child
				{


				}


		}

		.mycredits .creditImage
		{
		/*border-radius:150px;*/
		border:2px solid #ddd;
		width:120px;
		height: 120px;
		margin-right:3%;
		background:no-repeat top center;
		background-size:cover;
		float:left;
		}

		.mycredits .creditBio
		{
		float:left;
		width:60%;
		line-height:1.4em;
		font-size:120%;
		}
			.mycredits .creditBio h3
			{
				margin-top: 0px;
				font-size: 120%;
				font-weight: bold;
				color:black;
			}

			.mycredits p {
				    margin-left: 10px;
				    font-size: .9rem;
				    font-weight: 400;
				    color: black;
					text-align: center;
			}

.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .7;
	z-index: 999;
}

.popup {
	width: 40%;
	position: fixed;
	top: 30%;
	left: 50%;
	 transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
	 padding: 50px;
	 z-index: 9999;
	 background-color: white;
}

@media only screen and (max-width: 750px)  {
	.popup {
		width: 70%;
		top: 5vh;
	}
}

.button_wrap {
	display: inline-block;
	margin-left: 50%;
	 transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
}

button {
	display: block;
	margin: 20px;
	background-color: #365FD9;
	color: #fff;
	font-family: 'proxima-nova';
	padding: 10px 20px;
	border: 0 none;
	box-shadow: 5px 5px 10px #888;
	cursor: pointer;
	float: left;
}

button:hover {
	background-color: #8FA3DB;
	color: #fff;
}

.content {
	padding: 10px;
	
}

	.content .venue-head {
		font-weight: 700;
		margin-bottom: 5px;
	}
	
	.content .nabe {
		margin-bottom: 5px;
	}

h3.search-head {
	margin: 0 0 20px 20px;
}

#results_wrapper {
	width: 95%;
	margin-left: 20px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f4f2f6 !important; /* #f9f9f9;*/
}