/*Common*/

.wrap .content a {
  text-decoration: none;
}

.wrap {
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
  font-family: "Open Sans", sans-serif;
}

.active {
  font-weight: bold !important;
}

.nav-link:hover {
  font-weight: bold !important;
}

/*Header*/

header a.nav-link:hover,
header a.nav-link.active {
  color: #f7322f;
}

header .header_bottom {
}

header .header_bottom img {
  width: 100%;
}

header .header_background {
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 10px 0 0px 0;
}

header .header_top {
  width: 1400px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 100px;
  padding-top: 12px;
  padding-bottom: 10px;
}

header .header_top .separator {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

header .header_top .left_column {
  display: table;
  height: 100%;
  width: 22%;
  float: left;
}

header .header_top .left_column img {
  display: table-cell;
  margin-top: 20px;
  width: 450px;
}

header .header_top .right_column {
  display: table;
  float: right;
  padding-top: 55px;
}

header .header_top .right_column table tr td {
  border: none;
  padding: 0px 20px;
  font-family: "Open Sans";
  font-size: 16px;
}

header .header_top .right_column table tr td a {
  color: #6d6e71;
  font-weight: bold;
}

header .header_top .right_column table tr td a:hover,
header .header_top .right_column table tr td a.active {
  color: #496e2d;
  font-weight: bold;
}

header .header_top .right_column table tr:first-child td {
  border-top: 0;
}

header .header_top .right_column table tr:first-child td {
  border-bottom: 0;
}

header .header_top .right_column table tr td:first-child {
  border-left: 0;
}

header .header_top .right_column table tr td:last-child {
  border-right: 0;
}

header .header_top .right_column input {
  padding: 4px;
  background: transparent;
  border: 1px solid #5d5d5d;
  width: 111px;
  font-size: 10px;
  margin-right: 6px;
}

header .header_top .right_column img {
  width: 124px;
  padding-right: 11px;
}

.nav {
  vertical-align: bottom;
  padding-bottom: 30px;
  background-color: #496e2d;
  clear: both;
}

.nav .navContent {
  width: 800px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: right;
}

.nav .navContent div {
  display: inline-block;
  padding-left: 30px;
}

.nav .nav-link,
.nav .separator {
  color: #ef3a24;
  font-size: 14px;
}

.nav .nav-link {
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 8px;
  vertical-align: middle;
  font-size: 14px;
}

header a.nav-link:hover,
header a.nav-link.active {
  color: #f7322f;
}

header nav .nav-link:last-child {
  border-right: none;
}

header .header_top img {
  width: 100%;
  max-width: 320px;
}

/*Main Content*/

.main_content {
  width: 950px;
  margin: 0 auto;
}

.main_content .empty_space {
  height: 40px;
}

.main_content .line {
  text-align: center;
}

.main_content .line .draw_info {
  margin-bottom: 35px;
  margin-top: 35px;
  text-align: center;
}

.main_content .line_left {
}

.main_content .line.logo {
  margin-top: 30px;
  position: absolute;
  top: 5px;
  left: 50%;
}

.main_content .line.logo img {
  max-width: 150px;
  width: 100%;
  position: relative;
  left: -50%;
}

.main_content .line.more_result {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.main_content .line.more_result .more_result_button {
  position: relative;
  left: -50%;
  font-weight: bold;
  background-color: #c61e25;
}

.main_content .line .heading_result {
  font-family: "Myriad Pro Regular";
  font-size: 26px;
}

.main_content .line .balls .ball {
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 33px;
  margin: 5px 1px;
  font-size: 18px;
}

.more_result_button {
  background-color: #00966e;
  color: white !important;
  padding: 8px 60px;
  display: inline-block;
  margin-bottom: 10px;
}

a.more_result_button:hover {
  background-color: #00966e;
  color: white;
}

.main_content section.type_1,
.main_content section.type_2 {
  width: 100% !important;
  padding: 13px;
  /*    border: 1px solid #6D6E71*/
}

.main_content section.type_1 .column,
.main_content section.type_2 .column {
  border: 1px solid #6d6e71;
  height: 450px;
  -webkit-box-shadow: 3px 5px 7px 2px rgba(189, 187, 189, 1);
  -moz-box-shadow: 3px 5px 7px 2px rgba(189, 187, 189, 1);
  box-shadow: 3px 5px 7px 2px rgba(189, 187, 189, 1);
  padding-left: 60px;
  padding-right: 60px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 500px;
}

.main_content section.type_1 {
  float: left;
  background-color: #e1f4fd;
}

.main_content section.type_2 {
  float: right;
}

.main_content section.type_1 .result_row {
}

.main_content section.type_1 .results {
  margin-bottom: 25px;
}

.main_content .results .result_row:nth-child(odd) {
  /*    background-color: #CEE3A3;*/
}

.main_content section.type_2 {
  margin: 0 auto;
  width: 670px;
}

.main_content section.type_2 .line {
  /*margin-bottom: 20px;*/
}

.main_content section.type_2 .line .result_row {
  margin-bottom: 8px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main_content section.type_2 .line .result_row:nth-child(1) {
  margin-bottom: 20px;
}

.main_content section.type_2 .logo {
  margin-bottom: 25px;
}

.main_content .line.main_heading {
  font-weight: 300;
  font-size: 30px;
  color: #6d6e71;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
}

.main_content section.type_2 .line .balls .ball {
  width: 45px;
  height: 45px;
  line-height: 40px;
  font-family: "Open Sans";
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.main_content section.type_2 .line .balls {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.main_content section.type_2 .line .heading {
  font-weight: bold;
  font-size: 20px;
  /* color: #6D6E71; */
  /*margin-bottom: 10px;*/
  display: inline-block;
  vertical-align: middle;
}

.main_content .line .extra_results table {
  width: 100%;
  table-layout: fixed;
}

.main_content .line .extra_results table td {
  text-align: center;
}

.main_content .line .extra_results .white_ball {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  display: inline-block;
  /*border: 1px solid #42ACFF;*/
  line-height: 33px;
  font-family: "Open Sans";
  font-weight: bold;
  text-align: center;
  background-size: cover;
  font-size: 18px;
  margin: 0 1px;
  /* color: #4A62AB; */
}

.main_content .line .reminder {
  color: #008d25;
  font-size: 13px;
}

/*********************************************************** footer **********/

footer {
  text-align: center;
  margin-top: 0px;
}

footer .empty_space {
  height: 50px;
}

footer .footer_top_top {
  width: 885px;
  margin: 0 auto;
  padding-bottom: 25px;
}

footer .footer_top_top p {
  color: #808285;
  font-size: 16px;
}

footer .footer_top_top p:nth-child(1) {
  color: #6d6e71;
  font-size: 14px;
  font-weight: bold;
}

footer .footer_top_top img {
  width: 100%;
}

footer div span {
  display: inline-block;
  margin-bottom: 15px;
}

footer .footer_top {
  background-color: #dcddde;
}

footer .footer_top span {
  font-weight: lighter;
  color: #231f20;
}

footer .footer_top .partners {
  display: inline-block;
  padding: 10px;
}

footer .footer_top .partners img {
  width: 50px;
}

footer .footer_middle {
  background-color: #231f20;
  color: white;
}

footer .footer_middle .partners {
  display: inline-block;
}

footer .footer_middle .partners img {
  max-height: 30px;
}

footer .footer_bottom span {
  padding-top: 10px;
}

footer .footer_top,
footer .footer_middle,
footer .footer_bottom {
  height: 100px;
  padding: 10px 0;
}

footer .footer_section1 {
  background-color: #dcddde;
}

footer .footer_section2 {
}

footer .footer_section3 {
  background-color: #fff;
}

footer .footerContent {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 10px;
}

/********************************************************* about us **********/

.page-aboutus {
  padding-top: 10px;
}

.page-aboutus .sec1 {
  margin-bottom: 70px;
}

.page-aboutus .sec1 .row .cl-md-3 {
  padding-top: 50px;
}

.page-aboutus .sec2 {
  margin-bottom: 80px;
}

.page-aboutus .aboutus_section1 {
  font-family: "Nirmala UI";
  font-size: 18px;
  color: #008d25;
  padding: 0px 50px;
}

.page-aboutus .row #add1 {
  width: 250px;
  height: 350px;
  margin-bottom: 40px;
}

.page-aboutus .row #add2,
#add3,
#add4 {
  width: 250px;
  height: 200px;
  margin-bottom: 30px;
}

.page-aboutus .sec1 h3 {
  font-family: "Nirmala UI";
  font-weight: bold;
}

.page-aboutus .row #flag {
  width: 600px;
  height: 280px;
  margin-bottom: 20px;
}

.page-aboutus .row .box_content1 {
  background-color: #ffcb25;
  width: 600px;
  height: 250px;
  margin-bottom: 40px;
  padding: 10px 40px;
}

.page-aboutus .row .box_content1 h2 {
  color: white;
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 35px;
}

.page-aboutus .row .box_content2 {
  width: 600px;
  height: 250px;
  margin-bottom: 40px;
  padding: 10px 40px;
}

.page-aboutus .row .box_content3 {
  width: 600px;
  height: 50px;
  margin-bottom: 40px;
  padding: 10px 40px;
}

.page-aboutus .row .box_content3 span {
  font-family: "Nirmala UI";
  font-weight: bold;
  font-size: 25px;
  color: #008d25;
}

.page-aboutus .row .box_content4 {
  width: 600px;
  height: 250px;
  margin-bottom: 20px;
  padding: 10px 40px;
}

.page-aboutus .row .box_content2 span,
.box_content4 span {
  font-family: "Nirmala UI";
  font-weight: normal;
  color: #000000;
}

.page-aboutus .main .top .title {
  background-color: #ffcb25;
  height: 200px;
  color: white;
  font-size: 30px;
  padding: 20px;
  padding-left: 25px;
}

.page-aboutus .main .text p {
  padding-bottom: 10px;
}

.page-aboutus .main .text h1 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.page-aboutus .main .right h2 {
  font-size: 22px;
  margin-top: 0px;
}

.page-aboutus .main .right .line {
  margin-bottom: 25px;
}

.page-aboutus .main .right .line .read_button {
  background-color: #008d25;
  display: block;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
}

.page-aboutus .main .right img {
  width: 100%;
}

.page-aboutus.main_content {
  margin-top: 50px;
}

.page-aboutus.main_content .heading {
  font-family: "Myriad Pro Regular";
  margin-bottom: 10px;
  font-size: 16px;
}

.page-aboutus .main .right .title {
  text-align: left;
  padding: 15px 20px;
}

.page-aboutus #past_result {
  color: white;
  background-color: #0058b0;
  border: none;
  font-family: "Open Sans";
  font-weight: bold;
  width: 160px;
  height: 30px;
  padding-top: 5px;
  text-align: center;
  margin-left: 110px;
}

.page-aboutus .main .sec1 .row .col-md-6 h3 {
  color: #496e2d;
}

.page-aboutus .main .sec1 .row .col-md-6 ul {
  margin-left: -20px;
}

.page-aboutus .main .sec1 .row .col-md-6 ul li {
  color: #000;
}

/******************************************************* participate**********/

.page-participate {
  padding-top: 10px;
}

.page-participate .sec1 {
  margin-bottom: 150px;
}

.page-participate .sec1 .row .cl-md-3 {
  padding-top: 50px;
}

.page-participate .sec2 {
  margin-bottom: 80px;
}

.page-participate .aboutus_section1 {
  font-family: "Nirmala UI";
  font-size: 18px;
  color: #008d25;
  padding: 0px 50px;
}

.page-participate .row #add1 {
  width: 250px;
  height: 350px;
  margin-bottom: 40px;
}

