/*body {*/
/*    position: relative;*/
/*    font-family: arial, sans-serif;*/
/*}*/
.game-name{
    color: #FFFFFF;
    font-family: "litho", Sans-serif;
    font-size: 65px;
    font-weight: 400;
    text-transform: uppercase;
}

#coinimg{
    height: 25px;
}
.disablecoin{
    display: felx;
    align-items: center;
}
#coins{
    margin-top:12px;
}
#spades-game {
    position: relative;
    height: 600px;
    margin: auto;
    padding: 30px;
    /*width: 700px;*/
}
.game-name-logo{
    display: none;
}
.card.left {
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.card.right {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#s_left_player {
    top: 50%;
    left: 20px;
    display: none;
}

#s_right_player {
    top: 50%;
    right: 20px;
    display: none;
}

#s_top_player {
    top: 20px;
    left: 46%;
}

#s_bottom_player {
    bottom: 45px;
    left: 46%;
}

.s_avatar {
    position: absolute;
    height: 70px;
}

#s_left_player,
#s_right_player {
    margin-top: -50px;
}

.s_face_small {
    width: 80px;
    height: 80px;
    position: relative;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 10px;
}

.s_face_large,
.s_face_medium,
.s_face_small,
.s_face_thumb {
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: contain;
}

.s_face_left_player {
    background-image: url(../img/u-1.png);
}

.s_face_right_player {
    background-image: url(../img/u-2.png);
}

.s_face_top_player {
    background-image: url(../img/u-3.png);
}

.s_face_bottom_player {
    background-image: url(../img/u-4.png);
}

.s_avatar small {
    position: absolute;
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    min-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

#s_left_player small,
#s_right_player small {
    max-width: 75px;
}

#s_bottom_player small,
#s_top_player small {
    width: 210%;
    left: -55%;
}

#s_open_player_picker {
    position: absolute;
    z-index: 5000;
    bottom: 125px;
    width: 200px;
    font-size: 12px;
    left: 50%;
    text-align: center;
    margin-left: -100px;
    font-weight: 400;
    color: #ff0;
}

#s_messageBox {
    position: absolute;
    width: 100%;
    top: 345px;
    left: 0;
    padding: 0;
}

#s_messageBox p {
    width: 30%;
    height: 35px;
    font-size: 12px;
    font-family: CardSuits, Arial, sans-serif;
    line-height: 16px;
    margin: 0 auto;
    text-align: left;
    padding: 3px 6px;
    color: #333;
    background-color: #edf35a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
}

#s_deal {
    position: absolute;
    width: 170px;
    left: 550px;
    top: 260px;
}

.multiplayer-table {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 5px;
    background: #00a000;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    -webkit-box-shadow: #000 0 0 2px;
    -moz-box-shadow: #000 0 0 2px;
    box-shadow: #000 0 0 2px;
    border: solid 2px #fff;
    cursor: pointer;
}

.multiplayer-table :first-child {
    position: absolute;
    width: 50px;
    top: 35%;
    right: 1px;
}

.multiplayer-table :nth-child(2) {
    position: absolute;
    width: 50px;
    bottom: 48px;
    left: 35%;
}

.multiplayer-table :nth-child(3) {
    position: absolute;
    width: 50px;
    left: 5px;
    top: 35%;
}

.multiplayer-table :nth-child(4) {
    position: absolute;
    width: 50px;
    top: 5px;
    left: 35%;
}

#img-caption {
    position: absolute;
    left: 95px;
    bottom: 25px;
    color: white;
    font-size: 14px;
}

button.s_big {
    font-size: 20px;
    font-weight: 700;
    padding: 7px 12px;
    width: 170px;
}


button {
    color: #333!important;
    font-family: Arial, sans-serif;
    font-weight: 400!important;
    font-size: 14px;
    padding: 3px 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #555!important;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background: -webkit-linear-gradient(#fff, #ddd);
    background: -moz-linear-gradient(#fff, #ddd);
    background: -o-linear-gradient(#fff, #ddd);
    background: linear-gradient(#fff, #ddd);
    -webkit-touch-callout: none;
    outline: 0;
}

#s_inline_score_wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    padding-left: 23px;
    bottom: 25px;
    width: 50%;
    text-align: center;
}

#s_inline_score {
    padding: 2px;
    background: #fff;
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: auto;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#s_inline_score table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    border: solid 1px #000;
    width: 100%;
}

#s_inline_score table td,
#s_inline_score table th {
    padding: 0 2px;
    font-size: 12px;
    border: solid 1px #000;
    text-align: center;
    white-space: nowrap;
}

.s_score_name,
.s_scorecard_names {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.s_card {
    width: 69px;
    height: 94px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}

.s_card {
    left: 0;
    transition: 0.5s all;
}

.s_card .s_facedown {
    background-image: url(../img/card-1.png);
}

.s_facedown,
.s_faceup {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.s_card_main {
    position: relative;
    top: -52px;
    left: 130px;
}

.s_faceup {
    display: none;
}

#s_multiplayer_buttons {
    display: inline-block;
    position: absolute;
    bottom: 47px;
    right: 50%;
    margin-right: 57px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    height: 25px;
}

.s_multiplayergame_active {
    display: none;
}

#s_multiplayer_buttons button {
    width: 80px;
    height: 27px;
    padding: 0;
    position: relative;
}

