@font-face {
  font-family: 'Bliss Pro';
  src: url('font/BlissPro-Bold.eot');
  src: local('Bliss Pro Bold'), local('BlissPro-Bold'), url('font/BlissPro-Bold.eot?#iefix') format('embedded-opentype'), url('font/BlissPro-Bold.woff') format('woff'), url('font/BlissPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
::selection {
  background: #fff1a3;
  color: #fff;
  text-shadow: 0 0 20px #fff;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px #fff1a3;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 241, 163, 0.8);
  border: solid #df922b;
  border-width: 2px 0;
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(223, 146, 43, 0.8);
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: normal;
  align-items: normal;
}
.menu .menu-item {
  position: relative;
}
.menu .menu-item + .menu-item {
  margin-left: 38px;
}
.sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: 0.2s ease-out 0s;
  transition-property: top;
  opacity: 0;
  visibility: hidden;
}
.menu-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@keyframes blink {
  from {
    background: transparent;
  }
  50% {
    background: rgba(255, 241, 163, 0.1);
  }
  to {
    background: transparent;
  }
}
html.fixed {
  overflow: hidden;
}
body {
  margin: 0;
  color: #ffffff;
}
body.home {
  color: #fff;
}
body,
body input,
body textarea {
  font-family: 'Montserrat', sans-serif;
}
img {
  border: none;
}
a {
  text-decoration: none;
  transition: 0.2s ease-out 0s;
}
p {
  font-size: 18px;
  line-height: 28px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.vc_row {
  background: no-repeat center;
}
#header {
  background: no-repeat top center;
  height: 610px;
  padding: 30px 0;
}
#top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main_menu_box {
  flex: 1;
  margin: 0 80px;
}
#main_menu {
  float: right;
}
#main_menu .menu-item a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 2px;
}
#main_menu .menu-item:after {
  content: '';
  background: #fff1a3;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  height: 3px;
  margin-top: 6px;
  transition: 0.2s ease-out 0s;
  width: 0;
}
#main_menu .menu-item.current-menu-item:after,
#main_menu .menu-item:hover:after {
  left: 0;
  right: 0;
  width: 100%;
}
#login_button {
  font-size: 15px;
  color: rgba(234, 198, 108, 0.5);
  margin-right: 20px;
}
#login_button:hover {
  color: #df922b;
}
#languages_menu .menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 14px;
  color: inherit;
  text-transform: uppercase;
}
#languages_menu > .menu-item a {
  border: 1px solid #eac66c;
  color: #eac66c;
}
#languages_menu .sub-menu .menu-item a {
  background: #eac66c;
  color: #252525;
}
.widget_header {
  width: 50%;
  margin-top: 50px;
}
.widget_header .title {
  font-family: 'Bliss Pro', 'Montserrat', sans-serif;
  font-size: 72px;
  color: #fff1a3;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 9px rgba(27, 27, 27, 0.3);
  line-height: 1;
}
.widget_header .subtitle {
  font-family: 'Bliss Pro', 'Montserrat', sans-serif;
  font-size: 85px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 9px rgba(27, 27, 27, 0.3);
  line-height: 1;
}
.widget_header .text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 26px;
}
.widget_header .button {
  display: inline-block;
  background: #fff1a3 linear-gradient(to left, #eac66c 0%, rgba(222, 188, 103, 0.76) 24%, rgba(229, 207, 150, 0) 100%);
  height: 60px;
  border-radius: 30px;
  border: solid #caa361;
  border-width: 0 0 6px;
  transition: 0.2s ease-out 0s;
  color: rgba(37, 37, 37, 0.7);
  font-family: 'Bliss Pro', 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 85px;
  line-height: 60px;
  margin-top: 45px;
}
.widget_header .button:hover {
  background-color: #df922b;
  border-color: #df922b;
  border-width: 0 0 1px;
  color: rgba(37, 37, 37, 0.7);
}
.home .vc_row {
  overflow: auto;
}
.home .vc_row h2 {
  background-image: linear-gradient(to bottom, #fff1a3, #df922b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Bliss Pro', 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  margin: 0 0 45px;
}
.home .vc_row h3 {
  font-family: 'Bliss Pro', 'Montserrat', sans-serif;
  font-size: 46px;
  color: #fff1a3;
  text-transform: uppercase;
}
.home .vc_row h2 + h3 {
  margin-top: -30px;
}
.vc_row .vc_btn3-container.vc_btn3-center {
  padding-top: 60px;
}
.vc_row .vc_btn3-container .vc_btn3.vc_general {
  background: #fff1a3 linear-gradient(to left, #eac66c 0%, rgba(222, 188, 103, 0.76) 24%, rgba(229, 207, 150, 0) 100%);
  height: 60px;
  border-radius: 30px;
  border: solid #caa361;
  border-width: 0 0 6px;
  transition: 0.2s ease-out 0s;
  color: rgba(37, 37, 37, 0.7);
  font-family: 'Bliss Pro', 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 85px;
}
.vc_row .vc_btn3-container .vc_btn3.vc_general:hover {
  background-color: #df922b;
  border-color: #df922b;
  border-width: 0 0 1px;
  color: rgba(37, 37, 37, 0.7);
}
.vc_row .mejs-overlay .mejs-overlay-button {
  background: url(images/play_btn.png) no-repeat center;
  width: 85px;
  height: 85px;
  transition: 0.2s ease-out 0s;
}
.vc_row .mejs-overlay:hover .mejs-overlay-button {
  background-position: center;
  background-size: 80px;
}
#about_container {
  min-height: 590px;
  height: auto;
}
#cards_container {
/*   height: 855px; */
    height: auto;
}
#cards_container .vc_col-sm-1 {
  width: 0;
}