.page-participate .row #add2,
#add3,
#add4 {
  width: 250px;
  height: 200px;
  margin-bottom: 30px;
}

.page-participate .sec1 h3 {
  font-family: "Nirmala UI";
  font-weight: bold;
}

.page-participate .row #flag {
  width: 600px;
  height: 280px;
  margin-bottom: 20px;
}

.page-participate .row .box_content1 {
  background-color: #ffcb25;
  width: 600px;
  height: 250px;
  margin-bottom: 40px;
  padding: 10px 40px;
}

.page-participate .row .box_content1 h2 {
  color: white;
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 35px;
}

.page-participate .row .box_content2 {
  width: 600px;
  height: 250px;
  margin-bottom: 40px;
  padding: 10px 40px;
}

.page-participate .row .box_content3 {
  width: 600px;
  height: 50px;
  margin-bottom: 40px;
  padding: 10px 40px;
}

.page-participate .row .box_content3 span {
  font-family: "Nirmala UI";
  font-weight: bold;
  font-size: 25px;
  color: #008d25;
}

.page-participate .row .box_content4 {
  width: 600px;
  height: 250px;
  margin-bottom: 20px;
  padding: 10px 40px;
}

.page-participate .row .box_content2 span,
.box_content4 span {
  font-family: "Nirmala UI";
  font-weight: normal;
  color: #000000;
}