#s_multiplayer_buttons button.s_multiplayer_lobby_link {
    display: inline-block;
}

#bid-div {
    position: absolute;
    width: 100%;
    bottom: 290px;
    display: none;
    text-align: center
}

#rules h3 {
    font-size: 22px;
    margin-top: 12px
}

#bid-div div#bid-div-inner {
    padding: 5px;
    display: inline-block;
    background-color: #edf35a;
    color: black;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px
}

#bid-div-inner h4 {
    font-weight: normal;
    color: maroon
}

.dialog {
    border-radius: 7px
}

#bid-div div span {
    cursor: pointer;
    display: inline-block;
    background-color: white;
    border: solid 1px black;
    color: black;
    width: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 4px;
    font-size: 18px
}

.bubble {
    position: absolute;
    width: 130px;
    height: 97px;
    display: none;
    z-index: 5000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 114px 83px !important
}

.bubble p {
    color: black;
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
    margin-left: 18px;
    padding: 0 !important;
    width: 85px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 11px
}

.bubble p span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 11px
}

#s_top_player_bubble p {
    margin-top: 29px;
    margin-left: 20px
}

#s_right_player_bubble p {
    margin-top: 14px;
    margin-left: 20px
}

#s_left_player_bubble {
    background-image: url(https://d3hp2os08tb528.cloudfront.net/shared/images/speech-left.png);
    top: 177px;
    left: 52px
}

#s_right_player_bubble {
    background-image: url(https://d3hp2os08tb528.cloudfront.net/shared/images/speech-right.png);
    top: 175px;
    right: 50px
}

#s_top_player_bubble {
    background-image: url(https://d3hp2os08tb528.cloudfront.net/shared/images/speech-top.png);
    top: 70px;
    left: 420px;
}

#s_bottom_player_bubble {
    background-image: url(https://d3hp2os08tb528.cloudfront.net/shared/images/speech-left.png);
    bottom: 80px;
    left: 590px;
}

#multiBtn {
    height: max-content;
    width: max-content;
    background-color: blueviolet;
    display: inline-block;
}

.multiDiv {
    position: fixed;
    bottom: 50px;
    left: 50px;
    height: fit-content;
    width: fit-content;
    background-color: violet;
}

.challengeBtn {
    padding: 5px 10px;
    border-radius: 0;
    font-size: medium;
    border: none;
    background-color: indigo;
    margin: 5px;
}

#userNameModel {
    overflow: hidden;
    width: 300px;
    margin-left: -150px;
    height: 160px;
    margin-top: -80px;
    z-index: 200;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px black;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    color:black;
}

#availableUserModel {
    color: #000;
    overflow: hidden;
    width: 700px;
    margin-left: -350px;
    height: 600px;
    margin-top: -300px;
    z-index: 200;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px black;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
}

#challengeModel {
    overflow: hidden;
    width: 300px;
    margin-left: -150px;
    height: 250px;
    margin-top: -125px;
    z-index: 300;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px black;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
}

#challengedModel {
    overflow: hidden;
    width: 300px;
    margin-left: -150px;
    height: 200px;
    margin-top: -100px;
    z-index: 300;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px black;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
}

#declinedModel {
    overflow: hidden;
    width: 300px;
    margin-left: -150px;
    height: 200px;
    margin-top: -100px;
    z-index: 300;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px black;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
}

#closeAUW {
    margin: 10px;
    display: inline-block;
    width: fit-content;
}

.userWrapper {
    width: 80px;
    margin: 10px;
    color: #000;
}

#availableUserWrapper {
    max-height: 400px;
    padding: 10px;
    display: flex;
    overflow-y: auto;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.unmBtn {
    margin: auto 5px auto 5px;
    width: 100%;
    display: inline-block;
    background: var(--bg-game-board);
    border: none !important;
    color:white !important;
}


#userNameInput {
    width: 90%;
    color:black;
}

.outer_result {
    display: none;
    position: absolute;
    width: 100%;
    top: 20%;
    left: 30%;
    /* left: -10%; */
    padding: 0;
    margin: auto;
}

.dialog {
    color: #333;
    background-color: #edf35a;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 5px;
    box-shadow: #222 0 0 5px
}

#result-box {
    /*display: none;*/
    text-align: center;
    width: 330px;
    padding: 10px 25px 30px;
}

#results-div {
    width: 100%;
    position: absolute;
    bottom: 200px
}

.results {
    width: 400px;
    margin: auto;
    /* display: none; */
}

.results h3 {
    padding: 10px;
    font-size: 18px;
    margin: 0
}

.results p img {
    float: right;
    margin-left: 5px
}

#result-box {
    z-index: 10000;
    font-size: 12px;
    /* display: none; */
    position: absolute;
    width: auto
}

#scoring-header th {
    font-size: 16px;
    padding: 8px
}

#names-row th {
    padding-left: 5px;
    padding-right: 5px
}

.results h5 {
    display: none;
    color: #222;
    font-size: 12px
}

.button-panel {
    padding: 5px
}

.result-table {
    padding: 1px;
    background-color: white;
    margin: 5px 10px;
    border-radius: 3px;
    border: solid 2px #333;
    font-family: Arial, sans-serif
}

