
/************************ Slider Line *****************************/
.slider-line		{}
.slider-pc			{display:block; position:relative;}
div.banner-legal	{font-size:11px; line-height:125%; color:#000;}
div.banner-legal > img	{margin-left: 8px;max-width: 30%;}

.slider-pc .banner-legal {
    background-color:#2c3135;
    color:#f2f2f2;
    width:100%; position:absolute;
    bottom:0; left:0; right:0;
    padding: 6px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-sizing: border-box;
}

.slider-pc .banner-legal .text a {
}

.offer {
	position: absolute;
    top: 0;
}

.banner-legal .text {
    opacity: 1;
    transition: opacity .5s;
}

.banner-legal .text.validating {
    opacity: 0;
}

.offer img {
	cursor: pointer;
}

.offer button.offer-but {
	margin-left: 4%;
    height: auto;
    line-height: normal;
    display: initial;
    font-size: 2vw;
    padding: 0.8vw 1.9vw 0.8vw 1.6vw;
    white-space: nowrap;
}

.slider-pc .bg-img-holder {
    position: relative;
}

.slider-pc .banner-bg {
    width: 100%;
}

.slider-pc .mobile-legal {   
    display: none; 
}   

@media screen and (min-width: 768px) { /* desktop view */
	.slider-pc .mobile-terms {display: none;}
}


@media screen and (max-width: 1280px) { /* mobile view */
    div.banner-legal > img	{max-width:17%;}
}

@media screen and (max-width: 768px) {
    div.banner-legal > img {
        max-height: 30px;
    }

    div.banner-legal {
        font-size: 8px;
    }
}


@media screen and (max-width: 767px) { /* mobile view */
    .slider-pc .banner-legal {position:initial; padding:1.5vw 2vw 1.5vw 2vw; font-size:75%; line-height:125%;}
    .slider-pc button {display: none !important;}
    .banner-legal img {display: none !important;}

    .slider-pc .mobile-legal {   
        display: initial; 
        position: absolute;
        left: 0;
        bottom: 0;
    }   

    .slider-pc .bg-img-holder {
        position: relative;
    }

    .offer.hide-mobile img {
        display: none;
    }
}

.mobile-game-image {
    width: 100%;
}

#slider-container {
    position: relative;
}

#slider-container {
    background-color: #000000;
}

