body{
    color: #111;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
}
a:hover{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    /*font-family: "Playfair Display", serif;*/
    color: #222222;
    font-weight: 700;
}
h1, .h1{
    font-size: 70px;
    font-weight: 700;
}
h2, .h2{
    font-size: 32px;
    font-weight: 700;
}
a{
    display: inline-block;
}
button{
    cursor: pointer;
}

.header_area{
    position: relative;
    width: 100%;
    z-index: 999999;
    background: #fff;
    transition: background 0.4s, all 0.3s linear;
}
.header-top{
    padding: 15px 0;
    border-bottom: 1px solid #F0F0F0;
}
.header-top .logo{
    display: inline-block;
}
.header-top .logo img{
    height: 100px;
    width: auto;
}
.header-top-info:not(:last-child){
    margin-right: 10px;
}
.header-top-info:last-child{
    margin-bottom: 0;
}
.header-top-info__icon{
    margin-right: 12px;
}
.header-top-info__icon i, .header-top-info__icon span{
    font-size: 22px;
    color: #cca772;
}
.header-top-info .media-body p{
    margin-bottom: 0;
}
.header-top-info .media-body a{
    color: #303030;
    font-weight: bold;
}
.header_area .navbar{
    background: transparent;
    padding: 0px;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 0px;
}
.header_area .navbar .nav .nav-item{
    margin-right: 45px;
}
.header_area .navbar .nav .nav-item .nav-link{
    /*font-family: "Playfair Display", serif;*/
    text-transform: uppercase;
    color: #222222;
    padding: 15px 5px 15px 0;
    display: inline-block;
}
.header_area .navbar .nav .nav-item .nav-link:after{
    display: none;
}
.header_area .navbar .nav .nav-item.active .nav-link{
    color: #aa0011;
}
.header_area .navbar .nav .nav-item:last-child{
    margin-right: 0px;
}
.social-icons li{
    display: inline-block;
    padding-right: 12px;
}
.social-icons li:last-child{
    padding-right: 0;
}
.social-icons li a{
    font-size: 14px;
    color: #a0a8ab;
}
.social-icons li a:hover{
    color: #de9700;
}
.button-contact{
    border: 1px solid #de9700 !important;
    padding: 9px 30px;
    background: #de9700;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    /*font-family: "Playfair Display", serif;*/
    text-transform: uppercase;
}
.button-contact:hover{
    outline: 0;
    background: transparent;
    border-color: #de9700;
    color: #de9700;
}
.contact_form .form-group{
    margin-bottom: 10px;
}
.contact_form input{
    border-radius: 0;
    height: 40px;
    padding-left: 18px;
    border-color: #EEEEEE;
}
.contact_form input:focus{
    outline: 0;
    box-shadow: none;
}
.contact_form input::placeholder, .contact_form textarea::placeholder{
    font-size: 14px;
    color: #999999;
}
.contact_form textarea{
    resize: none;
    border-radius: 0;
    padding: 9px 18px;
    border-color: #EEEEEE;
}
.text-space{
    letter-spacing: 5px;
}
.badge-brown{
    background-color: #aa0011;
    color: #fff; 
}
.text-brown{
    color: #aa0011 !important;
}
.result-area .card{
    border: 3px solid #aa0011;
}
.result-area .card-title{
    color: #aa0011;
    font-size: 1.5rem;
}
.result-area .img-dealer{
    position: absolute;
    z-index: -1;
}
.result-list .card{
    border-color: #674004;
}
.result-list .collapse .card{
    border-width: 3px;
}
.result-list .card-title{
    color: #aa0011;
    font-size: 1.5rem;
}
.result-list .card-header{
    background-color: #de9700;
    color: #674004;
}
.result-list .card button, .result-list .card button:focus{
    color: #dcd1b1;
    text-decoration: none;
}
.result-list .card button:hover{
    color: #674004;
    text-decoration: none;
}
.leg-area{
    position: relative;
    background-color: #de9700;
    padding-top: 30px;
    padding-bottom: 330px;
    margin-top: 1rem;
}
.leg-area .footer-area{
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    background: #aa0011; 
}
.footer-area{
    padding: 50px 0px 30px;
    background: #aa0011;
}
.footer-area .single-footer-widget p{
    color: #7b838a;
}
.footer-area .single-footer-widget ul li{
    margin-bottom: 10px;
    color: #FFF;
}
.footer-area .single-footer-widget ul li a{
    color: #fff;
}
.footer-area .single-footer-widget ul li a:hover{
    color: #de9700;
}
.footer-area .footer-bottom{
    margin-top: 50px;
}
.footer-area .footer-bottom p{
    color: #fff;
}
.footer-area .footer-bottom p a{
    color: #de9700;
}
.footer-area .footer-bottom .footer-social{
    text-align: center;
}
.footer-area .footer-bottom .footer-social a{
    background: rgba(255, 255, 255, 0.15);
    margin-left: 3px;
    width: 32px;
    color: #fff;
    display: inline-grid;
    text-align: center;
    height: 32px;
    align-content: center;
}
.footer-area .footer-bottom .footer-social a:hover{
    background: #de9700;
}
.footer-area .footer-bottom .footer-social a i, .footer-area .footer-bottom .footer-social a span{
    font-size: 14px;
}
.jackpot{
    font-size: 3rem;
    background: #fff;
    color: #654110;
    height: 80px;
    border-radius: 40px;
    padding: 5px 15px;
}
.countdown{
    position: relative;
    width: 60%;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
    color: #111;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
    line-height: 1;
}
.time_circles > div > span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    line-height: 1;
    font-weight: bold;
}