/*Common*/
.wrap .content a{
    text-decoration: none;
}
.wrap {
    margin: 0 auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
body {
    background-color: white;
    background-image: url(../img/background.jpg);
    background-position-x: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Open Sans Regular';
}
.active {
    color: #aa0210!important;
}
.nav-link:hover {
    color: #aa0210!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}


/*Header*/
header .header_bottom {
    max-width: 100%;
    margin: 0 auto;
}
header .header_bottom img {
    width: 230px;
    margin-left: 20%;
    float: left;
    margin-top: -20px;
}
header .header_top {
    width: 1100px;
    margin: 0 auto;
    height: 70px;
    
}
header .header_top .separator {
    display: inline-block;
    vertical-align: middle;
}
header .header_top .left_column {
    display: table;
    height: 100%;
    width: 40%;
    float: left;
	/*padding-left: 39px;*/
}
header .header_top .left_column img {
    display: table-cell;
    margin-top: 8px;
    width: 100%;
    max-width: 320px;
    
}
header .header_top .right_column {
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
    
}
header .header_top .right_column .flag{
    position: absolute;
    right: 0;
    top: 30px;
}
header .header_top .right_column .flag img{
    max-width: 90px;
    
}

header .header_top .right_column nav {
    display: table-cell;
    vertical-align: bottom;
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    
}
header .header_top .right_column nav .nav_wrap{
/*    background-color: #592E91;
    padding: 5px;*/
}
header .header_top .right_column nav .nav-link{
    text-transform: uppercase;
    padding-right: 13px;
    padding-left: 14px;
    vertical-align: middle;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}
header .header_top .right_column nav .nav-link .dropdown_menu{
    position: absolute;
    z-index: 10;
    background-color: white;
    right: 0;
    padding: 0 0px;
    width: 210px;
    display: none;
    border: 1px solid #939598;
	left: -60px;
    font-size: 13px;
} 
header .header_top .right_column nav .nav-link:hover .dropdown_menu{
    display: block;
}
header .header_top .right_column nav .nav-link .dropdown_menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header .header_top .right_column nav .nav-link .dropdown_menu ul li {
    border-bottom: 1px solid #939598;
	text-align: center;
}
header .header_top .right_column nav .nav-link .dropdown_menu ul li:hover {
    background-color: #C9C9C9;
	
}
header .header_top .right_column nav .nav-link .dropdown_menu ul li:last-child {
    border-bottom: none;
}
header .header_top .right_column nav .nav-link .dropdown_menu a {
    font-family: 'Open Sans';
    color: #58595B;
}
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: 1100px;
    margin: 0 auto;
    padding-left: 30%;
	min-height: 510px;
}


.main_content .resultContent {
	background-image: url(../img/result_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0px 20px;
}


.main_content .empty_space {
    height: 40px;
}
.main_content .line {
    margin-top: 5px;
    margin-bottom: 5px;
	text-align: center;
}
.main_content .line.second .banner img {
    width: auto;
    max-height: 70px;
}
.main_content .line.second .banner .image_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}
.main_content .line .draw_info {
    margin-top: 5px;
    color: white;
    text-transform: uppercase;
	margin-bottom:5px;

}

.main_content .draw_info img {
	width:130px;
	margin-right:30px;
	margin-bottom:7px;
}

.main_content section.type_1 {
   
    float: left;
	width:100%;
	min-height: 149px;
    padding-top: 30px;
}
.main_content.page-toto section.type_1 {
 background-image: url(../img/result_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.main_content .sidebar {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
}
.main_content .sidebar ul {
    list-style-type: none;
    padding: 0;
}
.main_content .sidebar ul li {
    margin-top: 20px;
}
.main_content .sidebar img {
    width: 100%;
}
.main_content .line_left {
    text-align: left;
    padding-left: 16px;
}
.main_content .line.logo {
    margin-top: 40px;
}
.main_content .line.logo img{
    max-width: 150px;
    width: 100%;
}
.main_content .line .heading_result{
    font-family: 'Myriad Pro Regular';
    font-size: 26px;
}
.heading.main h3{
    font-family: 'Open Sans'!important;
    font-weight: lighter;
    color: white;
    font-size: 14px;
	margin:0;
}
/*.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 {
    vertical-align: middle;
}
.main_content .line .balls .ball {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 36px;
    margin: 5px 0px;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    text-align: center;
}
.main_content .line .more_result_button{
    color: white;
    display: inline-block;
    
}
.main_content section.type_1 .result_row {
    margin-top: 20px;
}
.main_content section.type_1 .results {
    margin-bottom: 7px;
}
.main_content .results .result_row,
.resultDisplay
{
	
}
.main_content section.type_2 {
    width: 100%;
	text-align: center;

}
.main_content section.type_2 .line {
    margin-bottom: 7px;
}
.main_content section.type_2 .line .result_row {
    margin-bottom: 8px;
	border-bottom:1px solid;
	text-align: center;
}
.main_content section.type_2 .logo{
    margin-bottom: 25px;
}
.main_content section.type_2 .line .balls .ball {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    color: black;
	font-size:13px;
	
    
}

.main_content section.type_2 .line .balls.poolDisplay .ball {
	width: 27px;
    height: 27px;
    line-height: 27px;
	margin: 5px -2px;
	font-size:14px;
}
.main_content .line .balls.lottoDisplay .ball {
	margin: 5px 6px;
}

.main_content section.type_2 .line .heading {
    font-family: 'Open Sans Bold';
    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: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    line-height: 30px;
    font-family: 'Open Sans Bold';
    font-weight: bold;
    text-align: center;
    color: black;
    background-size: cover;
    font-size: 12px;
}
.main_content .line .reminder {
    color: #008D25;
    font-family: 'Open Sans Bold';
    font-size: 13px;
}
/*Footer*/
footer {
   
    margin-top: 37px;
    font-family: 'Open Sans Regular';
    padding-bottom: 60px;
	    background-color: #231F20;
	color:#CECECE;
	font-size: 12px;
}

footer .secureby img {
	display: inline-block;
	width:100%;
	padding-right:20px;
	
}

footer div {
	padding-left:20px;
}

footer div span {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
}
footer .footer_top {
    
}
footer .footer_top .partners {
    display: inline-block;
}
footer .footer_top .partners img {
    max-width: 410px
}
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: 15px;
}
footer .footer_top, footer .footer_middle, footer .footer_bottom {
    padding: 22px 0 ;
    
}
/*about us*/
.page-aboutus .main .top {
    margin-bottom: 30px;
}
.page-aboutus .main .top .title {
    background-color: #FFCB25;
    height: 200px;
    font-family: 'Open Sans Extrabold';
    color: white;
    font-size: 30px;
    padding: 20px;
    padding-left: 25px;
}
.page-aboutus .main .text p{
    font-family: 'Open Sans Regular';
    padding-bottom: 10px;
}
.page-aboutus .main .text h1{
    font-family: 'Open Sans Light';
    padding-top: 30px;
    padding-bottom: 10px;
}
.page-aboutus .main .right h2  {
    font-family: 'Open Sans Light';
    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;
    font-family: 'Open Sans Bold';
    
}
.page-aboutus .main .right img {
    width: 100%;
}
.page-aboutus.main_content {
    margin-top: 15px;
}
.page-aboutus.main_content .heading {
    font-family: "Myriad Pro Regular";
    margin-bottom: 10px;
    font-size: 16px;
}
.page-aboutus .main .right .title{
    text-align: left;
    font-family: 'Open Sans Bold';
    padding: 15px 20px;
    
}
.page-aboutus .text {
    padding-left: 25px;
    padding-right: 25px;
}
.page-aboutus .text h3 {
    margin-bottom: 20px;
    font-size: 32px;
}
.page-aboutus .text p, .page-aboutus .text li {
    margin-bottom: 15px;
}
.page-aboutus .text ul {
    list-style-type: none;
    padding-left: 0;
}
.page-aboutus .text ul li:before{ content:"- ";}
.page-aboutus .banner img {
    width: 100%;
}
.page-aboutus .banners .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
}
/*about us*/
.page-login {
    margin-top: 30px;
}
.page-login .main {
    margin-bottom: 50px;
}
.page-login .left img{
    width: 100%;
    margin-top: 60px;
}
.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: 280px;
    margin-left: 40px;
}
.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 {
    font-family: 'Open Sans Regular';
    text-transform: uppercase;
    color: #22ABB6;
}
.page-login .line button {
    font-family: 'Open Sans Semibold';
    background-color: #00966E;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 7px 50px;
    margin-bottom: 15px;
}

