/** languages **/
div.languages			{width:calc(100% - 24px); margin:0px auto 40px auto; padding:12px 0px 4px 0px; border:#5f5f5f 1px solid; font-weight:normal; border-radius:7px;}
div.current-lang		{color:#b4b4b4; cursor:pointer; padding-bottom:8px; font-weight:400;}
.current-lang span		{width:100%; display:table; padding:0px 15px 0px 15px; font-size:1.6rem; line-height:2.1rem; overflow:hidden;}
.current-lang span:after {
	content:"\F107";
	font-family:"FontAwesome";
	display:table-cell; width:33px;
	font-size:22px; line-height:100%;
	color:#b4b4b4; text-align:right;
	vertical-align:middle;
}
.lang-open .current-lang span:after	{content:"\F106"; top:0px;}

.languages ul {
	width:100%;
	text-align:left; margin:0; padding:0;
	max-height:0px; overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lang-open .languages ul	{max-height:300px;}

.languages ul li				{display:block; margin:0; font-size:1.8rem; line-height:115%; list-style:none; cursor:pointer;}
.languages ul li a				{display:block; color:#b4b4b4; padding:7px 15px 7px 15px; text-decoration:none;}
.languages ul li:last-child a	{/*padding-bottom:10px;*/}
.languages ul li a:hover		{background-color:#000; color:#ef9303; text-decoration: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('/static/css/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: #000 ;
    color: #CECECE;
    height: 100%;
    font-size: 1.6rem;
    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: 4.2vw;
        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;
    }
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {    
    #site-container {
        padding-bottom: 59px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin-top: 0;
    display: block;
    color: #CECECE;
}

h1 {
    padding: 0;
    font-size: 300%;
    line-height: 115%;
    font-weight: 400;
    margin-bottom: 0.5em;
    color: #f9f9f9;
}

.seo-block-container h1 {    
    color: #cecece;
    font-weight: 500;
    font-size: 280%;
}

h2 {
    font-size: 190%;
    line-height: 115%;
    font-weight: 500;
    color: #cecece;
}

h3 {
    font-size: 155%;
    line-height: 120%;
    font-weight: 500;
    color: #c7af73;
}

h4 {
    font-size: 120%;
    line-height: 135%;
    font-weight: 400;
}

h5 {
    font-size: 110%;
    line-height: 135%;
}

h6 {
    font-size: 100%;
    line-height: 135%;
}

@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: 155%;
}

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: none;
}

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 none transparent;
    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: #c7af73;
    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: #c7af73;
}

a:active,
a:focus {
	text-decoration: none;
    color: #c7af73;
}


/** 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: #bd0000;
    color: #fff;
    padding: 0px 30px 0 30px;
    text-align: center;
    border-style: none;
    font-size: 100%;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    vertical-align: top;
    border: 0;
    border-radius: 500px;
    letter-spacing: 2px;
    font-family: inherit;
    cursor: pointer;
    -webkit-appearance: button;
    box-sizing: border-box;
}

button.a-btn {
    height: unset;
}

.site-container-sv input[type="button"],
.site-container-sv input[type="reset"],
.site-container-sv input[type="submit"],
.site-container-sv button:not(.clean) {
    letter-spacing: 1px;
}

a.button {
    height: 40px;
    background: #bd0000;
    color: #fff;
    padding: 0px 30px 0 30px;
    display: table;
    text-align: center;
    font-size: 100%;
    font-weight: 400;
    line-height: 39px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 500px;
    letter-spacing: 2px;
    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;
    }
}
@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: #740802;
    color: #fff;
}

a.button:hover,
a.button:active,
a.button:focus {
    background: #740802;
    color: #fff;
    text-decoration: none;
}

button.white-but {
    background: #fff;
    color: #03021B;
}

button.white-but:hover,
button.white-but:active,
button.white-but:focus {
    background: #b3b3bb;
    color: #03021B;
}

button.red-but {
    background: #E30813;
    color: #fff;
}

button.red-but:hover,
button.red-but:active,
button.red-but:focus {
    background: #fd4852;
    color: #fff;
}

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:inline-block;}
	.col-2-text > img	{display:block !important; width:100%;}
}

@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:inline-block;}
	.col-3-text > img	{display:block !important;}
}


.col-1-2-flex > * {margin-bottom:6vw;}
.col-2-flex > * {margin-bottom:6vw;}
.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;}

.col-1-2-flex > *:first-child img {margin-bottom: 0; margin-top: 0;}
.col-1-2-flex > *:first-child button {align-self: center; margin: 0 auto;}

.col-1-2-flex h2, .section-block h2    {font-size:280%;}
@media screen and (max-width: 1100px) {
    .col-1-2-flex h2, .section-block h2    {font-size:240%;}
}
@media screen and (max-width: 900px) {
    .col-1-2-flex h2    {font-size:200%;}
}
@media screen and (max-width: 767px) { /* mobile view */
    .col-1-2-flex h2, .section-block h2    {font-size:165%;}
}

