/************************ Header Line *************************************************/
.header-line {
	width:100%; height:81px; 
	padding-right:81px; 
	display:flex; flex-wrap:wrap; justify-content:flex-end; 
	background: -moz-linear-gradient(top,  #71224e 0%, #31051d 100%);
	background: -webkit-linear-gradient(top,  #71224e 0%,#31051d 100%);
	background: linear-gradient(to bottom,  #71224e 0%,#31051d 100%);
}

a.logo				{width:270px; position: absolute; left:0; display:table;}
.site-container-da a.logo,
.site-container-de-DE a.logo,
.site-container-sv a.logo {
	top:50px;
}
a.logo img			{width:100%; height:auto; display:block;}

#login-header		{margin:15px 15px 0px 0px; min-width:144px; width: auto; height:50px; border:0; line-height:50px; font-size:2.1rem; font-weight:900;}
#login-header:hover, #login-header:active, #login-header:focus	{background-color:#fff}
#join-header		{margin:30px 25px 0px 0px; height:25px; color:#fff; font-size:1.5rem; border-bottom:#fff 1px solid; text-decoration:none;}
#join-header:hover	{color:#FFCC32; text-decoration:none; border-bottom-color:transparent;}

a.search	{text-decoration:none;}
#search-demi {
	display:table; width:50px; height:50px;
	margin:15px 24px 0px 0px; padding:15px 0px 0px 14px;
	background: url('/img/search-w.png') no-repeat center center;
	cursor:pointer; text-indent:-10000px; box-sizing:border-box;
}


@media screen and (max-width: 767px) { /* mobile view */
	#login-header 		{min-width: 100px;}
	.header-line		{top:57px; height:55px; padding-right:80px;}
	.header-line > a.logo {top:24px !important;padding-left: 5px;}
	.site-container-da .header-line > a.logo,
.site-container-de-DE .header-line > a.logo,
.site-container-sv .header-line > a.logo {
	top:75px!important;
}
	.header-line-da		{top:59px !important;}
	.header-line-da > a.logo {
		width:170px; 
		/* top:61px !important; */
	}
	.site-container-sv .header-line {top:61px}
	.site-container-sv .header-line-da > a.logo {top:61px !important;}
	#join-header		{display:none;}
	#login-header		{width:auto; height:34px; line-height:33px; padding:0px 20px; margin-top:10px;}
	#search-demi		{width:32px; height:32px; padding:0; margin:11px 20px 0px 0px;}
}

@media screen and (max-width: 600px) {
	.header-line		{padding-right:50px;}
	#login-header		{height:30px; line-height:29px; padding:0px 15px; margin-top:12px;}
}

@media screen and (max-width: 480px) {
	a.logo				{max-width:160px;}
	#login-header		{margin-right:8px; font-size:1.6rem; font-weight:600;}
}
@media screen and (max-width: 380px) {
	#login-header		{font-size:1.2rem; padding:0px 10px; min-width: unset;}
	#search-demi		{margin-right:14px;}
}
/************************ Top Nav (Main Menu) *****************************/
#top-nav {
	direction:ltr; overflow:auto;
	width:330px; height:100vh;
	position:fixed; z-index:200;
	top:0; right:-330px; bottom:0;
	padding:16px 65px 20px 50px;
    visibility: hidden;
    background-color: #340720;
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.s ease-out;
	overscroll-behavior: contain;
}

.site-container-da #top-nav,
.site-container-de-DE #top-nav,
.site-container-sv #top-nav {
	top:47px;
	height:calc(100vh - 47px);
}

@media screen and (max-width: 767px) { /* mobile view */
	#top-nav		{top:0;}
	.site-container-da #top-nav,
	.site-container-de-DE #top-nav,
	.site-container-sv #top-nav {
		top:57px;
	}
}
@media screen and (max-width: 420px) {
	#top-nav		{width:80%;; right:-80%;; padding:16px 35px 20px 20px;}
}

.menu-open #top-nav		{right:0px; visibility:visible;}
.search-open #top-nav	{z-index:9;}

div.top-nav-inner	{padding:0px 0px 40px 0px;}

#menu-X {
	display:table;
	width:81px; height:81px;
	position:fixed;
	top:19px; right:0; z-index:79;
	text-align: center;
	background-color:#662147;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.site-container-da #menu-X,
.site-container-de-DE #menu-X,
.site-container-sv #menu-X {
	top:50px;
}

/* #menu-X.top-nav-da {
	top:63px;
} */
#menu-X .fa {
    font-size: 32px;
    line-height: 81px;
    color: #fff;
}
#menu-X:hover		{background-color:#fba944;}
.menu-open #menu-X	{right:330px; background:#340720 url('/img/close-w.png') no-repeat center center; background-size:auto;}
.menu-open #menu-X .fa	{display:none;}

@media screen and (max-width: 767px) { /* mobile view */
	#menu-X			{top:0; width:55px; height:55px; background-size:74%;}
	.site-container-da #menu-X,
	.site-container-de-DE #menu-X,
	.site-container-sv #menu-X {
		top:72px;
	}
	#menu-X .fa		{line-height:72px;}
	#menu-X.top-nav-da {top: 72px !important}
	/* .site-container-sv #menu-X {top:63px;} */
}