.result-table table {
    border-collapse: collapse;
    border: solid 1px black;
    width: 100%
}

.result-table .totals {
    font-weight: bold
}

.result-table table td,
.result-table table th {
    text-align: right;
    border: solid 1px black;
    padding: 2px;
    white-space: nowrap
}

.result-table table th {
    font-weight: bold;
    text-align: center
}

.result-table .thick-bottom {
    border-bottom: solid 2px black
}

.result-table .thick-top {
    border-top: solid 2px black
}

#names-row th {
    padding-left: 5px;
    padding-right: 5px
}

.button-panel {
    clear: both;
    text-align: center;
    padding: 10px;
    height: 30px
}

@media (max-width: 1024px) {
    #s_deal {
        position: absolute;
        width: 170px;
        left: 370px;
        top: 260px;
    }
    .s_card_main {
        position: relative;
        top: -52px;
        left: 70px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    #s_deal {
        position: absolute;
        width: 100%;
        left: 0;
        padding: 0;
        top: 70%;
    }
    #s_deal button {
        display: block;
        margin: 0 auto;
    }
    .s_card_main {
        position: relative;
        top: -52px;
        left: 30px;
    }
    #s_multiplayer_buttons {
        bottom: 44px;
        margin-right: 40px;
    }
    #s_speak {
        height: 22px!important;
    }
    #s_multiplayer_buttons button {
        font-size: 12px;
        width: 70px;
    }
    .s_face_small {
        width: 60px;
        height: 60px;
    }
    #s_bottom_player {
        bottom: 25px;
        left: 46%;
    }
    #s_open_player_picker {
        bottom: 105px;
    }
    #s_inline_score {
        width: 80%;
        margin: 5px 30px;
    }
}

@media (max-width: 576px) {}

@media (max-width: 425px) {
    #s_messageBox {
        display: none;
    }
    #s_inline_score {
        width: auto;
        margin: auto;
    }
    #s_deal {
        position: absolute;
        width: 190px;
        left: 90px;
        top: 360px;
    }
    .s_card_main {
        position: relative;
        top: -42px;
        left: -150px;
    }
    #s_inline_score table td,
    #s_inline_score table th {
        font-size: 11px;
        line-height: 12px;
    }
    #s_bottom_player {
        bottom: 30px;
        left: 39%;
    }
    #s_top_player {
        top: 30px;
        left: 39%;
    }
    #s_multiplayer_buttons {
        bottom: 44px;
        margin-right: 60px;
    }
}

:root {
	--font-color: #7d787e;
	--bg-color-main-header-c1: #343965;
	--bg-color-main-header-c2: #676da2;
	--bg-color-main-body-c1: #63699f;
	--bg-color-main-body-c2: #bfc5f0;
	--bg-game-board:#343965;
	--bg-game-menu:#6089ff;
	--font-game-menu:#383f6d;
	--font-color:#383f6d;
	--bg-point-1:#383f6d;
	--bg-p-1:#794de3;
	--bg-p-2:#6089ff;
	--font-p-1:#fff;
	--point-column-bg:#343965;
	--bg-face-top:#885cf0;
	--bg-face-bottom:#789bff;
	--border-face-top:#794de3;
	--border-face-bottom:#6089ff;
}
[data-theme="dark"] {
	--font-color: #fff;
	--bg-color-main-header-c1: #017b3d;
	--bg-color-main-header-c2: #0c924d;
	--bg-color-main-body-c1: #007b3c;
	--bg-color-main-body-c2: #0c924d;
	--bg-game-board:#00a651;
	--bg-game-menu:#ffffff;
	--font-game-menu:#383f6d;
	--font-color:#fff;
	--bg-point-1:#fff;
	--bg-p-1:#3674e6;
	--bg-p-2:#ec474e;
	--font-p-1:#1a1a1a;
	--point-column-bg:#e9e9e9;
	--bg-face-top:#3674e6;
	--bg-face-bottom:#ec474e;
	--border-face-top:#245fca;
	--border-face-bottom:#d12b32;
}

*{box-sizing: border-box}
body{
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to right, var(--bg-color-main-header-c1), var(--bg-color-main-header-c2));
	position: relative;
	overflow-y:scroll;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#alertText {
	position: absolute;
	text-align: center;
	color: orangered;
	bottom: 60px;
	left: 50%;
	width: 20%;
	font-size: 20px;
	font-family: Gotham Pro;
}
#hideAlertText {
	position: absolute;
	text-align: center;
	color: greenyellow;
	bottom: 60px;
	left: 55%;
	width: 20%;
	font-size: 20px;
	font-family: Gotham Pro;
}

