body {
	background: #000000;
}footer {
	padding: 30px 0;

	text-align: center;

	color: #FFFFFF;
	background: #000000;
}footer h3 {
	margin-bottom: 20px;

	text-transform: uppercase;

	color: #F7C324;
}footer ul {
	margin: 0;
	padding: 0;

	list-style-type: none;
}footer ul li {
	display: inline-block;

	margin: 0 10px;
}#tableWrap, .tableWrap {
	padding: 100px 0 50px 0;

	border-bottom: solid 5px #F7C324;
	background: #210000;
}#previewWrap.tableWrap {
	padding-top: 10px;
}#roundTitle {
	position: relative;
	top: -90px;

	text-align: center;

	color: #FFFFFF;
}#pokerTable {
	position: relative;
	z-index: 5;
}#pokerTable img {
	display: block;

	width: 85%;
	margin: 0 auto;
}.counterWrap {
	position: absolute;
	top: 75px;
	left: -1%;

	width: 160px;

	text-align: center;
}@media screen and (max-width: 767px) {
	.counterWrap {
		position: relative;
		top: 0;
		left: auto;

		width: 80%;
		margin: 0 auto;
	}
}.counterWrap .counter {
	padding: 20px;

	color: #FFFFFF;
	border: solid 1px #F7C324;
	background: #000000;
}.counterWrap .counter h2 {
	font-family: 'Arvo','Times New Roman-',Times,serif;
	font-size: 20px;
	font-weight: bold;

	margin: 0 0 10px 0;

	text-transform: uppercase;

	color: #F7C324;
}@media screen and (max-width: 767px) {
	.counterWrap .counter h2 {
		font-size: 16px;
	}
}.counterWrap .counter .timer {
	font-family: 'Oswald','Times New Roman',Times,serif;
	font-size: 18px;
}#table {
	position: relative;
}#table .player {
	position: absolute;
	z-index: 1;

	width: 160px;
	height: 109px;

	background: url(../img/player.png) no-repeat;
	background-size: 100%;
}@media screen and (max-width: 991px) {
	#table .player {
		width: 133px;
		height: 90px;
	}
}@media screen and (max-width: 767px) {
	#table .player {
		width: 75px;
		height: 50px;
	}
}#table .player .bid {
	font-weight: 700;

	position: relative;
	z-index: 5;

	width: 35%;
	padding: 5px;

	-webkit-transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
	text-align: center;

	opacity: 0;
	color: #F7C324;
	border: solid 1px #F7C324;
	border-radius: 5px;
	background: #000000;
}@media screen and (max-width: 767px) {
	#table .player .bid {
		font-size: 10px;
	}
}#table .player .bid.active {
	opacity: 1;
}#table .player .name {
	overflow: hidden;

	width: 70%;
	padding: 5px 5px 10px 5px;

	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;

	color: #FFFFFF;
}@media screen and (max-width: 767px) {
	#table .player .name {
		font-size: 9px !important;
	}
}#table .player .bidAmount {
	width: 70%;
	padding: 5px 5px 10px 5px;

	text-align: center;

	color: #F7C324;
}@media screen and (max-width: 767px) {
	#table .player .bidAmount {
		font-size: 9px !important;
	}
}#table .player.active {
	background: url(../img/player-active.png) no-repeat;
	background-size: 100%;
}#table .player.active .bid {
	opacity: 1;
}#table .player.current {
	background: url(../img/current-player.png) no-repeat;
	background-size: 100%;
}#table .player.current.active {
	background: url(../img/current-player-active.png) no-repeat;
	background-size: 100%;
}#table .player .dot {
	position: absolute;
	bottom: 20px;
	left: -13px;

	display: block;

	width: 15px;
	height: 15px;

	border-radius: 50%;
}@media screen and (max-width: 991px) {
	#table .player .dot {
		width: 10px;
		height: 10px;
	}
}@media screen and (max-width: 767px) {
	#table .player .dot {
		position: relative;
		bottom: auto;
		left: auto;

		display: block;

		margin: 25px auto 0 auto;
	}
}#table .player .dot.placed {
	background: green;
}#table .player .dot.pass {
	background: #F7C324;
}#table .player .dot.wait {
	background: #A00000;
}#table .player .dot.selected {
	font-size: 12px;

	bottom: -8px;
	left: 0;

	width: 100%;

	text-align: center;
	text-transform: uppercase;

	color: #F7C324;
}@media screen and (max-width: 767px) {
	#table .player .dot.selected {
		font-size: 10px;

		margin-top: 40px;
	}
}#table #roundStatusContainer {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 60%;
	height: 30%;
	margin: auto;
}#table #roundStatusContainer #roundStatusText {
	padding: 5px;

	text-align: center;

	color: #F7C324;
	border-radius: 5px;
	background-color: rgba(0,0,0,.9);
}#table.hideDots .player .dot.placed, #table.hideDots .player .dot.pass, #table.hideDots .player .dot.wait {
	display: none;
}#table #player1 {
	top: 50%;
	left: 0;

	margin-top: -60px;

	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}@media screen and (max-width: 1199px) {
	#table #player1 {
		left: -1%;
	}
}@media screen and (max-width: 991px) {
	#table #player1 {
		left: -2%;

		margin-top: -50px;
	}
}@media screen and (max-width: 767px) {
	#table #player1 {
		left: -3%;

		margin-top: -25px;
	}
}#table #player1 .bid {
	right: 8%;
	bottom: -65%;

	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}#table #player1 .bid:after {
	position: absolute;
	top: 100%;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #F7C324 transparent transparent transparent;
}#table #player1 .name {
	position: absolute;
	top: 26%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player1 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;

	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}#table #player1 .selected {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player1 .bidAmount {
	position: absolute;
	top: 19%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player2 {
	top: -3%;
	left: 9%;

	-webkit-transform: rotate(145deg);
	    -ms-transform: rotate(145deg);
	        transform: rotate(145deg);
}@media screen and (max-width: 1199px) {
	#table #player2 {
		top: -5%;
		left: 8%;
	}
}@media screen and (max-width: 991px) {
	#table #player2 {
		top: -8%;
		left: 8%;
	}
}#table #player2 .bid {
	right: -25%;
	bottom: -80%;

	-webkit-transform: rotate(-145deg);
	    -ms-transform: rotate(-145deg);
	        transform: rotate(-145deg);
}#table #player2 .bid:after {
	position: absolute;
	top: 100%;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #F7C324 transparent transparent transparent;
}#table #player2 .name {
	position: absolute;
	top: 26%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player2 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;

	-webkit-transform: rotate(215deg);
	    -ms-transform: rotate(215deg);
	        transform: rotate(215deg);
}#table #player2 .selected {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player2 .bidAmount {
	position: absolute;
	top: 18%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player3 {
	top: -14%;
	left: 31%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}@media screen and (max-width: 1199px) {
	#table #player3 {
		top: -15%;
	}
}@media screen and (max-width: 991px) {
	#table #player3 {
		top: -18%;
		left: 30%;
	}
}#table #player3 .bid {
	bottom: -65%;
	left: 33%;

	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}@media screen and (max-width: 767px) {
	#table #player3 .bid {
		bottom: -89%;
	}
}#table #player3 .bid:after {
	position: absolute;
	top: 100%;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #F7C324 transparent transparent transparent;
}#table #player3 .name {
	position: absolute;
	top: 26%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player3 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player3 .selected {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player3 .bidAmount {
	position: absolute;
	top: 13%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player4 {
	top: -14%;
	right: 31%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}@media screen and (max-width: 1199px) {
	#table #player4 {
		top: -15%;
	}
}@media screen and (max-width: 991px) {
	#table #player4 {
		top: -18%;
		right: 30%;
	}
}@media screen and (max-width: 767px) {
	#table #player4 {
		right: 29%;
	}
}#table #player4 .bid {
	right: -33%;
	bottom: -65%;

	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}@media screen and (max-width: 767px) {
	#table #player4 .bid {
		bottom: -89%;
	}
}#table #player4 .bid:after {
	position: absolute;
	top: 100%;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #F7C324 transparent transparent transparent;
}#table #player4 .name {
	position: absolute;
	top: 26%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player4 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player4 .selected {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player4 .bidAmount {
	position: absolute;
	top: 13%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player5 {
	top: -3%;
	right: 9%;

	-webkit-transform: rotate(215deg);
	    -ms-transform: rotate(215deg);
	        transform: rotate(215deg);
}@media screen and (max-width: 1199px) {
	#table #player5 {
		top: -5%;
		right: 8%;
	}
}@media screen and (max-width: 991px) {
	#table #player5 {
		top: -8%;
		right: 8%;
	}
}#table #player5 .bid {
	right: -38%;
	bottom: -80%;

	-webkit-transform: rotate(-215deg);
	    -ms-transform: rotate(-215deg);
	        transform: rotate(-215deg);
}#table #player5 .bid:after {
	position: absolute;
	top: 100%;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #F7C324 transparent transparent transparent;
}#table #player5 .name {
	position: absolute;
	top: 26%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player5 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;

	-webkit-transform: rotate(145deg);
	    -ms-transform: rotate(145deg);
	        transform: rotate(145deg);
}#table #player5 .selected {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player5 .bidAmount {
	position: absolute;
	top: 18%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player6 {
	top: 50%;
	right: 0;

	margin-top: -60px;

	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}@media screen and (max-width: 1199px) {
	#table #player6 {
		right: -1%;
	}
}@media screen and (max-width: 991px) {
	#table #player6 {
		right: -2%;

		margin-top: -50px;
	}
}@media screen and (max-width: 767px) {
	#table #player6 {
		right: -3%;

		margin-top: -25px;
	}
}#table #player6 .bid {
	right: -75%;
	bottom: -65%;

	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}#table #player6 .bid:after {
	position: absolute;
	top: 100%;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #F7C324 transparent transparent transparent;
}#table #player6 .name {
	position: absolute;
	top: 26%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player6 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;

	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}#table #player6 .selected {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player6 .bidAmount {
	position: absolute;
	top: 19%;
	left: 16%;

	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}#table #player7 {
	right: 9%;
	bottom: -3%;

	-webkit-transform: rotate(-37deg);
	    -ms-transform: rotate(-37deg);
	        transform: rotate(-37deg);
}@media screen and (max-width: 1199px) {
	#table #player7 {
		right: 8%;
		bottom: -5%;
	}
}@media screen and (max-width: 991px) {
	#table #player7 {
		right: 8%;
		bottom: -8%;
	}
}#table #player7 .bid {
	right: -27%;
	bottom: -80%;

	-webkit-transform: rotate(37deg);
	    -ms-transform: rotate(37deg);
	        transform: rotate(37deg);
}#table #player7 .bid:after {
	position: absolute;
	top: -8px;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 0 5px 8px 5px;
	border-style: solid;
	border-color: transparent transparent #F7C324 transparent;
}#table #player7 .name {
	position: absolute;
	top: 29%;
	left: 16%;

	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}#table #player7 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;

	-webkit-transform: rotate(37deg);
	    -ms-transform: rotate(37deg);
	        transform: rotate(37deg);
}#table #player7 .bidAmount {
	position: absolute;
	top: 18%;
	left: 16%;

	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}#table #player8 {
	right: 31%;
	bottom: -14%;
}@media screen and (max-width: 1199px) {
	#table #player8 {
		bottom: -15%;
	}
}@media screen and (max-width: 991px) {
	#table #player8 {
		right: 30%;
		bottom: -18%;
	}
}@media screen and (max-width: 767px) {
	#table #player8 {
		right: 29%;
	}
}#table #player8 .bid {
	right: -33%;
	bottom: -65%;
}#table #player8 .bid:after {
	position: absolute;
	top: -8px;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 0 5px 8px 5px;
	border-style: solid;
	border-color: transparent transparent #F7C324 transparent;
}#table #player8 .name {
	position: absolute;
	top: 29%;
	left: 16%;
}#table #player8 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;
}#table #player8 .bidAmount {
	position: absolute;
	top: 15%;
	left: 16%;
}#table #player9 {
	bottom: -14%;
	left: 31%;
}@media screen and (max-width: 1199px) {
	#table #player9 {
		bottom: -15%;
	}
}@media screen and (max-width: 991px) {
	#table #player9 {
		bottom: -18%;
		left: 30%;
	}
}#table #player9 .bid {
	right: -33%;
	bottom: -65%;
}#table #player9 .bid:after {
	position: absolute;
	top: -8px;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 0 5px 8px 5px;
	border-style: solid;
	border-color: transparent transparent #F7C324 transparent;
}#table #player9 .name {
	position: absolute;
	top: 29%;
	left: 16%;
}#table #player9 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;
}#table #player9 .bidAmount {
	position: absolute;
	top: 15%;
	left: 16%;
}#table #player10 {
	bottom: -3%;
	left: 9%;

	-webkit-transform: rotate(36deg);
	    -ms-transform: rotate(36deg);
	        transform: rotate(36deg);
}@media screen and (max-width: 1199px) {
	#table #player10 {
		bottom: -5%;
		left: 8%;
	}
}@media screen and (max-width: 991px) {
	#table #player10 {
		bottom: -8%;
		left: 8%;
	}
}#table #player10 .bid {
	right: -40%;
	bottom: -80%;

	-webkit-transform: rotate(-36deg);
	    -ms-transform: rotate(-36deg);
	        transform: rotate(-36deg);
}#table #player10 .bid:after {
	position: absolute;
	top: -8px;
	right: 50%;

	width: 0;
	height: 0;
	margin-right: -5px;

	content: '';

	border-width: 0 5px 8px 5px;
	border-style: solid;
	border-color: transparent transparent #F7C324 transparent;
}#table #player10 .name {
	position: absolute;
	top: 29%;
	left: 16%;

	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}#table #player10 .rank-icon-sm {
	position: absolute;
	top: 50%;
	left: 39%;

	-webkit-transform: rotate(-36deg);
	    -ms-transform: rotate(-36deg);
	        transform: rotate(-36deg);
}#table #player10 .bidAmount {
	position: absolute;
	top: 19%;
	left: 16%;

	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}.player .name {
	white-space: nowrap;
}@media screen and (max-width: 991px) {
	.player .name {
		font-size: 12px !important;

		top: 20% !important;
	}
}@media screen and (max-width: 767px) {
	.player .name {
		top: -20% !important;
	}
}.player .rank-icon-sm {
	top: 50%;
	left: 39%;
}.player .rank-icon-sm img {
	max-width: 40px !important;
}@media screen and (max-width: 991px) {
	.player .rank-icon-sm {
		top: 55% !important;
		left: 40% !important;
	}.player .rank-icon-sm img {
		max-width: 30px !important;
	}
}@media screen and (max-width: 767px) {
	.player .rank-icon-sm {
		top: 40%;
	}.player .rank-icon-sm img {
		max-width: 20px !important;
	}
}#cardWrap #card1 {
	top: 17%;
	left: 20%;
}@media screen and (max-width: 1199px) {
	#cardWrap #card1 {
		top: 14%;
	}
}@media screen and (max-width: 991px) {
	#cardWrap #card1 {
		top: 15%;
	}
}@media screen and (max-width: 767px) {
	#cardWrap #card1 {
		top: 20%;
		left: 13%;
	}
}#cardWrap #card2 {
	top: 17%;
	left: 41%;
}@media screen and (max-width: 1199px) {
	#cardWrap #card2 {
		top: 14%;
	}
}@media screen and (max-width: 991px) {
	#cardWrap #card2 {
		top: 15%;
	}
}@media screen and (max-width: 767px) {
	#cardWrap #card2 {
		top: 20%;
		left: 38%;
	}
}#cardWrap #card3 {
	top: 17%;
	left: 62%;
}@media screen and (max-width: 1199px) {
	#cardWrap #card3 {
		top: 14%;
	}
}@media screen and (max-width: 991px) {
	#cardWrap #card3 {
		top: 15%;
	}
}@media screen and (max-width: 767px) {
	#cardWrap #card3 {
		top: 20%;
		left: 63%;
	}
}#cardWrap #card4 {
	top: 50%;
	left: 20%;
}@media screen and (max-width: 1199px) {
	#cardWrap #card4 {
		top: 51%;
	}
}@media screen and (max-width: 767px) {
	#cardWrap #card4 {
		top: 50%;
		left: 13%;
	}
}#cardWrap #card5 {
	top: 50%;
	left: 41%;
}@media screen and (max-width: 1199px) {
	#cardWrap #card5 {
		top: 51%;
	}
}@media screen and (max-width: 767px) {
	#cardWrap #card5 {
		top: 50%;
		left: 38%;
	}
}#cardWrap #card6 {
	top: 50%;
	left: 62%;
}@media screen and (max-width: 1199px) {
	#cardWrap #card6 {
		top: 51%;
	}
}@media screen and (max-width: 767px) {
	#cardWrap #card6 {
		top: 50%;
		left: 63%;
	}
}#cardWrap .card {
	position: absolute;
	z-index: 10;

	width: 18%;
	padding: 15px 10px;

	text-align: center;

	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #FFFFFF 0, #E4E4E4 90%);
	background-image:      -o-linear-gradient(top, #FFFFFF 0, #E4E4E4 90%);
	background-image:         linear-gradient(to bottom, #FFFFFF 0, #E4E4E4 90%);
	background-repeat: repeat-x;
	box-shadow: 5px 5px 10px rgba(0,0,0,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
}@media screen and (max-width: 991px) {
	#cardWrap .card {
		font-size: 12px;
	}
}@media screen and (max-width: 767px) {
	#cardWrap .card {
		font-size: 9px;

		width: 24%;
		padding: 5px;
	}
}#cardWrap .card strong {
	display: block;
}#cardWrap .card p {
	margin-bottom: 10px;
}@media screen and (max-width: 767px) {
	#cardWrap .card p {
		margin-bottom: 3px;
	}
}#cardWrap .card .player-icon {
	width: 35%;
	margin: 0 auto 10px auto;
}@media screen and (max-width: 991px) {
	#cardWrap .card .player-icon {
		width: 25%;
	}
}@media screen and (max-width: 767px) {
	#cardWrap .card .player-icon {
		float: left;

		margin: 0;
	}
}#cardWrap .card .player-icon img {
	width: 100%;
}#previewWrap .player-icon img {
	width: 50%;
}#previewWrap [class*='col-'] {
	margin-bottom: 15px;
}#previewWrap h1, #previewWrap h2 {
	text-transform: uppercase;

	color: #F7C324;
}.preview-row {
	margin-bottom: 15px;
}.bid-wrap {
	width: 75%;
	margin: 10% auto 0 auto;
	padding: 20px;

	text-align: center;

	color: #FFFFFF;
	border-radius: 5px;
	background: #000000;
}@media screen and (max-width: 991px) {
	.bid-wrap {
		margin-top: 15%;
	}
}@media screen and (max-width: 767px) {
	.bid-wrap {
		margin-top: 20%;
	}
}.bid-wrap h2 {
	margin: 0 0 20px 0;

	text-transform: uppercase;

	color: #F7C324;
}.bid-wrap h3 {
	margin: 0 0 15px 0;
}.bid-wrap span {
	font-size: 18px;

	margin-left: 2px;
}.bid-wrap input {
	width: 55%;
	height: 35px;

	border: none;
	border-radius: 5px;
}.bid-wrap input[type='text'], .bid-wrap input[type='number'] {
	padding: 5px;

	text-align: right;

	color: #000000;
}.bid-wrap input.btn {
	width: 33%;
	margin-top: -3px;
	margin-left: 2%;

	background-image: -webkit-linear-gradient(top, #F7C324 0, #CA8B03 90%);
	background-image:      -o-linear-gradient(top, #F7C324 0, #CA8B03 90%);
	background-image:         linear-gradient(to bottom, #F7C324 0, #CA8B03 90%);
	background-repeat: repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7c324', endColorstr='#ffca8b03', GradientType=0)
}.bid-wrap input.btn:hover {
	background-image: -webkit-linear-gradient(top, #CA8B03 0, #F7C324 90%);
	background-image:      -o-linear-gradient(top, #CA8B03 0, #F7C324 90%);
	background-image:         linear-gradient(to bottom, #CA8B03 0, #F7C324 90%);
	background-repeat: repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca8b03', endColorstr='#fff7c324', GradientType=0)
}.bid-wrap input.btn.btn-block {
	width: 100%;
	margin-top: 5px;
}.bid-wrap .row div:first-child {
	border-right: solid 1px #FFFFFF;
}@media screen and (max-width: 767px) {
	.bid-wrap .row div:first-child {
		margin-bottom: 10px;
		padding-bottom: 10px;

		border-right: none;
		border-bottom: solid 1px #FFFFFF;
	}
}.player-wrap {
	padding: 50px 0;

	background: #000000;
}.player-wrap h4 {
	font-size: 30px;

	margin: 0 0 20px 0;

	text-align: center;

	color: #FFFFFF;
}#bidsTable {
	width: 100%;

	border: 0;
}#bidsTable tr {
	border-bottom: solid 1px #E4E4E4;
	background-image: -webkit-linear-gradient(top, #FFFFFF 0, #E4E4E4 70%);
	background-image:      -o-linear-gradient(top, #FFFFFF 0, #E4E4E4 70%);
	background-image:         linear-gradient(to bottom, #FFFFFF 0, #E4E4E4 70%);
	background-repeat: repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0)
}#bidsTable tr:last-child {
	border: 0;
	border-radius: 0 0 5px 5px;
}#bidsTable tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}#bidsTable tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}#bidsTable td, #bidsTable th {
	font-size: 15px;

	padding: 10px;

	text-align: center;
}#bidsTable th {
	font-size: 20px;

	text-transform: uppercase;

	color: #FFFFFF;
	background: #F7C324;
	background-image: -webkit-linear-gradient(top, #F7C324 0, #CA8B03 90%);
	background-image:      -o-linear-gradient(top, #F7C324 0, #CA8B03 90%);
	background-image:         linear-gradient(to bottom, #F7C324 0, #CA8B03 90%);
	background-repeat: repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7c324', endColorstr='#ffca8b03', GradientType=0);
}#bidsTable th:first-child {
	border-radius: 5px 0 0 0;
}#bidsTable th:last-child {
	border-radius: 0 5px 0 0;
}#bidsTable td span {
	display: block;
	float: left;

	width: 30%;
	margin: 0 5px 5px 0;

	text-align: left;
}@media screen and (max-width: 767px) {
	#bidsTable td span {
		width: 45%;
	}
}#bidsTable td span img {
	width: 15%;
}#bidsTable .team {
	width: 75%;
}.form-wrap {
	border-radius: 0;
	background: #FFFFFF;
}
	.form-wrap .form-header {
		padding: 20px;
		text-align: center;
		color: #FFFFFF;
		border-radius: 0;
		background: #C1272D;
	}.form-wrap .form-header h3 {
	font-size: 24px;

	margin: 0;
}.form-wrap .main-form {
	padding: 0 40px 10px 40px;
}.form-wrap .profile-form {
	font-size: 20px;
}.form-wrap .profile-form label {
	float: left;

	width: 30%;
}.form-wrap .profile-form input[type='text'], .form-wrap .profile-form input[type='email'], .form-wrap .profile-form input[type='password'] {
	font-family: inherit;
	line-height: 1.5;

	display: block;

	width: 70%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: .4em;

	border: solid 1px #CFCFCF;
	border-style: none;
	border-radius: 0;
	background-color: #F3F3F3;
}@media screen and (max-width: 767px) {
	.form-wrap .profile-form input[type='text'], .form-wrap .profile-form input[type='email'], .form-wrap .profile-form input[type='password'] {
		width: 100%;
	}
}.form-wrap .profile-form input[type='checkbox'] {
	float: left;

	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;

	opacity: 1;
}.form-wrap .profile-form input[type='checkbox'] + label {
	font-size: 16px;
	font-weight: normal;

	display: block;
	float: none;

	width: auto;
	padding: 0 0 5px 37px;

	text-align: left;
}.form-wrap .profile-form .btn-primary {
	font-size: 24px;

	margin-top: 40px;

	background-image: -webkit-linear-gradient(top, #F7C324 0, #CA8B03 90%);
	background-image:      -o-linear-gradient(top, #F7C324 0, #CA8B03 90%);
	background-image:         linear-gradient(to bottom, #F7C324 0, #CA8B03 90%);
	background-repeat: repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7c324', endColorstr='#ffca8b03', GradientType=0)
}.form-wrap .profile-form .btn-primary:hover {
	background-image: -webkit-linear-gradient(top, #CA8B03 0, #F7C324 90%);
	background-image:      -o-linear-gradient(top, #CA8B03 0, #F7C324 90%);
	background-image:         linear-gradient(to bottom, #CA8B03 0, #F7C324 90%);
	background-repeat: repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffca8b03', endColorstr='#fff7c324', GradientType=0)
}