@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-1-2-flex,
	.col-2-flex,
	.col-3-flex		 {display:flex; flex-wrap:wrap; justify-content:space-between;}
	.col-1-2-flex > *:first-child	 {width:32%; margin-bottom:40px;}
	.col-1-2-flex > *:last-child	 {width:62%; margin-bottom:40px;}
	.col-2-flex > *	 {width:47%; margin-bottom:40px;} /* 2 items */
    .col-3-flex > *	 {width:30%; margin-bottom:40px;} /* 3 items */
    
    .col-1-2-flex .optimized-wraper {margin-left: 0; margin-right: unset;}
    .col-1-2-flex > *:first-child > div {max-width: 360px;display:flex; flex-direction: column;}
}

@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:20px;} /* 2 items */
	.col-3-flex > *	 {width:30%; margin-bottom:20px;} /* 3 items */
	/* margin-bottom 0 to last row elements */
	.col-1-2-flex > *:nth-last-child(-n+2), /* Last 2 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-1-2-flex > div,
    .col-2-flex > div,
    .col-3-flex > div,
    .col-4-flex > div {
        display:flex; flex-direction: column;
    }
    /* .col-2-flex > div > p,
    .col-3-flex > div > p,
    .col-4-flex > div > p {
        flex-grow: 2;
    } */
}

@media screen and (max-width: 767px) { /* mobile view */
	.col-1-2-flex > *,
	.col-2-flex > *,
	.col-3-flex > *,
	.col-4-flex > *				 {margin-bottom:6vw;}
	/* margin-bottom 0 to last row elements */
	.col-1-2-flex > *:last-child,
	.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 > div.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;}

/*** active & focus ***/

a:active,
a:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.full-size-row {
    width: 100%;
    margin: 0px auto;
}

.area-wrapper {
    width: 96%;
    max-width: 1200px;
    margin: auto;
}
.category-page .area-wrapper        {width:calc(100% - 30px); max-width:1900px;}
.sub-category-page .area-wrapper    {width:calc(100% - 30px); max-width:1900px;}
.home-page .area-wrapper    {width:calc(100% - 30px); max-width:1200px;}

@media screen and (max-width: 1280px) {
    .area-wrapper   {width: 94%;}
}
@media screen and (max-width: 767px) { /* mobile view */
    .area-wrapper   {width: 92%;}
}


/**************** page-seperator ******************/
div.page-seperator {
    width:100%; height: 30px;
    position: relative;
    background: url(/img/divider.png) no-repeat center center;
    margin: -42px auto 35px auto;
}
div.page-seperator.positive-margin {margin: 2rem auto;}
.seo-block-container div.page-seperator     {width:calc(100% - 30px);}

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 *****************************/
.home-page .tab-section-pannel {
    padding-top: 30px;
    border-bottom: #363636 1px solid;
}

@media screen and (max-width: 768px) {
    .home-page .tab-section-pannel {
        padding-top: 20px;
    }
}

.site-container-de-DE .home-page .tab-section-pannel {
    border-bottom: transparent 0 none;
    padding-top: 10px;
}

.site-container-de-DE .home-page .tab-section-pannel.tab-section-pannel-button {
    border-bottom: transparent 0 none;
    padding-top: 0;
}

#site-container {
    position: relative;
    height: 100%;
}

.sub-category-page h2.page-title {
    border-bottom: #607D8B 1px solid;
    padding-bottom: 7px;
    margin-bottom: 13px;
}

div.tab-section-pannel ul.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -18px 0px -18px;
    padding: 0px;
}

.tab-section-pannel ul.categories li {
    width: 100%;
    padding: 0px;
    margin: 0px 18px 36px 18px;
    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;}

@media screen and (min-width: 841px) { /* 4 items */
    .tab-section-pannel ul.categories li {
        width: calc((100% - 144px) / 4);
    }
}

@media screen and (max-width: 840px) { /* 3 items */
    div.tab-section-pannel ul.categories {
        margin: 0px -2vw 0px -2vw;
    }
    .tab-section-pannel ul.categories li {
        width: calc((100% - 12vw) / 3);
        margin: 0px 2vw 4vw 2vw;
    }
}


/* gameCategoryPage */

.sub-category-page	{margin-bottom:30px;}


/****** see all ******/
a.see-all {
    display: table;
    margin: 0px auto 40px auto;
    color :#fff;
    font-size: 2rem;
    line-height: 115%;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

a.see-all:hover {
    color :#bbb;
}

a.see-all span {
    color :#ef9305;
}

@media screen and (max-width: 767px) { /* mobile view */
    a.see-all   {font-size:3vw; margin:2vw auto 7vw auto;}
}

/****** load more button ******/
button.load-more {
    margin: 15px auto 0px auto;
    height: 50px;
    font-size: 2.2rem;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0px 25px 0px 25px;
}

@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: 2vw auto 0 auto;
        padding: 0 4.5vw 0px 4.5vw;
    }
}