#game-wappe{
	background-image: linear-gradient(to right, var(--bg-color-main-header-c1), var(--bg-color-main-header-c2));
}
.header-menu{width: 100%; display: flex; justify-content: center; padding: 5px;}
label{margin-bottom: 0;}
.menu-top{background-color: #fff;}
.icon{ display: block; padding: 10px 30px; float: right; cursor: pointer;}
.icon span{ width: 25px; height: 3px; margin: 5px 0; display: block; background-color:#4bbfee; }
.menu {
	display: none;
	position: absolute; 
	width: 100%; 
	height: auto;
	left: 0;
	top: 102px;
	right: 0;
	z-index: 1000;
	background-color: #eae6df;
	transition: all 1s;
}
.menu.active{ display: block; }
.menu ul { list-style: none; margin-bottom: 0; padding: 0; text-align: center;}
.menu ul li{ display: block; }
.menu ul li a{ 
	display: block; 
	padding: 10px 10px; 
	color: #343965; 
	font-family: Gotham Pro; 
	font-weight: 400;
	border-bottom: 1px solid #6f6f6f;
}
.menu ul li a:hover{text-decoration: none;}
.menu ul li a.active-1{font-weight: 700;}
#main-game-wapper{
	background-image: linear-gradient(to right, var(--bg-color-main-body-c2), var(--bg-color-main-body-c1));
	padding-top: 20px;
}
.game-name img{margin: auto;}

.game-title{
	margin: 0;
	font-family: Lithos Pro;
	font-size: 40px;
	color: #fff;
	font-weight: 400;
}
#game-board{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:var(--bg-game-board);
	height: 700px;
	border-radius: 20px;
	position: relative;
}

.game-menu{
	background-color: var(--bg-game-board);
	border-radius: 20px;
	text-align: center;
	margin-top: 20px;
}
.game-menu ul{padding: 0; margin: 0;}
.game-menu ul li{
	list-style-type: none;
	display: inline-block;
}
.game-menu ul li.active-2 a{
	background-color: var(--bg-game-menu);
	border-radius: 10px;
	color: var(--font-game-menu);
}
.game-menu ul li a{
	display: block;
	padding: 20px;
	font-size: 20px;
	font-weight: 500;
	font-family: Gotham Pro;
	color: #fff;
	text-transform: uppercase;
}
.game-rules{margin-top: 40px; margin-bottom: 30px;}
.game-rules h2{
	font-size: 30px;
	font-weight: 700;
	font-family: Gotham Pro;
	color:var(--font-color);
	text-transform: uppercase;
}
.game-rules p,.game-rules li{
	font-size: 20px;
	font-weight: 300;
	font-family: Gotham Pro;
	color:#fff;	
}
.game-rules ul {
	text-align: left;
}


@media (min-width: 992px){

	.game-title{
		font-family: Lithos Pro;
		font-size: 90px;
		color: #fff;
		font-weight: 400;
	}
	.game-menu ul li a{padding: 10px;}
	#scoreboard-background{position: relative;}
	.pin.p1 { background-image: url(../../images/pin1.svg); }
	.pin.p2 { background-image: url(../../images/pin2.svg); } 
	#scoreboard {
		color: #000;
		position: absolute;
		background-repeat: no-repeat;
		width: 300px;
		height: 510px;
		-webkit-background-size: 300px 510px;
		-moz-background-size: 300px 510px;
		-o-background-size: 300px 510px;
		background-size: 300px 510px;
		background-image: url(../../images/scoreboard-v-1.svg);
		right: -0.5px;
		top: 20px;
	}
	#scoreboard.scoreboard-2 {
		color: #000;
		position: absolute;
		background-repeat: no-repeat;
		width: 300px;
		height: 510px;
		-webkit-background-size: 300px 510px;
		-moz-background-size: 300px 510px;
		-o-background-size: 300px 510px;
		background-size: 300px 510px;
		background-image: url(../../images/scoreboard-v-2.svg);
		right:0px;
		top: 20px;
	}
}

