@font-face{
	font-family:'PinyonScriptRegular';
	src:	url("../fonts/PinyonScriptRegular/PinyonScriptRegular.eot");
	src:	url("../fonts/PinyonScriptRegular/PinyonScriptRegular.eot") format("embedded-opentype"),
			url("../fonts/PinyonScriptRegular/PinyonScriptRegular.woff2") format("woff2"),
			url("../fonts/PinyonScriptRegular/PinyonScriptRegular.woff") format("woff"),
			url("../fonts/PinyonScriptRegular/PinyonScriptRegular.ttf") format("truetype"),
			url("../fonts/PinyonScriptRegular/PinyonScriptRegular.svg#PinyonScriptRegular") format("svg")
	}

@font-face{
	font-family:'PhilosopherBold';
	src:	url("../fonts/PhilosopherBold/PhilosopherBold.eot");
	src:	url("../fonts/PhilosopherBold/PhilosopherBold.eot") format("embedded-opentype"),
			url("../fonts/PhilosopherBold/PhilosopherBold.woff2") format("woff2"),
			url("../fonts/PhilosopherBold/PhilosopherBold.woff") format("woff"),
			url("../fonts/PhilosopherBold/PhilosopherBold.ttf") format("truetype"),
			url("../fonts/PhilosopherBold/PhilosopherBold.svg#PhilosopherBold") format("svg")
	}
/*--------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif; 
	}

body{
	/*background: red;*/
}
/*.heading1, .heading2, .red-button-3, .earn-red-area-heading1, .earn-count-area-txt, .tag-area-top h2, .tag-area-top h3,
.game-tab .nav-pills > li > a h4, 
.winners li,
.panel-title>a, .panel-title>a:active{
	font-family: 'PhilosopherBold' !important;
	}
*/

.banner-heading{
	font-size: 66px;
	}


.banner-subheading{
	color: #fff;
	font-size: 15px;
	font-weight: 300;	
	line-height: 25px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	}

.red-button-1, .red-button-2, .red-button-3, .yellow-button-1{
	display: block;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	letter-spacing: .5px;
	text-transform:uppercase;
	}


.slot-of-week-area{
	background: #370b0c;
	padding: 15px 0px 50px 0px !important;
	}
.slot-of-week-area .heading1, .slot-of-week-area .heading2{
	margin-bottom: 20px !important;
	}
.slot-of-week-area .subtext {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	}


.game-ring{
	float: right;
	}

/**/

.recent-winning ul{
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
	}
.recent-winning li{
	float: left;
	margin-right: 30px;	
	}

.setting-box{
	width: 100%;
	display: table;
	padding: 0px 15px;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 8px;
	background: #000632;
	border: solid 1px #ffa421;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(255, 164, 33);
	-moz-box-shadow: 0px 0px 10px 0px rgb(255, 164, 33);
	box-shadow: 0px 0px 10px 0px rgb(255, 164, 33);
	}
.setting-box h4{
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 13px !important;
	display: table;
	}
.setting-box .check-box{
	float: left;
	display: table;
	position: relative;
	margin-right: 12px;
	}


.setting-box [type="checkbox"]:not(:checked),
.setting-box [type="checkbox"]:checked {
	position: absolute !important;
	top: 14px;
	left: 5px;
	opacity: 0;
	z-index: 9999999;
	}
.setting-box [type="checkbox"]:not(:checked) + label,
.setting-box [type="checkbox"]:checked + label {
	position: relative;
	cursor: pointer;
	margin: 22px auto;
	margin-top: 10px;
	display: table;
	padding-left: 20px;
	}

.setting-box [type="checkbox"]:not(:checked) + label:before,
.setting-box [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
	border: solid 1px #ffa421;
	background: none;
	border-radius: 4px;
	/* box-shadow: inset 0 1px 3px rgba(0,0,0,.1); */
	-webkit-box-shadow: 0px 0px 10px 0px rgb(255, 164, 33);
	-moz-box-shadow: 0px 0px 10px 0px rgb(255, 164, 33);
	box-shadow: 0px 0px 4px 0px rgb(255, 164, 33);
	}
.setting-box [type="checkbox"]:not(:checked) + label:after,
.setting-box [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
	position: absolute;
	top: 3px;
	left: 3px;
	color: #00f56e;
	font-size: 23px;
	line-height: 0.8;
	transition: all .2s;
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
	}
.setting-box [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
	}
.setting-box [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
	}
.setting-box [type="checkbox"]:disabled:not(:checked) + label:before,
.setting-box [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
	}
.setting-box [type="checkbox"]:disabled:checked + label:after {
  color: #999;
	}
.setting-box [type="checkbox"]:disabled + label {
  color: #aaa;
	}