@media screen and (max-width: 600px) {
	#menu-X				{background-color:transparent; width:49px; height:49px; top:20px; right:3px;}
	.menu-open #menu-X	{top:20px;}
	.site-container-da.menu-open #menu-X,
	.site-container-de-DE.menu-open #menu-X,
	.site-container-sv.menu-open #menu-X,
	.site-container-da #menu-X,
	.site-container-de-DE #menu-X,
	.site-container-sv #menu-X {
		top:72px;
	}
	#menu-X .fa			{font-size:28px; line-height:50px;}
}

@media screen and (max-width: 420px) {
	.menu-open #menu-X	{right:80%;}
}


div.navbar			{}

/** main nav 1'st level **/
ul#main-nav						{text-align:left; margin:0px 0px 15px 0px; padding:0;}
#main-nav > li					{display:block; margin:0px 0px 1px 0px; font-size:1.7rem; line-height:115%; list-style:none;}
#main-nav > li a				{display:flex; justify-content:flex-start; color:#ffcc33; padding:8px 0px 8px 0px; font-weight:400; text-decoration:none;cursor: pointer;}
#main-nav > li a .fa			{display:none;}
#main-nav > li:first-child a	{padding-top:8px;}
#main-nav > li:last-child a		{padding-bottom:8px;}
#main-nav > li a:hover			{color:#fff; text-decoration:none;}
#main-nav > li a:hover .fa		{}
#main-nav > li a.current		{color:#fff;}

#main-nav > li:nth-last-child(2)		{border-top:1px solid #dfdfdf; margin-top:10px; padding-top:10px;}
#main-nav > li:nth-last-child(2) a,
#main-nav > li:nth-last-child(1) a		{color:#fff;}

/** main nav 2'nd level **/
#main-nav ul					{text-align:left; margin:auto; padding:0 0px 0px 25px;}
#main-nav ul li					{display:block; margin:0px; font-size:1.7rem; line-height:115%; list-style:none;}
#main-nav ul li a				{display:flex; justify-content:flex-start; padding:4px 0px 8px 0px; font-weight:400; text-decoration:none;}
#main-nav ul li a .fa			{display:none;}
#main-nav ul li a:hover			{color:#fff; text-decoration:none;}
#main-nav ul li a:hover .fa		{}
#main-nav ul li a.current		{color:#fff;}

@media screen and (max-width: 767px) { /* mobile view */
}