.slider-pc-override {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-will-change .slider-pc {
    opacity: 0;
    transition: opacity 1s;
}

.banner-will-change.banner-has-changed .slider-pc {
    opacity: 1;
}

.slider-pc .desktop-front {
    width: 100%;
}

.slider-pc .banner-bg {
    height: calc(100VW/4.067);
    width: 100%;
}

@media screen and (max-width: 767px) { /* mobile view */
    .slider-pc .banner-bg {
        height: calc(100VW/2.083);
    }
}

.site-container-sv .mobile-legal,
.site-container-sv .banner-legal {
    display: none;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'FontAwesome';
	src: url('/fonts/awesome-4/fontawesome-webfont.woff2') format('woff2');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.fa-spinner:before {
    content: "\F110";
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-angle-left:before {
    content: "\F104";
  }

.fa-angle-right:before {
    content: "\F105";
}

.fa-filter:before{content:"\F0B0";}

.fa-crosshairs:before{content:"\F05B";}

.fa-times-circle-o:before{content:"\F05C";}

.fa-map-marker:before{content:"\F041";}

/****************************    Main Elements ***************************/

html {
    box-sizing: border-box;
    font-size: 62.5%;
    line-height: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 62.5% so each 0.1 rem is 1px */

*,
*:before,
*:after {
    box-sizing: inherit;
}

[hidden]    {display:none!important}


/* Inherit box-sizing to make it easier to change */

body {
    overflow-y: auto;
    text-align: center;
    background-color: #002538;
    color: #fff;
    height: 100%;
    font-size: 1.5rem;
    line-height: 145%;
    direction: ltr;
    text-align: left;
    font-family: "Roboto", arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.header-sticky {
    position: sticky;
    position:-webkit-sticky;
    top:0;
    z-index: 22;
}

body.search-open, body.game-open {
    height: 100vh;
}

body.search-open {
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    /* mobile-view */
    body {
        font-size: 3.8vw;
        line-height: 145%;
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {    
    .header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    #site-container {
        padding-top: 115px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin-top: 0;
    /*clear: both;*/
    display: block;
    color: #15b9ff;
}

h1 {
    padding: 0;
    font-size: 300%;
    line-height: 115%;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 200%;
    line-height: 115%;
    font-weight: 700;
    color: #fff;
}

h3 {
    font-size: 150%;
    line-height: 120%;
    font-weight: 700;
}

h4 {
    font-size: 120%;
    line-height: 135%;
    font-weight: 500;
    color: #fff;
}

h5 {
    font-size: 110%;
    line-height: 135%;
    color: #fff;
}

h6 {
    font-size: 100%;
    line-height: 135%;
}

p {
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) { /* mobile-view */
    h1 {
        font-size: 190%;
        margin-bottom: 3.8vw;
    }
    h2 {
        font-size: 165%;
    }
    h3 {
        font-size: 140%;
    }
}

p {
    padding: 0;
    margin-top: 0;
    font-size: inherit;
    line-height: 145%;
}

ul {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
    font-size: inherit;
}

ol {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: inherit;
    list-style: decimal;
    list-style-position: inside;
}

ul li {
    padding: 0;
    margin: 0 0 8px 0;
    font-size: inherit;
    list-style: disc;
}

ol li {
    padding: 0px 0px 0px 5px;
    margin: 0 0 8px 0;
    font-size: inherit;
}

ol ul li {
    list-style: disc;
    padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 8px 0px 0px 0px;
}

@media screen and (max-width: 767px) { /* mobile-view */
    ul {
        padding: 0 0 0 4.5vw;
        margin: 0 0 3.8vw 0;
    }
    ol {
        padding: 0 0 0 3.8vw;
        margin: 0 0 3.8vw 0;
    }
    ul li {
        padding: 0;
        margin: 0 0 1.6vw 0;
    }
    ol li {
        padding: 0 0 0 0.66vw;
        margin: 0 0 1.6vw 0;
    }
    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin: 1.6vw 0 0 0;
    }
}

table {
    font-size: inherit;
    line-height: inherit;
}

td {
    font-size: inherit;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    -ms-interpolation-mode: bicubic;
}

video {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

embed,
object {
    width: 100%;
    height: 100%;
}

a {
    color: #15b9ff;
    text-decoration: underline;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(103, 199, 245, 0.4);
}

.content-line a {
    font-weight: 500;
}

a:hover {
    text-decoration: none;
    color: #8ab4cd;
}

a:active,
a:focus {
	text-decoration: none;
}


/** button **/

button {
    display: flex;
    /*flex-direction:column;*/
    align-items: center;
    justify-content: center;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button:not(.clean) {
    height: 40px;
    background: #e72637;
    color: #fff;
    padding: 0px 30px 0 30px;
    text-align: center;
    border-style: none;
    font-size: 100%;
    line-height: 100%;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    margin: 0;
    vertical-align: top;
    border: #e72637 2px solid;
    border-radius: 500px;
    font-family: inherit;
    cursor: pointer;
    -webkit-appearance: button;
    box-sizing: border-box;
}

button.a-btn {
    height: unset;
}

a.button {
    height: 40px;
    background: #e72637;
    color: #fff;
    padding: 0px 30px 0 30px;
    display: table;
    text-align: center;
    font-size: 100%;
    font-weight: 700;
    font-style: italic;
    line-height: 35px;
    text-transform: capitalize;
    text-decoration: none;
    border: #e72637 2px solid;
    border-radius: 500px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) { /* mobile-view */
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    button:not(.clean),
    a.button {
        height: 10.6vw;
        font-size: 115%;
		line-height: 10.6vw;
    }

    button.a-but {
        height: unset;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    button:not(.clean),
    a.button {
        height: 6.6vw;
		line-height: 6.6vw;
    }
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button,
a.button {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
button:not(.clean):hover,
button:not(.clean):active,
button:not(.clean):focus {
    background: #fff;
    color: #002538;
    border-color: #002538;
}

a.button:hover,
a.button:active,
a.button:focus {
    background: #fff;
    color: #002538;
    text-decoration: none;
}

button.red-but {
    background: #e62737;
    color: #fff;
}

button.red-but:hover,
button.red-but:active,
button.red-but:focus {
    background: #fff;
    color: #002538;
    border-color: #002538;
}

button.blue-but {
    background: #15b9ff;
    color: #002538;
    border-color: #15b9ff;
}

button.blue-but:hover,
button.blue-but:active,
button.blue-but:focus {
    background: #fff;
    color: #002538;
    border-color: #002538;
}

button.clear-but {
    background: transparent;
    color: #fff;
    border-color:#fff;
}

button.clear-but:hover,
button.clear-but:active,
button.clear-but:focus {
    background: #fff;
    color: #002538;
    border-color: #002538;
}

button.play, button.offer-but {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.4);
}

button.play:hover,
button.play:active,
button.play:focus,
button.offer-but:hover,
button.offer-but:active,
button.offer-but:focus {
    text-shadow: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button.clean {
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
}

button.clean:hover {
    background: transparent;
    padding: 0;
}


/********************** Columns **********************/

@media screen and (min-width: 768px) { /* desktop-view */
	.col-2-text {
	  -webkit-column-count: 2;
	  -moz-column-count: 2;
	  column-count: 2;
	  -webkit-column-gap: 4em;
	  -moz-column-gap: 4em;
	  column-gap: 4em;
	}
	.col-2-text > *		{display:table;}
    .col-2-text > img	{display:block !important; width:100%;}
    .faq ul.col-2-text > li	{display:inline-block;}
    ul.col-2-text	{margin: 0; padding: 0;}
    ul.col-2-text li:last-child, ul.col-2-text li:last-child p	{margin-bottom: 0;}
}

@media screen and (min-width: 768px) { /* desktop-view */
	.col-3-text {
	  -webkit-column-count: 3; 
	  -moz-column-count: 3;
	  column-count: 3;
	  -webkit-column-gap: 4em;
	  -moz-column-gap: 4em;
	  column-gap: 4em;
	}
	.col-3-text > *		{display:table;}
	.col-3-text > img	{display:block !important;}
}

@media screen and (min-width: 768px) { /* desktop-view */
	.col-4-text {
	  -webkit-column-count: 2; 
	  -moz-column-count: 2;
	  column-count: 2;
	  -webkit-column-gap: 4em;
	  -moz-column-gap: 4em;
	  column-gap: 4em;
	}
	.col-4-text > *		{display:table;}
	.col-4-text > img	{display:block !important;}
}

@media screen and (min-width: 901px) {  
    .col-4-text {
        -webkit-column-count: 4; 
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
      }
}

.col-2-flex > * {margin-bottom:7vw;}
.col-4-flex     {display:flex; flex-wrap:wrap; justify-content:space-between;}
.col-4-flex > div     {display:flex; flex-direction: column;}
.col-4-flex > div > p     {flex-grow: 2;}

@media screen and (min-width: 901px) {
	.col-4-flex > *	 {width:23%; margin-bottom:40px;} /* 4 items */
	.col-4-flex > *:nth-last-child(-n+4), /* Last 4 Elements */
	.col-4-flex > *:nth-last-child(-n+4) > *:last-child {
		margin-bottom:0px;
	}
}

@media screen and (max-width: 900px) and (min-width: 601px) {
	.col-4-flex > *	 {width:47%;} /* 2 items */
	.col-4-flex > *:nth-last-child(-n+2), /* Last 2 Elements */
	.col-4-flex > *:nth-last-child(-n+2) > *:last-child {
		margin-bottom:0px;
	}
}

@media screen and (min-width: 768px) { /* desctop view */
	.col-2-flex,
	.col-3-flex		 {display:flex; flex-wrap:wrap; justify-content:space-between;}
	.col-2-flex > *	 {width:47%; margin-bottom:40px;} /* 2 items */
	.col-3-flex > *	 {width:30%; margin-bottom:40px;} /* 3 items */
	/* margin-bottom 0 to last row elements */
	.col-2-flex > *:nth-last-child(-n+2), /* Last 2 Elements */
	.col-3-flex > *:nth-last-child(-n+3), /* Last 3 Elements */
	.col-2-flex > *:nth-last-child(-n+2) > *:last-child,
	.col-3-flex > *:nth-last-child(-n+3) > *:last-child {
		margin-bottom:0px;
    }
    .col-2-flex > div,
    .col-3-flex > div,
    .col-4-flex > div {
        display:flex; flex-direction: column;
    }
    .col-2-flex > div > p:last-of-type,
    .col-3-flex > div > p:last-of-type,
    .col-4-flex > div > p:last-of-type {
        flex-grow: 2;
    }
}

@media screen and (max-width: 767px) { /* mobile view */
	.col-2-flex > *,
	.col-3-flex > *,
	.col-4-flex > *				 {margin-bottom:7vw;}
	/* margin-bottom 0 to last row elements */
	.col-2-flex > *:last-child,
	.col-3-flex > *:last-child,
	.col-4-flex > *:last-child	  {margin-bottom:0px;}
}

@media screen and (min-width: 768px) { /* desktop view */    
    .section-block.float-img > img,
    .section-block.float-img > picture,
    .section-block.float-img > span.optimized-wraper,
    .section-block.float-img > video {
        float:right;
        width:47%;
        height:auto;
        margin:0px 0px 0px 4%;
    }

    .seo-block-container .section-block.float-img img, .section-block.float-img video {
        margin-bottom: 0;
    }

    .section-block.float-img button.play,
    .float-img button.play {
        margin:20px auto 0px auto !important; 
    }
}

.col-4-flex button.play    {font-size:2rem !important;}


/*** grid ***/
.col-2-grid,
.col-3-grid,
.col-4-grid {
    display: grid;
    grid-row-gap: 7vw;
}

.col-2-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6%;
}

.col-3-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5%;
}

.col-4-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.67%;
}

.col-2-grid > div,
.col-3-grid > div,
.col-4-grid > div {
    display:flex;
    flex-direction: column;
}

@media screen and (max-width: 900px) {  
    .col-4-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {  
    .col-3-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {  
    .col-2-grid,
    .col-4-grid {
        grid-template-columns: 1fr;
    }
}

/*** active & focus ***/

a:active,
a:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.full-size-row {
    max-width: 1920px;
    margin: 0px auto;
}

.area-wrapper {
    width: 96%;
    max-width: 1310px;
    margin: auto;
}
.category-page .area-wrapper        {width:calc(100% - 60px); max-width:1860px;}
.sub-category-page .area-wrapper    {width:calc(100% - 60px); max-width:1860px;}
.home-page .area-wrapper    {width:calc(100% - 60px); max-width:1860px;}

@media screen and (max-width: 1280px) {
    .area-wrapper   {width: 96%;}
    .category-page .area-wrapper        {width:96%;}
    .sub-category-page .area-wrapper    {width:96%;}
    .home-page .area-wrapper    {width:96%;}
}
@media screen and (max-width: 767px) { /* mobile view */
    .area-wrapper   {width: 92%;}
    .category-page .area-wrapper        {width:92%;}
    .sub-category-page .area-wrapper    {width:calc(100% - 20px);}
    .home-page .area-wrapper            {width:92%;}
}


/**************** page-seperator ******************/
div.page-seperator {
    width:100%; height:2px;
    border-bottom: #fff 2px dotted;
    position: relative;
    /*background: url(/img/divider.png) no-repeat center center;*/
    margin: -30px auto 40px auto;
}
div.page-seperator.positive-margin {margin: 2rem auto;}
.seo-block-container div.page-seperator     {width:calc(100% - 60px);}

@media screen and (max-width: 1280px) {
    .seo-block-container div.page-seperator    {width:96%;}
}
@media screen and (max-width: 767px) { /* mobile view */
    .seo-block-container div.page-seperator    {width:92%;}
}

div.lm-page-seperator {
    margin: 50px auto 25px auto;
}

/*div.page-seperator:before, div.page-seperator:after {
    content: "";
    display: table;
    position: absolute;
    width: calc(50% - 27px);
    height: 1px;
    bottom: 14px;
    background-color: #e30613;
    z-index: 9;
    outline: 0;
}*/
div.page-seperator:before {
    left: 0;
}
div.page-seperator:after {
    right: 0;
}

@media screen and (max-width: 767px) { /* mobile view */
    div.page-seperator {
        width: 95%;
		margin: -4.5vw auto 4.5vw auto;
    }
	.seo-block-container div.page-seperator {
		margin:-3vw auto 4.5vw auto;
	}
	.promotions-seperator {
		margin:5vw auto 4.5vw auto !important;
	}
}


/************************ Site Container *****************************/

#site-container {
    position: relative;
    height: 100%;
}

.home-page .tab-section-pannel {
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    .home-page .tab-section-pannel {
        padding-top: 20px;
    }
}

.sub-category-page h2.page-title {
    border-bottom: #0d83b5 1px solid;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

div.tab-section-pannel ul.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -1px 0px -1px;
    padding: 0px;
}

.tab-section-pannel ul.categories li {
    width: 100%;
    padding: 0px;
    margin: 0px 1px 2px 1px;
    list-style: none;
    box-sizing: border-box;
}

.faq-block          {white-space: pre-line;}
.faq-block ul       {padding:0;}
.faq-block ul li    {margin-bottom:20px; list-style:none; display: inline-block;}

@media screen and (min-width: 1421px) { /* 5 items */
    .tab-section-pannel ul.categories li {
        width: calc((100% - 10px) / 5);
    }
}

@media screen and (max-width: 1420px) { /* 4 items */
    .tab-section-pannel ul.categories li {
        width: calc((100% - 8px) / 4);
    }
}

@media screen and (max-width: 1060px) { /* 3 items */
    .tab-section-pannel ul.categories li {
        width: calc((100% - 6px) / 3);
    }
}

@media screen and (max-width: 640px) { /* mobile view */ /* 2 items */
    .tab-section-pannel ul.categories li {
        width: calc((100% - 4px) / 2);
    }
}

/* gameCategoryPage */

.sub-category-page	{margin-bottom:30px; margin-top: 30px;}
.category-page,
.venues-page,
.venue-page,
.venues-games,
.venues-faq,
.game-page {
    margin-top: 30px;
}


/****** load more button ******/
button.load-more {
    margin: 30px auto 0px auto;
    height: 65px;
    font-size: 2.6rem;
    line-height: 100%;
}

@media screen and (max-width: 767px) { /* mobile view */
    button.load-more {
        height: 11.8vw;
        border-width: 0.52vw;
        font-size: 5.6vw;
        line-height: 100%;
        margin: 5vw auto 0 auto;
        padding: 0 4.5vw 0px 4.5vw;
    }
}

/***********/
.scroll-top     {display:table; background-color:rgb(24, 107, 158); border-radius:50%; border: solid 1px #fff; border-radius: 500px;}

@media screen and (max-width: 767px) { /* mobile view */
    .scroll-top img     {max-width:36px;}
}

/* gameCategoryPage */

/* SeoBlockComponent || SimpleFeedComponent ||    help || PaymentMethodPage || winnersPage*/

/************ Ip Content Line *****************/

.content-line {
    padding: 35px 0px 45px 0px;
}

@media screen and (max-width: 767px) { /* mobile view */
    .content-line {
        min-height: 0;
        padding: 23px 0 3.3vw 0;
    }
}

/************ Ip Content Line *****************/

/* SeoBlockComponent || SimpleFeedComponent ||    help || PaymentMethodPage || winnersPage*/


/* About Us page */
.content-buttons button:not(.blog-btn):not(.game-up button) {
	height:auto;
	font-size:30px;
    margin: 20px auto 0px auto;
    padding: 15px 40px 15px 40px;
}

@media screen and (max-width: 767px) { /* mobile view */
	.content-buttons button:not(.blog-btn):not(.game-up button) {
        height:auto;
        padding:0.8vw 8vw 1vw 8vw;
        font-size:5.6vw;
        margin-left:auto;
        margin-right:auto;
    }
    .content-buttons button.mobile-small {
        font-size:5vw!important;
    }
}

.load-more .fa-spinner {
    display: none;
    margin-left: 6px;
}

.load-more .fa-spinner.spin {
    display: initial;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

.faq-area-wrapper {
    width: 95%;
    max-width: 1310px;
    margin: auto;
}

@media screen and (max-width: 767px) { /* mobile view */
    .faq-area-wrapper {
        width: 100%;
    }
    .faq-area-wrapper h1 {
        padding-left: 4%; 
        padding-right: 4%;
    }
}

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

@media screen and (min-width: 769px) {
    .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (max-width: 767px) {
    .resource-content .float-img img {
        margin-bottom: 1.5em;
        max-width: 95%;
    }
    .site-section.main {
        margin-bottom: 16.4vw;
    }
}

@media screen and (min-device-width: 769px) {
	/* width */
	.scrollable::-webkit-scrollbar {
		width: 10px;
	}

	/* Track */
	.scrollable::-webkit-scrollbar-track {
		background: #000; 
	}

	/* Handle */
	.scrollable::-webkit-scrollbar-thumb {
		background: #888; 
	}

	/* Handle on hover */
	.scrollable::-webkit-scrollbar-thumb:hover {
		background: #555; 
	}
}

.welcome {
    background-color: #1E2A2F;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    max-width: 100vw;
    overflow-x: auto;
}

.col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4.5%;
    row-gap: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait) { /* mobile view */    
    .col-3 {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

.col-3-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5%;
    row-gap: 40px;
}

.col-3-grid > div {
	display: flex;
	flex-direction: column;
}

.col-3-grid > div > p {
	flex-grow: 2;
}

@media screen and (max-width: 767px) {
    .col-3-grid {
		grid-template-columns: 1fr;
        row-gap: 30px;
	}
}

.col-4-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.67%;
    grid-row-gap: 1em;
}

@media screen and (max-width: 900px) {
    .col-4-grid {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 6%;
	}
}

@media screen and (max-width: 767px) {
    .col-4-grid {
		display: block;
	}
}

/* son support badge*/
div#fc_frame {
    right: unset!important;
    left: 10px;
    bottom: 61px!important;
}

button.feedback.login {
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    margin: 0 auto 0 auto;
}

button.feedback.register {
    color: inherit;
    font-size: 14px;
    margin-left: 2px;
    font-family: Roboto, arial, helvetica;
    display: inline;
}
