@font-face {
font-family: 'LPCBeauSans';
src: url('../fonts/PFBeauSansPro/PFBeauSansPro-Bbook.eot');
src: url('../fontsNexa/PFBeauSansPro-Bbook.eot?#iefix') format('embeddedopentype'),
url('../fonts/PFBeauSansPro/PFBeauSansPro-Bbook.woff2') format('woff2'),
url('../fonts/PFBeauSansPro/PFBeauSansPro-Bbook.woff') format('woff'),
url('../fonts/PFBeauSansPro/PFBeauSansPro-Bbook.ttf') format('truetype'),
url('../fonts/PFBeauSansPro/PFBeauSansPro-Bbook.otf') format('opentype'),
url('../fonts/PFBeauSansPro/PFBeauSansPro-Bbook.svg#svgPFBeauSansPro-Bbook') format('svg');
font-style: normal;
font-weight: normal;
font-display: swap;
}
@font-face 
{
font-family: 'Big Jhon';
src: url('../fonts/BIG-JOHN/BIG-JOHN.eot');
src: url('../BIG-JOHN/BIG-JOHN.eot?#iefix') format('embeddedopentype'),
url('../fonts/BIG-JOHN/BIG-JOHN.woff2') format('woff2'),
url('../fonts/BIG-JOHN/BIG-JOHN.woff') format('woff'),
url('../fonts/BIG-JOHN/BIG-JOHN.ttf') format('truetype'),
url('../fonts/BIG-JOHN/BIG JOHN.otf') format('opentype'),
url('../fonts/BIG-JOHN/BIG JOHN.svg#svgBIG JOHN') format('svg');
font-style: normal;
font-weight: normal;     
}

@font-face {
font-family: 'Maven';
src: url('../fonts/Maven/MavenPro-Regular.eot');
src: url('../Maven/MavenPro-Regular.eot?#iefix') format('embeddedopentype'),
url('../fonts/Maven/MavenPro-Regular.woff2') format('woff2'),
url('../fonts/Maven/MavenPro-Regular.woff') format('woff'),
url('../fonts/Maven/MavenPro-Regular.ttf') format('truetype'),
url('../fonts/Maven/MavenPro-Regular.otf') format('opentype'),
url('../fonts/Maven/MavenPro-Regular.svg#svgMavenPro-Regular') format('svg');
font-style: normal;
font-weight: normal;     
}
html, body{
font-size: 16px;
position: relative;  
}
body{
margin: 0;
padding: 0;
min-height: 100vh;
background-image: url('/../img/main/bg_tiled.png');
background-size: contain;
background-repeat: repeat;
font-family:'Maven';
font-style: bold;
color: #fff;
text-align: center;
position:relative;
}
.container{
padding:0;
max-width:1920px;
position:relative;
}
/*footer*/
.legalTerms{
  margin: auto;
  padding-bottom: 2rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.legalTerms p a{
  margin-bottom: 2rem;
  text-decoration: none;
  color: #fff;
}
.legalTerms p a:hover{
  text-decoration: none;
  color: #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.footer_block{
background: -o-radial-gradient(#404040, #404040, #282828);
background: radial-gradient(#404040, #404040, #282828);
padding-top: 3.125rem;
}
.footer_menu__header {
font-weight: normal;
margin-bottom: 0.6rem;
font-size: 1.25rem;
color: #fff;
text-align: center;
cursor: pointer;
}
.footer_menu__body {
margin-bottom: 1.5rem;
margin-top: 1.5rem;
overflow: hidden;
color: #fff;
font-weight: 500;
font-size: 20px;
text-align: center;
}
.hide { 
-webkit-animation: hide .5s ease 0s 1 normal forwards;
          animation: hide .5s ease 0s 1 normal forwards;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.show { 
    -webkit-animation: show .5s ease 0s 1 normal forwards;
            animation: show .5s ease 0s 1 normal forwards;    
    -webkit-transform-origin: center;    
        -ms-transform-origin: center;    
            transform-origin: center;
}
.footer_menu__item:not(.footer_menu__item_show) .footer_menu__body {
 -webkit-animation: hide .5s ease 0s 1 normal forwards;
          animation: hide .5s ease 0s 1 normal forwards;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.footer_menu__body{
 -webkit-animation: show .5s ease 0s 1 normal forwards;
            animation: show .5s ease 0s 1 normal forwards;    
    -webkit-transform-origin: center;    
        -ms-transform-origin: center;    
            transform-origin: center;	
}

@-webkit-keyframes hide {
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);        
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);        
    width: 0;
    height: 0;
    margin: 0;
  }
}

@keyframes hide {
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);        
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);        
    width: 0;
    height: 0;
    margin: 0;
  }
}
@-webkit-keyframes show {
  0%{
    -webkit-transform: scale(0);
            transform: scale(0);     
    width: 0;
    height: 0;
    margin: 0;   
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);    
  }
}
@keyframes show {
  0%{
    -webkit-transform: scale(0);
            transform: scale(0);     
    width: 0;
    height: 0;
    margin: 0;   
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);    
  }
}

