body {
    color: #6c654f;
    background: #171a25 url("../images/21_grand_texture_patten-small.jpg") repeat;
    font-family: 'Amiri', sans-serif;
    padding: 0;
    margin: 0;
    z-index: 50;
    overflow-x: hidden;
    text-align: left;
    font-size: 18px;
}

h2 {
    color: #5d5f67;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: italic;
}

img, a {
    border: 0;
    outline: none;
}
input:focus {
    outline:none !important;
}
h1 {
    color: #d1a77a;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 300;
    font-size: 29px;
    /*! padding-top: 0; */
}

h5 {
    color: #20d660;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-style: italic;
}

h3 {
    color: #e82a2e;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
}

p {
    line-height: 22px;
}

a {
    text-decoration: none;
    font-size: 17px;
}

html {
    padding: 0;
    margin: 0;
}

/* FOOTER
   ========================================================================== */
footer {
    width: 1120px;
    margin: 0 auto;
    text-align: center; /*! padding-top:20px; */
    z-index: 20;
    top: -50px;
    padding-bottom: 10px;
    position:relative;
}
#red-flare {
    position: fixed;
    left: -80px;
    bottom: -286px;
    background: url('../images/red_flare.PNG')no-repeat -222px 0;
    background-size: 165%;
    width: 360px;
    height: 600px;
    animation: flare;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
#blue-flare-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    background: url('../images/blue_flare.PNG')no-repeat -250px -50px;
    background-size: 168%;
    width: 300px;
    height: 475px;
    opacity: 0.5;
    animation: flare;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
#footer_links ul li {
    display: inline-block;
    text-transform: uppercase;
    padding-right: 15px;
}

#footer_links ul li a {
    text-decoration: none;
    color: #6c654f;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

#footer_links ul li a:hover {
    color: #e82a2e;
}

#footer_links a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

#banking-footer div {
    vertical-align: middle;
    padding-right: 6px;
    padding-left: 6px;
    width: 68px;
    display: inline-block;

}

#banking-footer img {
    width: 100%;
    opacity: 0.8;
}

img#eighteen {
    width: 50%;
}

img#mastercard {
    width: 70%;
}

/* HEADER
   ========================================================================== */
header {
    display: block;
    z-index: 4;
    position: absolute;
    width: 100%;
    margin: 0 auto;
}
#header-line {
    position: absolute;
    top: 111px;
}
#header-line line {
    stroke: #ccac5a;
    stroke-width: 2;
}
#header-line2 {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 57px;
    background-color: #ccac5a;
}
.shimmer {
    /* the shimmer magic */
    background: -webkit-gradient(linear, left top, right top, from(#ccac5a), to(#ccac5a), color-stop(.25, #FEDE64), color-stop(.5, #fff), color-stop(.75, #FEDE64));
    background: -moz-gradient(linear, left top, right top, from(#ccac5a), to(#ccac5a), color-stop(.25, #FEDE64), color-stop(.5, #fff), color-stop(.75, #FEDE64));
    background: gradient(linear, left top, right top, from(#ccac5a), to(#ccac5a), color-stop(.25, #FEDE64), color-stop(.5, #fff), color-stop(.75, #FEDE64));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 200px;
}
#header-top {
    padding-top: 4px;
    display: block;
    height: 53px;
    width: 100%;
    margin: 0 auto;
    background-color: #090909;
}
.header-center {
    width: 1120px;
    margin: 0 auto;
}
#header-left {
    float: left;
    width: 30%;
}
#header-right {
    float: right;
    z-index: 5;
    width: 70%;
}
#logo {
    float: left;
    width: 197px;
    height: 130px;
    background: url('../images/21grand_logo_BG.png') no-repeat -49px -54px;
    position: absolute;
}
#logo img {
    position: relative;
    width: 43%;
}

#blue-flare {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/blue_flare.PNG')no-repeat 600px -400px;
    background-size: 100%;
    height: 1000px;
    width: 1120px;
    opacity:0.5;
    animation: flare;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
/* CHAT
   ========================================================================== */
#chat-elems {
    height: 105px;
    width: 105px;
    position: absolute;
    z-index: 9999;
    top: -26px;
    right: -136px;
    background: url('../images/21_grand_chat button.svg') no-repeat;
}
#chat-icon, #Layer_9 {
    display: none;
}
#chatborder {
    cursor: pointer;
}
#lcv2Stub {
    z-index: 9999;
    width: 100px;
    position: absolute;
}
#chatanim {
    position: relative;
    width: 100px;
    top: -13px;
    left: -8px;
    margin: auto;
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 5;
}
#chatanim:hover {
    cursor: pointer;
}
#circle {
    position: absolute;
    z-index: 9999;
    top: -27px;
    right: -130px;
    width: 100px;
    margin: auto;
    display: block;
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 5;
}
#flare {
    position: absolute;
    top: -9px;
    left: -9px;
    opacity: 0.8;
}
#lcv2-btn {
    font-size: 24px;
    height: 95px;
    position: absolute;
    width: 107px;
}
#lcv2Stub{
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;

}
#lcv2-btn:hover {
    cursor: pointer;
    background-repeat: no-repeat;
}
#lcv2-alerts {
    font-size: 16px;
    position: absolute;
    right: -149px;
    top: -191px;
    height: 100px;
    width: 200px;
}
#lcv2-alert-container {
    color: #6c654f;
    padding: 20px;
    width: 260px;
    height: 130px;
    background-color: #090909;
    -webkit-perspective: 0px; /* Chrome, Safari, Opera */
    perspective: 0px;
    animation: move 0.2s;
    perspective: 1000px;
    transform-style: preserve-3d;
    z-index: 2;
    transform: rotateY(0deg);
}
#lcv2-alert-container::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0c0f1a;
    top: 170px;
    left: 234px;
}
#lcv2-alert-container input[type='submit']
{
    background: none;
    border: none;
    color: #e82a2e;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    font-style: italic;
    padding-top: 5px;
}
#lcv2-alert-container input[type='submit']:hover
{
    color: #6c654f;
    cursor: pointer;
}
#lcv2-email {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d1a77a;
    margin-bottom: 10px;
    color: #d1a77a;
}
#lcv2-alert-container h2 {
    color: #d1a77a;
    font-weight: 600;
    font-size: 17px;
    margin-top:0;
}

