.game_image{
display: block;
width: 90%;
display: block;
margin: 0 auto;
margin-bottom: 2rem;
-webkit-transition: all 1.5s ease-out;
-o-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
cursor: pointer;
}
.game_image:hover{
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
.category_title{
color: rgb(248, 99, 14);
font-weight: bolder;
text-align: left;
text-transform: uppercase;
font-family: 'LPCBeauSans';
}
.category_description{
font-size: 20px;
line-height: 25px;
font-family: 'LPCBeauSans';
color: #fff;
text-align: left;
}
.account_lolipop{
color:#fff;
}
.account_lolipop:hover{
color:#fff;
opacity:0.7;
}
.vertical__half{
padding-left: 2.813rem;
padding-right: 2.188rem;
}
.more_games,.load_games{
text-align: center;
margin-top: 2rem;
margin-bottom: 2rem;
color: #fff;
cursor: pointer;
text-transform: uppercase;
font-weight: 700!important;
font-size: 1.25rem;
margin-bottom: 1.875rem;
cursor: pointer;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
clear: both;
}
.more_games:hover,.load_games:hover{
opacity: 0.7;
}
.vertical__template_title{
font-size: 1.563rem; 
font-weight:900 ;
text-align: center;
color: #fff;
text-transform: uppercase;
margin-bottom: 3rem;
margin-top: 0;
}
.vertical__game_image{
display: block;
max-width: 66%;
margin: 0 auto;
}
.vertical__game_title{
color: rgb(248, 99, 14);
font-weight: bold;
padding-top: 0;
text-transform: uppercase;
text-align: left;
margin-bottom: 1.5625rem;
font-size: 1.625rem;
}
.vertical__game_text{
font-size: 1.25rem;
line-height: 1.563rem;
font-family: 'LPCBeauSans';
color: #fff;
margin-bottom: 2rem;
text-align: left;
}
.vertical__button{
border-radius: 0.313rem;
border: 0.125rem solid rgb(248, 99, 14);
background-color: rgba(248, 100, 14, 0.52);
padding: 0.5rem 0.938rem 0.25rem 0.938rem;
color: #fff;
font-weight: bold;
font-size: 1.375rem;  
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
margin-left: 0;
display: block;
}
.more_games:hover, .vertical__button:hover{
opacity: 0.7;
}
.flex{
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 2rem;
margin-bottom: 2rem;
}
.flex_horizontal{
margin-top: 0;
margin-bottom: 4rem; 
}
.divide_red {
width: 90%;
height: 0.313rem;
background-image: linear-gradient(to right,#373636, #ff4d01, #ff4d01, #ff4d01, #373636);
margin: 3.125rem auto 3.125rem auto;
border-radius: 0.625rem;
}
.divide {
width: 90%;
height: 0.313rem;
background-image: linear-gradient(to right,#373636, #bbb6b6, #bbb6b6, #bbb6b6, #373636);
margin: 3.125rem auto 3.125rem auto;
border-radius: 0.625rem;
clear: both;
box-sizing: border-box;
}
/*forms*/
#select_block{
padding-top: 2rem;
padding-bottom: 2rem;
}
.input {
padding: 0.313rem;
border: 0.063rem solid #000;
border-radius: 0.313rem;
margin: 0.625rem;
background: hsl(0, 0%, 100%, .1);
color: #fff;
min-height: 3.125rem;
font-size: 1rem;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #fff;
background-clip: padding-box;
border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-transition: border-color .15s ease-in-out,
-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,
-webkit-box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,
-webkit-box-shadow .15s ease-in-out;
}
.form-control:focus,
.form-control:active{
background-color: #fff;
color:  #000;
}
.fail{
 color: rgb(248, 99, 14);
font-weight: bold;
padding-top: 1rem;
font-size: 1.5rem;
text-align: center; 
}
.blocks_divider{
height: 1px;
width: 100%;
clear: both;
}

.col-mds-6{
display: inline-block;
width: 49.9%;
}
.blocks_vertical_inline{
min-height: 1rem;
width: 100%;
clear: both;
}
/* mobile VIEW */
@media only screen and (max-width:767px) {
.col-mds-6{
display: block;
width: 100%;
}
.category_description {
margin-bottom:1rem;
}

.flex{
display: block;
}
.vertical__half{
padding-left: 1rem;
padding-right: 1rem;
}
.vertical__game_image {
width: 100%;
max-width: 100%;
display: block;
}
.vertical__button {
font-size: 1.2rem;
margin: 0 auto;
}
.vertical__template_title {
font-size: 1.3rem;
margin-bottom: 2rem;
}
.input {
padding: 0.2rem;
margin: 0;
min-height: 3rem;
font-size: 0.75rem;
margin-bottom: 1rem;
}
.game_icon_category{
width: 50%;
display: block;
margin: 0 auto;
max-width: 4rem;
}
.col-md-12.player_board{
z-index:888;
min-height:5rem;
width:80%;
margin:0 auto;
}
.divide {
margin: 2rem auto 2rem auto;
border-radius: 0.625rem;
}
.game_image {
display: block;
width: 100%;
display: block;
margin: 0 auto;
margin-bottom: 2rem;
-webkit-transition: all 1.5s ease-out;
-o-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
cursor: pointer;
}
.category_title {
font-size: 1.25rem;
}
#select_block {
padding-top: 2rem;
padding-left: 0;
padding-right: 0;
}
}