@font-face {
	font-family: 'Roboto';
	src: url('../files/fonts/roboto.eot');
	src: url('../files/fonts/roboto.otf') format('truetype'),
		url('../files/fonts/roboto.woff') format('woff'),
		url('../files/fonts/roboto.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Averta';
	src: url('../files/fonts/averta.eot');
	src: url('../files/fonts/averta.otf') format('truetype'),
		url('../files/fonts/averta.woff') format('woff'),
		url('../files/fonts/averta.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Averta';
	src: url('../files/fonts/averta-semibold.eot');
	src: url('../files/fonts/averta-semibold.otf') format('truetype'),
		url('../files/fonts/averta-semibold.woff') format('woff'),
		url('../files/fonts/averta-semibold.eot?#iefix') format('embedded-opentype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Averta';
	src: url('../files/fonts/averta-bold.eot');
	src: url('../files/fonts/averta-bold.otf') format('truetype'),
		url('../files/fonts/averta-bold.woff') format('woff'),
		url('../files/fonts/averta-bold.eot?#iefix') format('embedded-opentype');
	font-weight: bold;
	font-style: normal;
}
body {
    margin: 0; padding: 0;
    font-family: Roboto, sans-serif; font-size: 18px; color: #201f1d;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.hidden {
    display: none;
}
.shortened {
    overflow: hidden;
}

/* BUTTONS */
.btn {
    background-color: #cda760;
    border-radius: 25px;
    display: inline-block;
    line-height: 50px; font-weight: 600; color: #fff; text-decoration: none; text-align: center; font-family: Averta, sans-serif;
    padding: 0 30px;
	transition: all 0.4s ease;
}
.btn:hover {
    background-color: #b18d40;
}
.w340 {
    width:340px;
    margin-bottom: 10px;
    text-transform: uppercase; font-size: 16px;
}
.deploy {
    position: absolute; left:0; bottom: 0;
    width: 100%; max-width: 100%; height: 90px;
    background: url(../images/public/more.png) repeat-x bottom;
    margin: 0; padding: 160px 0 0;
}
.more, .less {
    background-color: #fff;
    border: 1px solid #b18d40; border-radius: 15px;
    color: #b18d40; font-size: 14px; font-weight: normal; line-height: 29px;
    padding: 0 41px 0 19px;
    background: url(../images/public/arrow-down.png) no-repeat right center;
}
.less {
    background-image: url(../images/public/less.png);
}
.more:hover, .less:hover {
    color: #fff;
    background-image: url(../images/public/less-white.png);
}
.clear {
    clear: both;
}
.top {
    font-weight: bold; color: #b18d40; text-decoration: none;
    display: inline-block;
    background: url(../images/public/arrow-up.png) no-repeat right;
    padding: 0 24px 0 0;
}
/* END BUTTONS */

/* TYPOGRAPHY */
h1 {
    color: #b18d40; font-weight: 600; text-transform: uppercase; text-align: center; font-size: 36px; font-family: Averta, sans-serif;
    position: relative;
    margin: 0 0 64px;
}
h1 i {
    background-color: #b18d40;
    display: inline-block;
    height: 4px; width: 44px;
    vertical-align: middle;
    margin:0 32px 7px 0;
}
h2 {
    color: #b18d40; font-weight: bold; text-align: center; font-family: Averta, sans-serif; font-size: 24px;
    margin: 48px 0;
}
.big {
    font-size: 22px; line-height: 32px;
}
.center {
    text-align: center;
}
p {
    max-width: 852px;
    margin: 0 auto 32px;
    line-height: 30px;
}
section.content h3 {
    max-width: 852px;
    margin: 32px auto;
}
section.content li {
    line-height: 30px;
}
section.content ul, section.content ol {
    max-width: 852px;
    margin: 0 auto 32px;
}
article ul {
    max-width: 836px;
    margin: 0 auto 32px; padding: 0;
    line-height: 30px;
}
article ul li {
    margin: 0 0 0 32px; padding: 0;
}
img {
    max-width: 100%;
}
a {
    color: #b18d40;
}
/* END TYPOGRAPHY */

/* SUBMENU */
nav.submenu {
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    margin: 50px 0 75px;
}
nav.submenu ul, section#news nav.submenu ul {
    display: inline-block;
    margin: 0; padding: 0;
}
nav.submenu ul li, section#news nav.submenu ul li {
    display: inline-block;
    margin: 0 30px; padding: 0;
    position: relative; bottom: -1px;
    list-style: none; list-style-type: none;
    width: auto;
}
nav.submenu ul li a, section#news nav.submenu ul li a {
    font-family: Averta, sans-serif; font-weight: bold; color: #959595; text-decoration: none;
    padding: 0 0 14px;
    display: inline-block;
}
nav.submenu ul li.ui-tabs-active a, nav.submenu ul li a:hover, section#news nav.submenu ul li a:hover, section#news nav.submenu ul li.ui-tabs-active a {
    color: #b18d40;
    border-bottom: 3px solid #b18d40;
}
.accordion {
    display: none;
}
/* END SUBMENU */