.desktop-view{display: none;}
.mobile-view{display: block;}
.theme-switch-wrapper {display: flex;align-items: center;}
.theme-switch { display: inline-block; height: 45px; position: relative; width: 90px; margin-bottom: 0;}
.theme-switch input { display: none;}
.slider {
	background-image: linear-gradient(#646aa0, #b9bfeb);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
	border: 2px solid #fff;
}
.theme-switch input:checked + .slider { background-image: linear-gradient(#0c924d, #007b3c);}
/*.theme-switch input:checked + .slider:before {transform: translateX(40px);background-image: url(../../images/moon-btn.png);}*/
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}

.theme-switch-wrapper-1 {display: flex;align-items: center;}
.theme-switch-1 { display: inline-block; height: 45px; position: relative; width: 90px; }
.theme-switch-1 input { display: none;}
.slider-1 {
	background-image: linear-gradient(#646aa0, #b9bfeb);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
	border: 2px solid #fff;
}
.theme-switch input:checked + .slider { background-image: linear-gradient(#0c924d, #007b3c);}
.theme-switch-1 input:checked + .slider-1:before {transform: translateX(40px);background-image: url(../../images/moon-btn.png);}
.slider-1.round-1 {border-radius: 34px;}
.slider-1.round-1:before {border-radius: 50%;}

@media (min-width: 1024px){
	.desktop-view{display: block;}
	.mobile-view{display: none;}
}

#points-wrapper {
	position: absolute;
	width: 200px;
	font-size: 14px;
	padding: 2px;
	right: 43px;
	bottom: 20px;
}
.player-top, .player-bottom{display: flex; align-items: center; justify-content: center;}
#points .player-top{
	margin-bottom: 10px;
	background-color: var(--bg-point-1);
	height: 60px;
	border-radius: 20px;
}
#points .player-bottom{ border-radius: 20px; background-color: var(--bg-point-1); height: 60px; }
.color-marker { width: 20px; }
#points .name {
	font-family: Gotham Pro;
	width: 120px;
	font-size: 18px;
	text-align: center;
	max-width: 46%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: var(--font-p-1);
}
.color-marker span {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.point-column{
	color: var(--font-p-1);
	background-color: var(--point-column-bg);
	border-radius: 10px;
	font-family: Gotham Pro;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 2.0;
	font-size: 20px;
	font-weight: 700;
}
#top-player-color span { background-color:var(--bg-p-1); }
#bottom-player-color span { background: var(--bg-p-2); }
.avatar { position: absolute; height: 70px; }
#top-player { top: 20px; left: 40%; }
.face-small {
	width: 100px;
	height: 100px;
	position: relative;
	background-repeat: no-repeat;
}
.face-large, .face-medium, .face-small, .face-thumb {
	background-position: center!important;
	background-repeat: no-repeat;
}
/*.face-top-player {*/
/*	background-image: url(../../images/u-1.png);*/
/*	background-color:var(--bg-face-top);*/
/*	border: 3px solid var(--border-face-top);*/
/*	border-radius: 10px;*/
/*}*/
.avatar div { cursor: pointer; }
.avatar small {
	position: absolute;
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 17px;
	min-width: 100%;
	color: #fff;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#bottom-player small, #top-player small { width: 210%; left: -55%; }
#bottom-player { bottom: 65px; left: 40%; }


.card-main {
	position: absolute;
	width: 500px;
	margin: auto;
	left: 30%;
	top: 3%;
}
.faceup { display: none;}
#deal {
	position: absolute;
	width: 170px;
	top: 50%;
	transform: translate(-15%,-50%);
	left: 40%;
}
button.big {
	font-size: 20px;
	font-weight: 700;
	padding: 7px 12px;
	width: 170px;
	color: #333 !important;
}

.pin {
	width: 15px;
	height: 40px;
	-webkit-background-size: 15px 40px;
	-moz-background-size: 15px 40px;
	-o-background-size: 15px 40px;
	background-size: 15px 40px;
	position: absolute;
}

@media (max-width: 772){
	#points-wrapper { bottom: 11px; right: auto; left: 50%; margin-left: 32px; cursor: pointer; }
	#points .name { max-width: 58px;}
	#scoreboard-background{display: none;} 
	#scoreboard {
		display: none;
	}
}

#confirm_crib_region {
	position: absolute;
	transform: translate(-71%, 0%);
	width: 170px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}

#confirm_crib_button:hover {
	background:#222222;
}

#confirm_crib_region_shadow {
	position: absolute;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	width: 170px;
	height: 30px;
	left: 10px;
	top: 10px;
}

#select_low_card_message {
	text-align:center;
	visibility: hidden;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16pt;
	opacity: 0;
	pointer-events: none;
}

.low_card_text {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	text-align: center;
	font-size: 16pt;
	text-align: center;
	width: 115px;
	transform: translate(-130%, 0%);
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-moz-user-focus: none;
}

#low_card_result_message {
	visibility: hidden;
	position: absolute;
	width: 30vw;
	opacity: 0;
	z-index: 600;

	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#low_card_result_text {
	text-align: center;
	font-size: 16pt;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-moz-user-focus: none;
}

#low_card_selected_accept_button {
	cursor: pointer;
	border: #FFFFFF 2px solid;
	border-radius: 15px;
	background: #000000;
	color: white;
	min-width: 103px;
	height: 35pt;
	font-size: 18pt;
	margin-top: 9px;
	box-shadow: 6pt 6pt 7pt rgba(0, 0, 0, 0.5);
}

#low_card_selected_accept_button:hover {
	background: #222222;
}

#crib_region {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 121px;
	height: 149px;
	opacity: 0;
	transform: translate(-86%, -50%);
}

@media (max-width:992px){
	#crib_region{
		transform: translate(-86%, -50%);
	}
}

.crib_region_border {
	background: white;
	border-radius: 3px;
}

#crib_region_top_left_side {
	position: absolute;
	left: 0px;
	top:0px;
	width: 4px;
	height: 40px;
}

#crib_region_top_left_top {
	position: absolute;
	left: 0px;
	top:0px;
	width: 30px;
	height: 4px;
}

#crib_region_top_right_top {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 4px;
}

#crib_region_top_right_side {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 4px;
	height: 40px;
}

#crib_region_bottom_right_side {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 4px;
	height: 40px;
}

#crib_region_bottom_right_bottom {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 30px;
	height: 4px;
}

#crib_region_bottom_left_side {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 4px;
	height: 40px;
}

#crib_region_bottom_left_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 4px;
}

#crib_region_center_text {
	position: absolute;
	font-size: 12pt;
	/* text-shadow: 2px 2px rgba(0, 0, 0, 0.5); */
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	margin: auto;
}

#crib_region_prompt {
	position: absolute;
	font-size: 8pt;
	text-align: center;
	width: 100%;
	bottom: 0px;
	margin-bottom: 10px;
}