/* HEADER MENU
   ========================================================================== */
#menu {
    text-align: right;
    z-index: 5;
    text-transform: uppercase;
    position: relative;
    width: 1120px;
    margin: 55px auto 0;
}
nav.main {
    float: right;
}
#menu div {
    display: inline-block;
    box-sizing: border-box;
    padding-right: 10px;
}
#menu a {
    font-size: 16px;
    color: #a91a16;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-style: italic;
}
#menu a:hover {
    color: #d1a77a;
    cursor: pointer;
}
#menu a::after, #chat a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}
#menu ul li {
    display: inline-block;
}
#drop {
    position: relative;
}
#langs_menu {
    position: absolute;
    right: 0;
    top: 22px;
    display: inline-block;
    color: #6c654f;
    width: 400px;
}
#langs_menu a {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 30px;
    color: #6c654f;
}
#langs_menu li {
    width: 30px;
    padding: 0;
    margin: 0;
}
#lang {
    width: 50px;
    text-align: left;
}
a#lang {
    font-weight: 800;
    color: #6c654f;
}
#lang span {
    width: 7px;
}
.optin {
    font-style: italic;
    float: right;
    position: relative;
    top: 21px;
    font-weight: 400;
    width: 364px;
    text-align: right;
}
.optin a:hover {
    color: #e82a2e;
}
.optin a {
    color: #d1a77a;
    font-size: 16px;
    padding-left: 19px;
}
/*-------languages-----------*/
#menu span {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #6c654f;
    content: "";
    position: relative;
    right: -13px;
    top: 14px;
    z-index: 999;
}
/*-------main_wraper-----------*/
#main_wraper {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#main_bg {
    display: block;
}
/*--------------header slider--------------*/
.offer {
    width: 384px;
    height: 304px;
    position: absolute;
    right: 0;
    z-index: 10;
    top: 167px;
    font-size: 18px;
    text-align: center;
    font-family: 'Poiret One', cursive;
    color: #e82a2e;
}
.offer p {
    padding-left: 86px;
    padding-right: 79px;
    margin-bottom: 10px;
}
.offer span {
    color: #e82a2e;
    font-size: 82px;
}
.offer span.bonusamount {
    font-weight: 400;
}
.offer span.wel {
    font-size: 25px;
    font-family: 'Amiri', sans-serif;
    color: #e82a2e;
    position: relative;
    top: -10px;
    letter-spacing: 2px;
}
.dld_btn {
    width: 250px;
    height: 52px;
    font-size: 25px;
    font-weight: 800;
    margin: 25px auto 0;
    animation: dlbtn 0.8s infinite;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, transparent 0%, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(215, 34, 38) 50%, rgb(106, 18, 21) 80%, rgb(55, 13, 13) 90%,transparent 100%);
    -webkit-border-image: -webkit-linear-gradient(right, transparent 0%, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(215, 34, 38) 50%, rgb(106, 18, 21) 80%, rgb(55, 13, 13) 90%,transparent 100%);
    border-image: linear-gradient(to right, transparent 0%, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(215, 34, 38) 50%, rgb(106, 18, 21) 80%, rgb(55, 13, 13) 90%,transparent 100%);
    border-image-slice: 1;
    animation-direction: alternate;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-name: hvr-pulse-shrink;
    animation-timing-function: linear;

    -webkit-animation-name: "hvr-pulse-shrink";
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: "hvr-pulse-shrink";
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 0.6s;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: linear;

    -o-animation-name: "hvr-pulse-shrink";
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 0.6s;
    -o-animation-direction: alternate;
    -o-animation-timing-function: linear;
}
.dld_btn:hover {
    cursor: pointer;
    -webkit-text-fill-color: white;
    animation-direction: alternate;
    animation-duration: 0.4s;
    animation-iteration-count: infinite;
    animation-name: hvr-pulse-shrink;
    animation-timing-function: linear;

    -webkit-animation-name: "hvr-pulse-shrink";
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: "hvr-pulse-shrink";
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 0.2s;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: linear;

    -o-animation-name: "hvr-pulse-shrink";
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 0.2s;
    -o-animation-direction: alternate;
    -o-animation-timing-function: linear;
}
.dld_btn span {
    /* padding-right: 10px; */
    font-size: 33px;
    color: rgb(215, 252, 255);
    background-image: -webkit-linear-gradient(bottom, rgb(103, 72, 30) 0%, rgb(140, 113, 50) 30%, rgb(176, 152, 72) 60%, rgb(210, 187, 93) 80%, rgb(239, 214, 115) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 8px;
    letter-spacing: 4px;
}
span.dld_btn_hover {
    background-image: none;
    background-image: -webkit-linear-gradient(bottom, rgb(162, 121, 39) 0%, rgb(189, 161, 57) 30%, rgb(205, 181, 72) 60%, rgb(227, 204, 96) 80%, rgb(249, 224, 116) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#head-slider {
    width: 1120px;
    margin: 0 auto;
    height: 552px;
    position: relative;
}
#flare1 {
    height: 100%;
    width: 100%;
    background: url('../images/home/promo_1_blue flare.PNG') no-repeat 40% -50px;
    position: absolute;
    opacity: 1;
    animation: flare;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}

#flare2-blue , #flare3-blue{
    height: 100%;
    width: 100%;
    background: url('../images/home/promo_2_blue_flare.PNG') no-repeat 40% -50px;
    position: absolute;
    opacity: 1;
    animation: flare;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}