/* HEADER */
header {
    height: 420px;
    text-align: center;
    margin:0 0 100px;
    position: relative;
    overflow: hidden;
}
header.small {
    background: url(../images/public/header.png) no-repeat center top; background-size: cover;
    height: 140px;
    overflow: visible;
}
body.sticky {
    padding-top: 520px;
}
body.sticky header {
    height: 140px; width: 100%;
    position: fixed; top: 0; left: 0; z-index: 10000;
    overflow: visible;
    background: url(../images/public/header.png) no-repeat center top; background-size: cover;
}
body.sticky header .video-container, body.sticky header video {
    display: none;
}
header #back {
    position: absolute; top: 34px; right: 60px; z-index: 10;
}
header #back #search-icon {
    line-height: 50px;
    margin: 0 24px 0 0;
}
header #back #search-icon img {
    vertical-align: middle;
}
header #burger {
    position: absolute; top: 53px; left: 60px; z-index: 110;
    display: none;
}
header #burger a {
    color: #fff; text-decoration: none; font-family: Averta, sans-serif; font-size: 14px; text-transform: uppercase;
    background: url(../images/public/burger.png) no-repeat left;
    padding: 0 0 0 35px;
    display: block;
}
header #burger a.open {
    text-indent: -10000px;
    background-image: url(../images/public/menu-close.png);
}
header #logo {
    display: inline-block;
    width: 261px;
    margin:30px 0 0;
    position: relative; z-index: 10;
}
nav#language {
    position: absolute; top: 14px; left: 60px; z-index: 10;
    font-family: Averta, sans-serif; font-size: 14px; color: #fff; text-align: left;
}
nav#language span {
    display: inline-block;
    padding: 0 21px 0 0;
    background: url(../images/public/language-arrow.png) no-repeat right;
}
nav#language img {
    margin: 0 6px 0 0;
}
nav#language ul {
    display: none;
    margin: 0 0 0 32px; padding: 6px 50px 6px 13px;
    list-style: none;
    background-color: #2d2d2d;
    border-radius: 5px;
}
nav#language:hover ul {
    display: block;
}
nav#language ul li {
    margin: 0; padding: 0;
    line-height: 24px;
}
nav#language ul li a {
    color: #fff; text-decoration: none;
}
nav#language ul li a:hover {
    color: #b18d40;
}
header video {
    position: absolute; top: 0; left: 0; z-index: 1;
    width: 100%;
}
header video.mobile {
    display: none;
}
/* END HEADER */

/* SOCIAL */
ul#social {
    position: fixed; top:332px; right: 0; z-index: 12000;
    margin: 0; padding: 20px 0;
    list-style: none;
    background-color: #CDA660;
    width: 45px;
    text-align: center;
    border-radius: 22px 0 0 22px;
}
ul#social li {
    margin: 28px 0 0; padding: 0;
}
ul#social li:first-child {
    margin-top: 0;
}
ul#social li:first-child ul {
    top: 17px;
}
ul#social li ul {
    display: none;
    position: absolute; right: 44px; top: 70px;
    list-style: none;
    background-color: #CDA660;
    width: 86px;
    margin: 0; padding: 10px 0;
    border-radius: 22px 0 0 22px;
}
ul#social li:hover ul {
    display: block;
}
ul#social li ul li {
    margin: 12px 0 0;
}
ul#social li ul li a {
    color: #fff; text-decoration: none;
}
/* SOCIAL */