#cards_container .vc_col-sm-2 {
  width: 20%;
}
s
#cards_container .vc_column-inner {
  padding: 0 10px;
}
#cards_container .vc-hoverbox-wrapper {
  border: 3px solid rgba(255, 255, 255, 0.13);
  padding: 15px;
}
#cards_container .vc-hoverbox-back {
  font-weight: bold;
}
#succesful_container {
/*   height: 750px; */
height: auto;
}
#video_container {
/*   height: 575px; */
    height: auto;
}
#video_container .wp-video {
  margin-left: auto;
  margin-right: auto;
}



#benefits_container {
min-height: 630px; 
height: auto;
}
#benefits_container p {
  font-size: 14px;
}
#team_container {
min-height: 695px; 
height: auto;


}

#road_container {
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, #000000, #252525, #df922b, #252525, #000000);
}
#road_container:before {
  content: '';
  background: rgba(37, 37, 37, 0.75);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#road_container .vc_cta3-container {
  overflow: hidden;
  margin: 0;
}
#road_container .vc_cta3 {
  background: no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 270px;
  min-height: 270px;
  height: auto;
  transition: 5s cubic-bezier(0.54, 0.15, 0.5, 1.13) 0s;
  transform: rotate(0);
  margin: auto;
}
#road_container .vc_cta3 .vc_cta3-content {
  font-size: 16px;
  color: #262726;
  font-weight: bold;
  max-width: 140px;
  transition: 5s cubic-bezier(0.54, 0.15, 0.5, 1.13) 0s;
  transform: rotate(0);
}
#road_container .vc_cta3 .vc_cta3-content p {
  margin: 0;
  font-size: inherit;
  line-height: 24px;
}
#road_container .vc_cta3:hover {
  transform: rotate(360deg);
}
#road_container .vc_cta3:hover .vc_cta3-content {
  transform: rotate(-360deg);
  text-shadow: 0 0 10px #fff1a3;
}
#road_container .anim_arrow {
  overflow: visible;
}
#road_container .anim_arrow figure {
  position: relative;
  animation: arrow 4s cubic-bezier(0.4, 0, 1, 1) infinite;
}
#road_container ul {
  margin: 0;
}
#road_container ul li {
  margin: 12px 0;
  font-size: 20px;
}
@keyframes arrow {
  from {
    top: 0;
  }
  25% {
    top: 5px;
  }
  75% {
    top: -5px;
  }
  to {
    top: 0;
  }
}
#partners_container {
  min-height: 680px;
  height: auto;
}

