body {
	margin: 0px;
	font-family: 'Podkova', serif !important;
	background:white !important;
}

.ub-container {
	width: 1300px;
	margin: 0px auto;
}

header {
	width: 100%;
  min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
  height: 105px;
  border-top: 5px solid #F5D10D;
  background: #080808;
}

.logo {
	float: left;
	margin:0px auto;
  margin-top: 12.5px;
}

.logo a{
	width:360px;
  height:80px;
  display:block;
  background:url("img/logo.png") no-repeat;
}

.bannertop {
	margin-top: 5px;
	float: right;
}

.headermenu {
	width: 100%;
  min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
  height: 60px;
  background: #151515;
}

/* Dropdown Button */
.dropbtn {
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #282828;
    min-width: 260px;
    margin-top: 0px;
    z-index:1000;
    box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    margin-top: 5px;
    font-size:19px !important;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
}

#menu{
	float: left;
  margin-left: 35px;
}
#menu ul{
  list-style-type:none;
  margin: 13px 0px;
}
#menu ul li{
  float:left;
  margin-left:10px;
}
#menu ul li a{
  text-decoration:none;
  padding:6px 18px;
  border-radius:4px;
  color:#fff;
  font-weight: bold;
  font-size:22px;
}
#menu ul li a:hover{
  color: #F5D10D;
  }

  .slider {
  	width: 100%;
  min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
  height: 500px;
  background: url(img/sliderbg.jpg);
  border-top: 5px solid #F5D10D;
  border-bottom: 5px solid #F5D10D;
  }

  .slidercontentleft {
   margin: 0px;
   height: 500px;
   float: left;
   width: 820px;
  }

  .slidercontentleft h1 {
  	margin: 0px;
  	margin-top: 73px;
  	color: #191919;
  	font-weight: 900;
  	text-align: center;
  	font-size: 45px;
  	text-transform: uppercase;
  	padding:10px;
  	background: #F5D10D;
  }

  .slidercontentleft h3 {
  	margin: 0px;
  	margin-top: 20px;
  	color: white;
  	font-size: 23px;
  	line-height: 1.3;
  	font-weight:bold;
  }

  .slidercontentleft a {
  	background: #F5D10D;
  	border-radius: 15px;
  	color: #191919;
  	font-size: 27px;
  	font-weight: 800;
  	padding:10px 30px;
  	text-decoration: none;
  }

  .slidercontentleft a:hover {
  	background: white;

  }

  .slidercontentright {
   margin: 0px;
   float: right;
   width: 443px;
   margin-top: 50px;
  }

  .stats {
      margin-top:-5px;
	width: 100%;
	min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
	height: 90px;
	background: #F5D10D;
}

.stats123a {
	margin:0px;
	display: inline-block;
	margin-left:-820px;
	width: 400px;
	height: 80px;
	background: url(img/1.png) no-repeat;
}

.stats123b {
	margin:0px;
	margin-left: 100px;
	display: inline-block;
	width: 420px;
	height: 80px;
	background: url(img/2.png) no-repeat;
}

.stats123c {
	margin:0px;
	margin-left: 100px;
	display: inline-block;
	width: 270px;
	height: 80px;
	background: url(img/3.png) no-repeat;
}

.stats-inner {
	margin: 0px;
	height: 80px;
	padding-left: 100px;
}

.stats-inner p {
	margin: 0px;
	padding-top: 5px;
	color: #191919;
	font-size: 28px;
	font-weight: bold;
}

.mcontent {
	width: 100%;
	min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
	height: 320px;
}

.cont1 {
	margin:0px;
	border-radius: 20px;
	margin-top: 20px;
	margin-left: 20px;
	display: inline-block;
	width: 387px;
	height: 270px;
	border:3px solid #191919;
	background: #F5D10D;
}

.cont1 h1 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #191919;
	font-weight: 550;
	font-size: 30px;
}