.logoFooter {
width:60%;
padding-bottom: 10px;
display: block;
margin: 0 auto;
margin-top: 20px;
padding-bottom: 2rem;
max-width: 341px;
}
/*account*/
.logout_img{
display: inline-block;
max-width: 2.1875rem;
margin-left: 0.625rem;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; 
cursor: pointer;
}
.account_lo pop{
color: #fff;
}
.account_lolipop:hover{
color: ##fff;
opacity: 0.7;
}
.account_lolipop.red{
color: #ff4d01;
text-transform: uppercase;
font-family: 'LPCBeauSans';

margin-left: 3rem;
}
.account_lolipop.red:hover{
color: #ff4d01;
}
.logo{
width: 60%;
max-width:15rem;
margin-left:1rem;
}
.account_page_start{
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
margin-top: 3rem;
}
.profile_img{
display: inline-block;
max-width: 3.125rem;
border-radius: 0%;
margin-left: 1.875rem;
margin-top: 0.625rem;
}
.user_credentials{
float: right;
}
.logout_img:hover{
opacity: 0.6;
}
::-webkit-input-placeholder { 
color: #fff;
}
:-moz-placeholder { 
color: #fff;

}
::-moz-placeholder { 
color: #fff;
opacity:  1;
}
:-ms-input-placeholder { 
color: #fff;
}
::-ms-input-placeholder {
color: #fff;
}

::placeholder { 
color: #fff;
}
.alert {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
font-size:1rem;
padding:0.5rem 1rem;
}
.col-md-3,
.col-md-4,
.col-md-6{
padding-right: 0.9rem;
padding-left: 0.9rem;, 
}

.brown_button {
border: 2px solid rgb(248, 99, 14);
background-color: #953b16;
padding: 0.5rem 1rem;
color: #eeeeee;
font-weight: bold;
font-size: 1rem;
margin: auto;
margin-top: 1rem;
display: block;
clear: both;
text-transform: uppercase;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; 
text-decoration: none;
text-align: center;
cursor: pointer;
}
.brown_button:hover{
opacity: 0.8;
text-decoration: none;
color: #eeeeee;
}
.black_button {
border-radius: 10px;
border: 2px solid #000;
background-color: #000;
padding: 0.5rem 1rem;
color: #eeeeee;
font-weight: bold;
font-size: 1rem;
margin: auto;
margin-top: 1rem;
display: block;
clear: both;
cursor: pointer;
text-transform: uppercase;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; 
text-decoration: none;
text-align: center;
-webkit-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
}
.black_button:hover{
opacity: 0.8;
text-decoration: none;
color: #eee;
}
.red_button {
cursor: pointer;    
background-color: #000;
border: 2px solid #000;
color: #eeeeee;
padding: 0.5rem 1rem;
font-weight: bold;
font-size: 1rem;
margin: auto;
margin-top: 1rem;
display: block;
clear: both;
text-transform: uppercase;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; 
text-decoration: none;
text-align: center;
-webkit-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
}
.red_button:hover{
opacity: 0.8;
text-decoration: none;
color: #eee;
}
.red_button.inlined,
.brown_button.inlined,
.black_button.inlined{
display: inline-block;
}

.current_with,
.current_time{
display: block;
font-size: 0.9rem;
}
#games_select{
width: 80%;
display: block;
margin: 0 auto;
margin-bottom: 2rem;
margin-top: 2rem;
}
#select_modal_inner{
background-color: #383838;
color: #eeeeee;
padding: 0.5rem;
border-radius: 20px;
margin: 0 auto;
width: 300px;
position: absolute;
bottom: 1rem;
right: 1rem;
text-align: center;
display: none;
z-index: 1200;
}
.buttons_container_round{
position: absolute;
left: 0;
bottom: 0;
right: 0;   
}