#crib_indicator_card_overlap {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	height: 60px;
	width: 115px;
	text-align: center;
	font-size: 12pt;
	transform: translate(-86%,-50%);
	visibility: hidden;
	opacity: 0;
}

@media (max-width:992px){
	#crib_indicator_card_overlap {
		transform: translate(-56%,-50%);

	} 
}

#BubbleScorePlayerTemplate {
	visibility: hidden;
	opacity: 0;
}

.BubbleScorePlayer {
	position: absolute;
	width: 100px;
	height: 100px;
	background: rgb(0, 0, 190);
	border-radius: 20px;
	text-align: center;
	box-shadow: 15px 15px rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.BubbleScoreGlare {
	position: absolute;
	width: 80px;
	height: 20px;
	left: 10px;
	top: 1px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));/* For Firefox 3.6 to 15 */
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));
}

.BubbleScoreBottomGlare {
	position: absolute;
	width: 100px;
	height: 50px;
	margin-left: 0px;
	margin-top: 50px;
	border-radius: 20px;
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0) 20%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0) 20%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0) 20%);/* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0) 20%);
}

.BubbleScoreDescription {
	font-size: 10pt;
	line-height: 15px;
}

.BubbleScorePoints {
	font-size: 42pt;
	line-height: 50px;
	font-weight: bold;
}

.BubbleScorePointsLabel {
	font-size: 10pt;
	line-height: 15px;
}

#PeggingCountIndicator {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 115px;
	height: 75px;
	overflow: visible;
}

#PeggingCountCard {
	position: absolute;
	background:#000000;
	border:#FFFFFF 2px solid;
	border-radius:10px;
	width: 115px;
	height: 75px;
	font-size: 10pt;
	text-align: center;
}

#PeggingCountCardShadow {
	position: absolute;
	left: 15px;
	top: 15px;
	background:rgba(0, 0, 0, 0.5);
	border-radius:10px;
	width: 115px;
	height: 75px;
}

#PeggingCountIndicatorScore {
	font-size: 30pt;
	line-height: 40px;
}

#pegging_prompt, #manual_prompt {
	position: absolute;
	text-align: center;
	font-size: 11pt;
	/* text-shadow: 2px 2px rgba(0, 0, 0, 0.5); */
	visibility: hidden;
	opacity: 0;
	transform: translate(50%,-50%);
}

#computer_says_go {
	position: absolute;
	width: 115px;
	height: 55px;
	overflow: visible;
	visibility: hidden;
	opacity: 0;
	transform: translate(-62%, 0);

	z-index: 150;
}

#computer_says_go_card {
	position: absolute;
	background:#000000;
	border:#FFFFFF 2px solid;
	border-radius:10px;
	width: 115px;
	height: 55px;
	font-size: 10pt;
	text-align: center;
}

#computer_says_go_shadow {
	position: absolute;
	left: 15px;
	top: 15px;
	background:rgba(0, 0, 0, 0.5);
	border-radius:10px;
	width: 115px;
	height: 55px;
}

#computer_says_go_text {
	font-size: 18pt;
	line-height: 25px;
}

#player_says_go {
	position: absolute;
	width: 115px;
	height: 65px;
	overflow: visible;
	transform: translate(-62%, 0);
	z-index: 600;
	visibility: hidden;
	opacity: 0;
}

#player_says_go_card {
	position: absolute;
	background:#000000;
	border:#FFFFFF 2px solid;
	border-radius:10px;
	width: 115px;
	height: 65px;
	font-size: 10pt;
	text-align: center;
}

#player_says_go_shadow {
	position: absolute;
	left: 15px;
	top: 15px;
	background:rgba(0, 0, 0, 0.5);
	border-radius:10px;
	width: 115px;
	height: 65px;
}

#player_says_go_button, #allcountedOKButton {
	cursor: pointer;
	border:#FFFFFF 2px solid;
	border-radius:15px;
	background:#000000;
	color:white;
	font-size: 18pt;
	width: 80px;
}

#player_says_go_button:hover, #allcountedOKButton:hover {
	background:#222222;
}

#no_hint_view {
	position: absolute;
	width: 200px;
	height: 100px;
	overflow: visible;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
}

#no_hint_view_card {
	position: absolute;
	background:#000000;
	border:#FFFFFF 2px solid;
	border-radius:10px;
	width: 200px;
	height: 100px;
	font-size: 12pt;
	text-align: center;
}

#no_hint_view_shadow {
	position: absolute;
	left: 15px;
	top: 15px;
	background:rgba(0, 0, 0, 0.5);
	border-radius:10px;
	width: 200px;
	height: 100px;
}

#no_hint_view_button {
	cursor: pointer;
	border:#FFFFFF 2px solid;
	border-radius:15px;
	background:#000000;
	color:white;
	font-size: 16pt;
	width: 120px;
	margin-top: 5px;
}

#no_hint_view_button:hover {
	background:#222222;
}

#HandScoreView, #ManualCount {
	position: absolute;
	width: 200px;
	border:#FFFFFF 2px solid;
	border-radius:20px;
	background:#000000;
	box-shadow: 15px 15px rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
}

#HandScoreTitle {
	font-size: 12pt;
	line-height: 25px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

#HandScoreBubble {
	width: 100px;
	height: 100px;
	top: 30px;
	margin-left: 50px;
	background: rgb(0, 0, 190);
	border-radius: 20px;
	text-align: center;
}