#flare3-blue-bot {
    height: 93%;
    width: 100%;
    background: url('../images/home/promo_2_blue_flare.PNG') no-repeat 30% 200px;
    position: absolute;
    bottom: 4px;
    opacity: 1;
    animation: flare;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
#flare2-red, #flare3-red {
    height: 100%;
    width: 100%;
    background: url('../images/home/promo_2_red_flare.PNG') no-repeat 55% 267px;
    position: absolute;
    opacity: 1;
    animation: flare;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
#flare3-red {
    background: url('../images/home/promo_2_red_flare.PNG') no-repeat 60% 267px;
    bottom:-12px;
}

.slider-regular {
    font-style: normal;
    display: none;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 1920px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0;
}
.slide:focus{outline:none;}
.slick-dotted.slick-slider {
    margin: 0 !important;
}
.headslidepic {
    position: relative;
    top: 0;
    margin: 100px auto 0;
}
#slide1 {
    margin-top: 150px;
    position: relative;
    left: -100px;
}
#slide2 {
    left: -100px;
}
#slide3 {
    margin-top: 100px;
    left: -50px;
}
.red-bottom{
    height:1px;
    width:1000px;
    margin:0 auto;
    position:relative;
    top:-2px;
    border-bottom: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, transparent 0%, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(156, 24, 25) 30%, rgb(156, 24, 25) 40%, rgb(215, 34, 38) 50%, rgb(156, 24, 25) 60%, rgb(106, 18, 21), 70%, rgb(55, 13, 13), 80%, transparent 100%);
    -webkit-border-image: -webkit-linear-gradient(right, transparent, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(156, 24, 25) 30%, rgb(156, 24, 25) 40%, rgb(215, 34, 38) 50%, rgb(156, 24, 25) 60%, rgb(106, 18, 21), 70%, rgb(55, 13, 13), 80%, transparent 100%);
    border-image: linear-gradient(to right, transparent, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(156, 24, 25) 30%, rgb(156, 24, 25) 40%, rgb(215, 34, 38) 50%, rgb(156, 24, 25) 60%, rgb(106, 18, 21), 70%, rgb(55, 13, 13), 80%, transparent 100%);
    border-image-slice: 1;
}
.slider_txt {
    color: #4ff1ff;
    position: relative;
    text-align: left;
    width: 1120px;
    margin: 0 auto;
}
#promo1-path2 {
    position: absolute;
    z-index: 199;
    left: 971px;
    top: 234px;
}
#flare-cards {
    position: relative;
    left: 10px;
}
#promo1-path1 {
    position: absolute;
    z-index: 199;
    left: 781px;
    top: 135px;
    display:none;
}
#promo1-path3 {
    position: absolute;
    z-index: 199;
    left: 662px;
    top: 368px;
    display: none;
}
.pagination-txt {
    font-family: 'Poiret One', cursive;
    font-size: 1.5em;
    font-weight: 800;
    text-align: left;
    position: absolute;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 8px;
    top: 208px;
    z-index: 300;
    color: #a91a16;
}

