/* ========================================================================
   Component: Base
 ========================================================================== */

/* 

font-family: 'Poppins', sans-serif;
font-family: 'PT Sans', sans-serif; 
font-family: 'Poppins', sans-serif;

*/

html {
    background: url("/assets?p=%2F..%2Fimages%2Fbg_gradient_line.png") repeat-x scroll #f9f9f9;
    color: #5b5763;
    font-family: 'PT Sans', sans-serif;
}

.tm-wrapper-page {
    max-width: 1920px;
    margin: 0 auto;
}

@media(max-width: 960px) {
    .tm-wrapper-page {
        overflow-x: hidden;
    }
}

.uk-container {
    max-width: 1250px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
}

@media(max-width: 375px) {
    .uk-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media(max-width: 767px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Button */

.uk-button {
    background: transparent;
    border: 1px solid #5b5763;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    -webkit-transition: linear 0.35s;
    transition: linear 0.35s;
}

.uk-button:hover, .uk-button:focus, .uk-button:active {
    background: #b88d47;
    border-color: #b88d47;
    color: #fff;
}

.uk-button-large {
    line-height: 47px;
    padding: 0 55px;
}

.uk-button-primary {
    background: transparent;
    border-color: #bbb9be;
    color: #393d44;
}

.uk-button-primary:hover, .uk-button-primary:focus, .uk-button-primary:active {
    background: #b88d47;
    border-color: #b88d47;
    color: #fff;
}

.uk-button-secondary {
    background: #97026a !important;    
    border: 0;
    color: #fff !important;
    line-height: 55px;
    padding: 0 60px;
}

.uk-button-secondary:hover, .uk-button-secondary:focus, .uk-button-secondary:active {
    background: #b88d47 !important;
    border-color: #b88d47 !important;
    color: #fff !important;
}

.uk-button-tertiary {
    background: #fff !important;    
    border: 0;
    color: #8b1c63 !important;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 36px;
    text-transform: initial;
    padding: 0 50px;
}

.uk-button-tertiary:hover, .uk-button-tertiary:focus, .uk-button-tertiary:active {
    background: #f5f5f5 !important;  
    color: #8b1c63 !important;
}

.uk-button-link {
    background: transparent !important;
    color: #5f5c67 !important;
    text-transform: initial !important;
    border: 0;
    padding: 0;
    color: #5b5763;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

em {
    color: #5b5763;
    font-style: italic;
}

.form-control-error {
    border-color: red !important;
    color: red !important;
}

.form-error-message {
    display: block !important
}

.file-button .form-error-message {
    display: none !important;
}

/* ========================================================================
   Component: Header
 ========================================================================== */

.tm-header-block {
    padding-top: 20px;
}

.tm-header-block > * > .uk-container {
    max-width: 1550px;
}

/* Toolbar */

.tm-header-block .tm-toolbar-block .socialSite {
    font-size: 14px;
}

.tm-header-block .tm-toolbar-block .socialSite ul > li {
    margin-left: 15px;
}

.tm-header-block .tm-toolbar-block .socialSite ul > li:first-child {
    margin-left: 0;
}

.tm-header-block .tm-toolbar-block .socialSite ul > li > a > svg {
    width: 15px;
}

.tm-header-block .tm-toolbar-block .languageSite {
    font-size: 14px;
}

.tm-header-block .tm-toolbar-block .languageSite ul > li > a {
    color: #97026a;
    font-weight: 700;
    text-transform: initial;
    margin-left: 5px;    
}

.tm-header-block .tm-toolbar-block .languageSite .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: #97026a;
}

.tm-header-block .tm-toolbar-block .languageSite .uk-button-link {
    background: transparent;
    color: #5f5c67 !important;    
    text-transform: initial !important;
}

.tm-header-block .tm-toolbar-block .languageSite .uk-button-link > span {
    color: #97026a;
    margin-left: 17px;
}

.tm-header-block .tm-toolbar-block .languageSite .uk-dropdown-nav > li > a {
    color: #5f5c67; 
}

.tm-header-block .tm-toolbar-block .languageSite .uk-dropdown-nav > li > a:hover, .tm-header-block .tm-toolbar-block .languageSite .uk-dropdown-nav > li > a:focus {
    color: #97026a;
}

/* Navbar */

.tm-header-block .tm-navbar-block {
    margin-top: 20px;
    position: relative;
}

.tm-header-block .tm-navbar-block .uk-navbar-nav {
    padding: 0 0 30px 0;
}

.tm-header-block .tm-navbar-block #left {
    padding-right: 100px;
}

.tm-header-block .tm-navbar-block #right {
    padding-left: 100px;
}

.tm-header-block .tm-navbar-block .uk-navbar-nav > li > a {
    display: block;
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    min-height: 67px;
    padding: 0;
}

.tm-header-block .tm-navbar-block .uk-navbar-nav > li > a > span {
    -webkit-transition: color linear 0.35s;
    transition: color linear 0.35s;
} 

.tm-header-block .tm-navbar-block .uk-navbar-nav > li > a > span:last-child {
    display: block;
    margin-top: 10px;
}

.tm-header-block .tm-navbar-block .uk-navbar-nav > li > a:hover > span {
    color: #c5a36d;
}

.tm-header-block .tm-navbar-block .uk-logo {
    width: 240px;
    padding: 0 80px;
}

.tm-header-block .tm-navbar-block .uk-logo > img {
    width: 200px;
}

@media(max-width: 639px) {
    .tm-header-block  {
        border-bottom: 1px solid #e8e8e8;
        padding-top: 0;
    }
    .tm-header-block .tm-navbar-block {
        margin-top: 0;
    }
    .tm-header-block .tm-navbar-block::before, .tm-header-block .tm-navbar-block::after {
        width: 0;
    }
    .tm-header-block .tm-navbar-block .uk-navbar-item {
        padding: 0;
    }
    .tm-header-block .tm-navbar-block .uk-logo {
        padding: 0 30px;
    }
    .tm-header-block .tm-navbar-block .uk-logo > img {
        width: 65px;
    }    
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-header-block  {
        border-bottom: 1px solid #e8e8e8;
        padding-top: 0;
    }
    .tm-header-block .tm-navbar-block {
        margin-top: 0;
    }
    .tm-header-block .tm-navbar-block::before, .tm-header-block .tm-navbar-block::after {
        width: 0;
    }
    .tm-header-block .tm-navbar-block .uk-navbar-item {
        padding: 0;
    }
    .tm-header-block .tm-navbar-block .uk-logo {
        padding: 0 30px;
    }
    .tm-header-block .tm-navbar-block .uk-logo > img {
        width: 65px;
    }    
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-header-block  {
        border-bottom: 1px solid #e8e8e8;
        padding-top: 0;
    }
    .tm-header-block .tm-navbar-block {
        margin-top: 0;
    }
    .tm-header-block .tm-navbar-block::before, .tm-header-block .tm-navbar-block::after {
        width: 0;
    }
    .tm-header-block .tm-navbar-block .uk-navbar-item {
        padding: 0;
    }
    .tm-header-block .tm-navbar-block .uk-logo {
        padding: 0 30px;
    }
    .tm-header-block .tm-navbar-block .uk-logo > img {
        width: 65px;
    }    
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-header-block .tm-toolbar-block .socialSite ul > li {        
        margin-left: 10px;
    }
    .tm-header-block .tm-toolbar-block .languageSite .uk-subnav > li:first-child {
        display: none;
    }
    .tm-header-block .tm-toolbar-block .languageSite .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
        height: 0;
    }
    .tm-header-block .tm-navbar-block {
        margin-top: 30px;
    }
    .tm-header-block .tm-navbar-block .uk-logo {
        display: block;
        width: 270px;
        padding: 0 60px;
        position: relative;
    }

    .tm-header-block .tm-navbar-block .uk-logo > img {
        width: 150px;
        position: absolute;
        left: 60px;
        top: -65px;
    }
    .tm-header-block .tm-navbar-block #left {
        padding-right: 0;
    }
    .tm-header-block .tm-navbar-block #right {
        padding-left: 0;
    }
    .tm-header-block .tm-navbar-block .uk-navbar-nav {
        padding: 0 0 10px 0;
    }
    .tm-header-block .tm-navbar-block .uk-navbar-nav > li > a {
        font-size: 16px;
        padding: 0 10px;
    }
    .tm-header-block .tm-navbar-block::before, .tm-header-block .tm-navbar-block::after {
        bottom: 43px;
    }
}

@media(min-width: 1200px) and (max-width: 1299px) {
    .tm-header-block .tm-toolbar-block .socialSite ul > li {        
        margin-left: 10px;
    }
    .tm-header-block .tm-toolbar-block .languageSite .uk-subnav > li:first-child {
        display: none;
    }
    .tm-header-block .tm-toolbar-block .languageSite .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
        height: 0;
    }
    .tm-header-block .tm-navbar-block {
        margin-top: 30px;
    }
    .tm-header-block .tm-navbar-block .uk-logo {
        display: block;
        width: 190px;
        padding: 0 20px;
        position: relative;
    }

    .tm-header-block .tm-navbar-block .uk-logo > img {
        width: 150px;
        position: absolute;
        top: -55px;
        left: 20px;
    }
    .tm-header-block .tm-navbar-block #left {
        padding-right: 50px;
    }
    .tm-header-block .tm-navbar-block #right {
        padding-left: 50px;
    }
    .tm-header-block .tm-navbar-block .uk-navbar-nav > li > a {
        font-size: 16px;
        padding: 0 10px;
    }
    .tm-header-block .tm-navbar-block::before, .tm-header-block .tm-navbar-block::after {
        bottom: 63px;
    }
}

@media(min-width: 1300px)  {
    .tm-header-block .tm-navbar-block .uk-logo {
        display: block;
        width: 190px;
        padding: 0 20px;
        position: relative;
    }
    .tm-header-block .tm-navbar-block .uk-logo > img {
        width: 150px;
        position: absolute;
        top: -55px;
        left: 20px;
    }
}

/* ========================================================================
   Component: Card animation
 ========================================================================== */

.uk-card .uk-card-media-top > a {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}

.uk-card:hover .uk-card-media-top > a > img {
    -webkit-transition: linear 0.35s;
    transition: linear 0.35s;
}

.uk-card:hover .uk-card-media-top > a > img, .uk-card:focus .uk-card-media-top > a > img {
    transform: scale(1.1);
}

/* ========================================================================
   Component: Offcanvas
 ========================================================================== */

.uk-navbar-toggle {
    color: #5b5763;
}

#offcanvasNavPrimary .uk-offcanvas-bar a, #offcanvasNavPrimary .uk-offcanvas-bar .uk-offcanvas-close {
    color: #5b5763;
}

#offcanvasNavPrimary .uk-offcanvas-bar {
    background: #fff;
}

#offcanvasNavPrimary .uk-offcanvas-bar .uk-nav-primary > li > a {
    font-family: 'Poppins', sans-serif;
    color: #5b5763;
    text-transform: uppercase;
    padding: 7px 0;
}

#offcanvasNavPrimary .uk-offcanvas-bar .top > ul > li > a > img {
    width: 120px;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */

.tm-slideshow-block {
    margin-top: 0 !important;
}

.tm-slideshow-block .uk-slideshow-items > li > .uk-overlay {
    background: rgba(0, 0, 0, 0);
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
}