#partners_container figure {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 166px;
  box-shadow: 0 6px 20px 1px rgba(255, 241, 163, 0.3);
  border-radius: 10px;
  border: 3px solid #d7b54c;
  overflow: hidden;
}
#partners_container figure:before {
  content: '';
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  transition: 0.1s ease-out 0s;
}
#partners_container figure:hover:before {
  right: -100%;
  transition-duration: 1s;
}
#media_container {
  min-height: 680px;
  height: auto;
}
#media_container figure {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 166px;
  box-shadow: 0 6px 20px 1px rgba(255, 241, 163, 0.3);
  border-radius: 10px;
  border: 3px solid #d7b54c;
  overflow: hidden;
}
#media_container figure:before {
  content: '';
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  transition: 0.1s ease-out 0s;
}
#media_container figure:hover:before {
  right: -100%;
  transition-duration: 1s;
}
#bounty_container {
  min-height: 695px;
  height: auto;
}
#bounty_container table {
  border-collapse: collapse;
  margin-top: 20px;
}
#bounty_container table th,
#bounty_container table td {
  background: #c1bb9a;
  padding: 25px 20px;
  color: #000;
}
#bounty_container table th:nth-child(2n),
#bounty_container table td:nth-child(2n) {
  background: #e0d9b1;
}
#bounty_container table th:nth-child(3n),
#bounty_container table td:nth-child(3n) {
  background: #f0e8bd;
}
#bounty_container table th {
  font-size: 14px;
}
#bounty_container table td {
  font-size: 12px;
}
#bounty_container table tr + tr td {
  border-top: 1px solid #1b1b1b;
}
#social_container {
  min-height: 545px;
  height: auto;
}
#social_container figure {
  background: #fff1a3 linear-gradient(to left, #eac66c 0%, rgba(222, 188, 103, 0.76) 24%, rgba(229, 207, 150, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 166px;
  margin: auto;
  box-shadow: 0 6px 20px 1px rgba(255, 241, 163, 0.3);
  border-radius: 10px;
  transition: 0.2s ease-out 0s;
}
#social_container figure:hover {
  background-color: #df922b;
}
#footer {
  background: #ac9455;
  padding: 30px 0;
}
#footer .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .menu a {
  color: #fff;
}
#footer .menu a:hover {
  color: #fff1a3;
}
#popup_page {
  background: rgba(37, 37, 37, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 65px 0 80px;
  z-index: 10;
}
#popup_page .loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#popup_page .loader-item {
  background-color: rgba(223, 146, 43, 0.7);
}
#popup_page .title {
  font-size: 42px;
  background-image: linear-gradient(to bottom, #fff1a3, #df922b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Bliss Pro', 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0 0 45px;
  text-align: center;
  transition: 0.2s ease-out 0s;
}
#popup_page .text {
  font-size: 18px;
  color: #fff;
  transition: 0.2s ease-out 0s;
  overflow: auto;
  height: 100%;
  padding: 0 10px;
}
#popup_page .text :first-child {
  margin-top: 0;
}
#popup_page .text :last-child {
  margin-bottom: 0;
}
#popup_page .text li strong {
  display: inline-block;
  margin-bottom: 10px;
}
#popup_page .text a {
  color: #d7b54c;
}
#popup_page .text a:hover {
  color: #df922b;
}
#popup_content {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
#popup_close {
  background: url(images/close.png) no-repeat center;
  background-size: 45px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 10;
  transition: 0.2s ease-out 0s;
  filter: drop-shadow(0 0 4px #df922b);
}
#popup_close:hover {
  background-size: 44px;
}


.home  {
    overflow-x: hidden!important;
}

body {
	background-color: #292928;
}

/**
 * 
 * MOBILE OPTIMIZATION
 */

/**
#main_menu_box{
  display: none!important;
}

#login_button{
  
  display: none!important;
}
#header{
  display: none!important;
  
}
#languages_menu_box{
  
  display: none!important;
}

#content{
  border: 1px solid red;
}
.wpb_column .vc_column_container 
    border: 1px solid red;
      
**/
 
 /**

    .vc_col-sm-2 {
      margin: 0px!important;
      display: block;
    }
vc-hoverbox-inner {
    min-height:300px!important;
}*/

 
 .cards_mobile_ul li {
     font-size: 18px;
     
}

.mobile_menu {
    margin: auto;
    
}
.mobile_menu a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    text-decoration: underline;
}
 
 .mobile_menu li {
        
       list-style: none;
     
}
 

