body {
	/* background: url(sky.jpg) no-repeat center center fixed; */
	color: white;
	font-size: 16px;
	font-family: Arial,"黑体","幼圆";
	margin:0 !important;
	background: url(../reg_bg.jpg) no-repeat center center fixed;
	/* background:
        linear-gradient(#9f1a1a, transparent),
        linear-gradient(to top left, #5b38da, transparent),
        linear-gradient(to top right, #3722a5, transparent);
    background-blend-mode: screen;  */
}
 .container {
    margin: 0 auto;
    width: 100%;
    padding: 0 !important;
}
.lucky_left_section h1 {
    padding-top: 0 !important;
	margin-top: 0;
}
.milky {
	font-size: 66px;
	color: yellow;
	text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
	font-weight: bold;
	text-align: center;
}

.lucky-one {
	margin: 5px;
	display: inline-block;
	position: relative;
}

.lucky-one > .photo-frame {
	width: 128px;
	height: 128px;
	overflow: hidden;
	border: 2px solid yellow;
	border-radius: 5px;
	background: #efefef;
}

.lucky-one > .photo-frame > .photo {
	width: 128px;
	margin-top: -5px;
}

.lucky-one > .name {
	width: 128px;
	height: 20px;
	text-align: center;
	overflow: hidden;
}

.lucky-one > .btn-unlucky {
	position: absolute;
	
	width: 20px;
	height: 20px;
	top: 106px;
	left: 106px;
	
	border-top-left-radius: 5px;
	border-bottom-right-radius: 3px;
	
	cursor: pointer;
	background: red; /*#d7d7d7;*/
	text-align: center;
}

.coming{
font-size: 30px;
	color: white;
	text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
	font-weight: bold;
	text-align: center;
}


.input-field {
  display: block;
  margin-bottom: 5px;
  width: 400px;
  height: 30px;
  background: #bbcf13;
}

input[type="text"]
{
    font-size:16px;
}

input,
input::placeholder {
    font: 13px/2 sans-serif;
    color: #978e969c;
}


.button {
  border: solid 1px black;
  width: 300px;
}

h1 {
  font-size:50px;
  color:#00BFFF
}

h2 {
  color:#E89B48;
}
h3 {
  color:#4BDBA1
}

p {
  color:#9ED2FF;
  font-size:20px;  
}

.submit_btn{
    padding: 10px;
    border-radius: 4px;
    width: 80%;
    text-align: center;
    font-size: 15px;
    background: #00BFFF;
    color: #fff;
    border: #00BFFF;
    cursor: pointer;
	
}

@import url(https://fonts.googleapis.com/css?family=Pacifico);

.txtbox{
 /*  font-family: 'Pacifico', cursive; */
  font-family: 'Arial';
  width:100%;
  text-align:justify;
}
.ptext{
  font-family: 'Pacifico', cursive;
  width:40%;
  text-align:justify;
}

.maincontainer{
	width:100%;
	margin:0;
	padding:0;
	padding-top: 15px;
}

.mainbox{
	display:relative;
}
.display-flex{display:flex;}
.lucky_left_section {
    width: 60%;
 }
.lucky_right_section{width: 40%;}
.padding17{ padding:17px;}
.lucky-form {
    margin: auto;
    width: 70%;
	padding: 2px 30px;
}
.text-center{text-align:center;}
.white-background{background:#fff;}
.orange-background{background:orange;}
.trans-background{background:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));/* background:#160f013b; */}
.form-control {
    display: block;
    width: -webkit-fill-available;
   background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000 !important;
	padding: 2px 9px;
	margin-top: 5px;
	line-height: 1.42857143;
	
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type=text]:focus {
  border: 1px solid #555 !important;
}
.colorwhite{color:white;}
.required-color{color:red}
.form-group {
    margin-bottom: 10px;
}
label.form-group {
    font-size: 15px;
 }
 .error {
	color: #ff6868;
    font-size: 13px;
}
.alert {
  padding: 20px;
  background-color: green;
  color: white;
  width:75%;
  margin:auto;
  border-radius:4px;
  display:none;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}

p.success_msg {
    width: 50%;
    background: green;
    padding: 9px;
    text-align: center;
    margin: auto;
    color: #fff;
}
input[type="radio" i] {
    margin: 8px 10px;
}
.filter_loading{position:fixed;display:none;top:0;left:0;text-align:center;background:rgba(0,0,0,0.6);color:#FFF;width:100%;height:100%;z-index:999999999;}
.filter_loading img{margin: 20% auto 0 auto;padding:5px;width:54px;}
.overlay {background:#000000b3; position: fixed;z-index:2;width: 100%;height: 100%;left: 0;right: 0;margin: auto;
top: 0;bottom: 0;display:none;}
.over_inner {width: 100%;height: 100%;}

.form-control.enq_comments{
	height: 88px;
}
.lucky_logo{width:60%;}
.float-right{float:right !important;}
.lucky_mobilelogo{display:none !important;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #2c2828;;
  margin: auto;
  padding: 20px;
  border: 5px solid #888;
  width: 38%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.txtbox ul{
	padding: 0px 10px 0px 10px;
    width: 100%;
}

.txtbox ul li{
	width:100%;
	font-family: auto!important;
	text-align: left!important;
	margin-bottom: 5px!important;
	
}

.txtbox img {width:100%;}
@media only screen and (max-width: 600px) {

.lucky_left_section {
    width: 100%;
	margin-bottom: 10px;
 }
 .lucky_right_section{width: 100%;margin-bottom: 55px;}
 .display-flex{display: block;}
 .padding17 {
    padding: 17px 0;
}
.lucky-form{width: inherit;}
.main_conent{padding: 0px 31px;}
.alert {
  width:89%;
  
}
.form-control.enq_comments{
	height: 76px;width: 240px;
}
.lucky_logo{display:none !important;}
.lucky_mobilelogo{display:block !important;text-align:center!important;}
.modal-content{width:77%;}

.txtbox ul li{
	width:100%;
	font-family: auto!important;
	text-align: left!important;
	margin-bottom: 5px!important;
	
}



}