.slider_txt h1 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    line-height: 36px;
}
#headslider .showcase-button-wrapper {
    position: absolute;
    top: 140px;
    z-index: 9999;
}
#headslider .showcase-button-wrapper span {
    font-size: 40px;
}
#headslider .showcase-button-wrapper span:hover {
    cursor: pointer;
}
.slick-dots li button::before {
    font-size: 0 !important;
}
.slick-dots li {
    color: transparent;
    padding: 10px;
}
.slick-dots li button {
    background: url('../images/home/spade_icon_grey.svg') no-repeat;
    background-size: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
}
li.slick-active > button {
    background: url('../images/home/spade_icon.svg') no-repeat;
    background-size: 100%;
}
.showcase-button-wrapper span {
    background: url('../images/home/spade_icon_grey.svg') no-repeat;
    background-size: 100%;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    display: inline-block;
    margin-right: 10px;
}
#games-sliseshow span.active {
    background: url('../images/home/spade_icon.svg') no-repeat;
    background-size: 100%;
}
/*====================================================MAIN BG ANIM==================================*/
main {
    z-index: 50;
    height: auto;
    margin: 0 auto;
}
#main-bg {
    height: auto;
    display: block;
}
#large-header {
    z-index: 20;
}
#index #main-anim {
    display: block;
}
#main-bg {
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: block;
    opacity: 0.7;
    background-attachment: fixed;
}
/* INDEX
   ========================================================================== */