@media (max-width: 767px) {

    .vc_single_image-wrapper {
      margin-top: 35px;
    }
    
    #road_container{
        padding-top: 50px!important;
    }
    
    
    #benefits_container h5{
        margin: 0px!important;
    }
    
    
    .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
        padding-top: 0px!important;
    }
    
    .home .vc_row h2{
        margin: 40px 0px 10px!important;
    }
    
/*    .wpb_wrapper{
        padding: 10px;        
    }*/

#main_menu{
    float: left!important;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 10px 10px;
}

#main_menu a:hover{
    color: white!important;
    text-decoration: underline;
}

#footer_main_menu a{
        color: white;
}

#footer_main_menu a:hover{
        color: white;
        text-decoration: underline;
}

#footer_main_menu{
    float: left!important;
    margin-top: 0px;
    padding: 10px 10px 10px 10px;
}

.vc_custom_1536831967114{
    margin-top: 50px;
}

    
    .casino_linkedin img {
        width: 100px!important;    
        margin-top: 15px!important;
    }
    
    #team_container .vc_single_image-wrapper img {
        margin-top: 30px!important;
    }

  #team_container{
    padding-bottom: 30px!important;
  }

    #benefits_container{
      margin-bottom: 30px!important;
    }
    
    #benefits_container p {
            padding: 0px!important;
            margin: 0px!important;
    
    }
    
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
        margin-bottom: 5px!important;

    }
    
    #benefits_container{
        padding-top: 50px;        
    }
    
    #benefits_container .wpb_single_image{
        margin-top: 50px!important;
    }
    
    
    .vc_custom_heading{
        text-align: cxenter!important;
        padding-bottom: 20px;
    }
    
    .hide-on-mobile {
        display: none !important;
    }
    #header{
      display: none !important;
    }
    #footer{
      display: none !important;
    }
    
    #cards_container  {
        display: none;        
    }

    
    
    #cards_container .vc_col-sm-2 {
        width: 90%;
    }
    
    #cards_container .vc_col-sm-2 {

    }
    
    .wpb_wrapper h2 {
        font-size: 25px!important;
    }

}


@media (min-width: 768px) {
    .show-on-mobile {
        display: none !important;
    }
}

@media (min-width: 1100px) {
    .block {
    width: 1170px;
    margin: auto;
    }  
    
    #benefits_container{
        background-image: url(https://casinoico.io/wp-content/uploads/2018/05/container05.jpg?id=47) !important;
    }

}



.casino_padding_15 a {
    padding-top: 15px !important;    
}

.casino_linkedin img {
    width: 100px!important;    
}


.mobile_logo_img{
        float: left; 
        padding: 0px 10px 20px 10px;
}

.mobile_logo_img_block{
        float: none; 
        display: block;
        padding: 0px 10px 20px 10px;
}

.block{
    padding: 0px 0px 50px 0px;    
}

.ol_faq li{
    padding: 20px 0px 20px 0px;

}



.ol_faq {
  margin-bottom: 20px;
  padding-bottom: 50px;
  display: block;
}

.ol_faq strong{
    margin: 5px 0px 5px 0px;  
    display: block;
}

.buy_webc_tokens_button{
    
}

.vc_separator{
  margin: 30px 0px 30px 0px;
}


.ico_video{
    text-align: center;   
    padding: 30px 0px 50px 0px;
}


.casino_form input {
    background-color: #292928 !important;
    color: white !important;
    border-color: #F5D681 !important;
}

.casino_form button {
    height: 45px !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    background: #fff1a3 linear-gradient(to left, #eac66c 0%, rgba(222, 188, 103, 0.76) 24%, rgba(229, 207, 150, 0) 100%) !important;
    padding: 0px 35px !important;
    font-size: 18px !important;
    font-family: 'Bliss Pro', 'Montserrat', sans-serif !important;
    color: rgba(37, 37, 37, 0.7) !important;
    border: solid #caa361 !important;
    border-width: 0 0 6px !important;
    transition: 0.2s ease-out 0s !important;
}

.casino_form button:hover {
    background-color: #df922b !important;
    border-color: #df922b !important;
    border-width: 0 0 1px !important;
    color: rgba(37, 37, 37, 0.7) !important;
}