﻿header {
    background-color: #000000;
    display: none;
}

.navbar {
    background-color: #000000;
}

.navbar-nav > li:hover {
    border-bottom: 5px solid #242424;
}

.navbar-nav > li.active-menu {
    border-bottom: 5px solid #51395B;
}

.navbar-nav > li > a {
    padding: 0 25px !important;
    margin-right: 0 !important;
}

.navbar-nav > li:hover > a, 
.navbar-nav > li:active > a, 
.navbar-nav > li:focus > a, 
.navbar-nav > li:visited > a {
    color: #ffffff !important;
}

.navbar-nav > li.active-menu > a {
    color: #ffffff !important;
}

footer .container {
    /*width: 1800px;*/
    padding-top: 0 !important;
}

footer .container {
    /*width: 1800px;*/
    padding-top: 0 !important;
}

footer .copyright{
    display: block;
}

.footer-info {
    border-top: 1px solid #523A5A;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-info p, .footer-info a {
    text-align: left !important;
}

.footer-info p {
    line-height: 41px !important;
    font-family: "Roboto" !important;
    font-weight: 300;
}

.footer-info p > span {
    font-family: "Roboto" !important;
    font-weight: 300;
}

.content-nav {
    background: #000000;
}

.player .image-wrapper {
    width: 270px;
    height: 170px;
    position: relative;
}

.player .image-wrapper .game-hover-curtain {
    display: none;
    height: 100%;
    padding: 32px 56px;
    position: absolute;
    top: 0;
    width: 100%;
}

.player .image-wrapper .game-hover-curtain > a {
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 18px;
    max-height: 44px;
    max-width: 158px;
    padding: 16px 0;
    text-transform: uppercase;
    font-family: "Roboto" !important;
    font-weight: 500;
    margin-top: calc(50% - 44px);
}

.player .image-wrapper:hover .game-hover-curtain {
     display: block;
     background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
}

.green-button {
    background-color: rgba(32, 165, 141, 1);
}

.purple-button {
     background-color: rgba(81, 58, 91, 1);
}

.green-button:hover {
    background-color: rgba(55, 186, 163, 1);
}

.purple-button:hover {
     background-color: rgba(120, 95, 131, 1);
}

.player .image-info {
    margin-bottom: 45px;
    padding-top: 9px;
    text-align: left;
}

.player .image-info > span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    position: relative;
    font-family: "Roboto" !important;
    font-weight: 300;
}

/*.player .image-info > span:after {
    content: url("../../images/Webgl/layout/star.png");
    margin-right: 5px;
    position: absolute;
    right: 0;
}

.player .image-info > span:hover::after {
    content: url("../../images/Webgl/layout/star-active.png");
}*/

.play-header {
    display: none;
}

.play-header .container {
    width: 1800px;
}

.play-header .banner {
    border-bottom: 1px solid #523A5A;
}

.play .content-nav {
    /*background-image: url("../../../Content/images/Ocp/layout/play-background.png");*/
    /*background-position: center -51px;
    background-repeat: no-repeat;*/
    background: none;
    min-height: 1030px;
}

.play .container {
    /*width: 1800px;*/
    margin: auto;
}

.play .title {
    border-bottom: 1px solid #373737;
    color: #ffffff;
    font-family: "Roboto" !important;
    font-size: 34px;
    font-weight: 100;
    padding-top: 30px;
}

/*.play-footer .footer-image, .play-footer .row:first-of-type, .play-footer .financial-statement-link {
    display: none;
}*/

.player.play .col-sm-4 {
    width: auto !important;
}

#content.play .play-content div div img {
    max-width: none !important;
    width: auto !important;
}

.player .content-form {
    padding-top: 46px;
}

@media screen and (min-width: 1220px) {
    .play .container {
        width: 1200px;
    }
}

@media screen and (min-width: 1420px) {
    .play .container {
        width: 1400px;
    }
}

@media screen and (min-width: 1620px) {
    .play .container {
        width: 1600px;
    }

    .player .content-form {
        padding-top: 46px;
    }

    .play .content-nav {
        min-height: inherit;
        max-height: none;
    }

    .play .outside {
        top: -85px;
    }

    .player .language-bar {
        top: 210px;
        bottom: 0;
    }
}
@media screen and (min-width: 1820px) {
    .play .container {
        width: 1800px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1440px) {
    .play .container {
        width: 1200px;
    }

    .play .content-nav {
        background: none;
    }

    #content.play .play-content div div img {
        max-width: none !important;
    }

     .player .content-form {
        padding-top: 46px;
    }

    .play .content-nav {
        min-height: inherit;
        max-height: none;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .play .content-nav {
        background: none;
    }

    .play  .play-content {
        padding-top: 46px;
    }

    #content.play.player .play-content div div img {
        max-width: none !important;
    }
}

@media screen and (max-width: 1220px) {
    .play .container {
        width: 940px;
    }
}

@media screen and (max-width: 1024px) {
    .play .content-nav {
        background-color: #000000;
        background-image: none;
        max-height: none;
        min-height: inherit;
    }

    #content.play .play-content div div img {
        width: auto !important;
    }

    .content-form.play-content {
        padding-top: 46px;
    }

}

@media screen and (max-width: 991px) {
    .game-wrapper:nth-child(2n) {
        float: right;
    }
}