main.index {
    margin-bottom: 0;
    height: 1228px;
}
#homepage {
    position: relative;
    top: -11px;
    height: 564px;
}
#index header {
    position: absolute;
}
#main_wraper {
    z-index: 30;
}
#page_index {
    box-sizing: border-box;
    display: block;
    z-index: 1;
    position: relative;
    width: 1120px;
    margin: 0 auto;
    background-size: contain;
    top: -99px;
    padding-top: 100px;
}
#page-top {
    display: block;
    height: auto;
    overflow: hidden;
}
#sub-header {
    width: 24%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 400px;
    right: 55px;
    height: 100px;
    font-size: 20px;
    text-align: center;
    color: #6c654f;
    font-family: 'Poiret One', cursive;
}
#sub-header .showcase-content-container {
    height: 100px !important;
}
#winners {
    float: left;
}
#jackpot {
    float: right;
}
#winners, #jackpot {
    position: relative;
    width: 100%;
    height: 90px;
}
.amount {
    font-weight: 600;
    color: #a91a16;
    padding-top: 10px;
    margin-top: 35px;
}
#winners h2 {
    position: relative;
    top: 40px;
}
#winners span {
    position: relative;
}
#winners_slider {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 100% !important;
}
#winners .showcase-content {
    width: 100% !important;
}
#winners .showcase-content-container,#winners .showcase-content, #winners .showcase-content-wrapper {
    height: 95px !important;
    width: 100%;
    left: 0 !important;
    position: relative;
}
#winners .amount {
    padding-top: 0;
    z-index: 503;
    display: inline-block;
}
span.curr {
    float: left;
    top: 0 !important;
}
span.count {
    float: right;
    top: 0 !important;
}
#jp {
    float: right;
    position: relative;
    width: 300px;
}
.jpgamename {
    float: left;
    text-align: center;
    width: 100%;
}
#jackpot_slider {
    display: inline-block;
    height: 86px;
    position: relative;
    width: 500px;
    left: -188px;
    top: -55px;
}
#jackpot .showcase-content-container, #jackpot .showcase-content, #jackpot .showcase-content-wrapper {
    height: 80px !important;
    width: 500px !important;
    left: 0 !important;
    position: relative;
}
#jackpot span {
    position: relative;
    top: 55px;
}
/*=========================================games MENU========================================*/
#game_slider_menu {
    background-size: 94%;
    position: relative;
    top: -16px;
    overflow: hidden;
    height: 50px;
}
#games_hover {
    height: 214px;
    overflow: hidden;
    position: relative;
    top: -185px;
    width: 172px;
    margin: 0 auto;
}
#accordion h3{
    color:rgb(169, 26, 22);
    font-size: 17px;
    padding:0 23px 0 23px ;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing:2px;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Amiri', sans-serif;
    float:left;
}
#accordion h3:hover{cursor:pointer;color: rgb(209, 167, 122);}
.menu{width:1100px;margin:18px auto 0;text-align:center;height:82px;}
.slidermenu{float:left; display:inline-block;}
.slidermenu.active{color: rgb(209, 167, 122);}
.slots-menu-header{width:150px;float:left;display:inline-block;}
.ui-accordion-content-active{
    position:absolute;
    top:50px;
    left:200px;
    float:left;
    display:inline-block;
}
.sub{padding:0 10px 0 10px;}
.show {
    display: inline-block !important;
}
.slidermenu {
    text-align: center;
}
.slots-menu-header span {
    content: "";
    position: relative;
    top: 10px;
    float: right;
    border-left: 7px solid transparent;
    border-top: 7px solid rgb(169, 26, 22);
    border-right: 7px solid transparent;
    z-index: 999;
    left: 5px;
}
.slidermenu.active {
    color: #d1a77a;
}
.gamename {
    border-top: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, transparent 0%, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(215, 34, 38) 50%, rgb(106, 18, 21) 80%, rgb(55, 13, 13) 90%,transparent 100%);
    -webkit-border-image: -webkit-linear-gradient(right, transparent 0%, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(215, 34, 38) 50%, rgb(106, 18, 21) 80%, rgb(55, 13, 13) 90%,transparent 100%);
    border-image: linear-gradient(to right, transparent 0%, rgb(55, 13, 13) 10%, rgb(106, 18, 21) 20%, rgb(215, 34, 38) 50%, rgb(106, 18, 21) 80%, rgb(55, 13, 13) 90%,transparent 100%);
    border-image-slice: 1;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #6c654f;
    font-style: italic;
}
.flare {
    background: url('../images/home/hover_flare.png') no-repeat center -38px;
    background-size: 91%;
    height: 150px;
    width: 100%;
    position:relative;
}
.shrink{
    animation: shrink 0.3s 1 normal forwards;
}
.hover-play {
    display: none;
    border-top: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, black 0%, #ccac5a 30%, black 100%);
    -webkit-border-image: -webkit-linear-gradient(left, black 0%, #ccac5a 30%, black 100%);
    border-image: linear-gradient(left, black 0%, #ccac5a 30%, black 100%);
    border-image-slice: 1;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #6c654f;
    background-image: -webkit-linear-gradient(bottom, rgb(103, 72, 30) 0%, rgb(140, 113, 50) 30%, rgb(176, 152, 72) 60%, rgb(210, 187, 93) 80%, rgb(239, 214, 115) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}
#play_btn_games.mac_games {
    float: none;
    position: relative;
}
#dl_btn_games {
    float: left;
}
#play_btn_games {
    float: right;
}
#game_slider_menu {
    display: block;
    font-size: 17px;
    height: 82px;
}
#games_hover div:hover {
    cursor: pointer;
}

/*=============================================GAME SLIDER==========================================*/
.showcase {
    display: none;
}
#newgames-slider {
    display: block;
}
#games-sliseshow {
    margin-bottom: 10px;
    margin-top: -24px;
}
.showcase, #showcase-content {
    height: 490px;
}
#jackpot_slider .showcasejackpot_slider, #jackpot_slider #showcase-content, #winners_slider .showcasejackpot_slider, #winners_slider #showcase-content {
    height: 300px;
}
.showcase-content-container {
    position: absolute !important;
    width: 1110px;
}
.showcase-arrow-next {
    background: url('../images/home/right_arrow.svg') no-repeat;
    height: 25px;
    width: 20px;
    background-size: 60%;
    position: relative;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    display: inline-block;
    margin-left: 10px;
    top: 24px;
}
.showcase-arrow-previous {
    background: url('../images/home/left_arrow.svg') no-repeat;
    height: 25px;
    width: 20px;
    background-size: 60%;
    position: relative;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    display: inline-block;
    margin-right: 10px;
    top: 24px;
}
.showcase-arrow-next:hover, .showcase-arrow-previous:hover {
    cursor: pointer;
}
#games-sliseshow .showcase-button-wrapper {
    font-size: 38px;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -24px;
}
.slide-img {
    height: 226px;
    width: 170px;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 23px;
    margin-right: 8px;
    margin-left: 8px;
}
.showcase-content {
    width: 100%;
}
.slide-img img {
    width: 83%;
    margin: 0 auto;
    position: relative;
    bottom: -9px;
}
#live-slider .slide-img img{
    width:99%;
}
.game-pic {
    overflow: hidden;
}

