body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff url('../img/body-bg.jpg') no-repeat center top;
  background-size: 100% auto;
  font-family: verdana;
}
.container{
	max-width: 970px;
}
.LogoSite{
	display: table;
}
.wrapper-inner{
	background: #fff;
	box-shadow: 0 0 4px #333;
	margin-top: 20px;
	padding-top: 14px;
}
.aw-navbar {
	width: 100%;
	padding: 1px 12px;
	display: block;
	background: #8df588;
	background: -moz-linear-gradient(top,  #7398fa 0%, #032ea1 100%);
	background: -webkit-linear-gradient(top,  #7398fa 0%,#032ea1 100%);
	background: linear-gradient(to bottom,  #7398fa 0%,#032ea1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8df588', endColorstr='#63b95f',GradientType=0 );
}
.aw-navbar::before {
	background: url('../img/saykiri.png') no-repeat center top;
	display: block;
	width: 16px;
	height: 45px;
	position: absolute;
	content: " ";
	left: -16px;
	top: -10px;
}
.aw-navbar::after {
	background: url('../img/saykanan.png') no-repeat center top;
	display: block;
	width: 16px;
	height: 45px;
	position: absolute;
	content: " ";
	right: -16px;
	top: -10px;
}
.aw-navbar .navbar-nav .nav-link {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	padding-right: 24px;
	border-right: 1px solid #9bf398;
	border-left: 1px solid #5fb85b;
	text-align: center;
}
.aw-navbar .navbar-nav li:first-child .nav-link{
	border-left: transparent;
}
.aw-navbar .navbar-nav li:last-child .nav-link{
	border-right: transparent;
}
.menu-home{
	font-size: 30px;
    padding: 0 14px !important;
    line-height: 0.5;
}
.se-item .form-control {
	border-radius: 18px;
	height: 26px;
	margin: 4px 10px;
	padding: 6px 14px;
	font-size: 12px;
}
.se-item .form-group{
	margin: 0 auto;
	display: block;
	width: 100%;
}
@media(max-width: 768px){
	.aw-navbar .navbar-nav .nav-link {
		border-left: none!important;
		border-right: none!important;
		border-bottom: 1px solid #98f093;
	}
	.se-item form {
		margin: 2px auto;
		float: none;
		display: table;
	}
}
.line-zone{
	margin-top: 14px;
	margin-bottom: 14px;
}
.box-outer{
	border: 1px solid #dedede;
	margin: 0 0 14px;
	padding: 14px;
	display: table;
	width: 100%;
}
.open-cal{
	display: none;
	color: #0f4a05;
}
.collapsed .open-cal{
	display: block;
}
.close-cal{
	color: #9d0909;
}
.collapsed .close-cal{
	display: none;
}
.card-header h5{
	font-size: 14px;
	text-transform: capitalize;
}
.hdate{
	font-weight: bold;
	color: #4070ee;
}
.box-lottery{
	background: url('../img/box-bg.jpg') no-repeat center top;
	text-align: center;
	padding: 14px;
	border-color: #fff;
}
.ball-num{
	list-style: none;
	display: table;
	margin: 10px auto 14px;
	padding: 0;
}
.ball-num li{
	background: url('../img/ball.png') no-repeat center;
	font-size: 16px;
	font-weight: bold;
	color: #022202;
	padding: 6px 10px;
	margin: 1px 0;
	display: inline-block;
}
.card{
	border-radius: 0!important;
	margin-bottom: 4px;
}
.ps-item{
	margin-bottom: 14px;
	border-bottom: 1px solid #dedede;
}
.ps-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.ps-item h5{
	font-size: 16px;
	font-weight: 400;
	margin-top: 14px;
}
.ps-item a{
	color: #333;
}
.content-info{
	background: #222422;
	color: #fff;
	margin-top: 30px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 14px;
}
.img-middle{
	margin: 20px auto;
	display: block;
}
.content-info h4{
	color: #4070ee;
	font-size: 18px;
	margin: 14px 0;
	font-weight: 400;
}
.content-info > div{
	float: left;
}
.footer-credit{
	background: #032ea1;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}
.contact-btn{
	margin-top: -20px;
}
.contact-btn .btn{
	font-size: 12px;
	border-radius: 14px;
	margin-bottom: 4px;
	float: right;
	padding: 2px 14px;
	margin-left: 4px;
}
.contact-btn .btn:hover span{
	color: #ff0;
}
.contact-btn .btn span{
	color: blue;
}
/*AwCodex  Do it*/