.tm-slideshow-block .uk-slideshow-items > li > div > div {
    color: #fff;
}

.tm-slideshow-block .uk-slideshow-items > li > div > div > h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 68px;
    line-height: 76px;
    text-transform: uppercase;
    margin: 0;
}

.tm-slideshow-block .uk-slideshow-items > li > div > div > h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 53px;
    margin: 5px 0 0;
}

.tm-slideshow-block .uk-slideshow-items > li > div > div > p {
    margin: 25px 0 25px;
}

.tm-slideshow-block .uk-dotnav {
    background-color: rgb(0 0 0 / 15%);
    border-radius: 12px;
    padding: 8px 12px 8px 0;
}

.tm-slideshow-block .uk-dotnav > .uk-active > * {
    background-color: rgba(255, 255, 255, .5);
}

.tm-slideshow-block .uk-slidenav {
    background-color: rgb(0 0 0 / 15%);
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px;
}

@media(max-width: 639px) {
    .tm-slideshow-block {
        margin-top: 0 !important;
    }
    .tm-slideshow-block .uk-slideshow-items > li > div > div > h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .tm-slideshow-block .uk-slideshow-items > li > div > div > h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-slideshow-block {
        margin-top: 0 !important;
    }
    .tm-slideshow-block .uk-slideshow-items > li > div > div > h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .tm-slideshow-block .uk-slideshow-items > li > div > div > h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-slideshow-block {
        margin-top: 0 !important;
    }
    .tm-slideshow-block .uk-slideshow-items > li > div > div > h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .tm-slideshow-block .uk-slideshow-items > li > div > div > h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-slideshow-block {
        margin: 15px 0 -90px;
    }
    .tm-slideshow-block .uk-slideshow-items > li > div > div > h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .tm-slideshow-block .uk-slideshow-items > li > div > div > h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(min-width: 1200px) and (max-width: 1800px) {
    .tm-slideshow-block {
        margin: 15px 0 0;
    }
}

/* ========================================================================
   Component: Casino
 ========================================================================== */

.tm-casino-block .introtext {
    margin-bottom: 45px;
}

.tm-casino-block .introtext h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.tm-casino-block .introtext h2 > span {
    color: #c5a36d;
}

.tm-casino-block .introtext > p {
    color: #5b5763;
    margin-top: 15px;
}

.tm-casino-block .introtext > *:last-child {
    margin-bottom: 0;
}

.tm-casino-block .uk-slider-container {
    padding: 20px;
    margin: -20px;
}

.tm-casino-block .uk-card {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tm-casino-block .uk-card .uk-card-media-top {
    position: relative;
}

.tm-casino-block .uk-card .uk-card-media-top > a > img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tm-casino-block .uk-card .uk-card-media-top > a > .ribbon {
    background: #8b1c63;
    display: inline-block;
    width: 60px;
    height: 75px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 30px;
}

.tm-casino-block .uk-card .uk-card-media-top > a > .ribbon > span {
    display: block;
    margin: 15px 0 5px;
}

.tm-casino-block .uk-card .uk-card-media-top > a > .ribbon > span > svg {
    width: 28px;
    height: 28px;
}

.tm-casino-block .uk-card .uk-card-body {
    padding: 27px 35px 75px;
    position: relative;
}

.tm-casino-block .uk-card .uk-card-body > h3, .tm-casino-block .uk-card .uk-card-body > h3 > a {
    color: #b88d47;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 0 0 25px;
}

.tm-casino-block .uk-card .uk-card-body > p {
    color: #393d44;
    font-size: 14px;
    margin: 25px 0 0;
}

.tm-casino-block .uk-card .uk-card-body .uk-button {
    position: absolute;
    bottom: 25px;
    right: 35px;
}

.tm-casino-block .more {
    text-align: center;
    margin-top: 45px;
}


/* slide nav */

.tm-casino-block .uk-slider .uk-slidenav-previous {
    position: absolute;
    left: -50px;
    top: 175px;
}

.tm-casino-block .uk-slider .uk-slidenav-next {
    position: absolute;
    right: -50px;
    top: 175px;
}

@media(max-width: 639px) {
    .tm-casino-block {
        margin-top: 65px;
    }    
    .tm-casino-block  .introtext {
        margin-bottom: 25px;
    }
    .tm-casino-block  .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-casino-block .uk-card-body h3, .tm-casino-block .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tm-casino-block .uk-card .uk-card-body {
        padding: 20px 20px 75px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-casino-block {
        margin-top: 65px;
    }    
    .tm-casino-block  .introtext {
        margin-bottom: 25px;
    }
    .tm-casino-block  .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-casino-block .uk-card-body h3, .tm-casino-block .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tm-casino-block .uk-card .uk-card-body {
        padding: 20px 20px 75px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-casino-block {
        margin-top: 65px;
    }    
    .tm-casino-block  .introtext {
        margin-bottom: 25px;
    }
    .tm-casino-block  .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-casino-block .uk-card-body h3, .tm-casino-block .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tm-casino-block .uk-card .uk-card-body {
        padding: 20px 20px 75px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-casino-block {
        margin-top: 65px;
    } 
}

@media(min-width: 1500px) {
    .tm-casino-block .uk-slider .uk-slidenav-previous {
        left: -80px;
    }
    .tm-casino-block .uk-slider .uk-slidenav-next {
        right: -80px;
    }
}

/* ========================================================================
   Component: Poker Tournaments
 ========================================================================== */

.tm-poker-tournaments-block {
    margin-top: 90px;
}

.tm-poker-tournaments-block .introtext {
    margin-bottom: 45px;
}

.tm-poker-tournaments-block .introtext h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.tm-poker-tournaments-block .introtext h2 > span {
    color: #c5a36d;
}

.tm-poker-tournaments-block .introtext > p {
    color: #5b5763;
    margin-top: 15px;
}

.tm-poker-tournaments-block .introtext > *:last-child {
    margin-bottom: 0;
}

/* VIP */

.tm-poker-tournaments-block .uk-card-vip .uk-card-media-top > a > img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tm-poker-tournaments-block .uk-card-vip .uk-card-body {
    padding: 20px 25px !important;
}

.tm-poker-tournaments-block .uk-card-vip .uk-card-body .uk-card-subtitle {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid;
    display: inline-block;
    min-width: 120px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    padding: 0 28px;
    margin-bottom: 20px;
}

.tm-poker-tournaments-block .uk-card-vip .uk-card-body h3, .tm-poker-tournaments-block .uk-card-vip .uk-card-body h3 > a {
    color: #b88d47;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.tm-poker-tournaments-block .uk-card-vip .uk-card-body .uk-flex > *:first-child {
    color: #393d44;
    font-size: 14px;
}

/* Table */

.tm-poker-tournaments-block .uk-card .uk-card-body {
    padding: 40px 35px;
}

.tm-poker-tournaments-block.detail-block .uk-card .uk-card-body {
    padding: 25px 20px;
}

.tm-poker-tournaments-block .uk-card .uk-card-body .uk-table-striped tbody tr:nth-of-type(odd), .tm-poker-tournaments-block .uk-card .uk-card-body .uk-table-striped>tr:nth-of-type(odd) {
    background: #f9f9f9;
    border: 0 !important;
}

.tm-poker-tournaments-block .uk-card .uk-card-body table tr th, .tm-poker-tournaments-block .uk-card .uk-card-body table tr td {
    padding: 10px 10px;
}

.tm-poker-tournaments-block .uk-card .uk-card-body table tr th:first-child, .tm-poker-tournaments-block .uk-card .uk-card-body table tr td:first-child {
    padding-left: 20px;
}

.tm-poker-tournaments-block .uk-card .uk-card-body table tr th:last-child, .tm-poker-tournaments-block .uk-card .uk-card-body table tr td:last-child {
    padding-right: 20px;
}

.tm-poker-tournaments-block .uk-card .uk-card-body table tr th {
    color: #5b5763;
    font-size: 11px;
    text-transform: initial;
}

.tm-poker-tournaments-block .uk-card .uk-card-body table tr td {
    font-size: 14px;
}

.tm-poker-tournaments-block .uk-card .uk-card-body table tr td > .btn {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid;
    display: inline-block;
    min-width: 100px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    padding: 0 16px;
}

.tm-poker-tournaments-block .uk-card .uk-card-body table tr td > .name {
    color: #c5a36d;
    font-weight: 700;
    text-transform: uppercase;
}

.tm-poker-tournaments-block .more {
    text-align: center;
    margin-top: 40px;
}

/* Table with list */

.tm-poker-tournaments-block table .odd, .tm-poker-tournaments-block table .even {
    cursor: pointer;
}

.tm-poker-tournaments-block table .odd {
    background: #fff;
}

.tm-poker-tournaments-block table .even {
    background: #f9f9f9;
}

.tm-poker-tournaments-block table tbody > tr:last-child > td {
    position: relative;
}

.tm-poker-tournaments-block table tbody.odd > tr:last-child > td::before , .tm-poker-tournaments-block table tbody.even > tr:last-child > td::before {
    content: "";
    background: #d4d4d6;
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 20px;
}

.tm-poker-tournaments-block table tbody > tr > td > h3 {
    color: #5b5763;
    font-family: 'PT Sans', sans-serif; 
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 35px;
}

.tm-poker-tournaments-block tbody tr td h5 {
    font-size: 14px;
    line-height: 24px;
    color: #5b5763;
    display: none;
    margin: 0;        
}

.tm-poker-tournaments-block table tbody > tr > td .list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tm-poker-tournaments-block table tbody > tr > td .list > li {
    font-size: 14px;
    padding-left: 22px;
    position: relative;
    margin-bottom: 10px;
}

.tm-poker-tournaments-block table tbody > tr > td .list > li:last-child {
    margin-bottom: 0;
}

.tm-poker-tournaments-block table tbody > tr > td .list > li > span {
    color: #5c5763;
    position: absolute;
    top: 3px;
    left: 0;
}

.tm-poker-tournaments-block table tbody > tr > td .list > li > span > svg {
    width: 12px;
}

.tm-poker-tournaments-block table tbody > tr > td > h4 {
    margin: 35px 0 0;
}

.tm-poker-tournaments-block table tbody > tr > td > h4 + table {
    margin: 0;
}

.tm-poker-tournaments-block table tbody > tr > td > table > thead > tr > th {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.tm-poker-tournaments-block.detail-block tbody tr:last-child {
    cursor: default;
}

@media(max-width: 639px) {
    .tm-poker-tournaments-block {
        margin-top: 50px;
    }    
    .tm-poker-tournaments-block .introtext {
        margin-bottom: 25px;
    }
    .tm-poker-tournaments-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-poker-tournaments-block .uk-card-vip .uk-card-body h3, .tm-poker-tournaments-block .uk-card-vip .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tm-poker-tournaments-block .uk-card .uk-card-body {
        padding: 20px 0 0;
    }
    .tm-poker-tournaments-block tbody tr {
        padding: 15px 20px;
    }
    /*
    .tm-poker-tournaments-block tbody tr::before {
        content: "";
        display: table-cell;
    }
    .tm-poker-tournaments-block tbody tr::after {
        content: "";
        display: table;
        clear: both;
    }
    .tm-poker-tournaments-block tbody tr td {
        box-sizing: border-box;
        padding: 5px !important;
        width: 50% !important;
        float: left;
    }    
    .tm-poker-tournaments-block tbody tr td:nth-child(3) {
        width: 100% !important;
    }
    .tm-poker-tournaments-block tbody tr td:nth-child(2) h5, .tm-poker-tournaments-block tbody tr td:nth-child(3) h5 {
        display: none;
    }
    .tm-poker-tournaments-block tbody tr td h5 {
        display: inline-block;
    }
    .tm-poker-tournaments-block.detail-block .uk-card .uk-card-body {
        padding: 0;
    }
    .tm-poker-tournaments-block.detail-block tbody tr {
        padding: 15px 20px;
    }
    .tm-poker-tournaments-block.detail-block table tbody.odd > tr:last-child > td::before, .tm-poker-tournaments-block.detail-block table tbody.even > tr:last-child > td::before {
        width: calc(100% - 10px);
        left: 5px;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td {
        width: 100% !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr {
        padding: 0;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr > td {
        width: 50% !important;
        padding: 5px 8px !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > .note > td {
        width: 100% !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr > td > h5 {
        display: inline-block !important;
    }
    .tm-poker-tournaments-block table tbody > tr > td > h3 {
        margin: 20px 0 25px;
    }
    .tm-poker-tournaments-block table tbody > tr > td .list > li {
        margin-bottom: 10px;
    }
    .tm-poker-tournaments-block table tbody > tr > td > h4 {
        margin-top: 25px;
    }
    */
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-poker-tournaments-block {
        margin-top: 50px;
    }    
    .tm-poker-tournaments-block .introtext {
        margin-bottom: 25px;
    }
    .tm-poker-tournaments-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-poker-tournaments-block .uk-card-vip .uk-card-body h3, .tm-poker-tournaments-block .uk-card-vip .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tm-poker-tournaments-block .uk-card .uk-card-body {
        padding: 20px 0 0;
    }
    .tm-poker-tournaments-block tbody tr {
        padding: 15px 20px;
    }
    /*
    .tm-poker-tournaments-block tbody tr::before {
        content: "";
        display: table-cell;
    }
    .tm-poker-tournaments-block tbody tr::after {
        content: "";
        display: table;
        clear: both;
    }
    .tm-poker-tournaments-block tbody tr td {
        box-sizing: border-box;
        padding: 5px !important;
        width: 50% !important;
        float: left;
    }    
    .tm-poker-tournaments-block tbody tr td:nth-child(3) {
        width: 100% !important;
    }
    .tm-poker-tournaments-block tbody tr td:nth-child(2) h5, .tm-poker-tournaments-block tbody tr td:nth-child(3) h5 {
        display: none;
    }
    .tm-poker-tournaments-block tbody tr td h5 {
        display: inline-block;
    }
    .tm-poker-tournaments-block.detail-block .uk-card .uk-card-body {
        padding: 0;
    }
    .tm-poker-tournaments-block.detail-block tbody tr {
        padding: 15px 20px;
    }
    .tm-poker-tournaments-block.detail-block table tbody.odd > tr:last-child > td::before, .tm-poker-tournaments-block.detail-block table tbody.even > tr:last-child > td::before {
        width: calc(100% - 10px);
        left: 5px;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td {
        width: 100% !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr {
        padding: 0;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr > td {
        width: 50% !important;
        padding: 5px 8px !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > .note > td {
        width: 100% !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr > td > h5 {
        display: inline-block !important;
    }
    .tm-poker-tournaments-block table tbody > tr > td > h3 {
        margin: 20px 0 25px;
    }
    .tm-poker-tournaments-block table tbody > tr > td .list > li {
        margin-bottom: 10px;
    }
    .tm-poker-tournaments-block table tbody > tr > td > h4 {
        margin-top: 25px;
    }
    */
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-poker-tournaments-block {
        margin-top: 50px;
    }    
    .tm-poker-tournaments-block .introtext {
        margin-bottom: 25px;
    }
    .tm-poker-tournaments-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-poker-tournaments-block .uk-card-vip .uk-card-body h3, .tm-poker-tournaments-block .uk-card-vip .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tm-poker-tournaments-block .uk-card .uk-card-body {
        padding: 20px 0 0;
    }
    .tm-poker-tournaments-block tbody tr {
        padding: 15px 20px;
    }
    /*
    .tm-poker-tournaments-block tbody tr::before {
        content: "";
        display: table-cell;
    }
    .tm-poker-tournaments-block tbody tr::after {
        content: "";
        display: table;
        clear: both;
    }
    .tm-poker-tournaments-block tbody tr td {
        box-sizing: border-box;
        padding: 5px !important;
        width: 50% !important;
        float: left;
    }    
    .tm-poker-tournaments-block tbody tr td:nth-child(3) {
        width: 100% !important;
    }
    .tm-poker-tournaments-block tbody tr td:nth-child(2) h5, .tm-poker-tournaments-block tbody tr td:nth-child(3) h5 {
        display: none;
    }
    .tm-poker-tournaments-block tbody tr td h5 {
        display: inline-block;
    }
    .tm-poker-tournaments-block.detail-block .uk-card .uk-card-body {
        padding: 0;
    }
    .tm-poker-tournaments-block.detail-block tbody tr {
        padding: 15px 20px;
    }
    .tm-poker-tournaments-block.detail-block table tbody.odd > tr:last-child > td::before, .tm-poker-tournaments-block.detail-block table tbody.even > tr:last-child > td::before {
        width: calc(100% - 10px);
        left: 5px;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td {
        width: 100% !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr {
        padding: 0;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr > td {
        width: 50% !important;
        padding: 5px 8px !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > .note > td {
        width: 100% !important;
    }
    .tm-poker-tournaments-block.detail-block tbody tr:last-child > td > table > tbody > tr > td > h5 {
        display: inline-block !important;
    }
    .tm-poker-tournaments-block table tbody > tr > td > h3 {
        margin: 20px 0 25px;
    }
    .tm-poker-tournaments-block table tbody > tr > td .list > li {
        margin-bottom: 10px;
    }
    .tm-poker-tournaments-block table tbody > tr > td > h4 {
        margin-top: 25px;
    }
    */
}

/* ========================================================================
   Component: Cash game
 ========================================================================== */

.tm-cash-game-block {
    margin-top: 55px;
}

.tm-cash-game-block .introtext {
    margin-bottom: 40px;
}

.tm-cash-game-block .introtext h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.tm-cash-game-block .introtext h2 > span {
    color: #c5a36d;
}

.tm-cash-game-block .introtext > p {
    color: #5b5763;
    margin-top: 15px;
}

.tm-cash-game-block .introtext > *:last-child {
    margin-bottom: 0;
}

.tm-cash-game-block .uk-card {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tm-cash-game-block .uk-card .uk-card-body {
    padding: 25px 20px;
}

.tm-cash-game-block .uk-card .uk-card-body .uk-table-striped tbody tr:nth-of-type(odd), .tm-cash-game-block .uk-card .uk-card-body .uk-table-striped>tr:nth-of-type(odd) {
    background: #f9f9f9;
    border: 0 !important;
}

.tm-cash-game-block .uk-card .uk-card-body table tr th, .tm-cash-game-block .uk-card .uk-card-body table tr td {
    padding: 10px 30px;
}

.tm-cash-game-block .uk-card .uk-card-body table tr th {
    color: #5b5763;
    font-size: 11px;
    text-transform: initial;
}

.tm-cash-game-block .uk-card .uk-card-body table tr td {
    font-size: 14px;
}

.tm-cash-game-block tbody tr td h5 {
    font-size: 14px;
    line-height: 24px;
    color: #5b5763;
    display: none;
    margin: 0;        
}

.tm-cash-game-block .uk-card .uk-card-body table tr td > .btn {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid;
    display: inline-block;
    min-width: 140px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    padding: 0 28px;
}

.tm-cash-game-block .uk-card .uk-card-body table tr td > span {
    font-weight: 700;
}

.tm-cash-game-block .more {
    text-align: center;
    margin-top: 40px;
}

@media(max-width: 639px) {    
    .tm-cash-game-block .introtext {
        margin-bottom: 25px;
    }
    .tm-cash-game-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-cash-game-block .uk-card .uk-card-body {
        padding: 0;
    }    
    .tm-cash-game-block tbody tr {
        padding: 15px 20px;
    }    
    /*
    .tm-cash-game-block tbody tr::before {
        content: "";
        display: table-cell;
    }
    .tm-cash-game-block tbody tr::after {
        content: "";
        display: table;
        clear: both;
    }
    .tm-cash-game-block tbody tr td {
        box-sizing: border-box;
        padding: 5px !important;
        width: 50% !important;
        float: left;
    }
    .tm-cash-game-block tbody tr td:first-child {
        width: 100% !important;
    }
    .tm-cash-game-block tbody tr td:first-child h5 {
        display: none !important;
    }
    .tm-cash-game-block tbody tr td h5 {
        display: inline-block;
    }
    */
}

@media(min-width: 640px) and (max-width: 767px) {    
    .tm-cash-game-block .introtext {
        margin-bottom: 25px;
    }
    .tm-cash-game-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-cash-game-block .uk-card .uk-card-body {
        padding: 0;
    }
    .tm-cash-game-block tbody tr {
        padding: 15px 20px;
    }
    /*
    .tm-cash-game-block tbody tr::before {
        content: "";
        display: table-cell;
    }
    .tm-cash-game-block tbody tr::after {
        content: "";
        display: table;
        clear: both;
    }
    .tm-cash-game-block tbody tr td {
        box-sizing: border-box;
        padding: 5px !important;
        width: 50% !important;
        float: left;
    }
    .tm-cash-game-block tbody tr td:first-child {
        width: 100% !important;
    }
    .tm-cash-game-block tbody tr td:first-child h5 {
        display: none !important;
    }
    .tm-cash-game-block tbody tr td h5 {
        display: inline-block;
    }
    */
}

@media(min-width: 768px) and (max-width: 959px) {    
    .tm-cash-game-block .introtext {
        margin-bottom: 25px;
    }
    .tm-cash-game-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-cash-game-block .uk-card .uk-card-body {
        padding: 0;
    }
    .tm-cash-game-block tbody tr {
        padding: 15px 20px;
    }
    /*
    .tm-cash-game-block tbody tr::before {
        content: "";
        display: table-cell;
    }
    .tm-cash-game-block tbody tr::after {
        content: "";
        display: table;
        clear: both;
    }
    .tm-cash-game-block tbody tr td {
        box-sizing: border-box;
        padding: 5px !important;
        width: 50% !important;
        float: left;
    }
    .tm-cash-game-block tbody tr td:first-child {
        width: 100% !important;
    }
    .tm-cash-game-block tbody tr td:first-child h5 {
        display: none !important;
    }
    .tm-cash-game-block tbody tr td h5 {
        display: inline-block;
    }
    */
}

/* ========================================================================
   Component: Partners
 ========================================================================== */

.tm-partner-block {
    margin-top: 100px;
}

.tm-partner-block .uk-card .uk-card-media-left {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tm-partner-block .uk-card .uk-card-media-right {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tm-partner-block .uk-card .uk-card-media-left .uk-cover, .tm-partner-block .uk-card .uk-card-media-right .uk-cover {
    height: 100%;
}

.tm-partner-block .uk-card .uk-card-body {
    padding: 60px 65px 65px;
}

.tm-partner-block .uk-card .uk-card-body .uk-card-subtitle {
    background: #adabb1;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 47px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 37px;
    margin-bottom: 40px;
}

.tm-partner-block .uk-card .uk-card-body .recommended .forYou {
    color: #5b5763;
    margin-bottom: 15px;
}

.tm-partner-block .uk-card .uk-card-body .recommended > ul > li > span > svg {
    width: 25px;
    height: 25px;
}

.tm-partner-block .uk-card .uk-card-body > h3, .tm-partner-block .uk-card .uk-card-body > h3 > a {
    color: #adabb1;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 40px 0 0;
}

.tm-partner-block .uk-card .uk-card-body > p {
    color: #393d44;
    line-height: 28px;
    margin: 30px 0 45px;
}

@media(max-width: 639px) {
    .tm-partner-block {
        margin-top: 50px;
    }
    .tm-partner-block .uk-card .uk-card-body {
        padding: 30px;
    }
    .tm-partner-block .uk-card .uk-card-body .uk-card-subtitle {
        margin-bottom: 20px;
    }
    .tm-partner-block .uk-card .uk-card-body > h3, .tm-partner-block .uk-card .uk-card-body > h3 > a {
        font-size: 30px;
        line-height: 36px;
        margin-top: 20px;
    }
    .tm-partner-block .uk-card .uk-card-body > p {
        line-height: 24px;
        margin: 20px 0 25px;
    }
    .tm-partner-block .uk-card .uk-card-media-left, .tm-partner-block .uk-card .uk-card-media-right {
        -webkit-border-radius:0;
        border-radius: 0;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-partner-block {
        margin-top: 50px;
    }
    .tm-partner-block .uk-card .uk-card-body {
        padding: 30px;
    }
    .tm-partner-block .uk-card .uk-card-body .uk-card-subtitle {
        margin-bottom: 20px;
    }
    .tm-partner-block .uk-card .uk-card-body > h3, .tm-partner-block .uk-card .uk-card-body > h3 > a {
        font-size: 30px;
        line-height: 36px;
        margin-top: 20px;
    }
    .tm-partner-block .uk-card .uk-card-body > p {
        line-height: 24px;
        margin: 20px 0 25px;
    }
    .tm-partner-block .uk-card .uk-card-media-left, .tm-partner-block .uk-card .uk-card-media-right {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-partner-block {
        margin-top: 50px;
    }
    .tm-partner-block .uk-card .uk-card-body {
        padding: 30px;
    }
    .tm-partner-block .uk-card .uk-card-body .uk-card-subtitle {
        margin-bottom: 20px;
    }
    .tm-partner-block .uk-card .uk-card-body > h3, .tm-partner-block .uk-card .uk-card-body > h3 > a {
        font-size: 30px;
        line-height: 36px;
        margin-top: 20px;
    }
    .tm-partner-block .uk-card .uk-card-body > p {
        line-height: 24px;
        margin: 20px 0 25px;
    }
    .tm-partner-block .uk-card .uk-card-media-left, .tm-partner-block .uk-card .uk-card-media-right {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

/* ========================================================================
   Component: News
 ========================================================================== */

.tm-rebuystars-news-block {
    margin-top: 100px;
}

.tm-rebuystars-news-block .introtext {
    margin-bottom: 50px;
}

.tm-rebuystars-news-block .introtext h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.tm-rebuystars-news-block .introtext h2 > span {
    color: #c5a36d;
}

.tm-rebuystars-news-block .introtext > p {
    color: #5b5763;
    margin-top: 15px;
}

.tm-rebuystars-news-block .introtext > *:last-child {
    margin-bottom: 0;
}

.tm-rebuystars-news-block .uk-slider-container {
    padding: 20px;
    margin: -20px;
}

.tm-rebuystars-news-block .uk-card {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tm-rebuystars-news-block .uk-card .uk-card-media-top > a > img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tm-rebuystars-news-block .uk-card .uk-card-body {
    padding: 50px 35px 70px;
    position: relative;
}

.tm-rebuystars-news-block .uk-card .uk-card-body time {
    background: #8b1c63;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #ecde92;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-rebuystars-news-block .uk-card .uk-card-body time > span {
    color: #fefefe;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.tm-rebuystars-news-block .uk-card .uk-card-body > h3, .tm-rebuystars-news-block .uk-card .uk-card-body > h3 > a {
    color: #b88d47;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 0 0 25px;
}

.tm-rebuystars-news-block .uk-card .uk-card-body > p {
    color: #393d44;
    font-size: 14px;
    margin: 25px 0;
}

.tm-rebuystars-news-block .uk-card .uk-card-body .uk-button {
    position: absolute;
    bottom: 30px;
    left: 35px;
}

.tm-rebuystars-news-block .more {
    text-align: center;
    margin-top: 55px;
}

/* slide nav */

.tm-rebuystars-news-block .uk-slider .uk-slidenav-previous {
    position: absolute;
    left: -50px;
    top: 175px;
}

.tm-rebuystars-news-block .uk-slider .uk-slidenav-next {
    position: absolute;
    right: -50px;
    top: 175px;
}

@media(max-width: 639px) {
    .tm-rebuystars-news-block {
        margin-top: 45px;
    }
    .tm-rebuystars-news-block .introtext {
        margin-bottom: 25px;
    }
    .tm-rebuystars-news-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-rebuystars-news-block .uk-card .uk-card-body > h3, .tm-rebuystars-news-block .uk-card .uk-card-body > h3 > a {
        font-size: 18px;
    }
    .tm-rebuystars-news-block .more {
        margin-top: 35px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-rebuystars-news-block {
        margin-top: 45px;
    }
    .tm-rebuystars-news-block .introtext {
        margin-bottom: 25px;
    }
    .tm-rebuystars-news-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-rebuystars-news-block .uk-card .uk-card-body > h3, .tm-rebuystars-news-block .uk-card .uk-card-body > h3 > a {
        font-size: 18px;
    }
    .tm-rebuystars-news-block .more {
        margin-top: 35px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-rebuystars-news-block {
        margin-top: 45px;
    }
    .tm-rebuystars-news-block .introtext {
        margin-bottom: 25px;
    }
    .tm-rebuystars-news-block .introtext h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .tm-rebuystars-news-block .uk-card .uk-card-body > h3, .tm-rebuystars-news-block .uk-card .uk-card-body > h3 > a {
        font-size: 18px;
    }
    .tm-rebuystars-news-block .more {
        margin-top: 35px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-rebuystars-news-block .uk-slider .uk-slidenav-previous {
        left: -40px;
    }
    .tm-rebuystars-news-block .uk-slider .uk-slidenav-next {
        right: -40px;
    }
}

@media(min-width: 1500px) {
    .tm-rebuystars-news-block .uk-slider .uk-slidenav-previous {
        left: -80px;
    }
    .tm-rebuystars-news-block .uk-slider .uk-slidenav-next {
        right: -80px;
    }
}

/* ========================================================================
   Component: Footer
 ========================================================================== */

.tm-footer-block {
    color: #aaa8ae;
    margin-top: 50px;
}


.tm-footer-block .uk-container {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.tm-footer-block .uk-container::before {
    content:"";
    background: #e8e8e8;
    max-width: calc(100% - 30px);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#footerV2 {
    background: #f9f9f9;
    border-top: 0;
    margin-top: 0;
}

#footerV2 .uk-container {
    padding-top: 85px;
}

#footerV2 .uk-container::before {
    height: 0;
}

.tm-footer-block .uk-subnav {
    margin-bottom: 45px;
}

.tm-footer-block .uk-subnav > li > a {
    color: #aaa8ae;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: linear 0.35s;
    transition: linear 0.35s;
}

.tm-footer-block .uk-subnav > li > a:hover, .tm-footer-block .uk-subnav > li > a:focus {
    color: #5b5763;
}

.tm-footer-block .uk-grid .warning {
    color: #aaa8ae;
    font-size: 14px;
    line-height: 24px;
}

.tm-footer-block .uk-grid .warning > a {
    color: #aaa8ae !important;
}

.tm-footer-block .uk-grid .logo {
    margin: 45px 0 15px;
}

.tm-footer-block .uk-grid .socialSite > h3 {
    color: #5b5763;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

.tm-footer-block .socialSite > ul {
    margin-left: -30px;
}

.tm-footer-block .uk-grid .socialSite > ul > li {
    padding-left: 30px;
}

.tm-footer-block .uk-grid .socialSite > ul > li > a {
    color: #aaa8ae;
}

@media(max-width: 639px) {
    .tm-footer-block .uk-subnav {
        margin-bottom: 25px;
    }
    .tm-footer-block .uk-subnav > li {
        width: 100%;
    } 
    .tm-footer-block .uk-subnav > li > a {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
    }
    .tm-footer-block .uk-grid .warning {
        font-size: 10px;
        line-height: 14px;
    }
    .tm-footer-block .uk-grid .logo {
        margin-top: 25px;
    }
    .tm-footer-block .uk-grid .logo > img {
        width:
    }
    .tm-footer-block .uk-container {
        padding-bottom: 30px;
    }
    #footerV2 .uk-container {
        padding-top: 45px;
    } 
}

@media(min-width: 640px) {
    .tm-footer-block .uk-container::before {
        max-width: calc(100% - 60px);
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-footer-block .uk-subnav {
        margin-bottom: 25px;
    }
    .tm-footer-block .uk-subnav > li {
        width: 100%;
    } 
    .tm-footer-block .uk-subnav > li > a {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
    }
    .tm-footer-block .uk-grid .warning {
        font-size: 10px;
        line-height: 14px;
    }
    .tm-footer-block .uk-grid .logo {
        margin-top: 25px;
    }
    .tm-footer-block .uk-grid .logo > img {
        width:
    }
    .tm-footer-block .uk-container {
        padding-bottom: 30px;
    }
    #footerV2 .uk-container {
        padding-top: 45px;
    } 
}

@media(min-width: 960px) {
    .tm-footer-block .uk-container::before {
        max-width: calc(100% - 80px);
    }
}

/* ========================================================================
   Component: Casino list
 ========================================================================== */

.tm-casino-block.detail-block {
    margin-top: 90px;
    margin-bottom: 130px;
}

.tm-casino-block.detail-block .introtext {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.tm-casino-block.detail-block .introtext p {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-transform: initial;
    margin-top: 15px;
}

.tm-casino-block.detail-block .introtext .uk-button {
    padding-right: 15px;
}

.tm-casino-block.detail-block .uk-card .uk-card-body > h3, .tm-casino-block.detail-block .uk-card .uk-card-body > h3 > a {
    margin: 0 0 15px;
}

.tm-casino-block.detail-block .uk-card .uk-card-body > p {
    margin: 15px 0 0;
}

@media(max-width: 639px) {
    .tm-casino-block.detail-block {
        margin-top: 45px;
        margin-bottom: 60px;
    }
    .tm-casino-block.detail-block .introtext h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-casino-block.detail-block {
        margin-top: 45px;
        margin-bottom: 60px;
    }
    .tm-casino-block.detail-block .introtext h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-casino-block.detail-block {
        margin-top: 45px;
        margin-bottom: 60px;
    }
    .tm-casino-block.detail-block .introtext h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-casino-block.detail-block {
        margin-top: 45px;
        margin-bottom: 60px;
    }
    .tm-casino-block.detail-block .introtext h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

/* ========================================================================
   Component: Casino detail
 ========================================================================== */

.tm-casinoDetail-block {
    text-align: center;
    margin-top: 50px;
}

/* Head */

.tm-casinoDetail-block .head h1 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.tm-casinoDetail-block .head ul > li > span {
    color: #ecde92;
}

.tm-casinoDetail-block .head ul > li > span > svg {
    width: 25px;
}

.tm-casinoDetail-block .head p {
    color: #67646f;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin: 25px 0 0;
}

/* Slideshow */

.tm-casinoDetail-block .slideshow {
    margin-top: 35px;
    position: relative;
}

.tm-casinoDetail-block .slideshow .uk-dotnav {
    position: absolute;
    bottom: 165px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-casinoDetail-block .slideshow .uk-dotnav > * > * {
    background: #fff;
    border-radius: 0;
    border: 0;
    width: 50px;
    height: 5px;
}

.tm-casinoDetail-block .slideshow .uk-dotnav > .uk-active > * {
    background: #8a1c63;
}

/* Casino equipment */

.tm-casinoDetail-block .casinoEquipment {
    margin-top: -130px;
    position: relative;
}

.tm-casinoDetail-block .casinoEquipment .uk-card-equipment {
    padding: 90px 120px 55px;
}

.tm-casinoDetail-block .casinoEquipment h2 {
    color: #c5a36d;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.tm-casinoDetail-block .casinoEquipment .topText {
    line-height: 32px;
    margin-bottom: 50px;
}

.tm-casinoDetail-block .casinoEquipment .bottomText {
    line-height: 32px;
    margin: 45px 0 50px;
}

.tm-casinoDetail-block .casinoEquipment .topText > *:last-child, .tm-casinoDetail-block .casinoEquipment .bottomText > *:last-child {
    margin-bottom: 0;
}

.tm-casinoDetail-block .casinoEquipment .uk-heading-line {
    color: #5f5c67;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 29px;
    text-transform: uppercase;
}

.tm-casinoDetail-block .casinoEquipment .uk-heading-line > span::before, .tm-casinoDetail-block .casinoEquipment .uk-heading-line > span::after {
    border-color: #8a1c62;
    width: 100px;
}

.tm-casinoDetail-block .casinoEquipment .uk-heading-line > span::before {
    margin-right: 18px;
}

.tm-casinoDetail-block .casinoEquipment .uk-heading-line > span::after {
    margin-left: 18px;
}

/* Live game */

.tm-casinoDetail-block .casinoEquipment .liveGame h3 {
    margin-bottom: 45px;
}

.tm-casinoDetail-block .casinoEquipment .liveGame .uk-card {
    background: #f9f9f9;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    padding: 35px 15px 45px;
}

.tm-casinoDetail-block .casinoEquipment .liveGame .uk-card h4 {
    color: #5f5c67;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    margin: 15px 0 0;
}

/* Casino slots */

.tm-casinoDetail-block .casinoSlots h3 {
    margin-bottom: 40px;
}

.tm-casinoDetail-block .casinoSlots .slider {
    max-width: 850px;
    margin: 0 auto;
}

.tm-casinoDetail-block .casinoSlots ul > li > span {
    background: #8a1c62;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: initial;
    text-align: center;
    padding: 5px 20px;
}

/* Contact */

.tm-casinoContact-block {
    margin-top: 150px;
}

.tm-casinoContact-block .tm-maps-block .maps-inner #mapa {
    height: 650px;
}

.tm-casinoContact-block .tm-maps-block .maps-inner #mapa > iframe {
    width: 100%;
    height: 650px;
}

.tm-casinoContact-block .uk-grid .uk-card-body:first-child {
    background: #f9f9f9;
    text-align: center;
    padding: 60px 80px 50px;
    margin-top: -334px;
    position: relative;
    z-index: 1;
}

.tm-casinoContact-block .uk-grid .uk-card-body:first-child > span {
    margin-bottom: 15px;
}

.tm-casinoContact-block .uk-grid .uk-card-body:first-child > span > svg {
    width: 50px;
}

.tm-casinoContact-block .uk-grid .uk-card-body:first-child > h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.tm-casinoContact-block .uk-grid .uk-card-body:first-child > p {
    font-size: 14px;
    margin: 20px 0 25px;
}

.tm-casinoContact-block .uk-grid .uk-card-body:last-child {
    background: #fff;
    padding: 50px 80px 70px;
}

.tm-casinoContact-block .uk-grid .uk-card-body:last-child .address {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li {
    margin-bottom: 15px;
}

.tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li:last-child {
    margin-bottom: 0;
}

.tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li, .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > h5 {
    color: #5b5763;
    font-size: 14px;
    line-height: 20px;
}

.tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > * {
    color: #5b5763;
    margin: 0;
}

@media(max-width: 639px) {
    .tm-casinoDetail-block {
        margin-top: 45px;
    }
    .tm-casinoDetail-block .head h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .tm-casinoDetail-block .head p {
        margin: 15px 0 0;
    }
    .tm-casinoDetail-block .slideshow {
        margin-top: 25px;
    }
    .tm-casinoDetail-block .slideshow .uk-dotnav {
        bottom: 65px;
    }
    .tm-casinoDetail-block .slideshow .uk-dotnav > * > * {
        width: 25px;
    }
    .tm-casinoDetail-block .casinoEquipment {
        margin-top: -40px;
    }
    .tm-casinoDetail-block .casinoEquipment .uk-card-equipment {
        padding: 30px;
    }
    .tm-casinoDetail-block .casinoEquipment h2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .tm-casinoDetail-block .casinoEquipment .topText {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-casinoDetail-block .casinoEquipment .bottomText {
        line-height: 28px;
        margin: 25px 0 30px;
    }
    .tm-casinoContact-block {
        margin-top: 65px;
    }
    .tm-casinoContact-block .tm-maps-block .maps-inner #mapa {
        height: 350px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:first-child {
        padding: 20px 30px 25px;
        margin-top: -100px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child {
        padding: 20px 30px 35px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li, .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > h5 {
        margin-bottom: 10px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-casinoDetail-block {
        margin-top: 45px;
    }
    .tm-casinoDetail-block .head h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .tm-casinoDetail-block .head p {
        margin: 15px 0 0;
    }
    .tm-casinoDetail-block .slideshow {
        margin-top: 25px;
    }
    .tm-casinoDetail-block .slideshow .uk-dotnav {
        bottom: 65px;
    }
    .tm-casinoDetail-block .slideshow .uk-dotnav > * > * {
        width: 25px;
    }
    .tm-casinoDetail-block .casinoEquipment {
        margin-top: -40px;
    }
    .tm-casinoDetail-block .casinoEquipment .uk-card-equipment {
        padding: 30px;
    }
    .tm-casinoDetail-block .casinoEquipment h2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .tm-casinoDetail-block .casinoEquipment .topText {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-casinoDetail-block .casinoEquipment .casinoSlots .uk-slidenav {
        margin: 15px 0;
    }
    .tm-casinoDetail-block .casinoEquipment .bottomText {
        line-height: 28px;
        margin: 25px 0 30px;
    }
    .tm-casinoContact-block {
        margin-top: 65px;
    }
    .tm-casinoContact-block .tm-maps-block .maps-inner #mapa {
        height: 350px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:first-child {
        padding: 30px 20px 35px;
        margin-top: -100px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child {
        padding: 30px 20px 45px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li, .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > h5 {
        margin-bottom: 10px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > strong {
        display: block;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-casinoDetail-block {
        margin-top: 45px;
    }
    .tm-casinoDetail-block .head h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .tm-casinoDetail-block .head p {
        margin: 15px 0 0;
    }
    .tm-casinoDetail-block .slideshow {
        margin-top: 25px;
    }
    .tm-casinoDetail-block .slideshow .uk-dotnav {
        bottom: 125px;
    }
    .tm-casinoDetail-block .slideshow .uk-dotnav > * > * {
        width: 25px;
    }
    .tm-casinoDetail-block .casinoEquipment {
        margin-top: -100px;
    }
    .tm-casinoDetail-block .casinoEquipment .uk-card-equipment {
        padding: 30px;
    }
    .tm-casinoDetail-block .casinoEquipment h2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .tm-casinoDetail-block .casinoEquipment .topText {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-casinoDetail-block .casinoEquipment .casinoSlots .uk-slidenav {
        margin: 15px 0;
    }
    .tm-casinoDetail-block .casinoEquipment .bottomText {
        line-height: 28px;
        margin: 25px 0 30px;
    }
    .tm-casinoContact-block {
        margin-top: 65px;
    }
    .tm-casinoContact-block .tm-maps-block .maps-inner #mapa {
        height: 350px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:first-child {
        padding: 30px 20px 35px;
        margin-top: -100px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child {
        padding: 30px 20px 45px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li, .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > h5 {
        margin-bottom: 10px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > strong {
        display: block;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li, .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > h5 {
        margin-bottom: 10px;
    }
    .tm-casinoContact-block .uk-grid .uk-card-body:last-child .address > li > strong {
        display: block;
    }
}

/* ========================================================================
   Component: Tournaments
 ========================================================================== */

.tm-vip-tournaments-block {
    margin-top: 75px;
}

.tm-vip-tournaments-block .introtext h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.tm-vip-tournaments-block .introtext {
    margin-bottom: 50px;
}

.tm-vip-tournaments-block .uk-slider-container {
    padding: 20px;
    margin: -20px;
}

.tm-vip-tournaments-block .uk-card-vip .uk-card-media-top > a > img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tm-vip-tournaments-block .uk-card-vip .uk-card-media-top > a > .ribbon {
    background: #8b1c63;
    display: inline-block;
    width: 60px;
    height: 75px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 30px;
}

.tm-vip-tournaments-block .uk-card-vip .uk-card-media-top > a > .ribbon > span {
    display: block;
    margin: 15px 0 5px;
}

.tm-vip-tournaments-block .uk-card-vip .uk-card-media-top > a > .ribbon > span > svg {
    width: 28px;
    height: 28px;
}

.tm-vip-tournaments-block .uk-card-vip {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tm-vip-tournaments-block .uk-card-vip .uk-card-body {
    padding: 25px 25px 35px !important;
}

.tm-vip-tournaments-block .uk-card-vip .uk-card-body .uk-card-subtitle {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid;
    display: inline-block;
    min-width: 120px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    padding: 0 28px;
    margin-bottom: 20px;
}

.tm-vip-tournaments-block .uk-card-vip .uk-card-body h3, .tm-vip-tournaments-block .uk-card-vip .uk-card-body h3 > a {
    color: #b88d47;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.tm-vip-tournaments-block .uk-card-vip .uk-card-body .uk-flex > *:first-child {
    color: #393d44;
    font-size: 14px;
}

/* slide nav */

.tm-vip-tournaments-block .uk-slider .uk-slidenav-previous {
    position: absolute;
    left: -50px;
    top: 175px;
}

.tm-vip-tournaments-block .uk-slider .uk-slidenav-next {
    position: absolute;
    right: -50px;
    top: 175px;
}

@media(max-width: 639px) {
    .tm-vip-tournaments-block {
        margin-top: 45px;
    }
    .tm-vip-tournaments-block .introtext {
        margin-bottom: 25px;
    }
    .tm-vip-tournaments-block .introtext h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .tm-vip-tournaments-block .uk-card-vip .uk-card-body h3, .tm-vip-tournaments-block .uk-card-vip .uk-card-body h3 > a {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-vip-tournaments-block {
        margin-top: 45px;
    }
    .tm-vip-tournaments-block .introtext {
        margin-bottom: 25px;
    }
    .tm-vip-tournaments-block .introtext h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .tm-vip-tournaments-block .uk-card-vip .uk-card-body h3, .tm-vip-tournaments-block .uk-card-vip .uk-card-body h3 > a {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-vip-tournaments-block {
        margin-top: 45px;
    }
    .tm-vip-tournaments-block .introtext {
        margin-bottom: 25px;
    }
    .tm-vip-tournaments-block .introtext h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .tm-vip-tournaments-block .uk-card-vip .uk-card-body h3, .tm-vip-tournaments-block .uk-card-vip .uk-card-body h3 > a {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-vip-tournaments-block .uk-slider .uk-slidenav-previous {
        left: -40px;
    }

.tm-vip-tournaments-block .uk-slider .uk-slidenav-next {
        right: -40px;
    }
}

@media(min-width: 1500px) {
    .tm-vip-tournaments-block .uk-slider .uk-slidenav-previous {
        left: -80px;
    }
    .tm-vip-tournaments-block .uk-slider .uk-slidenav-next {
        right: -80px;
    }
}

/* ========================================================================
   Component: Pages / News list
 ========================================================================== */

.tm-rebuystars-news-block.list-block .introtext {
    text-align: center;
}

/* Navigation */

.tm-rebuystars-news-block.list-block .uk-navbar-container {
    margin-bottom: 60px;
}

.tm-rebuystars-news-block.list-block .uk-navbar-container #news_nav {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.tm-rebuystars-news-block.list-block .uk-navbar-item, .tm-rebuystars-news-block.list-block .uk-navbar-nav > li > a, .tm-rebuystars-news-block.list-block .uk-navbar-toggle {
	background: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #333;
	min-height: 37px;
	padding: 0 5px;
}

.tm-rebuystars-news-block.list-block .uk-navbar-nav > li {
	margin-left: 25px;
}

.tm-rebuystars-news-block.list-block .uk-navbar-nav > li > a {
	color: #5b5763;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 35px;
	position: relative;
	-webkit-transition: all linear 0.25s;
	transition: all linear 0.25s;
}

.tm-rebuystars-news-block.list-block .uk-navbar-nav > li.uk-active > a {
	background: #8b1c63;
	color: #fff;
}

.tm-rebuystars-news-block.list-block .uk-navbar-nav > li > a:hover, .tm-rebuystars-news-block.list-block .uk-navbar-nav > li > a:focus {
	background:  #8b1c63;
	color: #fff;
}

.tm-rebuystars-news-block.list-block .uk-navbar-nav > li:first-child {
	margin-left: 0;
}

.tm-rebuystars-news-block.list-block .uk-navbar-item {
	padding: 0 20px;
}

/* List items */

.tm-rebuystars-news-block.list-block .uk-width-1-2\@m .uk-card .uk-card-media-top {
    max-height: 225px;
    overflow: hidden;
}

.tm-rebuystars-news-block.list-block .uk-card .uk-card-body {
    padding-bottom: 50px;
}

.tm-rebuystars-news-block.list-block .uk-card .uk-card-body > h3, .tm-rebuystars-news-block.list-block .uk-card .uk-card-body > h3 > a {
    margin-bottom: 0;
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-rebuystars-news-block.list-block .uk-card .uk-card-body > h3, .tm-rebuystars-news-block.list-block .uk-card .uk-card-body > h3 > a {
        font-size: 18px;
        line-height: 26px;
    }
}

/* ========================================================================
   Component: Pages / News list
 ========================================================================== */

.tm-rebuystars-news-block.detail-block {
    margin-top: 75px;
    margin-bottom: -10px;
}

.tm-rebuystars-news-block.detail-block .head #headIMG {
    background-position: 50% 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 550px;
} 

.tm-rebuystars-news-block.detail-block .head .tags {
    margin-top: 38px;
}

.tm-rebuystars-news-block.detail-block .head .tags > li > span {
    background: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    color: #5b5763;    
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0 37px;
}

.tm-rebuystars-news-block.detail-block .head h1 {
    color: #b88d47;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 46px;
    margin: 27px 0 30px;
}

.tm-rebuystars-news-block.detail-block .head .location > li {
    font-size: 14px;
}

.tm-rebuystars-news-block.detail-block .head .location > li > span {
    margin-right: 15px;
}

.tm-rebuystars-news-block.detail-block .newsDivider {
    border-color: #e8e8e8;
    margin: 25px 0 37px;
}

.tm-rebuystars-news-block.detail-block .introtext, .tm-rebuystars-news-block.detail-block .fulltext {
    margin-bottom: 40px;
}

.tm-rebuystars-news-block.detail-block .introtext > p, .tm-rebuystars-news-block.detail-block .fulltext > p {
    margin-bottom: 40px;
}

.tm-rebuystars-news-block.detail-block .introtext > *:last-child, .tm-rebuystars-news-block.detail-block .fulltext > *:last-child {
    margin-bottom: 0;
}

.tm-rebuystars-news-block.detail-block .fulltext .uk-inline > img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

@media(max-width: 639px) {
    .tm-rebuystars-news-block.detail-block {
        margin-top: 45px;
        margin-bottom: -10px;
    }
    .tm-rebuystars-news-block.detail-block .head #headIMG {
        height: 300px;
    }
    .tm-rebuystars-news-block.detail-block .head .tags {
        margin-top: 20px;
    }
    .tm-rebuystars-news-block.detail-block .head .tags > li > span {
        padding: 0 20px;
    }
    .tm-rebuystars-news-block.detail-block .head h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-rebuystars-news-block.detail-block .newsDivider {
        margin: 20px 0 25px;
    }
    .tm-rebuystars-news-block.detail-block .introtext, .tm-rebuystars-news-block.detail-block .fulltext {
        margin-bottom: 25px;
    }
    .tm-rebuystars-news-block.detail-block .introtext > p, .tm-rebuystars-news-block.detail-block .fulltext > p {
        margin-bottom: 25px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-rebuystars-news-block.detail-block {
        margin-top: 45px;
        margin-bottom: -10px;
    }
    .tm-rebuystars-news-block.detail-block .head #headIMG {
        height: 300px;
    }
    .tm-rebuystars-news-block.detail-block .head .tags {
        margin-top: 20px;
    }
    .tm-rebuystars-news-block.detail-block .head .tags > li > span {
        padding: 0 20px;
    }
    .tm-rebuystars-news-block.detail-block .head h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-rebuystars-news-block.detail-block .newsDivider {
        margin: 20px 0 25px;
    }
    .tm-rebuystars-news-block.detail-block .introtext, .tm-rebuystars-news-block.detail-block .fulltext {
        margin-bottom: 25px;
    }
    .tm-rebuystars-news-block.detail-block .introtext > p, .tm-rebuystars-news-block.detail-block .fulltext > p {
        margin-bottom: 25px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-rebuystars-news-block.detail-block {
        margin-top: 45px;
        margin-bottom: -10px;
    }
    .tm-rebuystars-news-block.detail-block .head #headIMG {
        height: 300px;
    }
    .tm-rebuystars-news-block.detail-block .head .tags {
        margin-top: 20px;
    }
    .tm-rebuystars-news-block.detail-block .head .tags > li > span {
        padding: 0 20px;
    }
    .tm-rebuystars-news-block.detail-block .head h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-rebuystars-news-block.detail-block .newsDivider {
        margin: 20px 0 25px;
    }
    .tm-rebuystars-news-block.detail-block .introtext, .tm-rebuystars-news-block.detail-block .fulltext {
        margin-bottom: 25px;
    }
    .tm-rebuystars-news-block.detail-block .introtext > p, .tm-rebuystars-news-block.detail-block .fulltext > p {
        margin-bottom: 25px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-rebuystars-news-block.detail-block .head #headIMG {
        height: 400px;
    }
}

/* ========================================================================
   Component: Pages / Career list
 ========================================================================== */

.tm-careerList-block {
    padding: 100px 0 105px;
}

.tm-careerList-block .uk-container {
    max-width: 1350px;
}

.tm-careerList-block h1 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.tm-careerList-block h1 > span {
    display: block;
    color: #ba8a23;
}

.tm-careerList-block .introtext {
    line-height: 32px;
}

.tm-careerList-block .introtext > *:last-child {
    margin: 0;
}

/* Position */

.tm-careerList-block .position {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tm-careerList-block .position > div {
    margin-bottom: 100px;
}

.tm-careerList-block .position > div:last-child {
    margin-bottom: 0;
}

.tm-careerList-block .position > div > div > h2, .tm-careerList-block .position > div > div > h2 > a {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.tm-careerList-block .position > div > div > p {
    line-height: 32px;
    margin-bottom: 45px;
}

.tm-careerList-block .position > div > div > .uk-button {
    padding: 0 50px;
}

/* Detail */

.tm-careerList-block.detail-block {
    padding: 100px 0 105px;
}

.tm-careerList-block.detail-block table {
    margin-top: 40px;
}

.tm-careerList-block.detail-block table tbody tr th, .tm-careerList-block.detail-block table tbody tr td {
    vertical-align: bottom;
    padding: 10px 25px 10px 0;
}

.tm-careerList-block.detail-block table tbody tr th {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

/* Detail position */

.tm-careerList-block.detail-block .positionDetail > div {
    margin-bottom: 60px;
}

.tm-careerList-block.detail-block .positionDetail > div:last-child {
    margin-bottom: 0;
}

.tm-careerList-block.detail-block .positionDetail > div > div > h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.tm-careerList-block.detail-block .positionDetail > div > div > p {
    line-height: 32px;
    margin-bottom: 35px;
}

.tm-careerList-block.detail-block .positionDetail > div > div > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tm-careerList-block.detail-block .positionDetail > div > div > ul > li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.tm-careerList-block.detail-block .positionDetail > div > div > ul > li::before {
    content:"";
    background: #5b5763;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 0;
}

.tm-careerList-block.detail-block .positionDetail > div > div > ul > li:last-child {
    margin-bottom: 0;
}

.tm-careerList-block.detail-block .positionDetail > div > div > *:last-child {
    margin-bottom: 0;
}

/* Contact position */

.tm-careerList-block.detail-block .positionDetail > div > div > .positionContact {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 38px;
    padding-left: 70px;
    margin-bottom: 35px;
    position: relative;
}

.tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li::before {
    height: 0;
}

.tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li:last-child {
    margin-bottom: 0;
}

.tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li > a {
    color: #5b5763;
}

.tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li > span {
    color: #991B73;
    position: absolute;
    top: 0;
    left: 0;
}

.tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li > span > svg {
    width: 45px;
}

@media(max-width: 639px) {
    .tm-careerList-block {
        padding: 45px 0 55px;
    }
    .tm-careerList-block h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .tm-careerList-block .introtext {
        line-height: 28px;
    }
    .tm-careerList-block .position > div {
        margin-bottom: 50px;
    }
    .tm-careerList-block .position > div > div > h2, .tm-careerList-block .position > div > div > h2 > a {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .tm-careerList-block .position > div > div > p {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .tm-careerList-block.detail-block {
        padding: 45px 0 55px;
    }
    .tm-careerList-block.detail-block table {
        margin-top: 25px;
    }
    .tm-careerList-block.detail-block table tbody tr th, .tm-careerList-block.detail-block table tbody tr td {
        padding: 5px 25px 5px 0;
    }
    .tm-careerList-block.detail-block .positionDetail > div {
        margin-bottom: 40px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > p {
        line-height: 28px;
        margin: 15px 0 25px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .list > li {
        margin-bottom: 10px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li {
        font-size: 24px;
        line-height: 32px;
        padding-left: 60px;
        margin-bottom: 25px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li > span > svg {
        width: 38px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-careerList-block {
        padding: 45px 0 55px;
    }
    .tm-careerList-block h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .tm-careerList-block .introtext {
        line-height: 28px;
    }
    .tm-careerList-block .position > div {
        margin-bottom: 50px;
    }
    .tm-careerList-block .position > div > div > h2, .tm-careerList-block .position > div > div > h2 > a {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .tm-careerList-block .position > div > div > p {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .tm-careerList-block.detail-block {
        padding: 45px 0 55px;
    }
    .tm-careerList-block.detail-block table {
        margin-top: 25px;
    }
    .tm-careerList-block.detail-block table tbody tr th, .tm-careerList-block.detail-block table tbody tr td {
        padding: 5px 25px 5px 0;
    }
    .tm-careerList-block.detail-block .positionDetail > div {
        margin-bottom: 40px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > p {
        line-height: 28px;
        margin: 15px 0 25px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .list > li {
        margin-bottom: 10px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li {
        font-size: 24px;
        line-height: 32px;
        padding-left: 60px;
        margin-bottom: 25px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li > span > svg {
        width: 38px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-careerList-block {
        padding: 45px 0 55px;
    }
    .tm-careerList-block h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .tm-careerList-block .introtext {
        line-height: 28px;
    }
    .tm-careerList-block .position > div {
        margin-bottom: 50px;
    }
    .tm-careerList-block .position > div > div > h2, .tm-careerList-block .position > div > div > h2 > a {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .tm-careerList-block .position > div > div > p {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .tm-careerList-block.detail-block {
        padding: 45px 0 55px;
    }
    .tm-careerList-block.detail-block table {
        margin-top: 25px;
    }
    .tm-careerList-block.detail-block table tbody tr th, .tm-careerList-block.detail-block table tbody tr td {
        padding: 5px 25px 5px 0;
    }
    .tm-careerList-block.detail-block .positionDetail > div {
        margin-bottom: 40px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > p {
        line-height: 28px;
        margin: 15px 0 25px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .list > li {
        margin-bottom: 10px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li {
        font-size: 24px;
        line-height: 32px;
        padding-left: 60px;
        margin-bottom: 25px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li > span > svg {
        width: 38px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-careerList-block h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .tm-careerList-block .introtext {
        line-height: 28px;
    }
    .tm-careerList-block .position > div {
        margin-bottom: 50px;
    }
    .tm-careerList-block .position > div > div > h2, .tm-careerList-block .position > div > div > h2 > a {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .tm-careerList-block .position > div > div > p {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .tm-careerList-block.detail-block {
        padding: 45px 0 55px;
    }
    .tm-careerList-block.detail-block table {
        margin-top: 25px;
    }
    .tm-careerList-block.detail-block table tbody tr th, .tm-careerList-block.detail-block table tbody tr td {
        padding: 5px 25px 5px 0;
    }
    .tm-careerList-block.detail-block .positionDetail > div {
        margin-bottom: 40px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > p {
        line-height: 28px;
        margin: 15px 0 25px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .list > li {
        margin-bottom: 10px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li {
        font-size: 24px;
        line-height: 32px;
        padding-left: 60px;
        margin-bottom: 25px;
    }
    .tm-careerList-block.detail-block .positionDetail > div > div > .positionContact > li > span > svg {
        width: 38px;
    }
}

@media(min-width: 1600px) {
    .tm-careerList-block .uk-grid {
        margin-left: -165px;
    }
    .tm-careerList-block .uk-grid > * {
        padding-left: 165px;
    }
}

/* ========================================================================
   Component: Pages / Contact page
 ========================================================================== */

.tm-contact-block {
    padding: 95px 0 105px;
}

.tm-contact-block .uk-container {
    max-width: 1375px;
}

.tm-contact-block .uk-grid h1 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.tm-contact-block .uk-grid h2 {
    color: #5b5763;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.tm-contact-block .uk-grid .address {
    padding-left: 35px;
    position: relative;
}

.tm-contact-block .uk-grid .address > span {
    position: absolute;
    top: 5px;
    left: 0;
}

.tm-contact-block .uk-grid .address > p {
    line-height: 28px;
    margin: 0;
}

.tm-contact-block .uk-grid .address > p > a {
    color: #5b5763 !important;
}

.tm-contact-block .companyInfo {
    line-height: 28px;
    margin-top: 40px;
}

@media(max-width: 639px) {
    .tm-contact-block {
        padding: 45px 0 50px;
    }
    .tm-contact-block .uk-grid h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-contact-block {
        padding: 45px 0 50px;
    }
    .tm-contact-block .uk-grid h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-contact-block {
        padding: 45px 0 50px;
    }
    .tm-contact-block .uk-grid h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
    }
}

/* ========================================================================
   Component: Pages / WritteUS
 ========================================================================== */

.tm-writteUs-block {
    background: #fff;
    padding: 100px 0 115px;
}

.tm-writteUs-block .uk-container {
    max-width: 900px;
}

.tm-writteUs-block h2 {
    color: #bd9330;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.tm-writteUs-block p {
    font-size: 18px;
    text-align: center;
    margin: 45px 0 65px;
}

.tm-writteUs-block form .uk-input {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-color: #bab9be;
    height: 55px;
    color: #5b5763;
    font-size: 18px;
    padding: 0 35px;
}

.tm-writteUs-block form .uk-textarea {
     -webkit-border-radius: 25px;
    border-radius: 25px;
    border-color: #bab9be;
    height: 150px;
    color: #5b5763;
    font-size: 18px;
    padding: 35px;
}

.tm-writteUs-block form .uk-input::-webkit-input-placeholder, .tm-writteUs-block form .uk-textarea::-webkit-input-placeholder {
    color: #5b5763;
}

.tm-writteUs-block form .uk-input:-ms-input-placeholder, .tm-writteUs-block form .uk-textarea:-ms-input-placeholder {
    color: #5b5763;
}

.tm-writteUs-block form .uk-input::placeholder, .tm-writteUs-block form .uk-textarea::placeholder {
    color: #5b5763;
}

.tm-writteUs-block form label {
    display: block;
    color: #5b5763;
    font-size: 18px;
    padding-left: 60px;
    position: relative;    
}

.tm-writteUs-block form label > input {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-color: #bab9be;
    width: 26px;
    height: 26px;
    margin: 0;
    position: absolute;
    top: 1px;
    left: 12px;
}

.tm-writteUs-block form #submitForm {
    margin-top: 45px;
}

/* Career ver. */

#careerForm {
    padding: 150px 0 75px;
}

#careerForm form .file-button > h3 {
    color: #5b5763;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 23px;
}

#careerForm form .file-button > div > div > span {
    border: 1px solid #bab9be;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    line-height: 55px;
    padding: 0 40px;
    cursor: pointer;
}

#careerForm h2 {
    line-height: 55px;
}

#careerForm p {
    line-height: 28px;
    margin: 35px 0 55px;
}

#careerForm p > a {
    color: #5b5763;
}

@media(max-width: 639px) {
    .tm-writteUs-block {
        padding: 45px 0 55px;
    }
    .tm-writteUs-block p {
        margin: 25px 0 35px;
    }
    #careerForm {
        padding: 65px 0 45px;
    }
    #careerForm h2 {
        font-size: 28px;
        line-height: 40px;
    }
    #careerForm p {
        font-size: 16px;
        line-height: 24px;
        margin: 25px 0 35px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-writteUs-block {
        padding: 45px 0 55px;
    }
    .tm-writteUs-block p {
        margin: 25px 0 35px;
    }
    #careerForm {
        padding: 65px 0 45px;
    }
    #careerForm h2 {
        font-size: 28px;
        line-height: 40px;
    }
    #careerForm p {
        font-size: 16px;
        line-height: 24px;
        margin: 25px 0 35px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-writteUs-block {
        padding: 45px 0 55px;
    }
    .tm-writteUs-block p {
        margin: 25px 0 35px;
    }
    #careerForm {
        padding: 65px 0 45px;
    }
    #careerForm h2 {
        font-size: 28px;
        line-height: 40px;
    }
    #careerForm p {
        font-size: 16px;
        line-height: 24px;
        margin: 25px 0 35px;
    }
}

/* ========================================================================
   Component: Pages / About us
 ========================================================================== */

.tm-about-us-block {
    margin: 100px 0 120px;
}

/* Slideshow */

.tm-about-us-block .tm-slideshow-block {
    margin-top: 65px;
}

.tm-about-us-block .tm-slideshow-block h1 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
}

.tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number {
    color: #97026a;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 70px; 
    text-align: center;   
}

.tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number > span {
    display: block;
    color: #5b5763;
    font-size: 25px;
    line-height: 33px;
}

.tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small {
    font-size: 33px;
    line-height: 40px;
}

.tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small > span {
    font-size: 16px;
    line-height: 24px;
}

.tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block #numberCZ {
    position: absolute;
    top: 25%;
    left: 20%;
}

.tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block #numberSK {
    position: absolute;
    bottom: 30%;
    right: 30%;
}

.tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block #numberOT {
    position: absolute;
    bottom: 10%;
    left: 30%;
}

/* Introtext */

.tm-about-us-block .introtext {
    text-align: center;
    margin-top: 75px;
}

.tm-about-us-block .introtext > p:first-child {
    max-width: 1110px;
    line-height: 32px;
    margin: 0 auto 60px;
}

.tm-about-us-block .introtext div + p {
    max-width: 1110px;
    line-height: 32px;
    margin: 80px auto 0;
}

/* Introtext Gallery */

.tm-about-us-block .introtext.gallery .uk-slidenav-previous {
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -20px;
}

.tm-about-us-block .introtext.gallery .uk-slidenav-next {
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -20px;
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-about-us-block .introtext.gallery .uk-slidenav-previous {
        left: -40px;
    }

    .tm-about-us-block .introtext.gallery .uk-slidenav-next {
        right: -40px;
    }
}

@media(min-width: 1500px) {
    .tm-about-us-block .introtext.gallery .uk-slidenav-previous {
        left: -80px;
    }

    .tm-about-us-block .introtext.gallery .uk-slidenav-next {
        right: -80px;
    }
}

/* Divider */

.tm-about-us-block .aboutDivider {
    margin: 80px 0;
}

/* News */

.tm-about-us-block .help > h2, .tm-about-us-block .help > p , .tm-about-us-block .help > h3 {
    text-align: center;
}

.tm-about-us-block .help h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    margin: 0 0 60px;
}

.tm-about-us-block .help > p {
    max-width: 1110px;
    line-height: 32px;
    margin: 0 auto 60px;
}

.tm-about-us-block .help > h3 {
    color: #5f5c67;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 35px 0 0;
}

.tm-about-us-block .help .tm-rebuystars-news-block {
    margin-top: 40px;
}

.tm-about-us-block .help .tm-rebuystars-news-block .uk-card .uk-card-body {
    padding-bottom: 50px;
}

.tm-about-us-block .help .tm-rebuystars-news-block .uk-card .uk-card-body > h3, .tm-about-us-block .help .tm-rebuystars-news-block .uk-card .uk-card-body > h3 > a {
    margin-bottom: 0;
}

/* Casino Events */

.tm-about-us-block .casinoEvents {
    margin-top: 115px;
}

.tm-about-us-block .casinoEvents h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.tm-about-us-block .casinoEvents h3 {
    color: #5f5c67;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 60px;
}

.tm-about-us-block .casinoEvents p {
    line-height: 32px;
    margin: 0 auto 60px;
}

/* Clever Casino */

.tm-about-us-block .cleverCasino {
    background: #8b1c63;
    padding: 40px 50px 30px;
    margin-top: 100px;
}

.tm-about-us-block .cleverCasino h2 {
    color: #ecde92;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 70px;
}

.tm-about-us-block .cleverCasino .cleverInfo {
    text-align: center;
}

.tm-about-us-block .cleverCasino .cleverInfo p {
    color: #fff;
    line-height: 30px;
}

/* Company */

.tm-about-us-block .rebuyCompany {
    padding-top: 115px;
}

.tm-about-us-block .rebuyCompany h2 {
    color: #5b5763;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}

.tm-about-us-block .rebuyCompany .uk-flex > img {
    max-width: 250px;
    max-height: 100px;
}

.tm-about-us-block .rebuyCompany h3 {
    color: #5b5763;
    font-family: 'PT Sans', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    margin: 40px 0 10px;
}

.tm-about-us-block .rebuyCompany p {
    line-height: 32px;
    margin: 0;
}

@media(max-width: 639px) {
    .tm-about-us-block {
        margin: 45px 0 50px;
    }
    .tm-about-us-block .tm-slideshow-block {
        margin: 45px 0 0;
    }
    .tm-about-us-block .tm-slideshow-block h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number > span {
        font-size: 0.875rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small {
        font-size: 0.775rem;
        line-height: 1rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small > span {
        font-size: 0.5rem;
    }
    .tm-about-us-block .introtext {
        margin-top: 40px;
    }
    .tm-about-us-block .introtext > p:first-child {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .introtext div + p {
        line-height: 28px;
        margin-top: 40px;
    }
    .tm-about-us-block .aboutDivider {
        margin: 40px 0;
    }
    .tm-about-us-block .help h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .help > p {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .help > h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 25px 0 0;
    }
    .tm-about-us-block .casinoEvents {
        margin-top: 55px;
    }
    .tm-about-us-block .casinoEvents h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .casinoEvents p {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .cleverCasino {
        padding: 25px 30px 30px;
        margin-top: 50px;
    }
    .tm-about-us-block .cleverCasino h2 {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    .tm-about-us-block .cleverCasino .cleverInfo p {
        line-height: 28px;
    }
    .tm-about-us-block .rebuyCompany {
        padding-top: 55px;
    }
    .tm-about-us-block .rebuyCompany h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 40px;
    }
    .tm-about-us-block .rebuyCompany h3 {
        margin-top: 25px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .tm-about-us-block {
        margin: 45px 0 50px;
    }
    .tm-about-us-block .tm-slideshow-block {
        margin: 45px 0 0;
    }
    .tm-about-us-block .tm-slideshow-block h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number > span {
        font-size: 0.875rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small {
        font-size: 0.775rem;
        line-height: 1rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small > span {
        font-size: 0.5rem;
    }
    .tm-about-us-block .introtext {
        margin-top: 40px;
    }
    .tm-about-us-block .introtext > p:first-child {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .introtext div + p {
        line-height: 28px;
        margin-top: 40px;
    }
    .tm-about-us-block .aboutDivider {
        margin: 40px 0;
    }
    .tm-about-us-block .help h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .help > p {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .help > h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 25px 0 0;
    }
    .tm-about-us-block .casinoEvents {
        margin-top: 55px;
    }
    .tm-about-us-block .casinoEvents h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .casinoEvents p {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .cleverCasino {
        padding: 25px 30px 30px;
        margin-top: 50px;
    }
    .tm-about-us-block .cleverCasino h2 {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    .tm-about-us-block .cleverCasino .cleverInfo p {
        line-height: 28px;
    }
    .tm-about-us-block .rebuyCompany {
        padding-top: 55px;
    }
    .tm-about-us-block .rebuyCompany .uk-flex > img {
        width: 100%;
    }
    .tm-about-us-block .rebuyCompany h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 40px;
    }
    .tm-about-us-block .rebuyCompany h3 {
        margin-top: 25px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-about-us-block {
        margin: 45px 0 50px;
    }
    .tm-about-us-block .tm-slideshow-block {
        margin: 45px 0 0;
    }
    .tm-about-us-block .tm-slideshow-block h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number > span {
        font-size: 0.875rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small {
        font-size: 0.775rem;
        line-height: 1rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small > span {
        font-size: 0.5rem;
    }
    .tm-about-us-block .introtext {
        margin-top: 40px;
    }
    .tm-about-us-block .introtext > p:first-child {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .introtext div + p {
        line-height: 28px;
        margin-top: 40px;
    }
    .tm-about-us-block .aboutDivider {
        margin: 40px 0;
    }
    .tm-about-us-block .help h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .help > p {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .help > h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 25px 0 0;
    }
    .tm-about-us-block .casinoEvents {
        margin-top: 55px;
    }
    .tm-about-us-block .casinoEvents h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .casinoEvents p {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .tm-about-us-block .cleverCasino {
        padding: 25px 30px 30px;
        margin-top: 50px;
    }
    .tm-about-us-block .cleverCasino h2 {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    .tm-about-us-block .cleverCasino .cleverInfo p {
        line-height: 28px;
    }
    .tm-about-us-block .rebuyCompany {
        padding-top: 55px;
    }
    .tm-about-us-block .rebuyCompany .uk-flex > img {
        width: 100%;
    }
    .tm-about-us-block .rebuyCompany h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 40px;
    }
    .tm-about-us-block .rebuyCompany h3 {
        margin-top: 25px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-about-us-block .tm-slideshow-block {
        margin-bottom: 0;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number > span {
        font-size: 1rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .tm-about-us-block .tm-slideshow-block .tm-whiteMaps-block .number.small > span {
        font-size: 0.75rem;
    }
    .tm-about-us-block .cleverCasino h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

/* ========================================================================
   Component: Seznam maps
 ========================================================================== */

.tm-maps-block .maps-inner {
    position: relative;
}

.tm-maps-block .maps-inner .marker {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -30px;
    z-index: 100;
}

.tm-maps-block .maps-inner .marker > img {
    width: 60px;
}

.tm-maps-block .maps-inner #mapa {
	width: 100%;
	height: 400px;
}

.tm-maps-block .maps-inner #mapa img[src="assets/images/marker.svg"] {
    width: 36px;
}

.tm-maps-block .maps-inner #mapa-mobil {
	width: 100%;
	height: 350px;
	touch-action: none;
}

.tm-maps-block .maps-inner #mapa > div > div:first-child > div, .tm-maps-block .maps-inner #mapa-mobil > div > div:first-child > div {
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.tm-maps-block .maps-inner #mapa > div, .tm-maps-block .maps-inner #mapa-mobil > div {
	width: 100% !important;
	height: 100% !important;
}

@media(max-width: 767px) {
  .tm-maps-block .maps-inner #mapa {
    width: 100%;
    height: 350px;
  }
}

/* ========================================================================
   Component: Modal
 ========================================================================== */

/* Casino contact */

#casinoContact .tm-writteUs-block {
    padding: 0;
}

#popup .uk-modal-dialog {
    padding: 0 !important;
}

#popup .uk-modal-dialog div > *:last-child {
    margin-bottom: 0;
}

#popup .uk-modal-dialog .uk-modal-close-outside {
    background: #fff;
    border-radius: 100%;
    color: #000;
    top: 14px !important;
    right: 14px !important;
    padding: 8px;
}

#popup .uk-modal-dialog .uk-modal-close-outside > svg {
    width: 12px;
    height: 12px;
}

@media(max-width: 959px) {
    #popup .uk-modal-dialog .uk-modal-close-outside {
        right: -14px !important;
    }
}

@media(min-width: 768px) {
    #casinoContact .uk-modal-dialog {
        width: 700px;
        padding: 65px 65px 55px;
    }
    #popup .uk-modal-dialog {
        width: 700px;
    }
}

@media(min-width: 960px) {
    #casinoContact .uk-modal-dialog {
        width: 700px;
        padding: 85px 85px 75px;
    }
    #popup .uk-modal-dialog {
        width: 650px;
    }
}

/* ========================================================================
   Component: COOKIE 2022
 ========================================================================== */

#termsfeed-com---preferences-center .cc-cp-body-tabs > li:nth-child(3), #termsfeed-com---preferences-center .cc-cp-body-content #content_functionality {
    display: none !important;
}

.termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save,
.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-cp-foot-save {
    background-color: #97026a !important;
}

.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-dark .cc-nb-reject {
    background-color: #eaeaea !important;
    color: #111 !important;
    display: none !important;
    visibility: hidden !important;
}

/* ========================================================================
   Component: Clever Casino
 ========================================================================== */

.cleverCasino svg {
    width: 100px;
    display: block;
    margin: 40px auto 0;
}

.cleverCasino svg .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.cleverCasino svg .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 1.5s 2s infinite ease-in-out forwards;
    animation: dash-check 1.5s 2s infinite ease-in-out forwards;
}

.cleverCasino svg .path.circle {
    -webkit-animation: dash 1.5s 2s infinite ease-in-out;
    animation: dash 1.5s 2s infinite ease-in-out;
}

.cleverCasino svg .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 1.5s 2s infinite ease-in-out forwards;
    animation: dash 1.5s 2s infinite ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.cleverCasino .secureGame h2 {
    margin-bottom: 40px;
}

.cleverCasino .secureGame ul > li {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0 5px 70px;
    margin: 0 0 20px 0;
    position: relative;
}

.cleverCasino .secureGame ul > li > span {
    background: #b88d47;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width: 639px) {
    .cleverCasino .secureGame ul > li {
        font-size: 16px;
        line-height: 24px;
        min-height: 40px;
        padding: 0 0 0 70px;
    } 
}

.cleverCasino .uk-list > li {
    padding-left: 40px;
    position: relative;
}

.cleverCasino .uk-list > li > span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

/* ========================================================================
   Component: Bank account control
 ========================================================================== */

.tm-bankacc-block {
    margin-top: 60px;
}

.tm-bankacc-block h2 {
    color: #b88d47;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    margin: 0 0 35px;
}

.tm-bankacc-block .item h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}

.tm-bankacc-block .item p {
    font-weight: 300;
    margin: 0;
}

.tm-bankacc-block .item p strong {
    font-weight: 700 !important;
}

@media(max-width: 639px) {
    .tm-bankacc-block .item h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .tm-bankacc-block .item p {
        font-size: 14px;
    }
}