/*=========================INNER PAGES===================================*/
.inner p, .inner li {
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 16px;
}
.inner-right {
    letter-spacing: 1px;
    font-size: 16px;
}
.col_right {
    width: 34%;
    float: right;
}
.col_right .offer, .col_right #sub-header {
    position: relative;
    top: 0;
}
.col_right #sub-header {
    right: 0;
    width: 100%;
}
.col_right .offer {
    height: 224px;
}
.col_left {
    float: left;
    width: 60%;
}
.h3pic {
    height: 27px;
    width: 16px;
    float: left;
    background: url('../images/home/spade_icon_red.svg') no-repeat center 3px;
    margin-right: 10px;
    background-size: 100%;
}
.goldspade {
    height: 27px;
    width: 16px;
    float: left;
    background: url('../images/home/spade_icon.svg') no-repeat center 3px;
    margin-right: 10px;
    background-size: 100%;
}
.page-content {
    display: block;
    height: auto;
}
.page {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    text-align: left;
}
.innerpage {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    top: 117px;
    padding-top: 35px;
}
.inner footer {
    top: 200px;
}
#winners_r, #jackpot_r {
    position: relative;
    width: 308px;
    overflow: hidden;
    display: block;
    left: 38px;
}
#winners_r {
    top: 262px;
}
#winners_r span {
    font-style: italic;
    font-size: 18px;
}

#jackpot_r {
    top: 269px;
}
#jackpot_r span {
    font-style: italic;
    font-size: 18px;
    float: right;
    position: relative;
    top: 42px;
    padding-top: 20px;
}
#jackpot_r .curr {
    position: absolute;
    left: 0;
}
#jackpot_r #jp {
    font-size: 48px;
    left: 6px;
    line-height: 35px;
    margin: 0;
    position: absolute;
    text-align: right;
    top: 84px;
    padding: 20px 0 0;
}
#jackpot_r .showcase-content-container {
    left: 187px;
}
#winners_r .amount {
    height: 50px;
    left: 57px;
    position: absolute;
    top: 15px;
    width: 250px;
    text-align: right;
}
#winners_r span {
    position: relative;
    text-align: right;
    top: 10px;
}
h2.winners {
    line-height: 24px;
    margin-top: 44px;
}
#winners_r .amount span {
    font-size: 48px;
    top: 30px;
    left: 0;
    line-height: 35px;
}
#winners_r .showcase-content-container {
    left: 0;
    height: 100px !important;
    text-align: right;
}
.green_txt {
    color: #e82a2e;
    font-style: italic;
}
/*=================================GAMES PAGE=============================*/
#gamespage.inner .showcase, #showcase-content {
    height: 722px;
}
#gamespage.inner .showcase-content-container, #gamespage.inner .showcase-content {
    height: 740px !important;
}
/*=========================TERMS========================*/
#termspage .innerpage a:hover {
    color: #d1a77a;
}
h2.terms {
    color: #e82a2e;
}
h2.terms:hover {
    cursor: pointer;
    color: #d1a77a;
}
/*=========================FAQ========================*/
#faqpage .page {
    text-align: left;
}

#faqpage h2 {
    color: #d1a77a;
}

h3.terms:hover {
    color: #d1a77a;
    cursor: pointer;
}
.terms-box {
    display: none;
    padding-top: 10px;
}