/***********/
.scroll-top     {display:table; background-color:#ef9305; border-radius:50%; margin-bottom:2vw;}

@media screen and (max-width: 767px) { /* mobile view */
    .scroll-top         {margin-bottom:19vw;}
    .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: 5vw 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):not(.col-1-2-flex button):not(.best-entertainment button) {
	/*height:auto;*/
	/*font-size:30px;*/
    height:50px;
    font-size:2rem;
    margin: 20px auto 0px auto;
    padding-top: 17px;
    padding-bottom: 17px;
}
.col-1-2-flex button    {height:50px; font-size:2rem; margin-top:25px;}

@media screen and (max-width: 767px) { /* mobile view */
	.content-buttons button:not(.blog-btn):not(.game-up button):not(.col-1-2-flex button):not(.best-entertainment button) {
        /*height:auto;*/
        padding:1.5vw 8vw 1.5vw 8vw;
        /*font-size:5vw;*/
        height:10.6vw; font-size:115%;
        margin-left:auto;
        margin-right:auto;
    }
    .col-1-2-flex button    {height:10.6vw; font-size:115%; margin-top:5vw;}
}

.tab-section-pannel .fa-spinner {
    display: none;
    margin-left: 6px;
}

.tab-section-pannel .fa-spinner.spin {
    display: initial;
    animation: rotation 2s infinite linear;
}

/* .option-logo {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 2% 3% 2%;
    display: flex;
    justify-content: center;
    justify-items: stretch;
}

.option-logo a {
    display: inline-flex;
} */

.mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: initial !important;
    }
}

.faq-area-wrapper {
    width: 95%;
    max-width: 1200px;
    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%;
    }
}

@media screen and (min-device-width: 769px) {
	/* width */
	.scrollable::-webkit-scrollbar {
        width: 10px;
        border-radius: 12px;
	}

	/* Track */
	.scrollable::-webkit-scrollbar-track {
        background: #000; 
        border-radius: 12px;
	}

	/* Handle */
	.scrollable::-webkit-scrollbar-thumb {
        background: #888; 
        border-radius: 12px;
	}

	/* Handle on hover */
	.scrollable::-webkit-scrollbar-thumb:hover {
        background: #555; 
        border-radius: 12px;
	}
}

.welcome {
    background-color: #1E2A2F;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    max-width: 100vw;
    overflow-x: auto;
}







/************** Promotions ***************/
.resource-page-promotions   {}
.resource-page-promotions .section-block   {margin:0 !important; text-align:center; text-transform:uppercase;}

ul.prom-gallery         {padding:0; margin:0; font-size:0;}
.prom-gallery li        {display:inline-block; margin:0px 15px 30px 15px; list-style:none;}
.prom-gallery li a      {color:#eaeaea; font-weight:400; text-decoration:none;}
.prom-gallery li a:hover{color:#fff; text-decoration:underline;}
.prom-gallery li img    {display:block; margin:0px auto 20px auto;}
.prom-gallery li span   {display:block; font-size:1.8rem;}

@media (max-width: 1240px) {
    ul.prom-gallery     {max-width:700px; margin:0 auto;}
}
@media (max-width: 767px) { /* mobile view */
    ul.prom-gallery         {text-align:left; padding-top:3vw;}
    .prom-gallery li        {display:block; margin:0 0 5vw 0;}
    ul.prom-gallery li a    {display:grid; grid-template-columns:36% 62%;}
    ul.prom-gallery li a:hover   {text-decoration:none;}
    ul.prom-gallery li img  {width:100%; height:auto; margin:0;}
    .prom-gallery li span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 5.5vw;
        position: relative;
        padding: 0 6vw 0 4vw;
    }
    .prom-gallery li span:after {
        content: "\F105";
        font-family: "FontAwesome";
        display: block;
        font-size: 7vw;
        line-height: 5vw;
        color: #eaeaea;
        text-align: right;
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -2.6vw;
    }
}


/*********** Contact **********/
.resource-content #contacts h2      {color:#c7af73; text-transform:uppercase;}
.resource-content #contacts p       {font-size:2rem;}

@media screen and (max-width: 767px) { /* mobile view */
    div.resource-content #contacts p	{font-size:3.8vw;}
}

.site-container-sv .home-page {
    margin-top: 23px;
}

.section-block .phone-icon {
    height: 50px;
}


/*** 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%;
}

@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;
    }
}

/********************** 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%;}
    ul.col-2-text	{margin: 0; padding: 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;
      }
}

/* son support badge*/
div#fc_frame {
    right: unset!important;
    left: 10px;
    bottom: 61px!important;
}

.a-son-container .a-modal-backdrop {
    background: none!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;
}

:root {
    --auth-modal-backdrop-background: rgb(0,0,0,0);
}