.page-participate .main .top .title {
  background-color: #ffcb25;
  height: 200px;
  color: white;
  font-size: 30px;
  padding: 20px;
  padding-left: 25px;
}

.page-participate .main .text p {
  padding-bottom: 10px;
}

.page-participate .main .text h1 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.page-participate .main .right h2 {
  font-size: 22px;
  margin-top: 0px;
}

.page-participate .main .right .line {
  margin-bottom: 25px;
}

.page-participate .main .right .line .read_button {
  background-color: #008d25;
  display: block;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
}

.page-participate .main .right img {
  width: 100%;
}

.page-participate.main_content {
  margin-top: 50px;
}

.page-participate.main_content .heading {
  font-family: "Myriad Pro Regular";
  margin-bottom: 10px;
  font-size: 16px;
}

.page-participate .main .right .title {
  text-align: left;
  padding: 15px 20px;
}

.page-participate .main .sec1 .header_text1 {
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.page-participate .main .sec1 .header_text2 {
  padding: 0px 51px;
}

.page-participate .main .sec1 .header_text1 #header1 {
  color: #000;
  font-weight: bold;
  font-size: 22px;
}

.page-participate .main .sec1 .header_text2 #header2 {
  color: #000;
  font-size: 16px;
}

.page-participate .main .sec1 .row .col-md-4.box {
  padding-top: 70px;
}