/* CONTENT */
section.content {
    margin:0 0 150px;
}
section.dark {
    background-image: url(../images/public/dark-bg.png);
    padding: 140px 0 120px;
    color: #fff;
}
section.cross-picture {
    padding-bottom: 360px;
}
img.cross {
    margin: -450px 0 150px;
}
/* END CONTENT */

/* NEWS */
section#news-carousel {
    margin:0 0 150px;
    overflow-x: hidden;
    white-space: nowrap;
}
section#news-carousel nav {
    width:405px;
    display: inline-block;
    text-align: center;
}
section#news-carousel h1::before {
    background-color: #b18d40;
    display: block;
    height: 4px; width: 44px;
    margin:0 auto 16px;
    content: " ";
}
section#news-carousel nav a.btn {
    font-weight: normal; font-size: 16px; line-height: 31px;
    border-radius: 15px;
}
section#news-carousel nav a.previous, section#news-carousel nav a.next {
    display: inline-block;
    width: 40px; height: 28px;
    text-indent: -10000px;
    background-position: top; background-repeat: no-repeat;
}
section#news-carousel nav a.next {
    background-image: url(../images/public/news-next.png);
}
section#news-carousel nav a.previous {
    background-image: url(../images/public/news-previous.png);
}
section#news-carousel nav a.disabled {
    background-position: bottom;
    cursor: default;
}
section#news-carousel ul, section#news ul {
    margin: 0; padding: 0;
    white-space: nowrap;
    position: absolute; top:0; left:0;
	transition: all 0.4s ease;
}
section#news {
    width: 960px;
    margin: 0 auto;
}
section#news ul {
    white-space: normal;
    position: static;
    margin: 0 auto;
}
section#news-carousel ul li, section#news ul li {
    margin: 0 37px 0 0; padding: 0;
    list-style: none; list-style-type: none;
    display: inline-block;
    width: 285px;
    vertical-align: top;
}
section#news ul li a {
    display: block;
    width: 100%;
    text-align: center;
}
section#news ul li {
    margin: 0 15px 44px;
}
section#news-carousel ul li img, section#news ul li img {
    border-radius: 20px;
    margin: 0 0 25px;
}
section#news-carousel ul li .news-date, section#news ul li .news-date {
    font-family: Averta, sans-serif; font-size: 16px; color: #b18d40;
    margin: 0 0 14px;
}
section#news-carousel ul li h2, section#news ul li h2, section#news ul li h3 {
    font-size: 18px; text-align: left; font-weight: normal; color: #000; white-space: normal;
    margin: 0;
}
section#news-carousel div#news-container {
    position:relative;
    display: inline-block;
    min-height: 370px; width: 100%;
    vertical-align: top;
    overflow-x: hidden;
}
a.back {
    float: left;
    line-height: 45px; font-weight: bold; color: #b18d40; text-decoration: none;
    position: relative; z-index:90;
    background: url(../images/public/arrow-left.png) no-repeat left center;
    padding: 0 0 0 18px;
}
.news-header {
    margin: -100px 0 100px;
    background-repeat: no-repeat; background-size: cover; background-position: center;
    text-align: center;
}
.news-header img {
    max-width: 100%;
}
ol.pagination {
    margin: 0 0 150px; padding: 0;
    text-align: center;
}
ol.pagination li {
    list-style: none;
    margin: 0; padding: 0;
    display: inline-block;
    color: #b18d40; font-family: Averta, sans-serif; font-size: 22px;
}
ol.pagination li a {
    text-decoration: none; color: #959595;
}
ol.pagination li::before {
    content: "-";
    color: #959595;
}
ol.pagination li:first-child::before {
    content: "";
}
ol.pagination li a:hover {
    color: #b18d40;
}
/* END NEWS */

