/*general*/
html,body{
    
    transition: 2s;
   min-height: 100%;
   color: white;
    font-family: 'Panton';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23242a+30,101118+100 */
    background: rgb(16, 17, 24) /* Old browsers */
   
}

button{
    outline: none !important;
   }
.uppercase{
    text-transform: uppercase;
}
.size-16{
    font-size: 16px !important;
}
a {
    color: #ccc;
    text-decoration: none;
    transition: 1s;
}
.color-white{
    color: white;
}
a:hover{
    color: #fff;
    text-decoration: none;
}
body{
    opacity: 0;
    color: #cccccc;
}
.bg-red{
    background-color: red !important;
}
.bg-yellow{
    background-color: yellow !important;
}
.bg-black  {
    background-color: black !important;
}
.bg-gray{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23242a+1,1d1e24+100 */
background: rgb(35,36,42); /* Old browsers */
background: -moz-linear-gradient(top, rgba(35,36,42,1) 1%, rgba(29,30,36,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(35,36,42,1) 1%,rgba(29,30,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(35,36,42,1) 1%,rgba(29,30,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242a', endColorstr='#1d1e24',GradientType=0 ); /* IE6-9 */
}
img{
    max-width: 100%;
}
h1,h2{
    text-align:center;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    color:white;
}
/*header*/
#red_cont{
    max-height: 120px;
    overflow: hidden;
}
#logo
{
    max-width: 230px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#stamp{
    position: relative;
    top: -10px;
    width: 300px;
}
#numberone{
 height: 124px;
 position: relative;
 top:-5px;
}
#menu_cont{
    
}
.navbar {
    
    padding: 0px;
    
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    padding-right: 40px;
    position:relative;
    padding-bottom: 20px;
    padding-top: 20px;
}
.right-nav .navbar-nav .nav-link{
    padding-bottom: 12px;
    padding-top: 12px;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: red;
}
.navbar-expand-lg .navbar-nav .nav-link.active:before{
    content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 25px);
}
.navbar-expand-lg .navbar-nav .nav-link.active:after{
    content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #23242a;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 25px);
}
.gradient-line-red
{
    height:1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,ff0000+28,ff0000+75,ff0000+100&0+0,1+29,1+75,0+100 */
background: -moz-linear-gradient(left, rgba(255,0,0,0) 0%, rgba(255,0,0,0.97) 20%, rgba(255,0,0,1) 20%, rgba(255,0,0,1) 81%, rgba(255,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,0,0.97) 20%,rgba(255,0,0,1) 20%,rgba(255,0,0,1) 81%,rgba(255,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,0,0,0) 0%,rgba(255,0,0,0.97) 20%,rgba(255,0,0,1) 20%,rgba(255,0,0,1) 81%,rgba(255,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 ); /* IE6-9 */
}
.gradient-line-green
{
    height:1px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bed747+1,bed747+28,bed747+75,bed747+100&0+0,1+29,1+75,0+100 */
background: -moz-linear-gradient(left, rgba(190,215,71,0) 0%, rgba(190,215,71,0.03) 1%, rgba(190,215,71,0.97) 28%, rgba(190,215,71,1) 29%, rgba(190,215,71,1) 75%, rgba(190,215,71,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(190,215,71,0) 0%,rgba(190,215,71,0.03) 1%,rgba(190,215,71,0.97) 28%,rgba(190,215,71,1) 29%,rgba(190,215,71,1) 75%,rgba(190,215,71,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(190,215,71,0) 0%,rgba(190,215,71,0.03) 1%,rgba(190,215,71,0.97) 28%,rgba(190,215,71,1) 29%,rgba(190,215,71,1) 75%,rgba(190,215,71,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bed747', endColorstr='#00bed747',GradientType=1 ); /* IE6-9 */
}
.gradient-line{
 height:1px;
background: -moz-linear-gradient(left, rgba(204,204,204,0) 0%, rgba(204,204,204,0.05) 1%, rgba(204,204,204,1) 20%, rgba(204,204,204,1) 81%, rgba(204,204,204,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(204,204,204,0) 0%,rgba(204,204,204,0.05) 1%,rgba(204,204,204,1) 20%,rgba(204,204,204,1) 81%,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(204,204,204,0) 0%,rgba(204,204,204,0.05) 1%,rgba(204,204,204,1) 20%,rgba(204,204,204,1) 81%,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */
}
/*locations*/
.location{
    display: inline-block;
    width: calc(100% / 8 - 4px);
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    vertical-align: top;
}
.location .initial:after,.location .initial:before{
    content: '';
    position:absolute;
    width: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+31,cccccc+64&0+0,1+31,1+64,0+100 */
    background: -moz-linear-gradient(top, rgba(204,204,204,0) 0%, rgba(204,204,204,1) 31%, rgba(204,204,204,1) 64%, rgba(204,204,204,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 31%,rgba(204,204,204,1) 64%,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 31%,rgba(204,204,204,1) 64%,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#00cccccc',GradientType=0 ); /* IE6-9 */
    right: 10px;
    top: 0;
    height: 100%;
    transition: 1s;
}
.location .initial:before{
   right: auto;
   left: 10px;

}
.location .initial{
    text-align: center;
    font-size: 54px;
   
    font-weight: 900;
    color: #8f8f92;
    position: relative;
    transition: 1s;


}
.game_location .initial{
    line-height: 54px;
}
.location .full_name
{
    text-align:center;
    color: #8f8f92;
    transition: 1s;
}
.location.active .initial,.location.active .full_name,.location:hover .initial,.location:hover .full_name{
    color: red;
}
.location.active .initial:after,.location.active .initial:before{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc0000+32,cc0000+64&0+0,1+31,1+64,0+100 */
background: -moz-linear-gradient(top, rgba(204,0,0,0) 0%, rgba(204,0,0,1) 31%, rgba(204,0,0,1) 32%, rgba(204,0,0,1) 64%, rgba(204,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(204,0,0,0) 0%,rgba(204,0,0,1) 31%,rgba(204,0,0,1) 32%,rgba(204,0,0,1) 64%,rgba(204,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(204,0,0,0) 0%,rgba(204,0,0,1) 31%,rgba(204,0,0,1) 32%,rgba(204,0,0,1) 64%,rgba(204,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc0000', endColorstr='#00cc0000',GradientType=0 ); /* IE6-9 */
}

/*promotion*/

.prmotion_text_img {
    margin-top: 10px;
}

.promotion_text {
    padding: 20px;
    font-size: 30px;
    font-size: 4.50vw;
    font-weight: 900;
    color: black;
}

.promotion_img {
    display: block;
    padding: 20px;
    width: 100%;
    height: auto;
    max-width: 50vw;
    position: relative;
}

.promotion_desc {
    font-size: 22px;
    color: black;
}


/*games*/
.otitle{
    font-weight: 800;
}
.loc_img{
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.oday{
    width: 100px;
    display: inline-block;
}
.bg-black2{
    background: black;
    height: 100%;
    padding: 20px;
}
.current_loc .phone{
    font-size: 18px;
    font-weight: 900;
}
.game .inner{
    border: 1px solid #ccc;
    padding: 25px;
    margin-bottom: 30px; 
    position: relative;
}
.game .inner h6{
    font-size: 26px;
    font-weight: 900;
    padding-right: 50px;
    color: white;
}
.game .inner p{
    font-size: 14px;
    height: 62px;
    padding-right: 70px;
    margin-bottom: 15px;
    color: white;
}
.game .inner .icon{
    position: absolute;
    top: 30px;
    right: 20px;
    width: 70px;
    height: 70px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game .inner .image{
    height: 157px;
    background-size: cover;
    background-position: center center;
    position: relative; 
    cursor:pointer;
}

/* Container to hold the cropped portion */
.image-crop-container {
  width: 308px;           /* Width of the cropped area */
  height: 157px;          /* Height of the cropped area */
  overflow: hidden;       /* Hide anything outside the container */
  position: relative;
}

/* Image styling for cropping */
.image-crop-container img {
  width: auto;            /* Let the width adjust to maintain aspect ratio */
  height: 100%;           /* Stretch the image to fill the height of the container */
  object-fit: cover;      /* Make sure the image covers the container and is cropped if necessary */
  object-position: center; /* Optionally, position the crop at the center */
}


.game .inner .image button{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: red;
    color: white;
    font-weight: 800;
    border-radius: 5px;
    font-size: 12px;
    border: none;
    padding:5px;
    border-bottom-right-radius: 0px;
}
.game .inner .multi{
    font-size: 14px;
    position:absolute;
    color: white;
    top: 15px;
    right: 15px;
}
.game .inner .new_badge{
   
    width: 86px;
    position: absolute;
    left: 15px;
    bottom: 15px; 
}
.game .inner .cs_badge{
   
    width: 86px;
    position: absolute;
    left: 15px;
    bottom: 15px; 
}
.game_big .inner .new_badge,.game_big .inner .cs_badge{
    bottom: 200px;
}
/*setting up location*/
.setup-badge-border{
    box-sizing: border-box;
    height: 100%;
    margin: 10px;
    padding: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8eb035+0,598032+100 */
background: rgb(142,176,53); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(142,176,53,1) 0%, rgba(89,128,50,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(142,176,53,1) 0%,rgba(89,128,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(142,176,53,1) 0%,rgba(89,128,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb035', endColorstr='#598032',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.setup_badge
{
    box-sizing: border-box;
    height: 100%;
    background:rgb(35,36,42);
    text-align:center;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;

}
.setup_badge h4{
    height: 60px;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    background: rgb(142,176,53); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(142,176,53,1) 0%, rgba(89,128,50,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(142,176,53,1) 0%,rgba(89,128,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(142,176,53,1) 0%,rgba(89,128,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb035', endColorstr='#598032',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon{
    font-family: 'Panton IconsA';
    font-size: 30px;
    display: block;
    margin-top: 10px;

}
.icon.a
{
    font-family: 'Panton IconsA';
}
.icon.b
{
    font-family: 'Panton IconsB';
}
.icon.c
{
    font-family: 'Panton IconsC';
}
.icon.cf
{
    font-family: 'Panton Icons C Fill';
}
.icon.d
{
    font-family: 'Panton IconsD';
}
.h2{
    font-size: 18px;
    font-weight: 900;
    color: #cccccc;
}
.back_link{
    font-weight: 900;
}
.game_big .inner .image{
    margin-left: -25px;
    margin-right: -25px;
    height: 400px;
}
.game_big .inner .icon{
    position: absolute;
    top: 50px;
    right: 20px;
    width: 90px;
    height: 90px;
}
.game_big .inner p{
    padding-right: 90px;
}
.game_table{
    margin-left: -20px;
    margin-right: -20px;
    font-size: 12px;
    margin-top: 20px;
}
.game_table td{
    width: 20%;
    border-right: 1px solid #ccc;
    vertical-align:top;
    padding: 10px;
    text-align:center;
}
.game_table td:last-child{
    border:none;

}
.game_table .label{
    display: block;
}
.game_big .inner{
    padding-bottom: 0px;
}
.game_big .inner p{
    height: auto;
}
.game_big .inner .game_table p{
    padding: 0px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    
}
.game_location{
    padding-top: 0px;
}
.game_location .initial:before, .game_location .initial:after{
    display: none;
}
.book_now:not(body){
    background: none;
    border: 3px solid red;
    border-radius: 7px;
    padding: 3px 7px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
}
.back_icon{
    margin-right: 15px;
    position: relative;
    top:-2px;
}
.prev_game img,.next_game img{
    margin-bottom: 15px;
}
.prev_game,.next_game{
    width: 100%;
    font-size: 16px;
}
/**price*/
.price_icon{
    height: 130px;
    margin-bottom: 15px;
}
.ptice_table_header h3{
    color: white;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0px;
}
.ptice_table_header h4{
    color: white;
    font-size: 13px;
}
.pricetable_icon
{
    float:left;
    height: 40px;
    margin-right: 20px;
}

.price_table_thead
{
    color: white;
    font-size: 14px;
    font-weight: 800;
}
.price_table_body
{
    font-size: 21px;
    font-weight: 900;
}
.discount{
    font-size: 16px;
    font-weight: 600;
}
/**about*/
.about .inner{
    background-color: #4a4e56;
    border: none;
    height: 100%;
    margin-bottom: 10px;
}
.about .inner.red{
    background: red;
}
.about .inner.red{
    background: red;
}
.about .inner .image{
    height: 150px;
    /*background-color: white;*/
    background-size: cover;
   
}
.about .inner p{
    height: 152px;
    padding-right: 0px;
    color: rgb(204,204,204);
}
.about .inner p{
    height: 152px;
    padding-right: 0px;
    color: white;
}
.about .inner .icon{
    top: 10px;
}
.why .inner h6{
    font-size: 22px;
    color: white;
    min-height: 55px;
}
.why .inner p
{
    height: 100px;
}
.why .inner{
    background: none;
    border: 1px solid #ccc;
}
.bg-red-grad{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,ff0000+99&0.16+1,0+57 */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,0,0,0.16) 0%, rgba(255,0,0,0.16) 1%, rgba(255,0,0,0) 57%, rgba(255,0,0,0) 99%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,0,0,0.16) 0%,rgba(255,0,0,0.16) 1%,rgba(255,0,0,0) 57%,rgba(255,0,0,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,0,0,0.16) 0%,rgba(255,0,0,0.16) 1%,rgba(255,0,0,0) 57%,rgba(255,0,0,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ff0000', endColorstr='#00ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.bg-white-grad{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.16+1,0+57 */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.16) 1%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.16) 0%,rgba(255,255,255,0.16) 1%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,0.16) 0%,rgba(255,255,255,0.16) 1%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    }
.bold{
    font-weight: 600 !important;
}
.why_red_h6{
    position: absolute;
    bottom: 30px;
    right: 30px;
    max-width: 130px;
}
.mind{
    width: 133px;
    text-align:center;
    margin:10px;
    font-weight: 900;
    font-size: 14px;
}
.mind img{
    margin-bottom: 10px;
}
/*footer*/
.footer-menu-item
{
    font-size: 12px;
    display: block;
    color: #ccc;
}
.footer .location{
    width: 100%;
}

.footer .location .full_name span{
    border-bottom: 4px solid white;
}
.footer .location .full_name{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    text-align: left;
    
    margin-bottom: 10px;
    color: white;
}

.footer .location .em{
    text-transform: uppercase;
    font-weight: 800;
}
.footer .location{
    font-size: 11px;
}
/*news*/
.news .img_container{
    min-height: 300px;
    background-size: cover;
    background-position:center;
}
.news h5
{
    font-size: 24px;
    font-weight: 500;
    color: white;


}
.news .date{
    font-weight: 500;
    font-size: 14px;
    color:red;
}
.news .desc{
    font-size: 14px;
    color: white;
}
.red-button
{
    border: 3px solid red;
    border-radius: 5px;
    background: none;
    text-transform: uppercase;
    color: white;
    padding: 5px 15px;
}
iframe{
    border:0;
}
.error{
    color: red;
    font-size: 12px;
}
.enquery_form{
    background-image: url(images/enquire_icon.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 80px auto;
}
.filters{
    width: 180px;
    position: absolute;
    left: -180px;
    top: 0px;
}
.filters .filter{
    padding-top: 20px;
    position: relative;
}
.filters .filter:after{
    content: '';
    background: white;
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0px;
}
.filters .filter .name{
    font-size: 14px;
    margin-bottom: 10px;
}
.filters .filter .option{
    cursor: pointer;
    font-size: 13px;
    cursor: pointer;

}
.filters .filter .option.active{
    color: #ff0200;
}
@media (max-width: 1500px){
    .games_container
    {
        margin-left: auto;
        margin-right: 10px;
        max-width: calc(100vw - 180px);
    }
    .filters .container{
        margin: 20px !important;
    }
}
@media (max-width: 1200px){
    .games_container
    {
        margin-left: auto;
        margin-right: auto;
        max-width: inherit;
    }
    .filters .container{
        margin: inherit;
        max-width: 100%;
    }
    .games_container
    {
        margin-left: auto;
        margin-right: 10px;
    }
    .filters{
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        padding-bottom: 40px;
    }
    .filters .filter{
        width: 33%;
        display: inline-block;
        vertical-align:top;
    }
    .filters .filter:after{
        display: none;
    }
}
.footer_social_icons img{
    width: 24px;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-size: 11px;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 15px;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
iframe{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
@media (min-width: 768px){
    .game_table>div {
        max-width: 19%;
    }
    ::-webkit-input-placeholder {
        color: transparent !important;
    }
    :-moz-placeholder { /* Firefox 18- */
            color: transparent !important;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
            color: transparent !important;
    }

    :-ms-input-placeholder {  
            color: transparent !important;
    }

}