#HandScoreBubbleGlare {
	position: absolute;
	width: 80px;
	height: 20px;
	margin-left: 10px;
	margin-top: 1px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));/* For Firefox 3.6 to 15 */
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));
}

#HandScoreBubbleBottomGlare {
	position: absolute;
	width: 100px;
	height: 50px;
	margin-left: 0px;
	margin-top: 50px;
	border-radius: 20px;
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0) 20%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0) 20%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0) 20%);/* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0) 20%);
}

#HandScoreBubblePoints, #ManualScoreBubblePoints {
	position: absolute;
	width: 100px;
	margin-top: 5px;
	font-size: 44pt;
	font-weight: bold;
}

#HandScoreBubblePointsLabel {
	position: absolute;
	width: 100px;
	margin-top: 70px;
	font-size: 12pt;
}

#HandScorePointsDescription {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#HandScoreAcceptButton {
	cursor: pointer;
	margin-left: 50px;
	width: 100px;
	height: 40px;
	margin-bottom: 10px;
	background: black;
	border:#FFFFFF 2px solid;
	border-width: 1px;
	border-radius: 15px;
	color:white;
	font-size: 16pt;
}

#HandScoreAcceptButton:hover {
	background: #222222;
}

#RecountHandsView {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
}

#ManualCountAcceptButton, #ManualPointConfirmButton {
	cursor: pointer;
	margin-left: 25px;
	width: 150px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: black;
	border:#FFFFFF 2px solid;
	border-width: 1px;
	border-radius: 15px;
	color:white;
	font-size: 11pt;
	visibility: hidden;
}

#ManualCountAcceptButton:hover, #ManualPointConfirmButton:hover {
	background: #222222;
}

#ManualCountAcceptButton:disabled {
	background: #999999;
	cursor: default;
	color: black;
}

#ManualPointsDesc {
	width: 100%;
	min-height: 80px;
	font-size: 12pt;
	text-align: center;
}

#allcounted {
	position: absolute;
	width: 115px;
	height: 80px;
	overflow: visible;
	z-index: 600;
	background:#000000;
	border:#FFFFFF 2px solid;
	border-radius:10px;
	font-size: 10pt;
	text-align: center;
	box-shadow: 15px 15px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
}

#RecountHandsButton {
	cursor: pointer;
	background: transparent;
	border: none !important;
	border-radius: 15pt;
	height: 30px;
	position: absolute;
	margin-left: 10px;
	z-index: 700;
}

#RecountHandsButtonImage {
	width: 30px;
	height: 30px;
	margin-top: 1px;
}

#RecountHandsButton:hover {
	background:rgba(255,255,255,0.2);
}

#RecountHandsButton:active {
	transform: translate(1pt, 1pt);
}

#RecountHandsText {
	position: absolute;
	font-size: 10pt;
	width: 70px;
	text-align: center;
	margin-top: 40px;
}

#hint_button {
	position: absolute;
	cursor: pointer;
	width: 70px;
	height: 40px;
	font-weight: bold !important;
	background: rgba(0, 0, 0, 0);
	border: #FFFFFF 2px solid !important;
	border-width: 1px;
	border-radius: 17px;
	color:white;
	font-size: 13pt;
	visibility: hidden;
	opacity: 0;
}

#hint_button:focus {
	background: rgba(0, 0, 0, 0);
	border: #FFFFFF 2px solid !important;
	border-width: 1px;
	border-radius: 17px;

}

#hint_button:hover {
	background: rgba(255, 255, 255, 0.3);
}

#SuboptimalWarning {
	z-index: 999;
	width: 340px;
	background:#000000;
	border:#FFFFFF 2px solid;
	border-radius:30px;
	box-shadow: 30px 30px 0px rgba(0,0,0,0.5);
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	opacity: 0;
	visibility: hidden;
}

#SuboptimalWarningTitle {
	text-align: center;
	font-size: 16pt;
	margin-top: 10px;
}

#SuboptimalWarningTextRegion {
	background: red;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#SuboptimalWarningText {
	width: 80%;
	margin-left: 10%;
}

.SuboptimalWarningButton {
	cursor: pointer;
	border:#FFFFFF 2px solid;
	border-radius:10px;
	background:#000000;
	color:white;
	width:90%;
	height:30pt;
	font-size:14pt;
	margin-left:5%;
	margin-right:5%;
	margin-bottom: 10px;
}

.SuboptimalWarningButton:hover {
	background: #222222;
}

#GameOverView {
	position: absolute;
	z-index: 999;
	width: 50rem;
	background:#fff;
	border:#FFFFFF 2px solid;
	border-radius:10px;
	box-shadow: 30px 30px 0px rgba(0,0,0,0.5);
	top:50%;
	left: 0;
	transform: translate(20%, -50%) !important;
	margin: auto;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}

#GameOverResultText {
	margin-top: 10px;
	font-size: 24pt;
	color: #000;
}

#GameOverSkunkText {
	margin-bottom: 10px;
	font-size: 20pt;
}

#GameOverResultsTable {
	width: 40rem;
	margin: 6rem 0 1rem;
	line-height: 25px;
	color: black;
}

.GameOverViewTableResultBackgroundFill {
	width:200px; 
	height:25px; 
	position:absolute; 
	right:0px; 
}

.GameoverViewTableResultComputerFill {
	width:100px; 
	height:25px; 
	position:absolute; 
	right:0px; 
}

.GameOverViewTableResultYouScore {
	width:100px; 
	position:absolute; 
	right:100px; 
	top:0px;
}

.GameOverViewTableResultOppScore {
	width:100px; 
	position:absolute; 
	right:0px; 
	top:0px; 
}

#GameOverSuboptimalButton {
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	font-size: 11pt;
	cursor: pointer;
	border:#FFFFFF 2px solid;
	border-radius:10px;
	background:#000000;
	color:white;
}

#GameOverSuboptimalButton:hover { 
	background: #222222;
}

#GameOverSuboptimalPlaysView {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100%;
	height: 200px;
	overflow: auto;
	text-align: center;
	font-size: 8pt;
}

.GameOverSuboptimalHeader {
	width: 100%;
	background: #1BA1E2;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
}

.GameOverSuboptimalPegging {
	width: 100%;
	height: 75px;
	position: relative;
	display: none;
}

.GameOverSuboptimalDiscard {
	width: 100%;
	height: 75px;
	position: relative;
	cursor: pointer;
	display: none;
}

.GameOverSuboptimalDiscard:hover {
	background: #222222;
}

.GameOverSuboptimalDiscard:active {
	transform: scale(0.98);
}

.suboptimalSituation {
	position: absolute;
	width: 130px;
	margin-top: 3px;
}

.suboptimalYouPlayed {
	position: absolute;
	width: 80px;
	margin-left: 145px;
	margin-top: 3px;
}

.suboptimalPlayedLine1 {
	position: absolute;
	width: 40px;
	margin-left: 188px;
	margin-top: 22px;
}

.suboptimalPlayedLine2 {
	position: absolute;
	width: 40px;
	margin-left: 188px;
	margin-top: 37px;
	font-weight: bold;
	font-size: 12pt;
}

.suboptimalPlayedLine3 {
	position: absolute;
	width: 40px;
	margin-left: 188px;
	margin-top: 55px;
}

.suboptimalOptimalPlay {
	position: absolute;
	width: 80px;
	margin-left: 240px;
	margin-top: 3px;
}

.suboptimalOptimalLine1 {
	position: absolute;
	width: 40px;
	margin-left: 283px;
	margin-top: 22px;
}

.suboptimalOptimalLine2 {
	position: absolute;
	width: 40px;
	margin-left: 283px;
	margin-top: 37px;
	font-weight: bold;
	font-size: 12pt;
}

.suboptimalOptimalLine3 {
	position: absolute;
	width: 40px;
	margin-left: 283px;
	margin-top: 55px;
}

.suboptimalDivider {
	position: absolute;
	width: 100%;
	height: 1px;
	margin-top: 73px;
	background: white;
}

#try_hearts_promo_link {
	position: absolute;
	top: 100%;
	transform: translate(0%,-100%);
	left: 0%;
	width: 260px;
	text-align: center;
	margin-top: -10px;
	margin-left: 10px;
}

#game_over_close_button {position: absolute;top: 0px;right: 0px;}
#hearts_link {font-size: 22px;}
a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}


@media (min-width: 768px){
	.container {width: 750px;}
	.game-title{font-family: Lithos Pro;font-size: 65px;color: #fff;font-weight: 400;}
	.game-titles{font-family: Lithos Pro;font-size: 65px;color: #fff;font-weight: 400;}
	.game-menu ul li a{padding: 10px;}
}

@media (min-width: 992px){
	.container {width: 970px;}
}

@media (min-width: 1200px) {
	.container {width: 1170px;}
}

@media (min-width: 1024px){
	.icon {display:none; }
	.menu {position: relative;display: block;width: auto;height: auto;top: 0;background-color: unset;}
	.menu ul li{display: inline-block;}
	.menu ul li a{display: block;color: #343965;border-bottom: 0px solid #6f6f6f;padding: 10px 10px;}
	.game-menu ul li a{ display: block; padding: 20px 40px;}
}
@media (max-width: 425px){
	#gama-details .container{padding: 0px !important;}
	#gama-details .game-menu ul li a{padding: 15px;font-size: 15px;}
	#HandScoreView{left: 95px !important;}
	#RecountHandsView{left: 280px !important;top: 200px !important;}
	#RecountHandsText{font-size: 8pt !important;}
	#hideAlertText{bottom: -10px;left: 4%;width: 80%;font-size: 13px;}
	#alertText{bottom: -5px;left: 5%;width: 80%;font-size: 12px;}
}
@media (max-width: 375px){
	#HandScoreView{left: 75px !important;}
	#RecountHandsView{left: 260px !important;top: 200px !important;}
}

/* Small devices (landscape phones, 576px and up) */


/* @media (min-width: 576px) { ... } */


/* // Medium devices (tablets, 768px and up) */


/* @media (min-width: 768px) { ... } */


/* // Large devices (desktops, 992px and up) */


/* @media (min-width: 992px) { ... } */


/* // Extra large devices (large desktops, 1200px and up) */


/* @media (min-width: 1200px) { ... } */