.firstHeader {
	display: none;
	visibility: hidden;
}
.visHeader {
	font-size: 10px;
	font-weight: normal;
}
.socialHeader {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0px 4px 0px;
}
.socialIcons {
	display:inline-block;
	width:auto;
	height:auto;
	padding: 5px;
}
.socialIcons a {
	cursor: pointer;
}
.socialIcons a:hover {
	background-color: transparent;
}
.socialIcons2 {
	display:inline-block;
	width:auto;
	height:auto;
	padding: 2px;
}
.socialIcons2 a {
	cursor: pointer;
}
.socialIconsMobile {
	width:auto;
	height:auto;
	padding: 5px;
}
.socialIconsMobile a {
	cursor: pointer;
}
.socialIconsMobile a:hover {
	background-color: transparent;
}
.socialIconsMobile img {
	width:32px;
	height:32px;
}
.socialIconsMobileNew {
	width:40px;
	text-align: center;
	height:auto;
	padding: 5px 0 0 0;
}
.socialIconsMobileNew a {
	cursor: pointer;
}
.socialIconsMobileNew a:hover {
	background-color: transparent;
}
.socialIconsMobileNew img {
	width:22px;
	height:22px;
}
#overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:1000000;

}

#modalOverlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:1000000;

}

#modal {
	position:absolute;
	background:url(/art_shared/tint20.png) 0 0 repeat;
	background:rgba(0,0,0,0.2);
	border-radius:14px;
	padding:8px;
	z-index:1000003
}

#content {
	border-radius:8px;
	background:#fff;
	padding:20px;
	z-index:1000004
}

#close {
	position:absolute;
	background:url(/art_shared/close.png) 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
	right:-7px;
}
.embed-container {
			position: relative;
			padding-bottom: 56.25%;
			xmax-height: 515px !important;
			overflow: none;
			xmax-width: 900px !important;
			margin: 0 auto 0;
				}
			.embed-container iframe, p.embed-container object, .embed-container embed { 
			position: absolute;
			top: 0;left: 0;
			width: 100%;
			xmax-width: 900px !important;
			height: 100%;
			xmax-height: 515px !important;
}


@media screen and (max-width: 1023px) {
	.socialIconsMobile img {
		width:18px;
		height:18px;
	}
}
@media screen and (max-width: 640px) {
	.socialIconsMobile img {
		width:17px;
		height:17px;
	}
}
