
body {
	height: 100%;
	background: #242424;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

a {

	text-decoration: none !important;

}

ol, ul {

	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;

}

header#header {
	background: url(../img/headerbg.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center;
	padding: 205px 0px;
}

header#header .logo, header#header .nav-menu {

	margin-top: -205px;

}


.logo {
	padding: 35px 45px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;	
}

.navbar-default {
	margin:	40px 0px;
	background-color: transparent;
	border-color: transparent;
	font-size: 12px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li:not(:last-child)>a:focus, .navbar-default .navbar-nav>li:not(:last-child)>a:hover {
	color: #fff;
	background-color: transparent;
	border-top: 1px solid #c4ab37;
	border-bottom: 1px solid #c4ab37;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
	border-top: 1px solid #c4ab37;
	border-bottom: 1px solid #c4ab37;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #b5211d;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-toggle {
	padding: 9px 6px;
	border-radius: 100%;
}


.lang > span > img {

	border-radius: 50%;
	height: 25px;
	width: 25px;

}

.lang > span.controls > a {

	color: #fff;

}

section.details {
	width: 310px;
	position: absolute;
	margin-left: 61%;
	margin-top: -2%;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;	
}
section.details hr {
	margin-top: 0px;
	margin-bottom: 0px; 
	border-top: 2px solid #d8b466;
}
section.details p:nth-of-type(1) {

	color: #d8b466;
	font-size: 32px;
	margin: 0px;

}
section.details > p:nth-of-type(2) span:nth-of-type(1) {
	color: #fff;
	font-size: 37px;
}
section.details > p:nth-of-type(2) span:nth-of-type(2) {
	color: #fff;
	font-size: 42px;
	line-height: 32px;
}


div.resultWrapper {

	background: url(../img/patternbg.jpg) repeat;
	background-size: contain;
	background-position: center;
	/*height: calc((100vw * 3) / 32);*/
	padding: 20px 0px 10px 0px;

}

.resultWrapper .event {

	display: inline-block;
	padding: 25px 15px;
	background: #282828;
	border-radius: 10%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-right: 25px;
	vertical-align: middle;

}
.resultWrapper .calendar {

	display: inline-block;
	color: #a41717;
	vertical-align: middle;

}
.calendar .day {

	font-size: 56px;
	font-weight: 600;
	line-height: 60px;
	margin-right: 5px;

}
.calendar .month {

	font-size: 22px;
	font-weight: 600;
	vertical-align: top;
	line-height: 40px;
	margin-right: -7px;

}
.calendar .year {

	font-size: 22px;
	margin-left: -65px;
	vertical-align: bottom;
	line-height: 40px;

}
.calendar .date {

	font-size: 20px;
	font-weight: 400;
	text-align: center;
	display: block;
	padding-top: 8px;

}
.resultWrapper .results {

	display: inline-block;
	vertical-align: top;

}

.results ul li span {

	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	margin-right: 15px;

}

.results ul li {

	display: inline-block;
	list-style-type: none;

}

.results ul li img {

	width: 90%;
	padding: 0px 10px;

}

.results ul li:not(:last-child) img {

	border-right: 1px solid #000;

}


.wrapper {
	margin-bottom: 25px;
}

.featured-box {
	float: left;
	width: 37%;
}

.featured-text {

	text-align: center;
	color: #fff;
	padding: 5px 0px ;

}

.featured-wrapper {

	background: #434343;
	padding: 5px 0px;
	margin-bottom: 8px;

}

.featured-wrapper img {

	margin-left: 15px;
	vertical-align: middle;

}

.featured-wrapper div.col-md-10 {

	margin-top: 5px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	margin-left: -8.333333335%;

}


.video-box {

	float: left;
	width: 50%;

}

.video-box img {

	height: 254px;
	width: 100%;

}


/* start pages*/

.pages {
	background: #a41717;
	padding: 0 25px;
}

.pages .logo {

	padding: 15px 0 0 45px;

}

.pages .navbar-default {
	margin: 40px 0px 0;
	background-color: transparent;
	border-color: transparent;
	font-size: 12px;
}
.glyphicon {
	opacity: 0.8;
}
.input-group-addon {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#datemonth input, #dateyear input {
	width: 100px
}
#dateyear input {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.btn-search {
	padding: 4px 23px;
	font-size: 16px !important;
	line-height: 1.5;
	border-radius: 3px;
}

.past-result h2 {
	font-weight: 600;
}

.search-result {
	color: #000;
	margin-top: 15px;
	margin-bottom: 15px;
}

.result-content table {
	color: #fff;
}

.result-content table thead tr th, .result-content table tbody tr td {
	text-align: center;
	vertical-align: middle;
}

.result-table.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #434343;
}
.result-table.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #605e5e;
}

.result-table tbody td img {
	width: 35px;
}

.result-table tbody td img:not(:last-child) {
	margin-right: 5px;
}
.result-table table {
	border : transparent;
}