.cont1 ul {
	list-style: none;
	color: #191919;
	line-height: 2;
	font-size: 20px;
	text-align: left;
	margin-left: -20px;
	margin-top: 5px;
}

.bttn-for1 a {
	background: #191919;
	color: white;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 105px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.bttn-for1 a:hover {
	background: #DC5B00;
}

.bttn-for2 a {
	background: #191919;
	color: white;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 96px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.bttn-for2 a:hover {
	background: #DC5B00;
}

.bttn-for3 a {
	background: #191919;
	color: white;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 119px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.bttn-for3 a:hover {
	background: #DC5B00;
}

.promo {
	width: 100%;
	min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
	height: 150px;
	background: #191919;
}

.promo h1 {
	color: white;
	margin: 0px;
	padding: 15px 0px;
	text-transform: uppercase;
	font-size: 43px;
}

.promo a {
    color: #191919;
    background: #F5D10D;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
}

.promo a:hover {
	background: white;
}

.marqueetext {
	width: 100%;
	min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
	background: #F5D10D
}

.marqueetext h1 {
       padding-bottom:10px; 
       text-transform:uppercase;
       font-weight:bold;
}

.marqueetext a {

	color: #191919;
	text-decoration:underline;
}

.marqueetext a:hover {
	color:white;
}

.featured-boxes {
  height: 270px;
  width: 100%;
  min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
}

.featbox1 {
  float: left;
  margin: 0px auto;
  margin-top: 5px;
  width: 400px;
  height: 250px;
  border: 2px solid #F5D10D;
  border-radius: 5px;
}

.featbox1 h1 {
  margin: 0px auto;
  color: #191919;
  text-align: center;
  font-size: 30px;
  padding: 5px;
  background:#F5D10D;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.featbox1 a {
  margin: 0px;
font-weight: bold;
  font-size: 15px;
  text-align: center;
  color:#DA5800;
  text-decoration: none;
}

.featbox1 p {
  margin: 0px;
font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  text-decoration: none;
}

.featbox1 a:hover {
  color: #162C5B;
}

footer {
  background: #191919;
  height: 85px;
  width: 100%;
  min-width: 1300px;
background-size: 100% 130%;
background-position: 0px -100px;
  border-bottom: 5px solid #F5D10D;
}

#foo-menu{
  float:left;
}
#foo-menu ul{
  list-style-type:none;
  margin: 25px 0px;
  margin-left: 0px;
}
#foo-menu ul li{
  float:left;
}
#foo-menu ul li a{
  text-decoration:none;
  padding:6px 18px;
  border-radius:4px;
  font-weight: bold;
  color:#fff;
  font-size:21px;
  transition: 0.4s;
}
#foo-menu ul li a:hover{
  background: #F5D10D;
  color: #191919;
}

footer p {
  margin: 0px;
  color: white;
  float: right;
  font-size: 15px;
  margin-right: 50px;
  padding-top: 10px;
  text-align: right;
}

footer a {
  color: #ffc500;
  text-decoration: none;
  transition: 0.4s;

  font-weight: bold;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

.linkAccount {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-top:10px;
}
.linkAccount li {
    list-style: none;
    display: inline-block;
    float: left;
    height: 115px;
    width: 240px;
    margin-right: 16px;
}
.linkAccount li:last-child{
    margin-right: 0;
}
.linkAccount a {
    background-color: #fff4b5;
    background-image: url(img/iconac1.png);
    background-repeat: no-repeat;
    background-position: 88px 15px;
    border-radius: 5px;
    color: #191919;
    height: 120px;
    width: 100%;
    font-weight: bold;
    font-size: 21px;
    display: inline-block;
    padding-top: 81px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #191919;
}
.linkAccount a.funds {
    background-image: url(img/iconac2.png);
}
.linkAccount a.draw {
    background-image: url(img/iconac3.png);
}
.linkAccount li:last-child a {
    background-image: url(img/iconac4.png);
}

.linkAccount a:hover {background-color:#FDFDDD;}