/*contact*/
.page-contact {
    
}
.page-contact .left {
    padding-top: 36px;
    padding-left: 90px;
    padding-right: 30px;
}
.page-contact .right {
    padding: 0 20px; 
}
.page-contact .right .line img {
    width: 100%;
    margin-bottom: 15px;
}
.page-contact .inputs input, .page-contact .inputs textarea {
        width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.page-contact .inputs textarea {
    min-height: 175px;
}
.page-contact .inputs .input .input_heading {
    margin-bottom: 10px;
    font-family: 'Open Sans Regular';
    color: #fff;
}
.page-contact button {
    font-family: 'Open Sans Semibold';
    background-image: url(../img/bg_red.png);
    background-size: auto;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 7px 50px;
    margin-bottom: 15px;
    background-repeat: no-repeat;

}
.page-contact .heading {
    font-family: 'Open Sans Regular';
}
.page-contact .right .line {
    margin-top: 74px;
}
/*error*/
.page-error {
    padding: 120px 0;
}
.page-error .line img {
    max-width: 100px;
}
.page-error h3, .page-error p {
    font-family: 'Open Sans Regular';
    color: black;
}
.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: #49983E;
    color: white;
}
/*result toto*/
.page-toto {
    margin-top: 20px;
    position: relative;
}
.page-toto .heading {
    font-family: "Open Sans Extrabold";
    font-size: 24px;
    clear: both;
    padding-left: 0px;
    color: #fff;
}
.page-toto .search_panel {
    width: 500px;
    margin: 0 auto;
    height: 80px;
    
}

