@font-face{
    font-family: "JAFHerb-CondensedRegular";
    src: url("/stylesheets/fonts/JAFHerb-Regular/Web-Fonts/59fcdeca5a90b2755e49049eedf232f2.eot");
    src: url("/stylesheets/fonts/JAFHerb-Regular/Web-Fonts/59fcdeca5a90b2755e49049eedf232f2.eot?#iefix")format("embedded-opentype"),
        url("/stylesheets/fonts/JAFHerb-Regular/Web-Fonts/59fcdeca5a90b2755e49049eedf232f2.woff")format("woff"),
        url("/stylesheets/fonts/JAFHerb-Regular/Web-Fonts/59fcdeca5a90b2755e49049eedf232f2.woff2")format("woff2"),
        url("/stylesheets/fonts/JAFHerb-Regular/Web-Fonts/59fcdeca5a90b2755e49049eedf232f2.ttf")format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:block;
}

body {
    color: #010101;
    font-family: 'Roboto', sans-serif;
    text-shadow: unset !important;
    background: unset !important;
}

.dark-texture-bg {
    background-color: #181818;
    background-image: url("../images/bgs/shk-dark-texture-bg-tile.jpg");
    background-size: 512px;
    background-repeat: repeat;
}

.dark-texture-bg-top {
    position: relative;
    margin-top: -10px;
    border: 0;
    height: 28px !important;
    background-image: url("../images/bgs/shk-dark-texture-bg-tile-topborder.png");
    background-repeat: repeat-x;
}

.dark-texture-bg-bottom {
    position: relative;
    margin-bottom: -10px;
    border: 0;
    height: 28px !important;
    background-image: url("../images/bgs/shk-dark-texture-bg-tile-bottomborder.png");
    background-repeat: repeat-x;
}

.large-scratch-bg {
    background-image: url("../images/bgs/large-dark-scratches.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    transition: all 300ms ease-in-out;
}

a:hover {
    color: #dc3545;
}

footer {
    padding-bottom: 30px !important;
}

.form-field {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
}
.site-header a:hover {
    color: #000;
    text-decoration: none;
}

/*
 * Extra utilities
 */

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden { overflow: hidden; }

/* Jumbtron header start */
.jumbotron {
    position: relative;
    height: 85vh;
    max-height: 95vh;
    overflow: hidden;
}

.jumbotron video {
    position: absolute;
    z-index: 1;
    top: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:0.5;
}


/* Jumbotron End*/

/* Video bg styles Start*/
.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-image: url("../images/bgs/video-bg.jpg");
    background-size: cover;
    background-position: center center;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100%;
    min-width: 177.77%; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
/* Video bg styles End */

#jumbotronDesc {
    background-color: transparent;
}

.jumbotron-fluid {
    padding-right: 35px;
}

#jumbotronDesc .jumbo-bg-image {
    position: absolute;
    z-index: 1;
    top: 0;
    width:100%;
    height:100%;
    opacity: 0.3;
}

#jumbotronDesc .row {
	min-height: 727px;
}

.formFrame {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.formFrameTopLeft, .formFrameTopRight {
    position: absolute;
    height: 73px;
    width: 72px;
    top: -20px;
    z-index: 1;
}

.formFrameTopLeft {
    left: -30px;
    background: url("../../images/frameTopLeftCorner.png") no-repeat right top;
}

.formFrameTopRight {
    right: -30px;
    background: url("../../images/frameTopRightCorner.png") no-repeat right top;
}

.formFrameBottomLeft, .formFrameBottomRight {
    position: absolute;
    height: 9px;
    width: 9px;
    bottom: 0;
    z-index: 1;
}

.formFrameBottomLeft {
    left: 0;
    background: url("../../images/frameBottomLeftCorner.png") no-repeat right top;
}

.formFrameBottomRight {
    right: 0;
    background: url("../../images/frameBottomRightCorner.png") no-repeat right top;
}

.formFrameTop, .formFrameBottom, .formFrameLeft, .formFrameRight {
    position: absolute;
}

.formFrameLeft, .formFrameRight {
    top: 30px; bottom: 0;
    width: 9px;
}

.formFrameLeft { left: 0; background: url("../../images/frameLeftTile.png") repeat-y right top;}
.formFrameRight { right: 0; background: url("../../images/frameRightTile.png") repeat-y right top;}
.formFrameTop { height: 8px; top: 0; left: 25px; right: 25px; background: url("../../images/frameTopTile.png") repeat-x right top;}
.formFrameBottom { height: 9px; bottom: 0; left: 0; right: 0; background: url("../../images/frameBottomTile.png") repeat-x right top;}

#signup-form-container {
    height: auto;
    width: auto;
}