/** languages **/
div.languages			{direction:ltr;}
div.current-lang		{color:#ffcc33; padding:8px 0px 0px 0px; font-weight:400; cursor:pointer;}
div.current-lang:hover	{color:#fff;}
.current-lang strong	{width:100%; display:table; padding:0px; font-size:1.7rem; line-height:2rem; font-weight:500; overflow:hidden;}
.current-lang strong:after {
	content:"\F107";
	font-family:"FontAwesome";
	position: relative;
	display:table-cell; width:33px;
	font-size:24px; line-height:115%;
	text-align:right;
	vertical-align:middle;
}
.lang-open .current-lang strong:after	{content:"\F106"; top:-3px;}

.languages ul {
	width:100%; text-align:left;
	padding:0; margin: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:0px; font-size:1.5rem; line-height:115%; border-bottom:1px solid #dfdfdf; list-style:none;}
.languages ul li:last-child		{border-bottom:0;}
.languages ul li a				{display:flex; justify-content:flex-start; color:#999999; padding:6px 0px 6px 0px; font-weight:400; text-decoration:none;cursor: pointer;}
.languages ul li .fa			{display:none;}
.languages ul li a:hover		{color:#fff; text-decoration:none;}
.languages ul li a:hover .fa	{}


/*** mask ***/
.mask {
	opacity:0; z-index:-1;
	position:fixed; top:0; left:0;
	background-color:rgba(0,0,0,0.6);
	width:100vw; height:100vh;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.menu-open .mask	{opacity:.1; z-index:89;}

/* .slider-pc .banner-legal {
    padding: 4px 62px;
    color: #FBA944;
    background: #4E1434;
    position: relative;
    font-size: 11px;
    z-index: 11;
} */
/* 
.cms-txt-content {
    line-height: 16px;
    padding: 4px;
} */

.slider-pc			{display:block; position:relative;background-color: #662147;}

.banner-18 {
    position: absolute;
    right: 14px;
    bottom: 65px;
    z-index: 10;
}

div.banner-legal {
    line-height: 125% !important;
}
div.banner-legal .text {
    color: #f69721 !important;
}
div.banner-legal a {
    color: #fff;
    text-decoration: none;
    font-weight: normal !important;
}
div.banner-legal a:hover {
    color: #fff;
    text-decoration: underline;
}

div.banner-legal	{font-size:1.1rem; line-height:115%; color:#fff;}
div.banner-legal > img	{margin-left: 8px;max-width: 30%;}

.slider-pc .banner-legal {
    background-color:rgba(0,0,0,0.7);
    width:100%; position:absolute;
    bottom:0; left:0; right:0;
    padding:0.6%; display:flex;
    align-items:center;
    justify-content:space-between;
    box-sizing: border-box;
}

.slider-pc .bg-img-holder {
    position: relative;
    padding-top: 24.583%; /* 1920 / 472 */
    background-color: #34061f;
}

.slider-pc .offer {
    text-align: center;
    position: absolute;
    top: 0;
}

.slider-pc .offer button.offer-but {
    padding: 12px 16px 11px 16px !important;
    font-size: 3.6rem;
    font-weight: 900;
    height: unset;
    margin-left: 4.6vw;
}

.slider-responsible .slider-pc {
    display: none;
}

.slider-pc .mobile-legal {   
    display: none; 
} 

@media screen and (max-width: 1200px) {
    .slider-pc .offer button.offer-but {
        font-size: 2vw;
        padding: 0.9vw 1vw 0.8vw 1vw !important;
    }
}

@media screen and (max-width: 767px) {
    .slider-ip .slider-pc {
        display:none;
    }
    
    .slider-pc .banner-legal {
        position: initial;
    }
    .slider-pc button {display: none !important;}
    .banner-legal img {display: none !important;}
    /* mobile view */
    .slider-pc .banner-legal {
        font-size: 8px !important;
        padding: 6px 6px 6px 8px !important;
    }

    .slider-pc .bg-img-holder {
        position: relative;
        padding-top: 33.333%; /* 1920 / 472 */
    }

    .slider-pc .mobile-legal {   
        display: initial;
        position: absolute;
        left: 0;
        top: 27vw;
        z-index: 1;
    }   

    .slider-pc .offer button.offer-but {
        font-size: 3vw;
        border-width: 2px;
    }
}

.carousel {
    margin-top: 0;
    background: #4e1434;
}

@media screen and (max-width: 992px) {
    .carousel {
        margin-top: 86px;
    }
}

@media screen and (max-width: 768px) {
    .carousel {
        margin-top: 70px;
    }
}

@media screen and (max-width: 480px) {
    .carousel {
        margin-top: 0;
    }
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    left: 4%;
    bottom: 5%;
    right: auto;
    bottom: auto;
    text-align: left;
    -webkit-text-shadow: none;
    text-shadow: none;
    width: 100%;
    max-width: 93%;
}

.carousel-caption {
    top: 40px;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.carousel-caption h2 {
    color: #fff;
    padding: 5px 10px 9px !important;
    background-color: #4e1434 !important;
    display: inline-block;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 1em;
}

/* @media screen and (min-width: 768px) {
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}} */

@media screen and (min-width: 1201px) {
    .carousel-caption {
        padding-bottom: 0;
        bottom: 3%;
    }
}

@media screen and (min-width: 1500px) {
    .carousel-caption {
        padding-bottom: 10px;
        bottom: 5%;
    }
}

@media screen and (max-width: 1024px) {
    .carousel-caption {
        left: 7%;
    }
    .carousel-caption h2 {
        font-size: 40px;
        padding: 5px 10px 5px !important;
    }
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        top: 17px;
        left: 20px;
    }
    .carousel-caption h2 {
        font-size: 26px;
        padding: 5px 10px 5px !important;
    }
}

@media screen and (max-width: 600px) {
    .carousel-caption {
        top: 0px;
        margin-top: 15px;
        margin-bottom: 10px;
        left: 4%;
        width: 92%;
        position: relative;
    }
    .carousel-caption h2 {
        font-size: 30px;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .carousel-caption {
        display: block !important;
        left: 4%;
        max-width: 94%;
    }
}

.button-container .banner-btn {
    font-family: "Roboto Black", sans-serif;
    color: #4b1433;
    background-color: #ffaf38;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    padding: 24px 38px 24px 35px;
    cursor: pointer;
    border: solid 4px #4b1433;
    font-size: 30px;
    margin-top: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
.button-container .banner-btn {
    display: block;
    text-align: center;
    font-size: 24px;
    border: none;
    margin: 5px 0;
}}

@media screen and (max-width: 768px){
.button-container .banner-btn {
    font-size: 18px;
    padding: 7px 24px;
    margin-top: 5px;
}}

@media screen and (max-width: 1024px) {
.button-container .banner-btn {
    font-size: 18px;
    padding: 7px 24px;
    margin-top: 5px;
}}
/* latin */
@font-face {
    font-family: 'Candal';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/candal/v10/XoHn2YH6T7-t_8c9BhQI.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;
  }
  /* fallback */
  @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v70/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, UC80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: UF00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzI.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;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, UC80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: UF00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.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;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, UC80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: UF00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v20/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;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, UC80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: UF00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v20/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;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, UC80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: UF00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v20/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;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, UC80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: UF00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v20/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;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG14mBkho.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG18mBkho.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG1EmBg.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;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG14mBkho.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG18mBkho.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG1EmBg.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;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG14mBkho.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG18mBkho.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG1EmBg.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;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG14mBkho.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, UEA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG18mBkho.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, UE00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/signika/v11/vEFR2_JTCgwQ5ejvG1EmBg.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;
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

@font-face {
    font-family: 'FontAwesome';
	src: url('/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-bars:before {
    content: "\F0C9";
}

/*********** hover css **************/
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fba945;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
    background: #fba945 !important;
    color: #4e1434;
}
.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/****************************  Main Elements ***************************/
html					{box-sizing:border-box; font-size:62.5%; line-height:62.5%; overflow-x:hidden; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}/* 62.5% so each 0.1 rem is 1px */
*, *:before, *:after	{box-sizing:inherit;} /* Inherit box-sizing to make it easier to change */
body					{/*overflow-y:scroll;*/ overflow-x:clip; text-align:center; background-color:#fff; color:#4e1434; height:100%; font-size:1.6rem; line-height:145%; font-weight:400; direction:ltr; text-align:left; font-family:'Roboto', arial, helvetica, sans-serif; margin:0; padding:0;}
body.search-open		{height:100vh; overflow:hidden;}
@media screen and (max-width: 767px) { /* mobile-view */
	/*body	{font-size:3.7vw; line-height:145%;}*/
}

h1, h2, h3, h4, h5, h6	{padding:0; margin-top:0; clear:both; display:block;}
h1						{font-size:3.6rem; line-height:115%;}
h2						{font-size:2.4rem; line-height:120%; color:#a03c73; font-weight:900; font-family:'Signika', sans-serif;}
h3						{font-size:2rem; line-height:120%; color:#a03c73; font-weight:900; font-family:'Signika', sans-serif;}
h4						{font-size:1.8rem; line-height:125%; color:#00072d; font-weight:500;}
h5						{font-size:1.6rem; line-height:125%; color:#00072d; font-weight:500;}
h6						{font-size:1.4rem; line-height:125%; color:#00072d; font-weight:500;}
.seo-home h1 	{font-size:5rem; line-height:110%; color:#a03c73; font-weight:900; font-family:'Signika', sans-serif;}
.seo-home h2 	{font-size:4rem; line-height:110%;}
.seo-home h3 	{font-size:3.4rem; line-height:110%;}

@media screen and (max-width: 767px) { /* mobile-view */
    h1				{font-size:3rem; line-height:120%;}
    .seo-home h1 	{font-size:4rem; line-height:110%;}
    .seo-home h2 	{font-size:3.4rem; line-height:110%;}
    .seo-home h3 	{font-size:2.8rem; line-height:110%;}
}
@media screen and (max-width: 480px) {
    h1				{font-size:2.7rem; line-height:120%;}
    .seo-home h1 	{font-size:2.7rem; line-height:110%;}
    .seo-home h2 	{font-size:2.2rem; line-height:110%;}
    .seo-home h3 	{font-size:2.1rem; line-height:110%;}
}

p				{padding:0; margin-top:0; font-size:inherit;}

ul				{padding:0px 0px 0px 20px; margin:0px 0px 20px 0px; font-size:inherit;}
ol				{padding:0px 0px 0px 20px; margin:0px 0px 20px 0px; font-size:inherit;}
ul li			{padding:0; margin:0 0 4px 0; font-size:inherit; list-style:disc;}
ol li			{padding:0px 0px 0px 5px; margin:0 0 4px 0; font-size:inherit; list-style:decimal;}
ol ul li		{list-style:disc; padding-left:0;}
ul ul, ul ol, ol ol, ol ul	{margin:8px 0px 0px 0px;}
/** ul li Paint only bullets **/
.feed > ul				{padding:0;}
.feed > ul > li			{position:relative; padding-left:18px; list-style-type:none;}
.feed > ul > li:before	{content:"\2022"; color:#00a7e1; font-size:20px; line-height:20px; position:absolute; left:0;}
/** ol li Paint only numbers **/
.feed > ol				{padding:0px 0px 0px 5px;}
.feed > ol > li			{position:relative; padding-left:26px; counter-increment:list; list-style-type:none;}
.feed > ol > li:before	{content:counter(list) "."; color:#00a7e1; position:absolute; left:0; font-weight:600;}

@media screen and (max-width: 767px) { /* mobile-view */
}

table					{font-size:inherit; line-height:inherit;}
td						{font-size:inherit;}
dt						{font-weight:bold;}
dd						{margin:0 15px 15px;}
hr						{height:1px; width:100%; border:0; border-top:1px solid #cbcbcb; background-color:transparent; margin-bottom:15px; box-sizing:border-box;}
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;}
figure					{margin:1em 0;}
embed, iframe, object	{max-width:100%;}
pre						{background:#eee; font-size:15px; line-height:160%; margin-bottom:1.6em; max-width:100%; overflow:auto; padding:1.6em; font-family:"Courier 10 Pitch", Courier, monospace;}
code, kbd, tt, var		{font-size:15px; font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
abbr, acronym			{text-decoration:none;}
abbr[title]				{cursor:help;}
mark, ins				{background: #fff9c0; text-decoration:none;}
small					{font-size:80%;}
big						{font-size:125%;}
b, strong				{font-weight:bolder;}
sub, sup				{font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sub						{bottom:-0.25em;}
sup						{top:-0.5em;}
details					{display:block;}
summary					{display:list-item;}
template				{display:none;}
[hidden]				{display:none;}
dfn, cite, em, i		{font-style:italic;}
blockquote				{margin:0 1.5em;}
address					{margin:0 0 1.5em;}

a						{color:#cb6da3; text-decoration:underline; background-color:transparent; -webkit-tap-highlight-color:rgba(103,199,245,0.4);}
a:hover					{text-decoration:none; color:#cb6da3;}
a:active, a:focus		{}

*:focus     {outline: none;}


/****************************** Form stuff ***********************************/

input, textarea,
optgroup, select			{font-family:inherit; font-size:100%; line-height:115%; margin:0; /*vertical-align:top;*/}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]			{width:280px; height:40px; line-height:31px; padding:0px 10px 0px 10px; background-color:#fff; color:#333; border:#ccc 1px solid; border-radius:8px; vertical-align:top;}

textarea					{width:280px; height:160px; border:1px solid #ccc; border-radius:8px; overflow:auto; padding:4px 10px 4px 10px; vertical-align:top;}
select						{width:280px; height:40px; border:1px solid #ccc; border-radius:8px; vertical-align:top; text-transform:none;}
.rtl select					{padding:0px 4px 0px 0px;}
.ltr select					{padding:0px 0px 0px 4px;}
input:-webkit-autofill		{-webkit-box-shadow:0 0 0px 1000px #fff inset; -webkit-text-fill-color:#333; padding:0px 10px 0px 10px;}
::-ms-clear					{display:none !important;}

input[type="checkbox"]		{padding:0; position:relative; top:2px; margin:0px 6px 0px 0px; vertical-align:baseline; box-sizing:border-box;}
input[type="radio"]			{padding:0; margin:3px 6px 0px 0px; box-sizing:border-box;}

input[type="search"]		{-webkit-appearance:textfield; outline-offset:-2px} 
input[type="image"]			{display:block;}
progress					{vertical-align:baseline;}

/** placeholder **/
*::-webkit-input-placeholder		{text-align:left; color:#b4b9be;}
*:-moz-placeholder					{text-align:left; color:#b4b9be;} /* FF 4-18 */
*::-moz-placeholder					{text-align:left; color:#b4b9be;} /* FF 19+ */
*:-ms-input-placeholder				{text-align:left; color:#b4b9be !important;} /* IE 10+ */
*:focus::-webkit-input-placeholder	{opacity:0;}
*:focus:-moz-placeholder			{opacity:0;} /* FF 4-18 */
*:focus::-moz-placeholder			{opacity:0;} /* FF 19+ */
*:focus:-ms-input-placeholder		{opacity:0;} /* IE 10+ */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button		{-webkit-appearance:none;}
[inputtype="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button			{height:auto;}
::-webkit-file-upload-button							{-webkit-appearance:button; font:inherit;}

/** button **/
button					{height:43px; font-weight:600; display:flex; /*flex-direction:column;*/ align-items:center; justify-content:center;}
input[type="button"],
input[type="reset"],
input[type="submit"],
button:not(.clean)		{height:37px; background:#fba944; color:#662147; padding:0px 30px 0px 30px; margin:0; font-size:100%; line-height:95%; text-align:center; white-space:nowrap; font-weight:600; border:2px solid #4e1434; font-family:inherit; cursor:pointer; -webkit-appearance:button; box-sizing:border-box;}
A.button				{height:37px; background:#fba944; color:#662147; padding:0px 30px 0 30px; display:table; text-align:center; font-weight:600; line-height:35px; text-decoration:none; border:2px solid #4e1434; box-sizing:border-box;}

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;
}

@media screen and (max-width: 767px) { /* mobile-view */
}

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:hover, button:active, button:focus			{background:#fff; color:#4e1434;}
A.button:hover, A.button:active, A.button:focus		{background:#fff; color:#4e1434; text-decoration:none;}
button:active, button:focus, A.button:active, A.button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input:focus, SELECT:focus, TEXTAREA:focus	{box-shadow:inset 0px 0px 10px rgba(0,0,0,0.2); outline:none;}
input::-moz-focus-inner		{border:0; padding:0}
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 **********************/
.section-block h1, .feed h1		{margin-bottom:15px;}
.section-block h2, .feed h2	   {margin-bottom:12px;}
.section-block h3, .feed h3	   {margin-bottom:10px;}
.section-block h4, .feed h4	   {margin-bottom:8px;}
.section-block h5, .feed h5	   {margin-bottom:7px;}
.section-block h6, .feed h6	   {margin-bottom:5px;}

@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-2-flex > *		{margin-bottom:6vw;}
.col-4-flex		 {display:flex; flex-wrap:wrap; justify-content:space-between;}

@media screen and (min-width: 901px) {
	.col-4-flex > *	 {width:23%; margin-bottom:40px;} /* 4 items */
}

@media screen and (max-width: 900px) and (min-width: 601px) {
	.col-4-flex > *	 {width:47%;} /* 2 items */
}

@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 */
	.col-4-flex > *	 {margin-bottom:40px;}
	/* 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-4-flex > *:nth-last-child(-n+4), /* Last 4 Elements */
	.col-2-flex > *:nth-last-child(-n+2) > *:last-child,
	.col-3-flex > *:nth-last-child(-n+3) > *:last-child,
	.col-4-flex > *:nth-last-child(-n+4) > *:last-child {
		margin-bottom:0px;
	}
}

@media screen and (max-width: 767px) { /* mobile view */
	.col-2-flex > *,
	.col-3-flex > *,
	.col-4-flex > *				 {margin-bottom:6vw;}
	/* 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;}
}


.section-block					  {margin-bottom:40px;}
.section-block > *:last-child	   {margin-bottom:0;}

@media screen and (max-width: 767px) { /* mobile view */
	.section-block	  {margin-bottom:6vw;}
}


/***********************  Mixed stuff  *************************/
span.scroll-top {
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
}

.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .scroll-top img {
        max-width: 36px;
    }
}


/************************ Game Unit *****************************/

li.game-unit {
    padding: 0px;
    overflow: hidden;
    position: relative;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
}

.game-unit .img-wrap {
    overflow: hidden;
    position: relative;
}

.game-unit img {
    width: 100%;
    height: auto;
    display: block;
}

.game-unit a {
    display: block;
    width: 100%; height:30px;
    overflow: hidden;
    font-size: 1.4rem; line-height:22px;
    text-align: center;
    padding: 4px 10px;
    background-color: #a03c73;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

.game-unit a.play-demo {
    background-color: transparent;
    padding: 0;
}

.game-unit:hover a {
    color: #fff;
    text-decoration: underline;
}

.game-unit:hover a:hover {
    color: #fff;
}

.game-unit .game-up {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/*.game-unit .img-wrap:hover .game-up {*/
.game-unit:hover .game-up {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.game-up span           {align-self:center;}
.game-unit button       {padding:0px 12px; text-transform:uppercase; font-size:1.6rem;}

.game-unit .game-win {
    display: table;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FEA646;
    color: #00042d;
    padding: 5px 3px 3px 12px;
    z-index: 2;
    border-radius: 0px;
}

.game-unit .game-win:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #FEA646;
    color: #00042d;
    border-radius: 0px 0px 2px 0px;
    -webkit-transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.game-unit .game-win span {
    font-size: 105%;
    position: relative;
    z-index: 9;
}

/**** mobile view Game Unit ****/

@media screen and (max-width: 767px) { /* mobile view */
}

button.load-more    {margin:15px auto 30px auto;}
.load-more .fa      {margin-left:8px;}

/******************************  Tabs  ***********************************/
.tabs {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

ul.main-tabs {
    width: auto;
    display: inline-flex;
    justify-content: space-between;
    padding: 0;
    margin: auto;
}		

ul.main-tabs li {
    margin: 0;
    font-size: 1.6rem;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
}

ul.main-tabs li a {
    display: block;
    position: relative;
    padding: 0 38px 0 37px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #ddd;
}

div.tabs-section-wrap {
    background-color: #fff;
    padding: 0 20px 10px;
}

div.tab-section-pannel ul.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -5px 0px -5px;
    padding: 0px;
}

div.tab-section-pannel ul.categories.de-wrapper {padding: 3rem 1.5rem;}

.tab-section-pannel ul.categories li {
    margin: 0px 5px 15px 5px;
}

@media screen and (min-width: 1501px) {
    /* 6 items */
    .tab-section-pannel ul.categories li {
        width: calc(16.666666% - 10px);
    }
}

@media screen and (max-width: 1500px) {
    /* 5 items */
    .tab-section-pannel ul.categories li {
        width: calc(20% - 10px);
    }
}

@media screen and (max-width: 1240px) { /* 4 items */
    .tab-section-pannel ul.categories li {
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 980px) { /* 3 items */
    .tab-section-pannel ul.categories li {
        width: calc(33.333333% - 10px);
    }
}

@media screen and (max-width: 767px) { /* mobile view */
    div.tabs-section-wrap {
        padding: 1.2vw 3.17vw 1.3vw 3.17vw;
    }
   .tabs-section-wrap.active .area-wrapper {
        margin-bottom: 1.5vw;
    }
    div.tab-section-pannel ul.categories.de-wrapper {padding: 1.5rem .3rem;}
    .tab-section-pannel ul.categories li a.play-demo {
        background-color: transparent;
        padding: 0;
    }
}

@media screen and (max-width: 590px) {
    .tab-section-pannel ul.categories li a {
        font-size: 1.2rem;
		line-height: 22px;
		padding: 4px 3% 4px 3%;
    }
    .tab-section-pannel ul.categories li a.play-demo {
        background-color: transparent;
        padding: 0;
    }
}

@media screen and (max-width: 320px) { /* 2 items */
    .tab-section-pannel ul.categories li {
        width: calc(50% - 10px);
    }
    .tab-section-pannel ul.categories li a.play-demo {
        background-color: transparent;
        padding: 0;
    }
}

.tab-section-pannel .fa-spinner {
    display: none;
    margin-left: 6px;
}

.tab-section-pannel .fa-spinner.spin {
    display: initial;
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/********** Help Tabs ***********/
.faq-area-wrapper {
    width: 95%;
    max-width: 1170px;
    margin: auto;
}


#help {
    margin-bottom: 35px;
}
#help .tabs {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
#help ul.main-tabs {
    display: flex;
    padding: 0;
    margin: 0;
    border-bottom: #fba945 4px solid;
}
#help ul.main-tabs li {
    width: 50%;
    margin: 0;
    font-size: 3rem;
    line-height: 120%;
    text-align: center;
    border-radius: 2px 2px 0 0;
    list-style: none;
    box-sizing: border-box;
}
#help ul.main-tabs li a:after {
    display: none;
}
#help ul.main-tabs li a {
    display: block;
    background-color: #676767;
    color: #fff;
    padding: 8px 20px;
    font-weight: 800;
    text-decoration: none;
}
#help ul.main-tabs li:first-child {
    border-right: #eee 2px solid;
    border-bottom: #eee 2px solid;
}
#help ul.main-tabs li:last-child {
    border-left: #eee 2px solid;
    border-bottom: #eee 2px solid;
}
#help ul.main-tabs li a span {
    display: block;
}
#help ul.main-tabs li.active {
    background-color: #fba945;
    border-bottom-color: #fba945;
    margin-top: -10px;
    border-right: 0 !important;
    border-left: 0 !important;
}
#help ul.main-tabs li a:hover {
    color: #fba945;
}
#help ul.main-tabs li.active a {
    background-color: #fba945;
    color: #fff;
    padding-top: 18px;
}
@media screen and (max-width: 767px) {
    #help .tabs {
        padding-top: 1.5vw;
        margin-right: -4%;
        margin-left: -4%;
        width: 108%;
        padding-right: 4%;
        padding-left: 4%;
    }
    #help ul.main-tabs {
        margin: 0 -4.3%;
        border: 0;
    }
    #help ul.main-tabs li {
        font-size: 2rem;
        line-height: 120%;
        border-width: 0.52vw !important;
        border-bottom: 0 !important;
    }
    #help ul.main-tabs li a {
        padding: 2.9vw 2.6vw 2.3vw;
    }
    #help ul.main-tabs li.active {
        margin-top: -1.5vw;
    }
    #help ul.main-tabs li.active a {
        padding-top: 4.4vw;
    }
    #help ul.main-tabs li:first-child.active a {
        padding-bottom: 3.2vw;
    }
}

#help div.tab-section-pannel {
    display: none;
    padding: 30px;
    background-color: #fff;
    text-align: left;
    border-radius: 0 0 2px 2px;
}
#help div.tab-section-pannel.active {
    display: block;
}
@media screen and (max-width: 767px) {
    #help div.tab-section-pannel {
        padding: 0;
        margin: 0 -4.3% -3.3vw;
    }
    #help div.tab-section-pannel:last-child {
        padding: 4% !important;
    }
}

/*****************  contact  *******************/
#contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.contact-item {
    width: calc(50% - 15px);
    min-height: 320px;
    background-color: #eee;
    padding: 20px 30px 20px 25px;
    box-sizing: border-box;
}
#chat-box {
    background: #f4f4f4 url("/img/chat-bg.png") no-repeat right bottom/153px;
}
#email-box {
    background: #f4f4f4 url("/img/email-bg.png") no-repeat right bottom/168px;
}
.contact-item h2 {
    text-transform: uppercase;
    color: #cb6da3;
}
.contact-item h3 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #cb6da3;
}
#chat-box .img-zone {
    padding-right: 153px;
}
#email-box .img-zone {
}
.contact-item p {
}
@media screen and (max-width: 1100px) {
    #chat-box .img-zone {
        padding-right: 0;
    }
    #email-box .img-zone {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    #contacts {
        flex-direction: column;
        font-size: 95%;
    }
    div.contact-item {
        width: 100%;
        min-height: 59vw;
        margin-bottom: 5.28vw;
        padding: 2.7vw 3.5% 1vw;
    }
    #chat-box {
        background-size: 32%;
    }
    #email-box {
        background-size: 33%;
    }
    .contact-item h2 {
    }
    .contact-item h3 {
    }
}

/*##################################################################################################################################*/
/*##################################################################################################################################*/
/*##################################################################################################################################*/

.full-size-row		{max-width:1920px; margin:0px auto;}
.area-wrapper		{width:95%; max-width:1170px; margin:auto;}

@media screen and (max-width: 767px) { /* mobile view */
	.area-wrapper		{width:92%;}
}


/************************ Site Container *****************************/
#site-container		{position:relative; height:100%; box-sizing:border-box;}
#site-container.menu-open	{height:100vh; overflow:hidden;}

/************************ responsible banner Line *************************************************/
/* moved */

/************************ was H1 Line *************************************************/
.was-h1-line        {width:100%; height:19px; overflow:hidden; background-color:#340720; z-index:71;}
.was-h1-line h1  	{color:#c06599; text-align:left; padding:3px 20px 3px 20px; font-weight:500; font-size:1.2rem; line-height:120%;}

/************************** Ip Content Line ******************************/

.content-line {
    min-height: 300px;
    padding: 35px 0px 45px 0px;
}

#content-in .content-line {
    min-height: unset;
    padding: 0;
}

.content-line > :not(.seo-home) h1 {
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 4px solid #662147;
}
.content-line .seo-home h1 {
    color: #a03c73;
    font-weight: 900;
}

@media screen and (max-width: 767px) { /* mobile view */
    .content-line       {min-height:0; padding:3.5vw 0 3.3vw 0;}
    .content-line > :not(.seo-home) h1    {margin-bottom:20px; padding-bottom:8px; border-width:3px;}
}

.content-seo {
    position: relative;
    padding-top: 35px;
}

.content-seo:before {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: block;
    font-size: 30px;
    color: #000;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

@media screen and (max-width: 767px) { /* mobile view */
    .content-seo {
        padding: 10vw 0 3.3vw 0;
    }
}

#content-in	{
    display: grid;
    grid-template-columns: auto minmax(982px, auto);
    grid-column-gap: 4%;
}

#content-in.area-wrapper-about, #content-in.area-wrapper-affiliates {
    display: inherit;
}

@media screen and (min-width: 769px) { /*desctop view */
	/* .main-area		{width:calc(97% - 170px);} */
    .side-area		{width:170px; margin:110px 0 45px 0;}    
}

@media screen and (max-width: 768px) {
    #content-in	{
        display: inherit;
    }
}


div.main-area ul.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -5px 0px -5px;
    padding: 0px;
}

.main-area ul.categories li {
    margin: 0px 5px 15px 5px;
}


@media screen and (min-width: 1101px) { /* 5 items */
    .main-area ul.categories li    {width: calc(20% - 10px);}
}

@media screen and (max-width: 1100px) { /* 4 items */
    .main-area ul.categories li    {width: calc(25% - 10px);}
}

@media screen and (max-width: 840px) { /* 3 items */
    .main-area ul.categories li    {width: calc(33.33333% - 10px);}
}

@media screen and (max-width: 540px) { /* 2 items */
    .main-area ul.categories li    {width: calc(50% - 10px);}
}

.feed .text-center {
    text-align: center;    
}

.feed button.special {
    display: inline-block;
}



.game-and-payments {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.game-and-payments > a {
    max-width: 36%;
    display: inline-block;
}

.game-and-payments img {
    max-width: 100%;
    padding: 15px 25px;
    height: 65px;
}

.game-and-payments img:hover {
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
}

.option-logo {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 2% 3% 2%;
    display: flex;
    justify-content: center;
    justify-items: stretch;
}

.option-logo a {
    display: inline-flex;
}

.payments {
    padding-top: 0 !important;
}

.restricted-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00a7e1;
    display: flex;
    z-index: 999;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

.restricted-popup img {
    display: inline-block;
}

.restricted-popup .content {
    text-align: center;
}

#pg-wdg-cct button {
    color: #fff!important;
}

#pg-wdg-cct .pg-wdg-cct-actions {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

/************MainAnimationBanner************/
#banner-desktop-container {
        display: block;
        background-image: url('/img/ninja-master/background-ninja.jpg');
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        background-size: cover;
    }
    
    @media only screen and (max-width: 640px) and (orientation: portrait){
    #banner-desktop-container {
        display: none;
    }
    }
    
    #banner-mobile-container {
        display: none;
    }
    
    @media only screen and (max-width: 640px) and (orientation: portrait){
    #banner-mobile-container {
        display: block;
    }
    }     

    .category-bottom-text h2 {
        margin-top: 25px;
    }