/* SPONSORING */
dl.partners {
    margin: 0 auto 75px; padding: 0;
    width: 780px;
}
dl.partners dt {
    margin: 0 0 32px; padding: 0;
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}
dl.partners dd {
    margin: 0; padding: 0;
    display: inline-block;
    width: 74%;
    line-height: 30px;
    vertical-align: middle;
}
dl.partners dt img {
    max-width: 70%;
}
/* END SPONSORING */

/* FOOTER */
footer nav ul:first-child {
    margin-left: 0;
}
footer nav ul {
    margin: 0 0 0 32px; padding: 0;
    display: inline-block;
    vertical-align: top;
}
footer nav ul li {
    list-style: none; list-style-type: none;
}
footer nav ul li.title {
    margin:0 0 32px;
    letter-spacing: -1px;
}
footer nav ul li.title a {
    font-size: 14px; text-transform: uppercase; font-weight: 600;
}
footer nav ul li a {
    color: #201f1d; text-decoration: none; font-size: 12px; font-family: Averta, sans-serif;
}
footer nav ul li a:hover {
    color: #b18d40;
}
footer div.bottom {
    margin: 64px 0 0;
    background-color: #201f1d;
    color: #fff; font-size: 14px;
}
footer div.bottom a {
    color: #fff; text-decoration: none;
}
footer div.bottom a:hover {
    color: #cda760;
}
footer div.bottom p {
    margin: 0; padding: 24px 0;
    line-height: 20px;
}
footer div.bottom p.right {
    float: right;
    padding: 32px 0;
}
footer div.bottom p.right img {
    margin-left: 24px;
}
footer div.bottom strong {
    color: #cda760;
}
/* END FOOTER */

/* WHO WE ARE */
ul.group {
    margin: 44px 0!important; padding: 0;
    max-width: 100%!important;
}
ul.group li {
    margin: 0 1%; padding: 0;
    list-style: none;
    display: inline-block;
    width: 11%;
    text-align: center; line-height: 24px!important;
    vertical-align: top;
    position: relative;
    background: url(../images/public/arrow-up.png) no-repeat center 178px;
}
ul.group li a {
    color: #201f1d; text-decoration: none; word-break: break-word;
}
ul.group li a:hover {
    color: #b18d40;
}
ul.group li.double {
    width: 26%;
}
ul.group li img {
    margin: 0 0 38px;
}
/* //WHO WE ARE */

/* MENU */
nav#mobile {
    display: none;
    position: relative; z-index: 10;
}
nav#main {
    position: relative; z-index: 10;
}
nav#main ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid #fff;
    font-family: Averta, sans-serif; font-size: 14px;
    padding: 0 16px;
}
nav#main ul li:first-child {
    border-left: none;
}
nav#main ul li a {
    color: #fff; text-decoration: none; text-transform: uppercase;
}
nav#main ul li a:hover {
    color: #b18d40;
}
nav#main ul.submenu {
    display: none;
    margin: 0; padding: 6px 50px 6px 13px;
    list-style: none;
    background-color: #2d2d2d;
    border-radius: 5px;
    position: absolute;
}
nav#main li:hover ul.submenu {
    display: block;
}
nav#main ul.submenu li {
    margin: 0; padding: 0;
    line-height: 24px;
    display: block;
    border-left: none;
    text-align: left;
}
nav#main ul.submenu li a {
    color: #fff; text-decoration: none;
}
nav#main ul.submenu li a:hover {
    color: #b18d40;
}
/* END MENU */

