/* inject:imports */
* {
  box-sizing: border-box;
}
body {
  background-image: url(/img/bg_big.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Mukta', sans-serif;
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
}
footer {
  position: fixed;
}
.logo {
	display: block;
    padding-top: 70px;
    height: 241px;
}
.logo a {
  text-decoration: none;
}
.logo a img {
	position: relative;
    top: 28px;
    width: 300px;
    margin-left: 25px;
}
.logo span.blue-grad {
    padding: 10px 15px;
    border-radius: 25px;
}
.only-mob {
	display:none;
}
.container {
    width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blue-grad {
  background: #00b9f4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00b9f4 0%, #00569a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b9f4', endColorstr='#00569a', GradientType=0);
  /* IE6-9 */
  color: #fff;
  padding: 0;
  font-size: 12px;
}
.game-info {
  background: rgba(132, 112, 114, 0.66);
  border-radius: 20px;
  margin: 4px;
  color: #fff;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.game-info .top-game {
  padding: 10px 15px;
}
.top-game .left {
  width: 30%;
  float: left;
}
.game-info a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  line-height: 26px;
}
.top-game .game {
  width: 55%;
  float: left;
}
.top-game .right {
  width: 15%;
  float: right;
  text-align: right;
}
.top-game .game a {
  width: 100%;
  font-size: 18px;
}
.odds-game .bet-left {
  float: left;
  width: 48%;
}
.odds-game .bet-right {
  float: right;
  width: 48%;
}
.odds-game .bet-left,
.odds-game .bet-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.odds-game .bet-left a,
.odds-game .bet-right a {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.odds-game .bet-left a span,
.odds-game .bet-right a span {
  float: right;
}
.top-game .right a {
  font-size: 20px;
  font-weight: 600;
}
.latest-games h1 {
  color: #b7b7b7;
  font-size: 26px;
  margin: 20px 0px 25px 15px;
  padding: 0px;
  line-height: 28px;
}
.latest-games h1 span {
  color: #fff;
  font-size: 34px;
}
.latest-games > .container > .ng-scope {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-left: 0px;
}

.latest-games > .container > .ng-scope:nth-child(2n+1) {
    margin-right: 0px;
}
@media (max-width: 768px) {
	body {
  background-image: url(/img/bg_mobile.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Mukta', sans-serif;
  padding: 0px;
  margin: 0px;
}
.latest-games > .container > .ng-scope {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
}
.container {
    width: 100%;
}
.only-mob {
	display:block;
}
.only-desk {
	display:none;
}
.header {
  height: 120px;
}
.logo {
  position: fixed;
  top: 0px;
  left: 3%;
  border: 3px solid #fff;
  border-top: none;
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
  width: calc(94%);
  padding-top: 0px;
    height: auto;
}
.logo a {
  text-decoration: none;
}
.logo a img {
	position:relative;
	top:0px;
	width:100%;
	margin-left:0;
}
img {
  width: 100%;
}
}
/* endinject */

/*# sourceMappingURL=main.css.map */