.signup-form-shk-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Signup form start */

.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="username"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="email"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin a {
    color: #fff;
    text-decoration: underline;
}
/* Signup form end */

.btn-horizontal-blue {
    color: #fff;
    background:linear-gradient(135deg, #2e78c9, #2a619f, #205a97, #0d3e73);
    border: 2px solid transparent;
    border-radius: 7px;
    box-shadow: 0 0 0 0.2rem rgba(33,33,33,0);
    text-transform: capitalize;
    transition: all 200ms ease-out;
}

.btn-horizontal-blue:hover {
    color: #fff;
    background:linear-gradient(135deg, rgba(46, 121, 201, 0.9), rgba(42, 97, 159, 0.9), rgba(32, 89, 151, 0.9), rgba(13, 62, 115, 0.9));
    border: 2px solid #0062cc;
    box-shadow: 0 0 15px 8px rgba(24, 105, 192, 0.63);
}

#dropdownLangs {
    min-width: auto;
}

#screenshots-container .img-thumbnail {
    border: 0;
    background-color: rgba(0, 98, 204,0);
    transition: all 320ms linear;
}

#screenshots-container .img-thumbnail:hover {
    /* background-color: rgb(0 113 235 / 77%); */
}

.screenshot-thumbnail {
    border-radius: 4px;
    overflow: hidden;
}

#screenshots-container img {
    transition: all 300ms ease-in-out;
}

#screenshots-container img:hover {
    transform: scale(1.1);
}

.ekko-lightbox-nav-overlay a, .ekko-lightbox-nav-overlay a:hover {
    color: #fff;
    font-size: 4rem;
    text-shadow: -2px 0 2px #000, 2px 0 2px #000, 0px 2px 0 #000, 0 -2px 0 #000;
    -webkit-text-stroke: 2px black;
    -webkit-text-fill-color: white;
}

#top-feature-col {
    background-image: url(../images/features/top-feature-castle-fade.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#top-feature-content {
    padding: 15% 0 0 7%;
    min-height: 800px;
}

#top-feature-content h2 {
    max-width: 65%;
    font-size: 3.4rem;
}

#top-feature-content p {
    max-width: 50%;
    font-size: 1.7rem;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgba(255,255,255,0.3);
}

@media (max-width: 991.98px){
    #top-feature-content {
        min-height: 580px;
    }

    #top-feature-content h2 {
        font-size: 2.2rem;
    }

    #top-feature-content p {
        font-size: 1.3rem;
    }
}

@media (max-width: 767.98px){
    #features-container {
        margin-top: 10px;
    }
}

.feature-img {
    border: 0px solid;
    border-radius: 25px;
    box-shadow: 0px 15px 25px 3px rgba(6, 20, 50, .3);
}

@media (max-width: 512px) {
    .feature-img {
        border-radius: 15px;
    }
}

.featuresRow h2, #top-feature-content h2, #play-now-footer-container h3, #news-cards h3,  #newsticker-demo h2, #coa-gallery h5 {
    font-family: 'Pirata One', cursive;
}

#registerModalLabel, #jumbotronDesc h2, #shields-carousel-wrapper h5, #newPlayersFooter h5 {
    font-family: 'Rubik', sans-serif;
}

#btn-play-now-login, .btn-play-now {
    font-family: 'Almendra', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.featuresRow h2, #registerModalLabel, #shields-carousel-wrapper h5, #news-cards h3  {
    font-size: 2rem;
}

#registerModalLabel {
    color: white;
}

.featuresRow h2, #top-feature-content h2 {
    text-transform: capitalize;
}

#jumbotronDesc h2 {
    font-size: 30px;
}

#play-now-footer-container h3 {
    font-size: 2.2rem;
}

.featuresRow p, #jumbotronDesc p, #top-feature-content p {
    font-family: 'Roboto', sans-serif;
}

