/*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 .header_bottom {
    height: 450px;
}
header .header_bottom img {
    width: 100%;
    

}
header .header_top {
    width: 100%;
    margin: 0 auto;
    height: 83px;
    
}
header .header_top .separator {
    display: inline-block;
/*    width: 2px;
    background-color: #00966E;
    border: 1px solid #00966E;
    height: 12px;*/
    vertical-align: middle;
    color: #6D6E71;
}
header .header_top .left_column {
    display: table;
    height: 100%;
    width: 25%;
    float: left;
    padding-left: 60px;
}
header .header_top .left_column img {
    display: table-cell;
    margin-top: 30px;
    
}
header .header_top .right_column {
    display: table;
    text-align: right;
    height: 100%;
    width: 75%;
    float: left;
    padding-right: 60px;
    padding-top: 18px;
    
}
header .header_top .right_column nav {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
    
}
header .header_top .right_column nav.nav2 {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
    color: #EF3A24;
    font-size: 12px;
    
}
header .header_top .right_column nav.nav2 .nav-link, header .header_top .right_column nav.nav2 .separator{
    color: #EF3A24;
    font-size: 14px;
}
header .header_top .right_column nav .nav-link{
/*    text-transform: uppercase;*/
    color: #6D6E71;
    padding-right: 10px;
    padding-left: 8px;
    vertical-align: middle;
	font-weight:bold;
/*    font-family: 'Op';*/
    font-size: 14px;
    
}
header .header_top .right_column nav a.nav-link:hover,
header .header_top .right_column nav a.nav-link.active

 {
	color:#72c2cb;
    
}
header .header_top .right_column nav .nav-link:last-child {
    border-right: none;
}
header .header_top img {
    width: 100%;
    max-width: 238px;
}

/*Main Content*/
.main_content {
    width: 885px;
    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 {
    text-align: left;
    padding-left: 16px;
}
.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%;
    background-image: url('../img/button_bg.png');
} 
.main_content .line .heading_result{
    font-family: 'Myriad Pro Regular';
    font-size: 26px;
}
/*.main_content .line .balls .ball {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 50px;
    margin: 5px;
}*/
.main_content .line .balls .ball {
    display: inline-block;
    width: 33px;
    height: 33px;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 33px;
    margin: 5px 1px;;
    font-family: 'Oswald Bold';
    color: white;
    font-size: 18px;
}
.main_content .line .more_result_button{
    background-color: #ED2024;
    color: white;
    padding: 8px 30px;
    display: inline-block;
    margin-bottom: 20px;
    
}
.main_content section.type_1, .main_content section.type_2 {
    width: 50%!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;
}
.main_content section.type_2 {
    float: right;
}
.main_content section.type_1 .result_row {
    padding-top: 15px;
    padding-bottom: 20px;
}
.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: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main_content section.type_2 .logo{
    margin-bottom: 25px;
}
.main_content .line.main_heading {
    font-weight: 300;
    font-size: 30px;
    color: #6D6E71;
    margin-top: 20px;
	font-weight:bold;
}
.main_content section.type_2 .line .balls .ball {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-family: 'Oswald Bold';
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.main_content section.type_2 .line .balls {
    display: inline-block;
    vertical-align: middle;
}
.main_content section.type_2 .line .heading {
    font-weight: bold;
    font-size: 20px;
    color: #6D6E71;
    /*margin-bottom: 10px;*/
    display: inline-block;
    vertical-align: middle;
    width: 125px;
	
}
.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: 'Oswald Bold';
    font-weight: bold;
    text-align: center;
    background-size: cover;
    color: white;
    font-size: 18px;
}
.main_content .line .reminder {
    color: #008D25;
    font-size: 13px;
}
/*Footer*/
footer {
    text-align: center;
    margin-top: 30px;
}
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: 30px;
    color: #6D6E71;
}
footer .footer_top, footer .footer_middle, footer .footer_bottom {
    height: 100px;
    padding: 10px 0 ;
    
}
/*about us*/
.page-aboutus .main .top {
    margin-bottom: 30px;
}
.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;
    
}
/*about us*/
.page-login {
    margin-top: 30px;
}
.page-login .main {
    margin-bottom: 50px;
}
.page-login .left img{
    width: 100%;
    margin-bottom: 15px;
}
.page-login .right {
    -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);
}
/*login*/
.page-login .login_form {
    width: 400px;
    margin: 0 auto;
    padding: 50px;
    padding-top: 78px;
    padding-bottom: 60px;
}
.page-login .banners {
    margin: 0 auto;
}
.page-login .banners img {
    width: 100%;
}
.page-login .threefour {
    width: 75%;
    display: inline-block;
}
.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 #00966E;
}
.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: 30px;
}
.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: #6D6E71;
}
.page-login .line button {

    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: 49%;
    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: 100%;
}
/*contact*/
.page-contact {
    margin-top: 50px;
}
.page-contact .left {
    padding-top: 46px;
    padding-left: 30px;
    padding-right: 30px;
}
.page-contact .right {
    padding: 0 20px; 
}
.page-contact .right .line img {
    width: 100%;
    margin-top: 38px;
}
.page-contact .inputs input, .page-contact .inputs textarea {
    width: 100%;
    margin-bottom: 20px;
}
.page-contact .inputs textarea {
    min-height: 175px;
}
.page-contact .inputs .input .input_heading {
    margin-bottom: 10px;
    font-family: 'Open Sans Regular';
    color: #6D6E71;
}
.page-contact button {
    font-family: 'Open Sans Semibold';
    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: #6D6E71;
}
/*error*/
.page-error {
    padding: 120px 0;
}
.page-error .line img {
    max-width: 100px;
}
.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;
    font-family: 'Open Sans Bold';
    padding: 8px 20px;
    background-color: #EC1D25;
    color: white;
}
/*result toto*/
.page-toto {
    margin-top: 20px;
}
.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;
/*    text-align: right;*/
    
}

.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: #00966e;
    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-top: 20px;
}
.page-4d .draw_info {
    font-family: 'Open Sans';
    color: #6D6E71;
}
.page-4d .heading {
    font-family: "Myriad Pro Regular";
    font-size: 24px;
}
.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;
}

.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: #00966e;
    border: none;
    font-family: 'Open Sans Bold';
    padding: 3px 8px;
}
/*.page-toto input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}*/
.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%;
    padding: 0;
}
.page-4d section.type_2 .line {
    text-align: left;
}
.page-4d section.type_2 .c_width {
/*    max-width: 670px;*/
    margin: 0 auto;
}
.page-4d section.type_2 .line .heading {
    display: block;
}
.column-4, .column-3, .column-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.column-4 {
    width: 33.33%;
}
.column-3 {
    width: 25%;
}
.column-8 {
    width: 66.66%;
}
@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 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
    