@font-face {
  font-family: Gravity;
  font-style: normal;
  src: url(../fonts/Gravity-Regular.otf);
}

@font-face {
  font-family: Gravity;
  font-style: bold;
  src: url(../fonts/Gravity-Bold.otf);
}

body {
  margin: 0;
  padding: 0;
  font-family: Gravity, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  background-color: #333333;
  position: fixed;
  top: 0;
  width: 100%;
}

.playnow-logo {
  display: block;
  margin: 15px auto;
  height: 30px;
  width: 72.73px;
}

.tab-bar {
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  bottom: 0;
  height: 70px;
  width: 100%;
}

.tab-bar ul {
  list-style-type: none;
  text-align: center;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
  margin-top: 12px;
}

.tab-bar li {
  display: inline-block;
  padding-bottom: 10px;
  width: 60px;
}

.tab-bar li h3 {
	color: #A2A2A2;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
  margin: 0px;
}

.tab-bar li h3.selected {
  color: #303030;
}

.image-wrapper {
  height: 25px;
  margin-bottom: 9px;
}

.image-wrapper img {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;	
}

.ic-more {
  height: 16px;
  width: 20px;
}

.ic-sports {
  height: 21px;
  width: 21.62px;
}

.ic-play {
	height: 24.67px;
	width: 29.6px;
}

.ic-lotto {
	height: 22px;
	width: 23.73px;
}

.ic-home {
	height: 21px;
	width: 21px;
}