.ludy-wrapper {
	display: none;
}

.ludy-options a, .ludy-trigger {
    white-space: inherit;
    height: auto;
    display: block;
    padding: 10px;
    margin-bottom: 4px;
    border-radius: 5px;
    border: 1px solid #FF7800;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    box-shadow: inset 0px 1px 0px #FDED2E, 0px 1px 1px 1px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: inset 0px 1px 0px #FDED2E, 0px 1px 1px 1px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: inset 0px 1px 0px #FDED2E, 0px 1px 1px 1px rgba(0, 0, 0, 0.26);
    -ms-box-shadow: inset 0px 1px 0px #FDED2E, 0px 1px 1px 1px rgba(0, 0, 0, 0.26);
    -o-box-shadow: inset 0px 1px 0px #FDED2E, 0px 1px 1px 1px rgba(0, 0, 0, 0.26);
    background: #ffb732;
    background: -moz-linear-gradient(top, #ffb732 0%, #e07700 100%);
    background: -webkit-linear-gradient(top, #ffb732 0%,#e07700 100%);
    background: linear-gradient(to bottom, #ffb732 0%,#e07700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb732', endColorstr='#e07700',GradientType=0 );
    line-height: normal;
}

.ludy-options a:hover, .ludy-trigger:hover {
	text-decoration: none;
	color: #FFF6D1;
	background: #e07700;
	background: -moz-linear-gradient(top,  #e07700 0%, #ffb732 100%);
	background: -webkit-linear-gradient(top,  #e07700 0%,#ffb732 100%);
	background: linear-gradient(to bottom,  #e07700 0%,#ffb732 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e07700', endColorstr='#ffb732',GradientType=0 );
}

.ludy-options a {
	margin-bottom: 6px !important;
	font-size: 11px !important;
	height: auto !important;
	line-height: normal !important;
}

.ludy-trigger {
	cursor: pointer;
	margin: 0 auto;
    font-size: 25px;
}

.ludymodal {
	position: fixed;
	z-index: 99999;
	display: none;
	top: 20px;
	left: 0;
	right: 0;
	max-width: 500px;
	margin: 0px auto 0px auto;
	padding: 20px;
	background: #895222;
	background: -moz-linear-gradient(top, #895222 0%, #3e2419 100%);
	background: -webkit-linear-gradient(top, #895222 0%,#3e2419 100%);
	background: linear-gradient(to bottom, #895222 0%,#3e2419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#895222', endColorstr='#3e2419',GradientType=0 );
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(255,255,255,0.8), 0px 0px 30px 0px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 2px 0px 0px rgba(255,255,255,0.8), 0px 0px 30px 0px rgba(0,0,0,1);
	box-shadow: inset 0px 2px 0px 0px rgba(255,255,255,0.8), 0px 0px 30px 0px rgba(0,0,0,1);
	border: 2px solid #000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.ludymodal .fa-close {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #777;
	display: inline-block;
	cursor: pointer;
}

.ludymodal .ludymodal-header {
	text-align: center;
	font-size: 1.8em;
	color: #ebb93f;
	margin-top: 0;
	text-align: center;
	font-size: 15px;
}

.ludymodal .ludymodal-body p {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.ludymodal-overlay {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.80);
}