.footer_question{
font-style: italic;
margin-bottom: 1rem;
}
.footer_answer{
font-style: normal;
width: 80%;
margin: 0 auto;
margin-bottom: 2rem;
}
.account_owner.user_credentials.game_data{
display: none;
}
#final {
position: absolute;
height: 100vh;
width: 100%;
z-index: 10000;
background-image: url('/../img/main/bg_tiled.jpg');
background-size: contain;
background-repeat: repeat;
display: none;
top: 0;
left: 0;
right: 0;
}
.directing_process_block {
display: none;
}
#pass_move.unselected{
cursor: not-allowed;
opacity: 0.5;
}
.game_buttons {
background-color: #bb3801;
text-align: center;
position: relative;
margin-bottom: 0.5rem;
color: #fff;
padding: 0.3125rem 2.1875rem;
text-transform: uppercase;
border: 2px solid #ff4d01;
-webkit-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
display: block;
}
@media only screen and (max-width:767px) {
.current_with, .current_time {
font-size: 0.5rem;
}
.footer_answer {
font-style: normal;
width: 85%;
margin-bottom: 1rem;
font-weight:0.9rem;
}
}
.btnCreate{
margin: auto;
border-radius: 5px;
border: 2px solid rgb(248, 99, 14);
background-color: rgba(248, 100, 14, 0.52);
width: 15rem;
display:inline-block;
color: #fff;
font-weight: bolder;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
padding: 0.5rem 1rem;
text-align:center;
}
.btnCreate:hover{
opacity: 0.7;
text-decoration:none;
color:#fff;
}
.btnCreate a{
text-decoration: none;
color: #fff;
}
#email_verification, #ban_block{
background-color:rgba(0, 0, 0, 0.6); 
width:100vw; 
height:100vh;
text-align:center;
z-index:73;
position:fixed;
top:0;
right:0;
left:0;
bottom:0;
}
#ban_block{
z-index:25;
}
.email_verification_inner, .ban_inner{
background-color: rgba(248, 100, 14, 0.52);
padding:1rem;
color;#fff;
position:absolute;
right:0;
left:0;
top: 40%;
display:block;
margin:0 auto;
width:90%;
max-width:20rem;
}
.ban_inner{
background-color:red;
}
.email_verification_inner.login_page{
position:relative;
}
#email_popup_text,
.ban_text{
color;#fff ;
font-size:1rem;
text-align:center;
margin-bottom:1rem; 
}
a.block_logout_link{
margin-top:2rem;
float:right;
font-size:1rem;
font-weight:700;
color:#fff;
text-transform:uppercase;
text-decoration:none;
opacity:0.9;
}
a.block_logout_link:hover{
opacity: 1;
color:#fff;
}
.btnBig {
border-radius: 10px;
border: 2px solid rgb(248, 99, 14);
background-color: rgba(248, 100, 14, 0.52);
padding: 15px 55px 15px 55px;
color: #fff;
font-weight: bolder;
font-size: 20px;
margin: auto;
margin-top: 3rem;
display: block;
max-width: 430px;
text-transform: uppercase;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; 
text-decoration: none;
text-align: center;
cursor:pointer;
}
.btnBig:hover{
opacity: 0.5;
text-decoration: none;
color: #fff;
}




/* mobile VIEW */
@media only screen and (max-width:767px) {
.dynamic_text_game{
text-align: center;
font-weight: normal;
padding: 0.2rem;
font-size: 0.6rem;
}
.logo {
max-width:11rem;
}
.legalTerms {
margin: auto;
padding-bottom: 1rem;
width: 90%;
display: block;
}
.footer_menu__header {
font-size: 1.125rem;
}
.input {
padding: 0.2rem;
margin: 0;
min-height: 3rem;
font-size: 0.75rem;
margin-bottom: 1rem;
}
#notification_box {
padding: 0.625rem;
font-size: 1rem;
}


.menu-button, .menu-button::before, .menu-button::after {
width: 28px;
}
}



#canvas{
background-image: none;
}
/*#cards_container{
height: 100%;
width: 100%;
position: absolute;
bottom: 0;
top: 0;
right: 0;
left: 0;
z-index: 44;
background-color: transparent;
}*/

/*#table{
position:absolute;
max-height:63vh;
left:0;
right:0;
top: 50%;                        
-webkit-transform: translate(0, -50%);                        
    -ms-transform: translate(0, -50%);                        
        transform: translate(0, -50%); 
margin:0 auto;
z-index:2;
}*/
/*.card-back {
position: absolute;
width: 80px;
height: 122px;
background-repeat: no-repeat;
transition-property: left top;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
-webkit-perspective: 500px;
perspective: 500px;
top: 40%;
left:  -100px;
}*/


@media (max-width: 767px) {
#information_board {
position: absolute;
left: auto;
margin: 0 auto;
/*bottom: auto;*/
/*top: 1rem;*/
max-width: 6rem;
z-index: 57;
}
#cards_container{
height:100vh;
}
.logo {
display:none;
margin-top:1rem;
}
body{
background-size: 420%;   
}
/*#table{
top: auto;   
transform: none;
}*/
}


