@import url('http://fonts.googleapis.com/css?family=Oswald:300,400,700');

.dp-fa-img {
    width: 100%;
    height: 100%;
}

a.games-tab-link.show,
a.games-tab-link:hover {
    color: #0e99f2 !important;
    background: #02213f !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gm-dropdown {
    background: #02213f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    width: 0;
    border: none;
    color: white;
    padding: 0;
    float: left;
    position: absolute;
    top: 28px;
    left: 480px;
    z-index: 12;
    transition: opacity 500ms;
    opacity: 0;
    overflow: hidden;
}

.gm-dropdown.show {
    background: #02213f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 475px;
    border: 1px solid #0d91e6;
    color: white;
    padding: 12px 16px 12px 24px;
    transition: opacity 500ms;
    opacity: 1;
}

.gm-dropdown ul {
    list-style-type: none;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

.gm-dd-left {
    font-family: "Arial", sans-serif;
    float: left;
    width: 215px;
    min-height: 310px;
    font-size: 12px;
}

.gm-img-box {
    width: 215px;
    height: 134px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    margin: 0 auto 9px auto;
    overflow: hidden;
}

.gm-dp-cup {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 100px;
}

.gm-dd-ar {
    position: absolute;
    background-color: red;
    background: #eaeaea url("/pch_media/images/games/ttg_arrow.png") no-repeat center;
    width: 30px;
    height: 24px;
    bottom: 0;
    right: 0;
    float: right;
    border-top-left-radius: 10px;
    border: 1px solid #cecece;
}

.gm-dd-right {
    color: white;
    float: right;
    width: 230px;
}

.nav-bar .gm-dropdown .gm-dd-right li:hover,
.nav-bar .gm-dropdown .gm-dd-right li:hover a {
    background: #02213F !important;
    color: white !important;
}

.gm-dd-right li {
    text-transform: uppercase;
    font-family: 'Oswald', arial;
    border-bottom: 1px solid #0b456a;
    font-size: 22px;
    float: left;
    width: 100%;
    padding: 2px 0 !important;
    background: #02213F !important;
}

.nav-bar .gm-dropdown .gm-dd-right li a {
    padding: 0 !important;
    color: white !important;
}

.gm-dd-right li:last-child {
    border-bottom: none;
}

.gm-dd-right li span {
    position: relative;
    top: 12px;
}

.gm-list-img-box {
    height: 48px;
    width: 48px;
    text-align: center;
    display: inline;
    margin-right: 8px;
    float: left;
}

.gm-dd-titl {
    margin-top: 0;
    color: white;
    text-transform: uppercase;
    font-size: 14px !important;
}

.gm-dd-titl .gm-dd-titl-cash {
    font-size: 11px;
    display: block;
    margin-top: -12px;
    font-weight: 100;
}

.gm-dd-titl .gm-dd-titl-tt {
    font-weight: bold;
}

.gm-dd-left p:first-child {
    font-size: 16px;
    margin: 6px auto;
    font-weight: bold;
}

.gm-dd-left a {
    float: left;
    cursor: pointer;
}

.gm-dd-desc p {
    margin: 3px auto;
    line-height: 17px;
}

.gm-dd-desc {}

.gm-dd-right a,
.gm-dd-right a:hover {
    color: white;
    text-decoration: none;
}


/* css classed for category icons */

.minute-mania {
    background: url('/pch_media/images/games/minute-mania.png') no-repeat center;
}

.cards-solitaire {
    background: url('/pch_media/images/games/solitaire.png') no-repeat center;
}

.matching {
    background: url('/pch_media/images/games/matching-games.png') no-repeat center;
}

.strategy {
    background: url('/pch_media/images/games/strategy.png') no-repeat center;
}

.word {
    background: url('/pch_media/images/games/word.png') no-repeat center;
}

.arcade {
    background: url('/pch_media/images/games/arcade.png') no-repeat center;
}