.featuresRow p, #jumbotronDesc p {
    font-size: 0.9rem;
}

@media (min-width: 512px) {
    .featuresRow p, #jumbotronDesc p {
        font-size: 1rem;
    }

    .featuresRow h2, #shields-carousel-wrapper h5 {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .featuresRow p, #jumbotronDesc p {
        font-size: 1.2rem;
    }

    .featuresRow h2, #shields-carousel-wrapper h5, #play-now-footer-container h3 {
        font-size: 2.7rem;
    }
}

@media (min-width: 1200px) {
    .featuresRow p, #jumbotronDesc p {
        font-size: 1.4rem;
    }

    .featuresRow h2, #shields-carousel-wrapper h5, #play-now-footer-container h3 {
        font-size: 3.7rem;
    }
}

#newPlayersFooter h5 {
    font-size: 1.4rem;
    color: #bbb;
}

.features-shield {
    width: 75px;
    height: auto;
}

@media (max-width: 991.98px){
    .features-shield {
        width: 50px;
    }
}

@media (max-width: 767.98px){
    .features-shield {
        width: 40px;
    }
}

.feature-text-left, .feature-text-right {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-top: 65px;
    padding-bottom: 75px;
    border-radius: 15px;
}

@media (max-width: 1199.98px) {
    .feature-text-left, .feature-text-right {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.feature-text-left {
    padding-left: 18px;
    padding-right: 45px;
    right: -35px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.feature-text-right {
    padding-left: 45px;
    padding-right: 18px;
    left: -35px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

@media (max-width: 767.98px) {
    .feature-text-left, .feature-text-right {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 15px 10px 20px 10px;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        right: 0;
        left: 0;
        bottom: -10px;
        background: linear-gradient(360deg, #575757, #2d2d2d00);
    }
}

.carousel-control-next, .carousel-control-prev {
    filter: invert(100%);
}

footer .text-muted {
    color: #879198 !important;
}

#news-cards .card-body {
    background: linear-gradient(51deg, #fff, #ddd, #ccc, #aaa);
}

#news-cards .card, #news-cards .card-img-wrapper {
    overflow: hidden;
}

#news-cards .card:hover {
    box-shadow: 0px 0px 3px 5px rgb(0, 98, 204);
}

#news-cards .card, #news-cards .card img {
    transition: all 225ms ease-in;
}

#news-cards .card:hover img {
    transform: scale(1.07);
}

.dark-shadow-section {
    background-color: #222e40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94' height='94' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%231d2736' fill-opacity='0.28'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.28'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
    box-shadow: 0px 0px 35px 10px rgba(33,33,33,0.6) inset;
    margin-top: -1px !important;
}

.btn-play-now {
    font-size: 2rem;
}

@media (min-width: 512px) {
    .btn-play-now {
        font-size: 2.9rem;
    }
}

#social-icons svg {
    fill: #879198;
    width: 22px;
    margin-left: 5px;
    transition: fill 300ms ease-in-out;
}

#social-icons svg:hover {
    fill: #fff;
}

#player-coa-wrapper {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-left: 1px solid #96a4b1 !important;
    border-right: 1px solid #96a4b1 !important;
    background: #59626B;
}

#coa-gallery h5 {
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
}

@media (max-width: 512px) {
    #coa-gallery h5 {
        font-size: 2.2rem;
    }
}

@media (max-width: 512px) {
    #coa-gallery h5 {
        font-size: 1.8rem;
    }
}

.coa-gallery-item {
    max-width: 100%;
    padding-top: 5px;
    border: 2px solid #9299A0;
    border-radius: 5px;
    background-color: #fff;
    transition: all 225ms ease-in;
}

#coa-gallery .img-thumbnail {
    border: 0;
}

#coa-gallery p {
    font-size: 0.8rem;
    display: block;
    max-width: 100%;
    margin-top: 1px;
    margin-bottom: 3px;
    color: #010101;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) {
    #coa-gallery p {
        font-size: 0.7rem;
    }
}

#page-footer {
    background-color: #000000 !important;
    border-top: 1px solid #393939;
}

#page-footer a {
    color: #879198;
}

#page-footer a:hover {
    color: #fff;
}

/* Vertical new players styles START */
#newsticker-demo h2 {
    color: white;
}