/*=========================AML========================*/
#amlpage .page, #privacypage .page {
    text-align: left;
}
/*=========================PROMO========================*/
.link {
    color: #e82a2e;
}
/*=====================================BANKING PAGE=============================*/
#bankingpage .page {
    text-align: left;
}
.bank_left {
    float: left;
    width: 155px;
    padding-top: 13px;
    text-align: center;
}
.paymeth {
    height: 39px;
    border-bottom: 1px solid transparent;
    padding-top: 10px;
    -moz-border-image: -moz-linear-gradient(left, black 0%, #ccac5a 50%, black 100%);
    -webkit-border-image: -webkit-linear-gradient(eft, black 0%, #ccac5a 50%, black 100%);
    border-image: linear-gradient(eft, black 0%, #ccac5a 50%, black 100%);
    border-image-slice: 1;
}
.paymeth:first-child {
    border-top: 1px solid transparent;
}
.pictext {
    overflow: hidden;
    color: #20d660;
    text-transform: uppercase;
    float: right;
}
.pictext .off {
    color: #8e181b;
}
.pictext h5 {
    display: inline-block;
}
.bank_left {
    float: left;
    width: 258px;
    padding-top: 13px;
    text-align: center;
}
.bank_right {
    float: right;
    width: 800px;
    padding-bottom: 20px;
}
.bank_left img {;
    margin: 0 auto;
    float: left;
    width: 26%;
}
.heading {
    color: #d2b571;
}
.bank_right ul {
    padding-left: 12px;
    list-style: none outside url('../images/home/spade_icon.svg');
    margin-left: 10px;
    line-height: 22px
}
.bank_right li a {
    color: #e82a2e;
}
#masterpic {
    width: 20%;
}
#upaypic, #netpic, #postpic {
    padding-top: 10px;
}
#wirepic {
    margin-top: -10px;
}
/*=====================================INSTANT_LOBBY=============================*/
#instant_lobby iframe {
    z-index: 9999;
    margin: 0 auto;
}
#myGame {
    z-index: 9999;
}

/*=========================CONTAINERS ANIMATION=========================*/
/*========================================text anim in slideup boxes========================*/
.sliderright {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.animin {
    -webkit-animation: animLoadedContent 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
.animout {
    -webkit-animation: animExitContent 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animExitContent 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animExitContent 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animExitContent 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
#header-top, .page, .page-content, #head-slider, #games-sliseshow, #page-top {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
}
#promotions {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
}
#games {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
}
#bankin {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
}
#support {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
}
#vip {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
}
#drop {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
}
#buttons {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
}
.lang_anim {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
}
/*=====================================TOURNAMENT============================*/
#tour_left {
    width: 60%;
    float: left;
}
#tournament .green {
    color: #e82a2e;
}
#tour_right {
    width: 30%;
    float: right;
}
#tournament footer {
    top: 200px;
}
#tournament .col_right {
    width: 34%;
    float: right;
    top: 50px;
    position: relative;
}
.tournament h2 {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 20px;
}
.tournament .col_left {
    padding-top: 50px;
    width: 50%;
}
.tournament .showcase, .tournament .showcase-content, .tournament .showcase-content-container {
    display: block;
    width: 300px;
    height: 587px !important;
    top: 50px;
}
.tournament .showcase-content-container {
   /* left: 411px;*/
}
.tournament .showcase-button-wrapper {
    left: 75px;
    position: relative;
    top: 536px;
    width: 211px;
}
.tournament .showcase-button-wrapper span {
    margin-right: 20px;
    color: #ccb177;
}
.tournament .showcase-button-wrapper span:hover {
    cursor: pointer;
    color: #00bb82;
}
.tournament .showcase-button-wrapper span.active {
    color: #00bb82;
}
.tournament .showcase-arrow-next, .tournament .showcase-arrow-previous {
    height: 31px;
    width: 20px;
    display: block;
    z-index: 200;
}
.tournament .showcase-arrow-next:hover, .tournament .showcase-arrow-previous:hover {
    cursor: pointer;
}
/*.tournament .showcase-arrow-previous:after {
    content: "<";
    color: #e82a2e;
    font-size: 27px;
    line-height: 15px;
}*/
.tournament .showcase-arrow-next {
    left: 682px;
    position: absolute;
    top: 641px;
}
/*.tournament .showcase-arrow-next:after {
    content: ">";
    color: #e82a2e;
    font-size: 27px;
    line-height: 15px;
}*/
.tournament .showcase-arrow-previous {
    left: 413px;
    position: absolute;
    top: 642px;
}
table#winners {
    width: 300px;
}
table#winners td {
    padding: 6px;
}
table#winners th {
    text-transform: uppercase;
    font-size: 16px;
    color: #d1a77a;
    font-weight: 300;
    padding-bottom: 29px;
}
.prize {
    font-style: italic;
}
.light {
    color: #e82a2e;
}
.prix {
    text-align: right;
}
.green {
    color: #e82a2e;
}
#info {
    background: url('../images/tourney button white.svg') no-repeat;
    background-size: 100%;
    height: 100px;
    width: 200px;
    position: relative;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    top: 50px;
}
#info:hover {
    cursor: pointer;
    background: url('../images/tourney button gold.svg') no-repeat;
    color: #ccb177;
}
#bottom {
    width: 100%;
    display: block;
    height: auto;
    float: left;
    text-align: center;
}
.col_right.tournament h5.big-tour {
    color: #00bb82;
    letter-spacing: normal;
    animation: none;
    font-size: 30px;
    padding: 0;
    margin: 0;
}
.col_right.tournament h5 {
    color: #ccb177;
    letter-spacing: normal;
    animation: none;
    font-size: 58px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.tournament #wbonus {
    top: 30px;
    left: -20px;
}
#multi {
    padding-top: 63px;
    float: left;
    height: 100px;
    width: 100%;
}
#multi td {
    padding-right: 28px;
    text-align: center;
}
#multi td.multi-gold {
    text-align: left;
    color: #ccb177;
    width: 150px;
}
#info-content-left {
    width: 334px;
    float: left;
}
#info-content-right {
    width: 334px;
    float: right;
}
#info-content {
    display: none;
}
#info2 {
    background: url('../images/tourney button green.svg') no-repeat;
    background-size: 100%;
    height: 100px;
    width: 200px;
    float: left;
    position: relative;
    top: 230px;
    text-align: center;
    line-height: 32px;
    color: #00bb82;
}
#info2:hover {
    background: url('../images/tourney button gold.svg') no-repeat;
    cursor: pointer;
    color: #ccb177;
}
#info-close {
    background: rgba(0, 0, 0, 0) url("../images/close button green.svg") no-repeat scroll 0 0;
    float: left;
    height: 53px;
    position: relative;
    text-align: center;
    top: 230px;
    width: 44px;
}
#info-close:hover {
    background: rgba(0, 0, 0, 0) url("../images/close button gold.svg") no-repeat scroll 0 0;
    cursor: pointer;
}
.animate-flicker {
    -webkit-animation: flickerAnimation 8s infinite;
    -moz-animation: flickerAnimation 8s infinite;
    -o-animation: flickerAnimation 8s infinite;
    animation: flickerAnimation 8s infinite;
}
.pagefadeout {
    -webkit-animation: fadeout 1s linear;
    -moz-animation: fadeout 1s linear;
    -o-animation: fadeout 1s linear;
    animation: fadeout 1s linear;
}