/* CONTACT */
form {
    max-width: 551px;
    margin: 0 auto 150px;
}
form div.field {
    margin: 0 0 19px;
}
form input[type="text"], form input[type="email"] {
    width: 100%;
    line-height: 49px; font-family: Averta, sans-serif; font-size: 16px; font-weight: bold; text-indent: 19px;
    border: 1px solid #999; border-radius: 10px;
}
form textarea {
    width: 100%; height: 240px;
    padding:19px;
    font-family: Averta, sans-serif; font-size: 16px; font-weight: bold;
    border: 1px solid #999; border-radius: 10px;
}
form input[type="submit"] {
    border: none;
    font-size: 16px; text-transform: uppercase;
    width: 339px; padding: 0;
    cursor: pointer;
}
.contact-boxes {
    text-align: center;
    margin: 0 0 64px;
    display: flex;
}
.contact-box {
    display: inline-block;
    border-left: 4px solid #b18d40;
    padding: 0 24px 0 20px;
    text-align: left;
    vertical-align: top;
    max-width: 307px;
}
.contact-box h2 {
    margin: 0 0 24px;
    text-align: left;
}
.contact-box p {
    max-width: 450px;
    margin: 0 0 16px;
}
.contact-box p.small {
    font-size: 15px; line-height: 22px;
    margin: 0;
}
.contact-boxes .contact-box:last-child {
    padding-right: 0;
}
/* END ONTACT */

button#ot-sdk-btn-floating {
    position: fixed; bottom: 10px; left: 10px;
    text-indent: -10000px;
    border: none;
    margin: 0; padding: 0;
    width: 50px; height: 50px;
    background-image: url('https://optanon.blob.core.windows.net/logos/static/ot_persistent_cookie.png'); background-size: cover; background-color: transparent;
    cursor: pointer;
}

/* POPUP */
div#popup-bg {
    position: fixed; top: 0; left: 0; z-index: 99998;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%; height: 100%;
    cursor: pointer;
}
div#popup {
    width: 50%; height: 100%;
    position: fixed; top: 0; left: 0; z-index: 99999;
    text-align: center;
    margin: 0 0 0 25%;
}
div#popup img {
    max-height: 80%;
    margin: 3% 0 0;
}
a#popup-close {
    position: absolute; right: 3%; top: 3%;
    color: #fff; font-size: 48px; text-decoration: none; font-family: Averta, sans-serif;
}
a#popup-close:hover {
    color: #cda760;
}
/* //POPUP */

/* CASINOS */
.flex {
    display: flex;
    max-width: 915px;
    margin: 0 auto;
}
.flex-0 .flex-box {
    width: 33%;
    margin: 0 0 30px 30px;
}
.flex-0 .flex-box:first-child,
.flex-1 .flex-box:first-child,
.flex-2 .flex-box:first-child {
    margin-left: 0;
}
.flex-1 .flex-box,
.flex-2 .flex-box {
    width: 50%;
    margin: 0 0 0 30px;
}
section.content .flex-box h3 {
    text-transform: uppercase; font-size: 16px; font-weight: 600; font-family: Averta, sans-serif; color: #b18d40;
    margin: 28px 0 20px;
}
.flex-2 .flex-box img,
.accordion-2 img {
    float: left;
    margin: 0 32px 0 0;
}
.flex-2 .flex-box p {
    line-height: 26px;
    padding: 0 36px 0 0;
}
/* //CASINOS */

/* SEARCH FORM */
form#search-form {
    position: fixed; top: 0; left: 0; z-index: 100000;
    text-align: center;
    width: 100%; height: 100%; max-width: none;
    background-color: rgba(36, 36, 36, 0.85);
    display: none;
}
form#search-form div {
    display: inline-block;
    padding: 190px 0 0;
}
form#search-form input {
    display: inline-block;
}
form#search-form input[type="text"] {
    width: 580px; height: 52px;
    border: 2px solid #FAFAFA; border-radius: 26px;
    text-indent: 24px; font-family: Averta, sans-serif; color: #FAFAFA; font-size: 18px; line-height: 52px;
    background-color: transparent;
}
form#search-form input[type="text"]:focus {
    border-color: #BA933B!important;
}
form#search-form input[type="submit"] {
    background: #BA933B url(../images/public/search.png) no-repeat center center;
    width: 56px; height: 56px;
    padding: 0; margin: 0 0 0 12px;
    border-radius: 28px;
    vertical-align: middle;
    text-indent: -10000px;
}
/* //SEARCH FORM */