@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
}
body{
    background:white;
}

.background_section{
/*background:#092631;*/
    padding:40px;
    padding-bottom:60px;
    
}
.background_section img{
    max-width:86%;
}
.options .fa-chevron-right {
    font-size: 22px;
    padding-top: 20px;
    float: right;
    color: grey;
}
.options {
    background: #092631;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.options_first {
    padding-left: 20px;
    padding-top: 10px;
    margin: 0;
    color: white !important;
    font-weight: bold;
}
.options_second {
    padding-left: 20px;
    color:white !important;
}
h2, p, li{
    color:black;
}

.text2{
    color:white;
}

.games{
    transition:0.4s;
    -o-transition:0.4s;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    display:block;
    margin:0 auto;
}

.navbar-default {
    color: #fff;
    border-radius: 0;
    border:0;
    background:transparent;
}
.navbar-default .navbar-nav>li>a{
    color:#8e8e8e !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0;
}

.options2{
border-bottom:#dadada solid 1px;
    height:auto;
    padding:10px;
    overflow: hidden;
    margin-bottom:10px;
    border-radius:4px;
}
.options_first2{
    padding-left:20px;
    
    margin:0;
    color:#1f2d48;
    font-weight:bold;
    font-size:16px;
}
.options_firsts2{
    padding-left:20px;
   margin: 0;
    margin-top:5px;
    color:#1F2D48;
    font-weight:bold;
    font-size:26px;
}
.options_second2{
        padding-left:20px;
    color:grey;
margin:0;
    font-size:13px;
}
.options_seconds{
    color:black;
margin:0;
    margin-top:5px;
}
.visit_button{
    margin-top:15px;
    font-size: 14px;
 color:white;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:5px 10px 5px 10px;
    border-radius:5px;
    background:#1F2D48;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.visit_button:hover{
    color:white;
    background:#496AC8;
}
.visit_button a{
    color:white;
    text-decoration:none;
}
.visit_button2{
    font-size: 14px;
     color:white;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:10px 20px 10px 20px;
    border-radius:5px;
    background:#1F2D48;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    width:fit-content;
    margin-left:15px;
    font-weight:bold;
    
}
.visit_button2:hover{
    color:white;
    background:#496AC8;
    cursor:pointer;
}
.visit_button2 a{
    color:white;
    text-decoration:none;
}
.table_list{
    list-style:none;
    padding:0;
}
.table_list li{
    color:#8e8e8e;
}
.table_list .fa-check{
    background:darkseagreen;
    padding:2px;
    border-radius:50%;
    margin-right:2px;
    font-size:10px;
}

.navbar-nav>li>a{
    padding:15px 10px 5px 10px;
}
.header_image_review2{
    padding:30px;
}
.review_button1{
    background:black;
    padding:10px;
    color:white;
    text-align:center;
    width:fit-content;
        overflow: auto;
    clear: both;
    margin-top:15px;
}
.review_button1 a{
    text-decoration:none;
    color:white;
}
.review_flags img{
    width:30px;
    margin-right:10px;
    float:left;
   
}
.review_flags{
    overflow:hidden;
}
.header_image_review img{
    width:80%;
    display:block;
    margin:10px auto;
}
.header_image_review{
 overflow:hidden;   
}


.box{
    width:auto;
    border:solid #050e17 2px;
    border-radius:5px;
    height:300px;
    margin-top:20px;
    background:#050e17;
}
.box img{
    position: relative;
    bottom: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.box h3{
        color: white;
    padding-left: 15px;
    font-weight: bold;
    font-size:16px;
}

.nav-tabs {
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 20px;
}
.nav-tabs>li {
    float: right;
}
.nav-tabs>li>a, .nav-tabs>li.active>a{
    border:0;
    color:grey;
    cursor: default;
    background: transparent;
   transition:0.4s;
    -o-transition:0.4s;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    
    border: transparent;
}
.nav-tabs>li.active>a:hover{
    color:white;
    background:transparent;
    border:0;
    cursor:pointer;
}
.nav-tabs>li.active>a:focus {
    color:#a93232;
    background:transparent;
    border:0;
}
.nav-tabs>li>a{
    font-weight:bold;
}
.nav-tabs>li>a:hover{
color:#a93232;
    background:transparent;
    border:0;
}

.footer{
    background:#191919;
    background-repeat: repeat;
    padding:100px 100px 50px 100px;
}

@media(max-width:650px){
    .footer{
        padding:10px;
    }
}
.footer ul li {
    list-style:none;
    color:white;
    padding:5px;

}
.footer ul{
    padding:0;
}
.rights {
    text-align: right;
    color: white;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 5px;
    border-bottom: solid white 2px;
}
.fa-skype {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.fa-envelope {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.developers2{
overflow:auto;
    border-bottom:1px solid grey;
    margin-bottom:15px;
}



.progress {
    height: 5px;
}

.progress-bar-info{
background:#123742;
}
.button22{
background: #44d9e6;
    color: black;
    font-weight: bold;
    width: fit-content;
    padding: 10px 30px;
    font-size: 16px;}

.button22:hover{
border: 2px solid #44d9e6;
    color: #44d9e6;
    background:transparent;
    cursor:pointer;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
@media (max-width:970px){
    #payout{
        display:none !important;
    }
    #recension{
        text-align:center;
    }
}
.bonus_box{
    margin-bottom:10px;
    padding:20px;
    width:auto;
    height:auto;
    overflow:hidden;
}
.bonus_box p{
    margin:0;
}
.visit_button3{
    margin-top:15px;
    font-size: 14px;
    color:white;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:5px 10px 5px 10px;
    border-radius:5px;
    background:#1F2D48;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    width:fit-content;
    float:right;
}
.visit_button3:hover{
    color:white;
    cursor:pointer;
    background:#496AC8;
}
.visit_button3 a{
    color:white;
    text-decoration:none;
}
hr{
    border-top:1px solid #e4e4e4;
}

.spela_button{
    font-size: 14px;
    color:white;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:5px 10px 5px 10px;
    border-radius:5px;
    background:#1F2D48;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    width:fit-content;
    display:block;
    margin:15px auto;
}
.spela_button:hover {
    cursor:pointer;
    transform:scale(1.1);
}

.carousel-inner>.item>img{
    width:70%;
    display:block;
    margin:10px auto;
}
.parallax{
 background-image: url("back2.png");

  /* Set a specific height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}

#blue-box {
position:fixed;
width:10px;

    right: 70px;
    bottom: 20px;
}
#blue-box img{
background: white;
    padding: 5px 5px;
    border: 2px solid red;
    border-radius: 50%;
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    width: 50px;
}
#blue-box img:hover{
    cursor:pointer;
}