.page-participate .main .sec1 .row .col-md-4 {
  padding-top: 150px;
}

.page-participate .main .sec1 .row .col-md-4 .box1,
.box2,
.box3,
.box4 {
  text-align: center;
  color: #000;
}

.page-participate .main .sec1 .row .col-md-4 .box1,
.box3 {
  padding-bottom: 120px;
}

.page-participate .main .sec1 .row .col-md-4 .box1 #h1,
.page-participate .main .sec1 .row .col-md-4 .box2 #h1,
.page-participate .main .sec1 .row .col-md-4 .box3 #h1,
.page-participate .main .sec1 .row .col-md-4 .box4 #h1 {
  font-size: 22px;
}

/************************************************************ login **********/

.page-login {
  margin-top: 40px;
  margin-bottom: 100px;
}

.page-login .main {
  margin-bottom: 50px;
  text-align: center;
}

.page-login .left img {
  width: 100%;
  margin-bottom: 15px;
}

.page-login .right {
}

.login_logo {
  width: 210px;
  height: 90px;
}

.page-login .login_form {
  width: 300px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 40px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.page-login img {
  max-width: 550px;
}

.page-login .banners {
  margin: 0 auto;
}

.page-login .banners img {
  width: 100%;
}

.page-login .threefour {
  width: 60%;
  display: inline-block;
  border: 1px solid #9c824a;
}

.page-login .onefour {
  width: 24%;
  display: inline-block;
}

.page-login .inputs img,
.page-login .inputs input {
  vertical-align: middle;
}

.page-login .inputs {
  margin-bottom: 25px;
}

.page-login .inputs img {
  width: 25px;
}

.page-login .inputs input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #22abb6;
}

.page-login .inputs img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.page-login .inputs label {
  font-weight: normal;
  color: #22abb6;
}

.page-login .inputs input[type="text"] {
  background-color: white;
  width: 65%;
}

.page-login .inputs input[type="password"] {
  background-color: white;
  width: 65%;
}

.page-login .links {
  padding-bottom: 20px;
}

.page-login .links .a {
  font-size: 10px;
  color: #22abb6;
}

.page-login .logo img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-login .line.logo {
  margin-top: 0;
}

.page-login .line,
.page-login .line a {
  text-transform: uppercase;
  color: #000000;
}

.page-login .line button {
  font-weight: bold;
  background-color: #00966e;
  border: none;
  border-radius: 2px;
  color: white;
  padding: 7px 50px;
  margin-bottom: 8px;
  background-image: url(../img/button_bg.png);
  background-size: cover;
}

.page-login .main .logos {
  clear: both;
  width: 400px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 25px;
}

.page-login .main .logos .logo {
  width: 100%;
  display: inline-block;
}

