@font-face { font-family: "Minecraft Regular"; src: url("../font/minecraft_font.eot?") format("eot"), url("../font/minecraft_font.woff") format("woff"), url("../font/minecraft_font.ttf") format("truetype"), url("../font/minecraft_font.svg#Minecraft") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "MineCrafter 2.0 Regular"; src: url("../font/minecrafter_20.eot?") format("eot"), url("../font/minecrafter_20.woff") format("woff"), url("../font/minecrafter_20.ttf") format("truetype"), url("../font/minecrafter_20.svg#MineCrafter-2.0") format("svg"); font-weight: normal; font-style: normal; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: "Minecraft Regular"; }
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 640px;
  border-radius: 59px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  background: url(../img/sprite-crafty.png) repeat-y;
}

.modal-box header,
.modal-box .modal-header {
	height: 62px;
	background: url(../img/sprite-crafty.png) no-repeat -890px -123px;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body {
	padding: 0px 80px 0px 80px;
}

header p {
	font-family: "Minecraft Regular", Arial;
	text-align: Center;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	top: 27px;
}

.modal-box footer,
.modal-box .modal-footer {
	height: 86px;
	text-align: right;
	background: url(../img/sprite-crafty.png) no-repeat -890px -186px;
	margin: 0px;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75) !important;
}

.modal-overlay2 {
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75) !important;
  }
a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.customize-close {
	display: block;
	border: 2px solid #000;
	font-family: "Minecraft Regular", Arial;
	color: #E0E0E0!important;
	text-shadow: 2px 2px #383838;
	text-align: center;
	text-decoration: none;
	background: url(../img/sprite-crafty.png) no-repeat -892px -42px;
	padding: 5px 15px 9px;
	float: right;
	margin-top: 0px;
}

.customize-close:hover {
  color: #FFFFA0;
  text-shadow: 2px 2px #3F3F28;
  cursor: pointer;
  background-position: -892px -82px;
}

.ludy-options a {
	display: block;
	border: 2px solid #000;
	font-family: "Minecraft Regular", Arial;
	color: #E0E0E0;
	text-shadow: 2px 2px #383838;
	text-align: center;
	text-decoration: none;
	background: url(../img/sprite-crafty.png) no-repeat -892px -42px;
	padding: 8px 15px 9px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	font-size: 12px;
}

.ludy-options a:hover {
  color: #FFFFA0;
  text-shadow: 2px 2px #3F3F28;
  cursor: pointer;
  background-position: -892px -82px;
}

footer img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 58px;
}