.newsticker-jcarousellite ul {
    padding-left: 0px;
    list-style-type: none;
}

.newsticker-jcarousellite ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding-bottom: 1px;
    margin-bottom: 2px;
    padding: 4px 0 4px 8px;
    background: linear-gradient(180deg, #ccc, rgba(89, 98, 107, 0.8));
    border-radius: 7px;
}

@media (max-width: 512px){
    .newsticker-jcarousellite ul li {
        background: linear-gradient(90deg, #ccc, #ccc);
        border: 2px solid #666;
        border-radius: 7px;
    }
}

.newsticker-jcarousellite .thumbnail {
    float: left;
    width: 16px;
}

.newsticker-jcarousellite .info {
    max-width: 80%;
    float: left;
    margin-left: 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* Vertical new players styles END */

/* Horizontal footer new players ticker START */
#newPlayersFooter {
    padding: 8px 15px;
    background-color: rgba(34, 46, 64, 0.9) !important;
    border-bottom: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-left: 1px solid #96a4b1;
    border-right: 1px solid #96a4b1;
    overflow: hidden;
    transition: bottom 450ms ease-in-out;
}

@media (max-width: 1024px) {
    #newPlayersFooter {
        border-left: 0;
        border-right: 0;
    }
}

#newPlayersFooter .info {
	color: #bbb;
	font-size: 1rem;
}

@media (max-width: 511px) {
	#newPlayersFooter .info {
		font-size: 0.8rem;
	}
}

.new-player-wrapper {
    display: inline-block;
    max-width: 100%;
    border: 1px solid #384150;
    border-radius: 4px;
    padding: 2px 8px;
    background-color: #222e40;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0px 0px 15px 5px rgba(33,33,33,0.6) inset;
}
/* Horizontal footer new players ticker END */

#registerModal .modal-content{
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px 10px rgba(220,220,220,0.6);
}

#registerModal .modal-header, #registerModal .modal-footer {
	background-color: rgba(58, 69, 80, 1) !important;
}
#registerModal .modal-body {
	background-color: rgba(34, 46, 64, 1) !important;
}