.table-bordered {
	border: 2px solid #d8b466;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}

.table-bordered > thead > tr > th {
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: 1px solid #d8b466;
}

.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #282828;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.about-us-header {
	background: url(../img/abous-us-header.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 110px 0;
}

.about-us-content h1 {
	text-align: center;
}

.about-us-content p {
	color: #fff;
	padding: 0 144px;
	margin-bottom: 25px;
}

.about-us-game {
	margin: 0 auto 50px;
}

.about-us-game .game {
	padding-right: 5px;
	padding-left: 5px;
}

.about-us-game .game img {
	margin: 0 auto;
}

.how-to-play-content {
	background: url(../img/patternbg.jpg) repeat;
	text-align: center;
	color: #000;
	flex-direction: column;
	margin: 0 auto;
	min-height: 80vh;
}

.how-to-play-content h1 {
	font-size: 26px;
}

.how-to-play-content p {
	font-size: 16px;
}

.number-generator-content {
	text-align: center;
	flex-direction: column;
	margin: 0 auto;
	min-height: 80vh;
}

.number-generator-content h1 {
	font-size: 26px;
}

.number-generator-content p {
	font-size: 16px;
}

.generate-numbers {
	margin: 15px 0;
	padding: 25px 0;
	background: url(../img/patternbg.jpg) repeat;
    background-size: contain;
    background-position: center;
    /* height: calc((100vw * 3) / 32); */
    padding: 20px 0px 10px 0px;
}

.generate-numbers .ball-box {
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	width: 110px;
	height: 80px;
	box-shadow: inset 0 0 15px #000000;
	-moz-box-shadow: inset 0 0 15px #000000;
	-webkit-box-shadow: inset 0 0 15px #000000;
	margin: 0 0 15px;
	background: #ccc;
}

.generate-numbers .ball-box {
	margin-right: 15px;
}

.generate-numbers .ball-box img {
/*    width: 45%;*/
    margin: 15px auto;
    height: 50px;
    line-height: 50px;
}

.btn-generate-numbers {
	margin-right: 15px;
	width: 58% !important;
}

.generate-another-wrap {
	margin: 10px;
}

.select_number {
	color: #000;
	width: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-color: transparent;
	text-align: center;
	margin-right: -2px;
}

.pt_QuantityNav {
	background: #fff;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	height: 26px;
	padding: 2px 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pt_QuantityButton {
	line-height: 10px;
}
.pt_QuantityButton img {
	width: 80%;
	opacity: 0.8;
}

.pt_QuantityButton img:hover {
	opacity: 1;
}
.generate-another-wrap span, .generate-another-wrap input {
	vertical-align: middle;
}

.generate-another-wrap button {
	width: 70px !important;
	padding: 3px 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
	display: none;
}

.ball-wrapper {
	/*margin: 15px 0;*/
	background: url(../img/patternbg.jpg) repeat;
    background-size: contain;
    background-position: center;
    /* height: calc((100vw * 3) / 32); */
}

.ball-wrapper p {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}

.ball-wrapper .balls {
	display: inline-block;
	width: calc(60%/5);
	margin: 0 0 15px;
}

.ball-wrapper .balls img {
	width: 80%;
	margin: 0 auto;
}

.active-balls {
	-webkit-filter: drop-shadow(0px 0px 10px #fe180d);
	filter: drop-shadow(0px 0px 10px #fe180d);
}

.disabled-balls {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.checker-content {
	text-align: center;
	flex-direction: column;
	margin: 0 auto;
	min-height: 80vh;
}

.check-numbers {
	margin: 15px 0;
}

.check-numbers .ball-box {
	display: inline-block;
	border-radius: 5px;
	width: 110px;
	height: 80px;
	box-shadow: inset 0 0 15px #000000;
	-moz-box-shadow: inset 0 0 15px #000000;
	-webkit-box-shadow: inset 0 0 15px #000000;
	margin: 0 0 15px;
	background: #ccc;
}

.check-numbers .ball-box {
	margin-right: 15px;
}

.check-numbers .ball-box img {
	width: 60%;
	margin: 6px auto;
}

.btn-reset-number, .btn-check-number {
	display: inline-block;
	width: 28% !important;
	margin-right: 15px;
}

.modal-header {
	text-align: center;
	padding: 15px 15px 0;
	background: #a41717;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-color: transparent;
}

.modal-body {
	padding: 15px 0px;
	background: #232323;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.modal-content {
	position: relative;
	background-color: transparent;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid transparent;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.statistic-header {
	text-align: center;
	margin: 0 auto;
}

.statistic-header h1 {
	font-size: 28px;
}

.statistic-header p {
	font-size: 16px;
}

.statistic-period {
	background: #605e5e;
	color: #000;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
}

.statistic-period p {
	display: inline-block;
}

#getDate::-ms-expand {
	display: none;
}

#getDate {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrowupndown.png) no-repeat #fff;
	background-size: 9px;
	background-position: 148px 6px;
	padding: 0 22px 0 7px;
	width: 102%;
}

#date.input-group.date{
	text-align: center;
    display: inline-flex;
}

.statistic-content {
	margin: 0 auto;
	text-align: center;
}

.statistic-content hr {
	margin-top: 10px; 
	margin-bottom: 10px; 
	border: 0;
	border-top: 2px solid #d8b466;
	width: 55%;
}

.statistic-content p {
	font-size: 18px;
	margin-top: 15px;
}

.balls-wrapper {
	padding: 10px;
	text-align: center;
	display: inline-block;
	width: calc(50%/5);
}

.balls-wrapper img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.ball-count {
	background: #605e5e;
	padding: 3px 10px;
	border-radius: 5px;
}

#myChart {
	display: unset !important;
	height: 178px;
	width: 100%;
}

/*.stats-balls:first-of-type {
	margin-left: 30px;
}
*/

/*.stats-balls{
	margin: auto 17px;
}*/


/* end pages*/


footer {

	color: #fff;
	background: #a41717;
	text-align:	center;
	padding: 10px;

}

footer .menu a {

	color: #fff;

}

footer .social {

	margin: 10px 0;

}


footer p {

	font-size: 12px;

}



/*   ------------------- CUSTOM  ---------------------  */

.btn-default, .btn-default:focus {

	color: #000;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	width: 100%;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #a0a0a0 100%);
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#a0a0a0 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#a0a0a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#a0a0a0',GradientType=0 );

}

.btn-default:hover{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	width: 100%;
	background: #c6c0c0;
	background: -moz-linear-gradient(top, #c6c0c0 0%, #a0a0a0 100%);
	background: -webkit-linear-gradient(top, #c6c0c0 0%,#a0a0a0 100%);
	background: linear-gradient(to bottom, #c6c0c0 0%,#a0a0a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c0c0', endColorstr='#a0a0a0',GradientType=0 );
}

.btn-blue, .btn-blue:focus {

	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	width: 100%;
	background: #10b6d5;
	background: -moz-linear-gradient(top, #10b6d5 0%, #0b7f98 100%);
	background: -webkit-linear-gradient(top, #10b6d5 0%,#0b7f98 100%);
	background: linear-gradient(to bottom, #10b6d5 0%,#0b7f98 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b6d5', endColorstr='#0b7f98',GradientType=0 );

}

.btn-blue:hover{	
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	width: 100%;
	background: #0a798d;
	background: -moz-linear-gradient(top, #0a798d 0%, #085769 100%);
	background: -webkit-linear-gradient(top, #0a798d 0%,#085769 100%);
	background: linear-gradient(to bottom, #0a798d 0%,#085769 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a798d', endColorstr='#085769',GradientType=0 );
}

.btn-dark-blue, .btn-dark-blue:hover, .btn-dark-blue:focus {

	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	width: 100%;
	background: #0a798d;
	background: -moz-linear-gradient(top, #0a798d 0%, #085769 100%);
	background: -webkit-linear-gradient(top, #0a798d 0%,#085769 100%);
	background: linear-gradient(to bottom, #0a798d 0%,#085769 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a798d', endColorstr='#085769',GradientType=0 );

}

.btn-green, .btn-green:hover, .btn-green:focus {

	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	width: 100%;
	background: #95da32;
	background: -moz-linear-gradient(top, #95da32 0%, #4f7d0c  100%);
	background: -webkit-linear-gradient(top, #95da32 0%,#4f7d0c  100%);
	background: linear-gradient(to bottom, #95da32 0%,#4f7d0c  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95da32', endColorstr='#4f7d0c ',GradientType=0 );

}

.container {

	padding-left: 100px;

}

.result-many-set img{
	max-width: 15%;
}

.statisticAddition{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cheball:hover{
	webkit-filter: drop-shadow(0px 0px 10px #fe180d);
    filter: drop-shadow(0px 0px 10px #fe180d);
}

.close{
	opacity: 1 !important;
    font-size: 29px !important;
    font-weight: unset !important; 
    text-shadow: unset !important;
}

.modal-header .close{
	margin-top: -32px !important;
	margin-right: -31px !important;
	color: #fff !important;
}

.circleB{
    border:2px solid white !important;    
    height:30px;
    border-radius:50% !important;
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
    width:30px;
}

.chartdiv{
	padding: 0;
	width: 56%;
	margin:auto;
}

.ballsdiv{
	display: flex;
	justify-content: center;
}

/*.balls0{
	margin-right: 14px !important;
    margin-left: 15.25px !important;
}

.balls1{
	margin-right: 10px !important;
    margin-left: 13px !important; 
}

.balls2, .balls3, .balls4, .balls5, .balls6, .balls7, .balls8, .balls9{
	margin-right: 10px !important;
    margin-left: 16px !important;
}*/


.balls0{
	margin-left: 23.5px !important;
}

.stats-balls{
	margin-left: auto;
	margin-right: auto; 
	border: 1px solid #242424;
}