.page-login .main .logos .logo.left {
  padding-right: 50px;
}

.page-login .main .logos .logo.right {
  box-shadow: none;
}

.page-login .main .logos .logo img {
  margin: 0;
  width: 80%;
}

/********************************************************** contact **********/

.page-contact {
  margin-top: 50px;
  margin-bottom: 80px;
}

.page-contact .left {
  padding-top: 46px;
}

.page-contact .right {
}

.page-contact .input img {
  width: 250px;
  height: 350px;
}

.page-contact .inputs .col-md-8 {
  padding-top: 20px;
  padding-right: 50px;
}

.page-contact .inputs input,
.page-contact .inputs textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 7px 12px;
}

.page-contact .inputs textarea {
  min-height: 175px;
}

.page-contact .inputs .input .contact_button {
  color: #ffffff;
  background-color: #496e2d;
  border: 1px solid #496e2d;
}

.page-contact .inputs .input .input_heading {
  margin-bottom: 10px;
  font-family: "Open Sans";
  color: black;
}

.page-contact button {
  font-family: "Open Sans";
  font-weight: 600;
  background-color: #00966e;
  border: none;
  border-radius: 2px;
  color: white;
  padding: 7px 50px;
  margin-bottom: 15px;
  background-image: url(../img/button_bg.png);
}

.page-contact .heading {
  color: black;
  margin-bottom: 60px;
}

.page-contact #past_result {
  color: white;
  background-color: #496e2d;
  border: none;
  font-family: "Open Sans";
  font-weight: bold;
  width: 160px;
  height: 30px;
  padding-top: 5px;
}

.page-contact .main .bottom_text span {
  color: #ed1c24;
  font-size: 20px;
  font-weight: bold;
}

/************************************************************ error **********/

.page-error .line .error_div1 {
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 18px;
}

.page-error .line .error_div2 {
  margin-bottom: 50px;
  font-family: "Open Sans";
  font-size: 12px;
}

.page-error .line .error_div3 {
  margin-bottom: 90px;
}

.page-error .line {
  padding: 120px 50px;
}

.page-error .line .error_backbutton {
  background-color: #ae0602;
  color: #ffffff;
  border: 1px solid #ae0602;
  padding: 5px 20px;
}

.page-error {
}

.page-error .line img {
  max-width: 100px;
  margin-bottom: 20px;
}

.page-error h3 {
  color: #ed1c26;
}

.page-error p {
  color: #496e2d;
}

.page-error h3 {
  padding-bottom: 15px;
}

.page-error a {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 20px;
  background-color: #ec1d25;
  color: white;
}

/****************************************************** result toto **********/

.page-toto {
  margin-top: 55px;
}

.page-toto .line .balls .ball {
  margin: 5px 3px;
}

.page-toto section.type_1 {
  width: 100% !important;
}

.page-toto .line .draw_info {
  text-align: center;
}

.page-toto .line .balls .ball {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

.page-toto .heading {
  font-family: "Myriad Pro Regular";
  font-size: 24px;
}

.page-toto .search_panel {
  width: 885px;
  margin: 0 auto;
  height: 80px;
}

.page-toto .search_panel .left_column {
  display: table;
  height: 100%;
  width: 25%;
  float: left;
  position: absolute;
}

.page-toto .search_panel .left_column img {
  display: table-cell;
  margin-top: 10px;
}

.page-toto .search_panel .right_column {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
  float: left;
}

.page-toto .search_panel .right_column form {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 20px;
}

.page-toto .search_panel img {
  width: 100%;
  max-width: 150px;
}

.page-toto #day {
  width: 80px;
  font-family: "Open Sans Light";
}

.page-toto #month {
  width: 40px;
  font-family: "Open Sans Light";
}

.page-toto #year {
  width: 60px;
  font-family: "Open Sans Light";
}

.page-toto #submit {
  color: white;
  background-color: #0058b0;
  border: none;
  font-family: "Open Sans";
  font-weight: bold;
  padding: 3px 8px;
}

/*.page-toto input[type=date]::-webkit-inner-spin-button {
-webkit-appearance: none;
display: none;
}*/

