html{height:101%}
body, table{font-family:Candara;margin:0;background-color:#008D9E;font-size:14px;line-height:20px;color:#00434B}
a:active, a:hover, a:link, a:visited{color:#000;font-weight:700}
hr{border:0;border-top:1px solid #008d9e;margin:10px 0 0}
.left{float:left}
.right{float:right}
.clear{clear:both;font-size:1px}
.center{text-align: center;}
img {border-radius: 5px;}

#banner_left{display:none;}
@media (min-width:1328px){#banner_left{position:fixed;width:160px; height:600px; overflow:hidden;left:-5px;top:3%;display:inline;border-bottom-right-radius:15px;border-top-right-radius:15px;}}
#banner_right{display:none;}
@media (min-width:1320px){#banner_right{position:fixed;width:160px; height:600px;overflow:hidden; left:88.6%;top:3%;display:inline;border-bottom-left-radius:15px;border-top-left-radius:15px;}}

#page{display:-webkit-flex;  display:flex;  -webkit-flex-flow:row wrap;  flex-flow:row wrap; }
@media (min-width:920px){#page{margin: 0 auto;   /*width:960px; */  }}

#content{width:100%;}
@media (min-width:920px){#content{margin: 0 auto; width:960px;}}

.logo_container{text-align: center;width:100%;background-color:#fff}
#logo{text-transform: uppercase;border-bottom:1px solid #DE0000;margin:20px auto 10px auto;display:inline-block;padding-bottom:15px;}
#logo a{color:#DE0000}
#logo a>div:nth-of-type(1){display: inline-block;}
#logo a>div:nth-of-type(1)>div:nth-of-type(1){font-size:45px;margin-bottom:7px;}
#logo a>div:nth-of-type(1)>div:nth-of-type(2){font-size:25px;letter-spacing:9px;margin-left:5px;}
#logo a>div:nth-of-type(2){font-size:78px;display: inline-block;position:relative;left:-5px;top:10px;margin-bottom:10px;}

@media (min-width:425px){
  #logo{text-transform: uppercase;border-bottom:1px solid #DE0000;margin:30px auto 10px auto;display:inline-block;padding-bottom:0px;}
  #logo a>div:nth-of-type(2){font-size:78px;display: inline-block;position:relative;left:-5px;top:0;}
}
.main_header .flags{text-align:center}


.main{width:100%;margin-top:3px;}
.main_left{width:100%; display:inline-block; vertical-align: top; background-color:#ffffff; padding:10px 0;}
.main_right{width:100%;display:inline-block; vertical-align: top; background-color:#ffffff; padding:10px 0;}
.main_right img{max-width:95%; margin:0 auto; display:block}
.main_right ul {text-align: center;list-style: none;padding:0;margin:10px 0 10px 0;}
.main_right li {margin:5px;}
.main_right h4{text-align: center;padding:0;margin:10px 0 10px 0;font-size:16px;}
.main_right p{padding:5px 10px;text-align: justify;}
.main_page h1{text-align: center;}
.main_page h2{text-align: center;font-size:18px;}
.main_page p{text-align: justify;padding:0 10px;}

@media (min-width:630px){
  .main_left{width:75%; display:inline-block;}
  .main_right{width:24%;display:inline-block;}
}


.category{}
.category h1{text-align:center}
.category h2{text-align:center;font-size:20px;}
.category .img_main{width:95%;display:block;margin:0 auto;}
.category p{margin:10px;text-align: justify;}

.category_item {display:block;margin:30px auto;width:85%;border-top:1px #999999 solid;}
.category_item img{float:left;margin:5px 10px 0 0;}
.category_item h3{font-size:18px;text-align: left;margin:5px 0;padding:0;}
.category_item p{margin:0;padding:0;}

.main_item{display: inline-block;text-align: justify;margin:5px;width:95%;vertical-align: top;border-top:1px #999999 solid;padding-top:3px;}
.main_item img{float:left;margin:2px 5px 0 0;max-width:40%;}  /*width:140px;height:180px;*/
.main_item h3{font-size:18px;margin:2px 0 10px 0;padding:0;text-align: center;}

@media (min-width:530px){.main_item{width:47%;}}
@media (min-width:790px){.main_item{width:48%;}}

.thanks_item{display: inline-block;text-align: center;margin:10px;width:37%;}
.thanks_item img{display: block;width:100%;}

.game h1{text-align: center;}
.game h2{text-align: center;font-size:20px;}
.game p{text-align: justify;margin:25px;}
.game .img_center {display:block;margin:0 auto; max-width: 100%;}
.game .gallery{text-align: center;}

.game .button{
  width:150px; display:block; margin:10px auto;
  border: 1px solid #008D9E;
  text-align: center; padding:5px 20px;
  border-radius: 5px;
  background:#008D9E;
}
.game .button a{
  font-size:16px;
  text-decoration: none;
  color:#ffffff;
}

.game h3{text-align: center;font-size:24px;} 

.related_games{text-align: center;}
.related_games_item{width:40%;text-align: center;display:inline-block;margin:10px;}
.related_games_item img{width:100%;}



.game object, .game embed{
  width:90% !important;
  height:500px !important;
  text-align: center;
}

.footer{
  width:100%; background-color:#ffffff; margin:5px 0;padding:10px 0; text-align: center;}
}


/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   z-index:200;/* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0 0 10px 0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;   
   z-index:5;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:10px;
   /*background:#ddd;*/
   text-decoration:none;
   color:#444;
   font-weight:bold;
   /*border-bottom:1px solid #000;*/
}
#centeredmenu ul li a:hover {
   background:#36f; /* Top menu items background colour */
   color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#DE0000; /* Top menu items background colour */
   color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#DE0000; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

.send_link_a{font-size:20px;text-align: center;display: block;}

.top_games{text-align:center !important;margin:10px 0 10px 0;font-size: 16px;}
.top_games span{display:block;margin-bottom:10px;}
.top_games_item img{display:block;}
.top_games_item a{font-size: 14px;}
.top_games_item{display:inline-block;}
.star{position:relative;top:5px;display:inline;font-size:34px;color: red;}

.bottom_ads{text-align: center;display:none;}
.bottom_ads img{margin:20px 5px;}
@media (min-width:630px){
  .bottom_ads{text-align: center;display:block;}
}