.c-gray {
    color: gray !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-0 {
    margin: 0px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-3 {
    padding-top: 3px;
}

#signupdivider{
    clear: both;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.leftdivider, .rightdivider, .centerdivider{
    display: inline-block;
}

.leftdivider, .rightdivider{
    width: 60px;
    margin-bottom:3px;
    border-top:1px solid grey;
    -webkit-box-shadow: 0px 1px 1px 0px #ccc;
    box-shadow: 0px 1px 1px 0px #ccc;
}

.text-center {
    text-align: center !important;
}

.form-accept {
    width:100% !important;
    display:-moz-inline-box !important;
    display:-webkit-inline-box !important;
    margin-bottom:5px !important;
}

.form-send-beta {
    width:100% !important;
    display:-moz-inline-box !important;
    display:-webkit-inline-box !important;
    margin-bottom:5px !important;
}

.form-font {
    font-size: 13px !important;
    font-family: Arial !important;
}

.pointer-none {
    pointer-events:none !important;
}

.formInstructions{
    width: 300px;
    background-color: #eeeeee;
    border: 2px solid #5c9ccc;
    padding: 0.5em;
    position: absolute;
    display: none;
    text-align: left !important;
	z-index: 5;
    color:black;
}

.tool-email {
    right: 475px;
    top: 35px;
}

.tool-email-alt {
  right: 505px;
  top: 35px;
}

.tool-password {
    right: 475px;
    top: 95px;
}

.tool-password-alt {
    right: 505px;
    top: 95px;
}

.tool-confirm-password {
    right: 475px;
    top: 145px;
}

.tool-confirm-password-alt {
    right: 505px;
    top: 145px;
}

.formInstructions > h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 0;
    font-weight: bold;
}

.formContainer {text-align: center;}

.formContainer {margin: 15px auto 15px auto; width: 380px; opacity: 1; float: left;}

input[type="checkbox"] {
    display: none !important;
}

input[type="checkbox"] + label {
	display:inline-block !important;
	width: auto !important;
	float: none !important;
	vertical-align: middle !important;
}

label {
    width: 120px !important;
    line-height: 25px !important;
    text-align: left !important;
    padding-top: 3px !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

input[type="checkbox"] + label span {
    display:inline-block !important;
    width:18px !important;
    height:18px !important;
    margin:-1px 4px 0 0 !important;
    vertical-align:middle !important;
    background:url(../../images/check_radio_sheet_green.png) left top no-repeat !important;
    cursor:pointer !important;
}

input[type="checkbox"]:checked + label span {
    background: url(../../images/check_radio_sheet_green.png) -19px top no-repeat !important;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.tooltip-inner {
    background-color: transparent !important;
}

.formInstructions-alt
{
    width: 200px;
    background-color: #eeeeee;
    border: 2px solid #5c9ccc;
    padding:0.5em;
    position:absolute;
    display: block;
    font-size: 12px;
    color:black;
    left:-170px;
    top:-5px;
}

.formInstructions-alt1
{
    width: 350px;
    background-color: #eeeeee;
    border: 2px solid #5c9ccc;
    padding:0.5em;
    position:absolute;
    right: 130px;
    top:20px;
    display: block;
    font-size: 12px;
    color:black;
}

.form-message-box {
    width:20px;
    height:20px;
    float:right;
}

.tracking-h-1 {
    height:1px;
}

.cur-no-drop {
    cursor:no-drop;
}

.float-r {
    float: right;
}

.signup-h3 {
    font-family: 'Almendra', serif;
    line-height: 22px;
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
}

.signup-h2 {
    font-family: 'Almendra', serif;
    line-height: 30px;
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
}

.signup-p {
    font-size: 12px;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.signup-p2 {
    font-size: 16px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
}

.signup-p-alt {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-iframe {
    width:100%;
    height: 465px;
    border:1px solid #dee2e6;
    border-top: none;
}

.modal-footer-box {
    margin-left: 16px;
    margin-right: 16px;
    border: none;
}

.modal-footer-close {
    color:#666666 !important;
    cursor:pointer;
}

.modal-on-top {
    z-index: 1100 !important;
}

.ui-dialog-titlebar-close {
    background-image: url("images/ui-icons_777777_256x240.png");
    background-position: -96px -128px;
}

.coat-arrow {
    color: #fff;
    font-size: 4rem;
    text-shadow: -2px 0 2px gray, 2px 0 2px grey, 0px 2px 0 grey, 0 -2px 0 grey;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
}

.coat-arrow :hover{
    -webkit-text-stroke: 2px rgb(0, 98, 204);
    -webkit-text-fill-color: white;
    cursor: pointer;
}

.coat-arrow-next {
    position: absolute;
    right: 25px;
    top: 35%;
    user-select: none;
    webkit-user-select: none;
    -ms-user-select: none;
}

.coat-arrow-prev {
    position: absolute;
    left: 25px;
    top: 35%;
    user-select: none;
    webkit-user-select: none;
    -ms-user-select: none;
}

.coat-bottom-text {
    font-family: 'Pirata One', cursive;
    color: white !important;
    font-size: 15px !important;
}

.dropdown-item {
    padding: 0.25rem 1rem !important;
}

.flag-container{
    padding: 1px !important;
    margin-right: 1px !important;
    margin-left: 1px !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flag {
    display: inline-block;
    width: 28px !important;
    height: auto;
    border-radius: 3px !important;
    transition: all 400ms;
}

.flag:hover {
    box-shadow: 0 0 2px 1px #fff;
}

#lang-flags {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
    border: 0;
    border-bottom-left-radius: 8px;
    padding: 4px 10px 6px 10px;
    width: 70%;
    display: flex;
    justify-content: right;
}

.login {
    text-align: center;
    position: relative;
    right: -85px;
}

.xsolla-logo {
    width: 45px;
    height: 45px;
    background-color: #fff;
    margin-top: 10px;
    margin-right: 5px;
}

.xsolla-text {
    font-size:11px;
    margin-top: 10px;
}


.footer-languages-container {
  float: left;
  width: 50%;
}

.news-rows {
    display:grid;
    gap: 1em;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}

@media only screen and (max-width: 600px) {
    .news-rows {
        display:flex !important;
    }

    .res-dropdown-menu {
        background-color: transparent;
        color: #fff;
    }

    .res-dropdown-item:hover {
        text-shadow: 0 0 2px 1px #fff;
        background-color: transparent !important;
        text-decoration: none;
        color: #fff !important;
    }

    .res-dropdown-item:focus {
        text-shadow: 0 0 2px 1px #fff;
        color: #fff !important;
        text-decoration: none;
        background-color: transparent !important;
    }

    .res-dropdown-item:active {
        text-shadow: 0 0 2px 1px #fff;
        color: #fff !important;
        text-decoration: none;
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 600px) {
    #lang-flags {
        display:block !important;
    }

    .res-login, .res-account, .res-world-banner.show, .res-video.show, .res-video-open.show, .res-vimeo {
        display:none !important;
    }

    .res-centered-div {
        left: 50% !important;
    }
}

@media only screen and (max-width: 382px) {
    .res-pb {
        padding-bottom: 3rem !important;
    }

    .res-mt {
        margin-top: 20px !important;
    }
}

.ws-nowrap {
    white-space: nowrap !important;
}

.m-auto {
    margin: auto;
}

/* Full-page overlay */
#loader-overlay {
    position: fixed; /* Fixes the overlay to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 180, 180, 0.9); /* Semi-transparent background */
    display: flex; /* Centers the spinner */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensures it's on top of other elements */
}

/* The spinning loader */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* A class to hide the loader */
.hidden {
  display: none;
}

#hoh-bg {
    background: linear-gradient(180deg, #616b75, #45525F) !important;

}

#page {
    margin-top: unset !important;
    text-shadow: 1px 1px #fbf9ed !important;
    color: #37362d !important;
}

.hoh-h1 {
    font-size: 250%;
    font-family: 'Oranienbaum', serif;
    font-weight: bold;
    margin-bottom: unset !important;
}

.coa-h2 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    margin: 0;
    font-size: 18px !important;
}

.coa-page {
    font-family: Arial,Helvetica,sans-serif;
}

.shield {
    box-sizing: unset;
    margin: 12px !important;
    padding: 12px !important;
}

.btn-close:focus {
    outline: unset !important;
    outline: unset !important;
}

#badge_video_open {
	left: 0;
	top: 45%;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 10px;
    transition-duration: 200ms;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, .85);
	position: fixed;
    line-height: 0;
    cursor: pointer;
    z-index: 1049;
    font-size: 0;
    display: none;
    flex-direction: row;
    opacity: 1;
}

