body
{
	overflow-y: scroll;
}

body.locked
{
	overflow-y: hidden;
}

.hidden
{
	display:none;
}

#core_msg
{
	position: fixed;
	bottom:0px;
	left:0;
	width:100%;
	z-index: 9999;
	margin:0;
	border-radius: 0 !important;
	transform: translate(0px, 100px);
	border:0;
}

.box {
  -webkit-backface-visibility: hidden;
}


#artwork_basic_upload.highlight
{
	opacity:0.2;
}



#footer_menu
{
	text-transform: uppercase;
	text-align: left;
	font-size:14px
}

#footer_menu>h1
{
	color:#fff;
	font-size:1.2em;
	margin:0;
	margin-bottom: 15px;
	font-family:'Futura LT W01 Medium';
	letter-spacing: 1px;
}

#footer_menu a
{
	display:block;
	font-size:0.9em;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#footer_menu a.lowercase
{
	text-transform: lowercase;
}

#footer_menu a.small
{
	font-size:0.7em;
	padding-left:5px;
}


#legalese {
    font-size: 0.8em;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 20px;
}

#main_content
{
	min-height:1080px;
}


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

	#home_video
	{
	    transform: scale(3.5) !important;
	}

}