.pagefadein {
    -webkit-animation: fadein 2s linear;
    -moz-animation: fadein 2s linear;
    -o-animation: fadein 2s linear;
    animation: fadein 2s linear;

}
/*=====================================BASTILLE TOURNAMENT======================*/
#tour_vip2_banner {
    background: rgba(0, 0, 0, 0) url("../images/tournament/FIZ-bastill-png.png") repeat scroll 0 0;
    height: 496px;
    left: 37px;
    position: relative;
    top: 75px;
    width: 480px;
    z-index: 9999;
}

.tournament_bastille #tour_vip2_banner {
    height: 489px;
}

.tournament_bastille #tournament_top {
    display: block;
    height: 534px;
    position: relative;
    top: -200px;
    width: 100%;
}

/*=====================================FANCYBOX======================*/
#fancy-overlay {
    display: none;
    width: 100%;
    height: 150%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    z-index: 9999;
}
.fancybox-wrap {
    position: absolute !important;
    top: 20px !important;
    z-index: 9999;
    left: 20%;
}
.fancybox-iframe, .fancybox-inner {
    height: 800px !important;
    width: 1052px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 9999;
    position: absolute;
    overflow: hidden;
}
.fancybox-iframe iframe {
    height: 800px !important;
    width: 1052px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 9999;
    position: absolute;
    overflow: hidden;
}
.fancybox-outer {
    padding-top: 20px;
    overflow: hidden;
}
.fancybox-close {
    border: 2px solid #5d5f67;
    text-align: center;
    color: #5d5f67;
    height: 30px;
    left: 995px;
    position: absolute;
    top: -0;
    width: 30px;
    z-index: 9999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.fancybox-close:after {
    content: "X";
}
.fancybox-close:hover {
    cursor: pointer;
}
.fancybox-wrap.instantlobby {
    position: absolute !important;
}

/* SEAL*/
#apg-seal-container{
    position:relative;
    top:10px;
    padding-left:0;
    width:35px;
}

#apg-seal-container div{
    max-width:50px!important;
    min-width:0!important;
}

#apg-seal-container img {
    min-height: 0 !important;
}