@media screen and (min-width: 1201px) {
h3 {
    /* font-size: 2.500em; */
    margin-top: 20px;
}}

a.nav-item.nav-link {
 padding: 1.5rem 2rem;
 text-decoration: none;
}
a.nav-item.nav-link:hover {
 background-color: gainsboro;
}

.pt-restrict-message-box {padding: 3rem; background-color: #e4effc2b; text-align: center;}
.pt-restrict-message-box img {margin-bottom: 20px;}
.pt-restrict-message-box h3, .pt-restrict-message-box h4 {color: #a03c73;}
.pt-restrict-message-box p {font-size: 1.3rem;}
.pt-restrict-message-box  * {margin: 0 auto !important; margin-top: 1rem !important;}
.pt-restrict-message-box ul {width: fit-content; text-align: start; margin: 2rem auto; font-size: 1.3rem;}
.pt-restrict-message-box button { margin-top: 2rem !important; }
.pt-restrict-message-box a { display: inline-block; text-decoration: none; }

@media screen and (max-width: 767px) { 
    .pt-restrict-message-box  { padding: .5rem ; padding-top: 0; overflow-y: scroll;max-height: 100vh; background-color: transparent;}
    .pt-restrict-message-box img { transform: scale(0.8); margin-bottom: 1rem;}
}

.header-sticky {position: sticky; position: -webkit-sticky; top: 0; left: 0px; right: 0px; z-index: 9995;}

.vip-disclaimer {
    margin-top: 10px;
    font-size: 85%;
    font-style: italic;
}