#badge_video_open:hover {
	padding-left: 15px !important;
}

#badge_text_video {
    font-size: 10px;
    line-height: 1;
	text-transform: uppercase;
	font-family: Monaco;
	overflow: hidden;
	transition-duration: 500ms;
	white-space: nowrap;
	padding-right: 0;
	color: #fff;
	text-shadow: -2px 0 1px gray, 1px 0 1px grey, 0px 1px 0 grey, 0 -2px 0 grey;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

#injected_video.show_video {
	left: 1%;
    top: 50%;
	transform: translate(-1%, -50%);
    position: fixed;
    padding: 15px 15px 15px 15px;
    width: 470px;
	z-index: 1049;
	display: none;
}

#injected_video.show_video.show {
	animation: fade-in 1s;
	opacity: 1;
}

#injected_video.show_video.hide {
	animation: fade-out 1s;
	opacity: 1;
}

#injected_banner.show_banner {
	left: 50%;
	top: 0;
	transform: translate(-50%, -1%);
    position: fixed;
    padding: 15px 20px 15px 20px;
    width: 470px;
	z-index: 1049;
}

#injected_banner.show_banner.show {
	animation: fade-in 1s;
	opacity: 1;
    display: block;
}

#injected_banner.show_banner.hide {
	animation: fade-out 1s;
	opacity: 1;
    display: none;
}

.world_name_container {
    position: absolute;
    top: 35%;
    width: 90%;
    text-align: center;
    z-index: 1049;
}

#world_name {
	font-family: "JAFHerb-CondensedRegular" !important;
	color: #ddd;
	font-size: 30px;
    transition: opacity 0.5s ease-in, visibility 0.5s linear 0.5s;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.video-frame {
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.5);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 700px;
    max-height: 400px;
    margin: 0 auto;
 }

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.res-centered-div {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
}

.embedded-iframe {
    min-width: 321px !important;
}

.nav-link-modal {
    font-size:12px !important;
    padding: .5rem 3px !important;
}
