#coming_soon_wrapper  {
	width: 100%;
	min-width: 1024px;
	height: 100%;
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	z-index: 999999999999;
	display: none;
}

#close_coming_soon  {
	width: 30px;
	height: auto;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

#close_coming_soon img  {
	width: 100%;
	height: auto;
}

.show_coming_soon  {display: block !important;}

#coming_soon_inner  {
	width: 100%;
	height: auto;
	padding-top: 120px;
}

#coming_soon_header_container  {
	width: 100%;
	height: auto;
}

#coming_soon_header_text  {
	width: 100%;
	max-width: 800px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#coming_soon_header_text img  {
	width: 100%;
	height: auto;
}

#coming_soon_graphic_container  {
	width: 100%;
	height: auto;
}

#coming_soon_graphic_inner  {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
}

#hammer_container  {
	width: 100%;
	height: auto;
	padding-top: 40px;
}            

#hammer_inner  {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	animation-name: hammerTurn;	
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes hammerTurn {
  0% {transform: rotate(0deg); transform-origin: bottom left;}
  
  100% {transform: rotate(45deg); transform-origin: bottom left;}
}
                    
#nail_container  {
	width: 100%;
	height: auto;
	max-width: 300px;
	float: right;
	padding-top: 75px;
}
                
#nail_inner  {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-left: -122px;
}
					
					
					
					
					