.page-toto input[type="date"]::-webkit-inner-spin-button,
.page-toto input[type="date"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/******************************************************** result 4d **********/

.page-4d {
  margin-bottom: 20px;
  width: 100%;
  color: white;
}

.page-footer {
  padding-left: 120px;
}

.page-footer-2 {
  padding-left: 90px;
}

.page-4d .home_section1 {
  font-family: "Nirmala UI";
  font-size: 18px;
  color: #008d25;
  padding: 0px 50px;
  margin-bottom: 40px;
  margin-top: 100px;
}

.page-4d .title {
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Nirmala UI";
  font-weight: normal;
  color: #000000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-4d .button_moreresult {
  background-color: #bf2f33;
  padding-top: 6px;
  color: #ffffff;
  width: 150px;
  height: 30px;
  margin-top: 20px;
}

.page-4d .draw_info {
  font-family: "Open Sans";
  color: #6d6e71;
  text-align: center;
  margin-top: 15px;
  font-size: 17px;
  letter-spacing: 2px;
}

.page-4d .heading {
  font-size: 24px;
  font-weight: bold;
}

.page-4d .search_panel {
  /*    width: 885px;*/
  margin: 0 auto;
  height: 80px;
}

.page-4d .search_panel .left_column {
  display: table;
  height: 100%;
  width: 25%;
  float: left;
  position: absolute;
}

.page-4d .search_panel .left_column img {
  display: table-cell;
  margin-top: 10px;
}

.page-4d .search_panel .right_column {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
  float: left;
}

.page-4d .search_panel .right_column form {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 38px;
  /*    text-align: right;*/
}

.page-4d section.type_2 {
  width: 100% !important;
  position: relative;
}

.page-4d section.type_2 .left_column img {
  max-width: 400px;
}

.page-4d .search_panel img {
  width: 100%;
  max-width: 230px;
}

.page-4d #day {
  width: 80px;
  font-family: "Open Sans Light";
}

.page-4d #month {
  width: 40px;
  font-family: "Open Sans Light";
}

.page-4d #year {
  width: 60px;
  font-family: "Open Sans Light";
}

.page-4d #submit {
  color: white;
  background-color: #496e2d;
  border: none;
  font-family: "Open Sans";
  font-weight: bold;
  padding: 3px 8px;
}

.page-4d #past_result {
  color: white;
  background-color: #496e2d;
  border: none;
  font-family: "Open Sans";
  font-weight: bold;
  width: 160px;
  height: 30px;
  padding-top: 5px;
}

.page-4d input[type="date"]::-webkit-inner-spin-button,
.page-4d input[type="date"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.page-4d section.type_2 .line .heading {
  font-size: 16px;
}

.page-4d section.type_2 {
  width: 100%;
}

.page-4d section.type_2 .line {
  text-align: center;
}

.page-4d section.type_2 .c_width {
  margin: 25px auto 0px auto;
  display: inline-block;
  width: 100%;
}

.page-4d section.type_2 .c_width_2 {
  margin: 25px auto 0px auto;
  display: inline-block;
  width: 80%;
}

.page-4d section.type_2 .line .heading {
  display: block;
  text-align: center;
}

#howToPlay {
  background-color: #130f43;
  color: white;
}

#howToPlay .content {
  width: 800px;
  margin: 0 auto;
  padding: 30px;
}

#howToPlay .content .leftSide {
  display: inline-block;
  width: 60%;
}

#howToPlay .content h3 {
  font-weight: bold;
  padding-bottom: 20px;
}

#howToPlay .content .leftSide span {
  display: inline-block;
  width: 140px;
}

#howToPlay .content .rightSide {
  display: inline-block;
  width: 38%;
  vertical-align: top;
}

#howToPlay.white {
  background-color: white;
  color: black;
  text-align: center;
}

#howToPlay.white .content div {
  text-align: center;
  font-size: 12px;
}

#howToPlay.white .content img {
  width: 100%;
  padding-bottom: 20px;
}

.column-3,
.column-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.column-4 {
  width: 33.33%;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.column-3 {
}

.column-8 {
  width: 66.66%;
}

.page-4d section.type_2 .right_column {
  float: right;
}

.winnerlist {
}

.winnerlist img {
  width: 100%;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 1100px) {
  header .header_top {
    width: 885px;
  }
  header .header_top .right_column nav {
    display: block !important;
  }
}

@media only screen and (max-width: 885px) {
  footer {
    width: 885px;
  }
  header .header_bottom {
    width: 885px;
  }
  footer .footer_top_top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_content {
  }
}
