/*********************************************************** Common **********/
.wrap .content a{
  text-decoration: none;
}
.wrap {
  margin: 0 auto;
  min-width: 1100px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.active {
  
}
.nav-link:hover {
  
}

/*********************************************************** 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 20px 0;
}
header .header_top {
  width: 100%;
  margin: 0 auto;
  padding-left: 10%;
  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;
  width: 330px;
  padding-left: 30px;
}
header .header_top .right_column {
  display: table;
  float: right;
  padding-top: 45px;
  padding-right: 30px;
}
header .header_top .right_column table tr td {
  border: none;
  padding: 0px 25px;
  font-family: 'Open Sans';
  font-size: 20px;;
}
header .header_top .right_column table tr td a {
  color: #000;
}
header .header_top .right_column table tr td a:hover,
header .header_top .right_column table tr td a.active {
  color: #0773BA;
}
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: 20px;
  background-color: #A1C63C;
  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: 380px;
}

/*********************************************************** Main Content **********/
.main_content {
  width: 900px;
  margin: 0 auto;
}
.main_content .empty_space {
  height: 40px;
}
.main_content .line {
  margin-top: 5px;
  margin-bottom: 5px;
  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: 38px;
  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;
  color: #ffffff;
}
.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 .extra_results .green_ball {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 36px;
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
    background-size: cover;
    font-size: 18px;
    margin: 5px 1px;
    color: #ffffff;
}
.main_content .line .reminder {
  color: #008D25;
  font-size: 13px;
}

/*********************************************************** Footer **********/
footer {
  text-align: center;
  margin-top: 0px;
}
footer .empty_space {
  height: 50px;
}
footer .footer_section2 {
  background-color: #0773BA;
  color: #ffffff;
}
footer .footer_section3 {
  background-color: #ffffff;
  color: #000000;
}
footer .footerContent {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 10px;
}
.footerContent .row .col-md-4 {
  padding-bottom: 25px;
}
.ftr_title_text {
  line-height: 5px;  
  font-weight: bold;
  font-size: 12px;
  padding-left: 80px;
}
.ftr_title_text.mod {
  padding-left: 20px;
}
.footer_section2 h3 {
  font-weight: normal;
}
#footer_img_1 {
  width: 250px;
  padding-bottom: 8px;
  margin-top: 15px;
  margin-left: -15px;
}
#footer_img_2 {
  width: 250px;
  padding-bottom: 8px;
  margin-left: -19px;
}
#footer_img_3 {
  width: 336px;
  padding-bottom: 8px;
  margin-top: 18px;
  margin-left: -42px;
}
#footer_banner {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 40px;
}
/********************************************************* About Us **********/
.page-aboutus {
  padding-top: 10px;
}
.page-aboutus .sec1 {
  margin-bottom: 20px;
}
.page-aboutus .sec1 .row .cl-md-3 {
  padding-top: 50px;
}
.page-aboutus .sec2 {
  margin-bottom: 20px;
}
.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: 30px;
}
.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: #ED1C24;
  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: #32A600;
}
.page-aboutus .main .sec1 .row .col-md-6 ul {
  margin-left: -20px;
}
.page-aboutus .main .sec1 .row .col-md-6 ul li {
  color: #000;
}
.page-aboutus h1 {
  color: #ED1C24;
  margin-bottom: 20px;
}
.page-aboutus #banner_btm {
  padding-top: 50px; 
}
.page-aboutus .row .col-md-12 {
  line-height: 1.3;
}
/******************************************************* 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: 35px;
  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 {
  width: 75%;
  margin-bottom: 36px;
  padding: 14px 12px;
  border-left: none;
  border-top: none;
  border-right: none;
}
.page-contact .inputs textarea {
  min-height: 175px;
  width: 95%;
  margin-bottom: 20px;
  padding: 7px 12px;
}
.page-contact .inputs .input .contact_button {
  color: #ffffff;
  background-color: #ED1C24;
  border: 1px solid #ED1C24;
}
.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: #ED1C24;
  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;
}
#banner_btm {
  width: 98%; 
  padding-top: 25px; 
  padding-bottom: 30px;
}
#send_button {
  width: 8%; 
  margin-bottom: 40px;
}
.page-contact h1 {
  margin-left: 12px;
  color: #ED1C24;
  margin-bottom: 90px;
}
/************************************************************ 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: #58595B;
}
.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 {
  text-align: center;
  width: 100%;
}
.page_4d h1 {
  margin-left: 145px;
  margin-top: 40px;
  color: #ED1C24;
  margin-bottom: 40px;
  text-align: left !important;
}
.page_4d h2 {
  text-align: left;
  margin-left: 146px;
}
.page_4d #form_date {
  margin-top: -39px;
  margin-left: -80px;
}
.title_datetime {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
  text-align: left !important;
  margin-left: 149px;
}
.main_content.page_4d.clearfix.mod {
  padding-top: 0px;
}
.section_top {
  width: 100%;
  margin-bottom: 160px;
}
#result_logo {
  width: 10%;
  margin-bottom: 20px;
  margin-top: 20px;
}
#result_logo_home {
  width: 10%;
  margin-top: 20px;
}
.section_blue {
  margin-top: 25px;
  background-color: #E1F4FD;
  padding-top: 20px;
  padding-bottom: 40px;
}
.section_blue .col-md-12 {
  margin-bottom: 25px;
}
.section_inner_row {

}
.section_content {
  width: 1070px;
  padding-bottom: 60px;
}
.section_content.mod {
  padding-bottom: 30px;
  background-color: #E28525; 
  width: 100%;
}
.row.sub_content {
  width: 1030px;
}
#section_title {
  color: #B2292F;
  font-size: 22px;
  font-weight: normal;
}
#home_banner {
  width: 80%;
}
#submit {
  color: white;
  background-color: #B2292F;
  border: none;
  font-family: 'Open Sans';
  font-weight: bold;
  padding: 3px 8px;
}
.page_4d .row .col-md-12 .balls .ball {
  color: #ffffff;
  font-weight: bold;
}
#result_title {
  color: #5D5D5D;
  font-size: 22px;
}
.page_4d .heading {
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: left !important;
  font-weight: bold;
  padding-left: 50px;
}
.page_4d .heading_other {
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: left !important;
  font-weight: bold;
  padding-left: 20px;
}
.c_width {
  padding: 0px 100px;
}
.section_content_2 {
  width: 100%;
  background-color: #3D1B00;
}
.row.sub_content.mod {
  padding-top: 40px;
  padding-bottom: 100px;
}
.col-md-5.mod {
  padding-left: 100px;
}
#home_btm_logo {
  width: 78%;
  margin-bottom: 10px;
}
.home_btm_par {
  color: #ffffff;
}
#home_btm_img {
  width: 87%;
  margin-left: -50px;
}
.special {
  width: 100%;
  margin-left: 134px;
}
.consolation {
  width: 100%;
  margin-left: 134px;
}
#banner_btm_1 {
  width: 374px;
  padding-top: 25px;
  padding-bottom: 30px;
  margin-left: 150px;
}
#banner_btm_2 {
  width: 374px;
  padding-top: 25px;
  padding-bottom: 30px;
  margin-right: 145px;
}
#line_home {
  width: 71%;
  border: 1px solid #333;
}
.row.mod_btm {
  text-align: left !important;
}
.row.mod_btm h4 {
  margin-left: 167px;
  margin-bottom: -5px;
}
.row.mod_btm_2 .col-md-12 {
  text-align: left !important;
  padding-left: 167px;
  line-height: 1.1;
}
.row.mod_btm_2 span {
  font-size: 11px;
  color: #000;
}
.more_button {
  color: #ffffff;
  background-color: #24B24A;
  border: 1px solid #24B24A;
  padding: 7px 30px;
  font-size: 12px;
}
.more_button_2 {
  color: #ffffff;
  background-color: #24B24A;
  border: 1px solid #24B24A;
  padding: 8px 40px;
  font-size: 14px;
  float: right;
  margin-top: -80px;
  margin-right: 155px;
}
a.more_button:hover {
  color: #ffffff;
}
a.more_button_2:hover {
  color: #ffffff;
}
.page_4d .draw_info {
  font-family: 'Open Sans';
  color: #6D6E71;
  text-align: center;
  margin-top: 15px;
  font-size: 17px;
  letter-spacing: 2px;
}
.column-3, .column-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  float: left;
}
.column-4 {
  width: 33.33%;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  float: left;
}
.column-8 {
  width: 66.66%;
}
.page_4d section.type_2 .right_column {
  float: right;
}
.winnerlist img {
  width:100%;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 1100px) {
  .page_4d .section_content .row.mod_btm .col-md-6.mod {
    float: left;
    margin-right: 15px;
  }
  .footerContent .row .col-md-4.mod {
    float: left;
    margin-right: 60px;
  } 
  .footerContent .row .col-md-4.mod_2 {
    float: left;
    margin-right: 60px;;
  }
  .page-aboutus .sec1 .row.mod_1 {
    display: flex;
  }
  .page-contact .main .row.mod_1 {
    display: flex;
  }
  .page-contact .main .inputs .col-md-6.mod_1 {
    float: left;
    width: 35%;
  }
  .page-contact .main .inputs .col-md-6.mod_2 {
    width: 65%;
    float: left;
  }
  .page-contact .main .inputs .col-md-6.mod_2 .input {
    margin-left: 0px !important;
  }
  .special {
    margin-left: 0px;
    padding-left: 134px;
  }
  .consolation {
    margin-left: 0px;
    padding-left: 134px;
  }
}