.page-toto .search_panel .left_column {
    display: table;
    height: 100%;
    width: 25%;
    float: right;
}
.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: 75%;
    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: 220px;
}
.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: #49983E;
    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-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; 
}
.page-toto input[type='date'] {
    color: black;
}
/*result 4d*/
.page-4d {
    margin-top: 20px;
    position: relative;
}
.page-4d .heading {
    font-family: "Open Sans Extrabold";
    font-size: 24px;
    clear: both;
    padding-left: 0px;
    color: #fff;
}
.page-4d .main.heading {
    /*padding-left: 30px;*/
}
.page-4d .search_panel {
    width: 500px;
    margin: 0 auto;
    height: 80px;
    
}

.page-4d .search_panel .left_column {
    display: table;
    height: 100%;
    width: 25%;
    float: right;
}
.page-4d .search_panel .left_column img {
    display: table-cell;
    margin-top: 0px;
    
}
.page-4d .search_panel .right_column {
    display: table;
    text-align: center;
    height: 100%;
    width: 63%;
    float: left;
    
}
.page-4d .search_panel .right_column form {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 20px;
    text-align: right;
    
}

.page-4d .search_panel img {
    width: 100%;
    max-width: 180px;
}
.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: #49983E;
    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 input[type='date'] {
    color: black;
}
.page-4d section.type_2 .line .heading {
    font-size: 14px;
    display: inline-block;
    width: 170px;
}
.page-4d section.type_2 .line .heading h3 {
    margin: 0;
    font-family: 'Open Sans Extrabold'
}
.page-4d section.type_2 .result_line{
/*    border-bottom: 1px solid #185463;*/
    padding: 10px 0;
    text-align: center;
}
.page-4d section.type_2

{
    width: 100%;
	background-image: url(../img/result_bg.png);
	background-size:cover;
	background-repeat: no-repeat;
}
.page-4d section.type_2 .extra_results {
    padding-left: 0;
    padding-right: 0;
}
.page-4d .line_left h3{
    margin-bottom: 20px;
    font-family: 'Open Sans Extrabold';
}
.page-4d section.type_2 .c_width {
    margin: 0 auto;
    text-align: left;
}
.page-4d section.type_2 .center .c_width {
    text-align: center;
}
.page-4d .line.banner img {
    width: 100%;
}
/*home*/
.page-home {
    margin-top: 54px;
}
.page-home .text h3{
    margin-top: 30px;
    font-family: 'Open Sans Semibold';
}
.page-home .second h3 {
    padding-left: 25px;
    font-family: 'Open Sans Extrabold';
}
.page-home .text {
    padding-left: 25px;
    padding-right: 25px;
}
.page-home .text p {
    font-family: 'Open Sans Regular';
}
.page-home .text a {
    color: white;
    padding: 10px 35px;
    background-color: #592E91;
    margin-top: 15px;
    display: inline-block;
    font-family: 'Open Sans Semibold';
}
.page-home .second .button {
    color: white;
    padding: 10px 35px;
    background-color: #49983E;
    display: inline-block;
    font-family: 'Open Sans Semibold';
}
.page-home .line.banner img{
    width: 100%;
}
.page-home .second .col-sm-6{
    padding: 15px;
}
.page-home .second .col-sm-6 div{
    height: 130px;
    padding: 0 60px;
    text-align: center;
}
.page-home .second .left img, .page-home .second .right img {
    width: 100%;
/*    max-width: 200px;*/
        
}
.page-home .second .left_banner img {
    margin-top: 0;
    margin-bottom: 50px;
}
.page-home .second .right_banner img {
    margin-top: 20px;
    margin-bottom: 35px;
}
.page-home .second .line.banner {
    margin-top: 100px;
    margin-bottom: 10px;
}
.page-home .steps .step img {
    width: 150px;
}
.page-home .steps .step p{
    font-size: 12px;
}
.page-home .steps .step h4{
    margin-top: 20px;
    margin-bottom: 15px;
    color: #185463;
    font-family: 'Open Sans Extrabold';
}
.page-home .line.first {
    background-color: #CBE8D9;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-home .line.first h3 {
    color: #185463;
    font-family: 'Open Sans Extrabold';
}
.page-home .line.first .button{
    background-color: #49983E;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 15px;
    font-family: 'Open Sans Semibold'
}
.page-home .button{
    background-color: #49983E;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 15px;
    font-family: 'Open Sans Semibold'
}
.page-home .line.first .steps {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 30px;
}
.page-home p {
    font-family: 'Open Sans Regular';
}

.column-4, .column-3, .column-8, .column-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.column-4 {
    width: 33.33%;
	padding-right:0;
	padding-left:0;
}
.column-3 {
    width: 25%;
}
.column-8 {
    width: 66.66%;
}
.column-6 {
    width: 50%;
}
.spec h3{
    font-family: 'Open Sans'!important;
    font-weight: 600;
    color: white;
    font-size: 18px;
}
@media screen and (max-width: 885px) {
    header .header_bottom {
        width: 885px;
    }
    footer {
        width: 885px;
    }
    .main_content {
        padding-left: 20px;
        padding-right: 20px;
    }
}