@charset "utf-8";
/* CSS GENERAL */
body {
  margin: 0;
  padding: 0;
  background-image: url(bg.jpg);
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 14px;
  background-repeat: repeat;
  background-position: top;
  background-size: cover;
}
A:link {
  color: #1a1919;
  text-decoration: none;
}
A:visited {
  color: #1a1919;
  text-decoration: none;
}
A:hover {
  color: #1a1919;
/*  text-decoration: underline; /*  */
  cursor: pointer;
}
A:active {
  color: #1a1919;
  text-decoration: none;
}
a img {
  border: none;
}
ul, li {
  list-style-type: none;
}
ul, li {
  margin: 0;
  padding: 0;
}
h1, h2 {
  padding: 0;
  border: 0;
  margin: 0px;
}
p {
  padding: 0;
  border: 0;
  margin: 0px
}
.clear {
  clear: both
}
/* END   - CSS GENERAL */
.box_ads_side_index_res {
  position: absolute;
  top: 930px;
  left: 1032px;
  width: 300px;
}
.box_ads_side_index_160 {
  display: none
}
#wrap {
  width: 640px;
  margin: 0px auto;
  position: relative;
}
#wrap_inside {
  width: 640px;
  margin-top: 46px;
  margin-bottom: 46px;
  padding-top: 15px;
  background-color: #fcf3e9;
  overflow: hidden;
}
/* HEADER */
#header {
  margin-left: 34px;
  margin-right: 34px;
}
.top_social {
  position: relative;
}
.top_barcode {
  vertical-align: bottom;
  padding-bottom: 1px;
}
.site_edition {
  font-weight: 400;
  font-size: 14px;
  color: #1a1919;
  margin-left: 4px;
  display: inline-block;
}
.top_social_icons {
  bottom: 2px;
  right: 0px;
  position: absolute;
  margin-right: 0px;
}
.divider1 {
  background-color: #48403e;
  height: 2px;
  border-bottom: 1px solid #726e69;
  margin-top: 4px;
  margin-bottom: 5px;
}
.top_logo {
  background-color: #48403e;
  height: 141px;
  border-bottom: 1px solid #726e69;
}
.logo {
  width: 409px;
  height: 106px;
  margin: 0 auto;
  display: block;
  padding-top: 16px;
  overflow: none;
}
.logo_dagelijks {
  position: absolute;
  padding-top: 19px;
  padding-left: 168px;
}
.divider2 {
  background-color: #48403e;
  height: 2px;
  border-bottom: 1px solid #726e69;
  margin-top: 5px;
  margin-bottom: 5px;
}
#navigation li {
  padding-right: 15px;
  font-weight: 700;
  font-size: 15px;
  color: #1a1919;
  float: left;
}
.nav_bullet {
  margin-right: 4px;
  padding: 0;
}
.navigation_date {
  font-weight: 400;
  font-size: 15px;
  color: #1a1919;
  float: right;
  padding-right: 1px
}
#mobilenav {
  display: none;
}
.slicknav_menu {
  display: none;
}
.mobilenav {
  display: none;
}
.nav_mobile_home {
  display: none;
}
.divider3 {
  background-color: #48403e;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 13px;
  border-bottom: 1px solid #726e69;
}
.box_ads_top_index_150 {
  margin: 0px auto;
  padding-bottom: 13px;
}
.box_ads_top_subs {
  display: none;
}
#main {
  margin-left: 34px;
  margin-right: 34px;
  padding-bottom: 34px;
}
#left-col {
  width: 600px;
  float: left;
  padding-right: 13px;
  border-right: 2px solid #48403e;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(131, 127, 122, 1);
  -moz-box-shadow: 1px 0px 0px 0px rgba(131, 127, 122, 1);
  box-shadow: 1px 0px 0px 0px rgba(131, 127, 122, 1);
}
/*Sudoku CSS*/
.puzzle_1_container {
  display: inline-block;
  float: left;
  margin-bottom: 13px;
}
.sub_puzzle_1_container {
  margin-top: 15px;
  width: 572px;
  background-color: #F3E2C6;
}
.puzzle_2_container {
  display: inline-block;
  float: left;
  margin-left: 13px;
  margin-bottom: 13px;
}
.puzzle_3_container {
  display: inline-block;
  float: left;
  margin-bottom: 13px;
}
.puzzle_4_container {
  display: inline-block;
  float: left;
  margin-bottom: 13px;
  margin-left: 13px;
}
/*Game container*/
.sudoku_container {
  width: 319px;
  padding-bottom: 11px;
  background-color: #F3E2C6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.sub_sudoku_container {
  margin: 0px auto;
}
/* Title and difficulty rating */
.sudoku_header {
  width: auto;
  display: inline-block;
}
.sudoku_title {
  width: auto;
  height: 18px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-top: 13px;
  padding-bottom: 13px;
}
.sudoku_difficulty {
  width: auto;
  height: 18px;
  position: relative;
  padding-bottom: 16px;
}
.sudoku_difficulty_star {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}
/* Div into which the game is drawn */
.sudoku_game {
  width: 295px;
  height: 302px;
  margin-left: 12px;
  margin-right: 12px;
}
.sudoku_game_table {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 2px solid #000;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}
/* Sidebar */
.sudoku_sidebar {
  width: 295px;
  height: 36px;
  ;
  background-color: #FFF;
  margin-top: 13px;
  margin-left: 12px;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.sudoku_container .visible {
  opacity: 1;
}
.sudoku_sidebar_table {
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}
.sudoku_sidebar_table td {
  font-size: 18px;
  line-height: 16px;
  background-color: #FFF;
  /*padding-top: 2px;*/
}
.sudoku_mode {
  font-size: 9px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}
.sudoku_sidebar .activated {
  background-color: #0090ff !important;
  color: #FFF !important;
}
/* Checkmark displayed on solved */
.sudoku_checkmark {
  width: 151px;
  height: 146px;
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
/* Puzzle menu */
.sudoku_menu {
  width: 295px;
  margin-top: 11px;
  margin-left: 12px;
  font-weight: 400;
  text-align: center;
}
.sudoku_container a {
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
  color: #21170B;
  text-decoration: none;
}
.sudoku_container .sudoku_message {
  font-weight: 700;
  text-align: center;
  margin-top: 9px;
  height: 18px;
}
/* Reset confirmation message box */
.sudoku_reset {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 6px;
  width: 219px;
  position: relative;
  top: -210px;
  left: 22px;
  z-index: 1;
  border: 1px solid #619827;
  background-color: #e7f6cd;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px
}
.box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 2px solid #7F9DB9;
}
.button_reset_yes {
  width: 70px;
  height: 28px;
  line-height: 28px;
  background-color: #a1d04c;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
}
.button_reset_yes A:link, .button_reset_yes A:visited, .button_reset_yes A:hover, .button_reset_yes A:active {
  color: #fff;
  TEXT-DECORATION: none;
}
.button_reset_yes:hover, .button_reset_yes:focus, .button_reset_yes:active {
  background-color: #68a100;
  color: white;
}
.button_reset_no {
  width: 70px;
  height: 28px;
  line-height: 28px;
  background-color: #f54949;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
}
.button_reset_no A:link, .button_reset_no A:visited, .button_reset_no A:hover, .button_reset_no A:active {
  color: #fff;
  TEXT-DECORATION: none;
}
.button_reset_no:hover, .button_reset_no:focus, .button_reset_no:active {
  background-color: #ce0000;
  color: white;
}
/*Cell styling*/
.sudoku_cell {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #C41000;
  cursor: pointer;
  outline: none;
  width: 11%;
  height: 11%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.sudoku_cell:hover {
  background-color: #f9eee2;
}
.sudoku_game .focus {
  background-color: #FDBC44;
}
.sudoku_container .initial {
  color: #000;
}
/* Cell hinting */
.sudoku_cell .hint_wrap {
  margin-left: 1px;
  margin-top: -4px;
}
.sudoku_cell .hint {
  font-size: 9px;
  font-weight: bold;
  font-family: "Tahoma";
  color: #006cff;
  width: 9px;
  height: 9px;
  display: inline-block;
  float: left;
}
/* Inner borders */
.sudoku_container .br {
  border-right: 2px solid #000;
}
.sudoku_container .bb {
  border-bottom: 2px solid #000;
}
/* Not solved and puzzle disabled modes */
.sudoku_container .full {
  border-bottom-color: #CC1616;
  border-right-color: #CC1616;
}
.sudoku_container .disabled {
  background-color: #FFF !important;
  cursor: default !important;
}
#right_col {
  float: right;
  width: 250px;
  margin-left: 13px;
}
.box_menu_bg {
  background-color: #f3e2c5;
  margin-bottom: 13px;
}
.box_menu_title {
  font-weight: 700;
  font-size: 22px;
  padding-left: 14px;
  padding-top: 12px;
  padding-bottom: 5px;
}
.box_menu_text {
  font-weight: 400;
  padding-left: 14px;
  padding-bottom: 8px;
  line-height: 22px;
}
.box_ads_250_bg {
  margin-bottom: 13px;
  width: 250px;
  height: 250px;
  border-spacing: 0;
  background-color: #f3e2c5;
}
.box_ads_600_bg {
  background-color: #f3e2c5;
  padding-left: 45px;
  padding-top: 12px;
  padding-bottom: 11px;
  margin-bottom: 13px;
}
.box_intro_bg {
  background-color: #f3e2c5;
  width: 651px;
  float: left;
  margin-bottom: 13px;
}
.box_intro_title {
  font-weight: 700;
  font-size: 22px;
  padding-left: 14px;
  padding-top: 12px;
  padding-bottom: 5px;
}
.box_intro_text_bold {
  font-weight: 600;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 5px;
  line-height: 22px;
}
.box_intro_text {
  font-weight: 400;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 8px;
  line-height: 22px;
}
.box_more {
  clear: both;
}
.box_more_button {
  display: block;
  text-align: center;
  outline: none;
  padding: 14px 14px;
  border: none;
  background: #dec090;
  font-family: 'Merriweather', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  transition: background .14s ease-in-out, border .14s ease-in-out;
  -webkit-appearance: none;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, .box_more_button:hover {
  background: #d3ae73;
}
.box_more A:hover {
  text-decoration: none
}
/**/
.box_sub_bg {
  background-color: #f3e2c5;
  width: 572px;
  padding-bottom: 2px;
  float: left;
}
.box_sub_bg_partners {
  background-color: #f3e2c5;
  width: 100%;
  padding-bottom: 2px;
  float: left;
}
.box_sub_head {
  font-weight: 700;
  font-size: 22px;
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 9px;
}
.box_sub_text {
  font-weight: 400;
  padding-left: 18px;
  padding-right: 14px;
  padding-bottom: 12px;
  line-height: 22px;
}
.box_sub_text_privacy a:hover {
  text-decoration: none;
}
.box_sub_title {
  font-weight: 700;
  font-size: 16px;
  padding-left: 18px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 12px;
}
.box_sub_img {
  margin-top: 0px;
  margin-left: 18px;
  margin-bottom: 12px;
}
.last_img {
  margin-bottom: 16px;
}
.box_sub_dot {
  margin-right: 6px;
  margin-bottom: 1px;
}
.box_sub_imgwrap {
  float: left;
  margin: 0;
  padding-right: 10px;
}
.box_sub_imgwrap_long {
  float: left;
  margin: 0;
  padding-right: 10px;
}
.box_sub_imgwrap_square {
  float: left;
  margin: 0;
  padding-right: 10px;
}
.box_sub_imgwrap_halfsquare {
  float: left;
  margin: 0;
  padding-right: 10px;
}
.box_sub_imgwrap_squares {
  float: left;
  margin: 0;
  padding-right: 10px;
}
.box_sub_contact {
  margin-left: 18px;
}
.box_sub_link {
  font-weight: 400;
  padding-left: 18px;
  padding-right: 14px;
  padding-bottom: 12px;
  line-height: 22px;
}
/*Archiver CSS*/
.archiver {
  float: left;
  width: 600px;
  padding-bottom: 40px;
}
.archiver .unfolded {
  height: auto !important;
}
.archiver .year {
  margin-left: 20px;
  overflow: hidden;
  height: 30px;
}
.archiver .year_title {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.year_title:hover {
  text-decoration: underline;
}
.archiver .month {
  margin-left: 20px;
  overflow: hidden;
  height: 22px;
  margin-top: 5px;
  margin-bottom: 8px;
}
.month_title:hover {
  text-decoration: underline;
}
.archiver .month_title {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.archiver .edition {
  margin-left: 20px;
  overflow: hidden;
  height: 20px;
  padding-top: 8px;
  padding-bottom: 0px;
}
.archiver .edition_title {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-transform: lowercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.edition_title:hover {
  text-decoration: underline;
}
.archiver .puzzle {
  margin-left: 30px;
  font-weight: 700;
  padding-top: 6px;
  padding-bottom: 0px;
}
.openclose {
  margin-right: 6px;
}
.openclosem {
  margin-right: 6px;
}
.archiver .openclosee {
  margin-right: 6px;
}
.openclosep {
  margin-right: 6px;
  margin-bottom: 1px;
}
/*minigame page*/
.box-minigames {
  width: 651px;
  float: left;
}
.sub_minigames_container {
  width: 299px;
  padding: 10px 10px 6px 10px;
  float: left;
  background-color: #F3E2C6;
  margin-bottom: 13px;
  margin-right: 13px;
}
.sub_minigames_container:nth-child(2n) {
  margin-right: 0px;
}
.sub_minigames_img {
  width: 299px;
}
.sub_minigames_title {
  font-weight: 700;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.vote_index {
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  width: 200px;
  margin-left: 4px;
}
.sub_minigames_text {
  font-weight: 400;
  line-height: 22px;
  padding-top: 5px;
}
/*minigames*/
.minigame_ad_site1_300 {
  position: absolute;
  top: 499px;
  left: -351px;
  width: 300px;
  height: 600px;
}
.minigame_ad_site2_300 {
  position: absolute;
  top: 499px;
  left: 1049px;
  width: 300px;
  height: 600px;
}
.minigame_ad_site1_160 {
  display: none
}
.minigame_ad_site2_160 {
  display: none
}
#minigame_bg {
  background-color: #f3e2c5;
  width: 930px;
  margin-bottom: 13px;
}
.minigame_game {
  text-align: center;
}
.minigame_ad_top {
  width: 728px;
  margin: 0px auto;
  padding-top: 14px;
  padding-bottom: 150px;
}
.minigame_res_top {
  display: none;
}
.minigame_res_under {
  display: none;
}
.minigame_res_center {
  display: none;
}
.minigame_social {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.fbconnect {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.twitter-share {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
}
.minigame_bookmark {
  padding-top: 4px;
  display: inline-block;
  vertical-align: top;
	
}
.minigame_bookmark_text {
  display: inline-block;
vertical-align: top;
 padding-top: 1px;
  padding-left: 3px;

}
.minigame_bookmark_text A:link {
  text-decoration: none;
}
.minigame_bookmark_text A:visited {
  text-decoration: none;
}
.minigame_bookmark_text A:hover {
  text-decoration: underline;
}
.minigame_bookmark_text A:active {
  text-decoration: none;
}
.minigame_ad_center {
  width: 728px;
  margin: 0px auto;
  padding-bottom: 14px;
  margin-top: 90px;
}
.minigame_left {
  float: left;
  width: 100%;
}
.minigame_info_bg {
  height: auto;
  vertical-align: top;
  padding-left: 22px;
  padding-right: 18px;
  padding-top: 18px;
  background-color: #f3e2c5;
}
.minigame_info_txt1 {
  font-weight: 700;
  vertical-align: top;
  width: 17%;
  float: left;
}
.minigame_info_txt2 {
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 12px;
  width: 83%;
  float: left;
}
.rate1 {
  color: #858383;
  padding-bottom: 5px;
}
.rate3 {
  padding-bottom: 5px;
  color: #858383;
}
.rate4 {
  padding-bottom: 5px
}
.rate5 {
  font-weight: 700;
  color: #F60;
}
.minigame_info_button {
  box-sizing: border-box;
  text-align: center;
  outline: none;
  padding: 0 10px;
  min-width: 165px;
  height: 40px;
  border: none;
  border-bottom: 3px solid #e58426;
  background: #f39f2d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 0.25em;
  cursor: pointer;
  transition: background .14s ease-in-out, border .14s ease-in-out;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, minigame_info_button:hover, .minigame_info_button:hover {
  background: #f7b948;
}
.minigame_diagonaalsudoku {
  width: 800px;
  height: 600px;
}
.minigame_mathdoku {
  width: 800px;
  height: 600px;
}
.minigame_sudokuclassic {
  width: 800px;
  height: 450px;
}
.minigame_sudokupuzzel {
  width: 800px;
  height: 533px;
}
.minigame_mastersudoku {
  width: 500px;
  height: 680px;
}
.minigame_sudoku3 {
  width: 383px;
  height: 680px;
}
.minigame_dagelijkssudoku {
  width: 800px;
  height: 480px;
}
.minigame_sudokuexpress {
  width: 728px;
  height: 456px;
}
.minigame_funsudoku {
  width: 602px;
  height: 602px;
}
.minigame_strandsudoku {
  width: 448px;
  height: 546px;
}
.minigame_sudoku {
  width: 430px;
  height: 606px;
}
.minigame_sudoku2 {
  width: 360px;
  height: 421px;
}
.minigame_sudokukalender {
  width: 400px;
  height: 600px;
}
.minigame_sudokuonline {
  width: 800px;
  height: 600px;
}
@media (max-width: 1750px) {
  .minigame_ad_site1_300, .minigame_ad_site2_300 {
    display: none;
  }
  .minigame_ad_site1_160 {
    display: block;
    position: absolute;
    top: 499px;
    left: -211px;
    width: 160px;
    height: 600px;
  }
  .minigame_ad_site2_160 {
    display: block;
    position: absolute;
    top: 499px;
    left: 1049px;
    width: 160px;
    height: 600px;
  }
  .box_ads_side_index_res {
    display: none;
  }
  .box_ads_side_index_160 {
    display: block;
    position: absolute;
    top: 930px;
    left: 1032px;
    width: 160px;
    height: 600px;
  }
}
@media (max-width: 1500px) {
  .minigame_ad_site1_160 {
    display: none;
  }
  #wrap {
/*    margin-left: 5px;    /*  */
    margin-right: auto;
  }
}
@media (max-width: 1279px) {
  .minigame_ad_site2_160 {
    display: none;
  }
  .box_ads_side_index_160 {
    display: none;
  }
}
/*@media (max-width: 1023px) {
  #wrap {
    width: 640px;
/*    margin-left: auto;    /*  /
    margin-right: auto;
  }
  #wrap_inside {
    margin-bottom: 13px;
/*    width: 760px;    /*  /
  }
  #main {
    padding-bottom: 13px;
  }
  .logo_dagelijks {
    display: none;
  }
  #navigation li {
    display: none;
  }
  .navigation_date {
    float: none;
    text-align: center;
  }
  #wrap_inside {
    margin-top: 8px;
  }
  .divider3 {
    margin-bottom: 13px;
  }
  .box_ads_top_subs {
    display: block;
    margin: 0px auto;
    padding-bottom: 14px;
  }
  .slicknav_btn {
    font-family: "Open Sans", Arial, sans-serif;
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
  }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
  }
  .slicknav_menu {
    *zoom: 1;
    display: block;
  }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
  }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
  }
  .slicknav_menu .slicknav_no-text {
    margin: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .slicknav_menu:before {
    content: " ";
    display: table;
  }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
  }
  .slicknav_nav {
    clear: both;
  }
  .slicknav_nav ul {
    display: block;
  }
  .slicknav_nav li {
    display: block;
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    color: #c6c8c8;
    float: right;
  }
  .slicknav_nav .slicknav_item {
    cursor: pointer;
  }
  .slicknav_nav .slicknav_item a {
    display: inline;
  }
  .slicknav_nav .slicknav_row {
    display: block;
  }
  .slicknav_nav a {
    display: block;
  }
  .slicknav_brand {
    float: left;
  }
  .slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
  }
  .slicknav_menu .slicknav_menutxt {
    color: #1a1919;
    font-weight: bold;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #1a1919;
  }
  .slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fcf3e9;
  }
  .slicknav_nav {
    font-family: "Open Sans", Arial, sans-serif;
    color: #1a1919;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    list-style: none;
    background-color: #fcf3e9;
    display: block;
    position: static !important;
    width: 100%;
  }
  .slicknav_nav a {
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    color: #1a1919;
    border-bottom: 1px solid #e1ccb5;
  }
  .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_row:hover a {
    background: #f3e2c6;
    color: #1a1919;
  }
  #right_col {
    display: none
  }
  #left-col {
    width: 692px;
    padding-right: 0px;
    border-right: 0px solid #48403e;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(131, 127, 122, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(131, 127, 122, 1);
    box-shadow: 0px 0px 0px 0px rgba(131, 127, 122, 1);
  }
  .sudoku_container {
    width: 339px;
  }
  .sudoku_game {
    width: 311px;
    height: 318px;
    margin-left: 14px;
  }
  .sudoku_sidebar {
    width: 311px;
    height: 38px;
    margin-left: 14px;
  }
  .sudoku_menu {
    width: 311px;
    margin-top: 11px;
    margin-left: 14px;
  }
  .box_intro_bg {
    width: 692px;
  }
  .box_sub_bg {
    width: 692px;
  }
  .sub_puzzle_1_container {
    width: 692px;
  }
  .sub_minigames_container {
    width: 319px;
    margin-bottom: 14px;
  }
  .sub_minigames_img {
    width: 319px;
    height: 171px;
  }
  #minigame_bg {
    width: 692px;
    padding-top: 13px;
    padding-bottom: 1px;
  }
  .minigame_ad_top {
    display: none;
  }
  .minigame_res_top {
    display: block;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 137px;
  }
  .minigame_res_center {
    display: block;
    padding-top: 76px;
    text-align: center;
    padding-bottom: 13px;
  }
  .minigame_res_under {
    display: block;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 46px;
  }
  .minigame_ad_center {
    display: none;
  }
  .minigame_diagonaalsudoku {
    width: 640px;
    height: 480px;
  }
  .minigame_mathdoku {
    width: 640px;
    height: 480px;
  }
  .minigame_sudokuclassic {
    width: 640px;
    height: 360px;
  }
  .minigame_sudokupuzzel {
    width: 640px;
    height: 426px;
  }
  .minigame_dagelijkssudoku {
    width: 640px;
    height: 384px;
  }
  .minigame_sudokuexpress {
    width: 640px;
    height: 401px;
  }
  .minigame_sudokuonline {
    width: 640px;
    height: 480px;
  }
}  /*  */
@media (max-width: 767px) {
  #wrap, #wrap_inside {
    width: 630px;
  }
  #left-col {
    width: 630px;
  }
  .puzzle_1_container {
    display: inline-block;
    float: none;
  }
  .puzzle_2_container {
    display: inline-block;
    float: none;
    margin-left: 0px;
    margin-top: 13px
  }
  .puzzle_3_container {
    display: inline-block;
    float: none;
    margin-top: 13px;
  }
  .puzzle_4_container {
    display: inline-block;
    float: none;
    margin-top: 13px;
    margin-left: 0px;
  }
  .sudoku_container {
    width: 562px;
  }
  .sudoku_game {
    margin: 0px auto;
    width: 311px;
    height: 318px;
  }
  .sudoku_sidebar {
    width: 311px;
    height: 38px;
    margin: 0 auto;
    margin-top: 11px
  }
  .sudoku_menu {
    width: 311px;
    margin: 0 auto;
    margin-top: 11px
  }
  .box_intro_bg {
    width: 562px;
  }
  .box_sub_bg {
    width: 562px;
  }
  .sub_puzzle_1_container {
    width: 562px;
  }
  .sub_minigames_container {
    width: 254px;
    margin-bottom: 14px;
  }
  .sub_minigames_img {
    width: 254px;
    height: 136px;
  }
  #minigame_bg {
    width: 562px;
    padding-top: 9px;
  }
  .minigame_info_txt1 {
    font-size: 14px;
    vertical-align: top;
    width: 100%;
    float: none;
    padding-bottom: 8px;
  }
  .minigame_info_txt2 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 12px;
    width: 100%;
    float: none;
  }
  .minigame_diagonaalsudoku {
    width: 546px;
    height: 410px;
  }
  .minigame_mathdoku {
    width: 546px;
    height: 410px;
  }
  .minigame_sudokuclassic {
    width: 546px;
    height: 307px;
  }
  .minigame_sudokupuzzel {
    width: 546px;
    height: 364px;
  }
  .minigame_dagelijkssudoku {
    width: 546px;
    height: 328px;
  }
  .minigame_sudokuexpress {
    width: 546px;
    height: 342px;
  }
  .minigame_funsudoku {
    width: 546px;
    height: 546px;
  }
  .minigame_sudokuonline {
    width: 546px;
    height: 410px;
  }
  .box_more {
    width: 562px;
    padding-top: 0px;
  }
}
@media (max-width: 640px) {
  #wrap, #wrap_inside {
    width: 500px;
  }
  #left-col {
    width: 500px;
  }
  .site_edition {
    display: none
  }
  .top_logo {
    height: 115px;
  }
  .logo {
    width: 330px;
    height: 85px;
  }
  .sudoku_container {
    width: 432px;
  }
  .sudoku_game {
    margin: 0px auto;
    width: 311px;
    height: 318px;
  }
  .box_intro_bg {
    width: 432px;
  }
  .box_sub_bg {
    width: 432px;
  }
  .sub_puzzle_1_container {
    width: 432px;
  }
  .sub_minigames_container {
    width: 412px;
    margin-bottom: 13px;
  }
  .sub_minigames_img {
    width: 412px;
    height: 221px;
  }
  #minigame_bg {
    width: 432px;
    padding-top: 5px;
  }

  .minigame_bookmark {
    display: none;
  }
  .minigame_ad_center {
    display: none;
  }
  .minigame_diagonaalsudoku {
    width: 422px;
    height: 317px;
  }
  .minigame_mathdoku {
    width: 422px;
    height: 317px;
  }
  .minigame_sudokuclassic {
    width: 422px;
    height: 237px;
  }
  .minigame_sudokupuzzel {
    width: 422px;
    height: 281px;
  }
  .minigame_mastersudoku {
    width: 422px;
    height: 574px;
  }
  .minigame_dagelijkssudoku {
    width: 422px;
    height: 254px;
  }
  .minigame_sudokuexpress {
    width: 422px;
    height: 264px;
  }
  .minigame_funsudoku {
    width: 422px;
    height: 422px;
  }
  .minigame_strandsudoku {
    width: 422px;
    height: 514px;
  }
  .minigame_sudoku {
    width: 422px;
    height: 595px;
  }
  .minigame_sudokuonline {
    width: 422px;
    height: 317px;
  }
  .box_more {
    width: 432px;
  }
}
@media (max-width: 525px) {
  #wrap, #wrap_inside {
    width: 435px;
  }
  #left-col {
    width: 435px;
  }
  .site_edition {
    display: none
  }
  .top_logo {
    height: 105px;
  }
  .logo {
    width: 280px;
    height: 72px;
  }
  .sudoku_container {
    width: 367px;
  }
  .sudoku_game {
    margin: 0px auto;
    width: 311px;
    height: 318px;
  }
  .box_intro_bg {
    width: 367px;
  }
  .box_sub_bg {
    width: 367px;
  }
  .sub_puzzle_1_container {
    width: 367px;
  }
  .box_sub_imgwrap_square {
    padding-bottom: 10px;
    width: 328px;
    height: 345px;
  }
  .box_sub_imgwrap_halfsquare {
    padding-bottom: 10px;
    width: 328px;
    height: 119px;
  }
  .box_sub_imgwrap_squares {
    padding-bottom: 10px;
    width: 334px;
    height: 136px;
  }
  .box_sub_imgwrap {
    padding-bottom: 10px
  }
  .archiver .edition {
    margin-left: 0px;
  }
  .sub_minigames_container {
    width: 347px;
    margin-bottom: 13px;
  }
  .sub_minigames_img {
    width: 347px;
    height: 186px;
  }
  #minigame_bg {
    width: 367px;
  }
  .minigame_diagonaalsudoku {
    width: 357px;
    height: 268px;
  }
  .minigame_mathdoku {
    width: 357px;
    height: 268px;
  }
  .minigame_sudokuclassic {
    width: 357px;
    height: 201px;
  }
  .minigame_sudokupuzzel {
    width: 357px;
    height: 238px;
  }
  .minigame_mastersudoku {
    width: 357px;
    height: 486px;
  }
  .minigame_dagelijkssudoku {
    width: 357px;
    height: 215px;
  }
  .minigame_sudokuexpress {
    width: 357px;
    height: 224px;
  }
  .minigame_funsudoku {
    width: 357px;
    height: 357px;
  }
  .minigame_strandsudoku {
    width: 357px;
    height: 435px;
  }
  .minigame_sudoku {
    width: 357px;
    height: 503px;
  }
  .minigame_sudoku2 {
    width: 357px;
    height: 417px;
  }
  .minigame_sudokuonline {
    width: 357px;
    height: 268px;
  }
  .minigame_sudokukalender {
    width: 357px;
    height: 536px;
  }
  .box_more {
    width: 367px;
  }
}
@media (max-width: 480px) {
  #wrap, #wrap_inside {
    width: 320px;
  }
  #header {
    margin-left: 5px;
    margin-right: 5px;
  }
  #main {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
  }
  .top_barcode {
    display: none;
  }
  .top_social {
    height: 18px
  }
  .top_social_icons {
    bottom: 0px;
    text-align: center;
    display: block;
  }
  .top_logo {
    height: 100px;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .logo {
    width: 260px;
    height: 68px;
  }
  .navigation_date {
    display: none
  }
  .divider1 {
    display: none
  }
  .divider2 {
    display: none
  }
  .divider3 {
    display: none
  }
  #left-col {
    width: 320px;
  }
  .sudoku_container {
    width: 310px;
  }
  .sudoku_game {
    margin: 0px auto;
    width: 293px;
    height: 300px;
  }
  .sudoku_sidebar {
    width: 293px;
    height: 36px;
  }
  .box_intro_bg {
    width: 310px;
  }
  .box_sub_bg {
    width: 310px;
  }
  .sub_puzzle_1_container {
    width: 310px;
  }
  .box_sub_imgwrap_long {
    padding-bottom: 10px;
    width: 280px;
    height: 32px;
  }
  .box_sub_imgwrap_square {
    padding-bottom: 10px;
    width: 276px;
    height: 291px;
  }
  .box_sub_imgwrap_halfsquare {
    padding-bottom: 10px;
    width: 278px;
    height: 101px;
  }
  .box_sub_imgwrap_squares {
    padding-bottom: 10px;
    width: 275px;
    height: 112px;
  }
  .box_sub_imgwrap {
    padding-bottom: 10px
  }
  .box_sub_img {
    width: 274px;
    height: 287px;
  }
  .archiver .month {
    margin-left: 0px;
  }
  .archiver .edition {
    margin-left: 0px;
  }
  .archiver .edition_title {
    font-size: 14px;
  }
  .archiver .month_title {
    font-size: 16px;
  }
  .archiver .year_title {
    font-size: 22px;
  }
  .archiver .puzzle {
    font-size: 14px;
  }
  .sub_minigames_container {
    width: 290px;
    margin-bottom: 13px;
  }
  .sub_minigames_img {
    width: 290px;
    height: 155px;
  }
  #minigame_bg {
    width: 310px;
  }
  .fbconnect {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
  }
  .twitter-share {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
  }
  .minigame_social {
    text-align: left;
  }
  .minigame_res_top {
    padding-top: 9px;
  }
  .minigame_diagonaalsudoku {
    width: 300px;
    height: 225px;
  }
  .minigame_mathdoku {
    width: 300px;
    height: 225px;
  }
  .minigame_sudokuclassic {
    width: 300px;
    height: 169px;
  }
  .minigame_sudokupuzzel {
    width: 300px;
    height: 200px;
  }
  .minigame_mastersudoku {
    width: 300px;
    height: 408px;
  }
  .minigame_sudoku3 {
    width: 300px;
    height: 533px;
  }
  .minigame_dagelijkssudoku {
    width: 300px;
    height: 181px;
  }
  .minigame_sudokuexpress {
    width: 300px;
    height: 188px;
  }
  .minigame_funsudoku {
    width: 300px;
    height: 300px;
  }
  .minigame_strandsudoku {
    width: 300px;
    height: 366px;
  }
  .minigame_sudoku {
    width: 300px;
    height: 423px;
  }
  .minigame_sudoku2 {
    width: 300px;
    height: 351px;
  }
  .minigame_sudokukalender {
    width: 300px;
    height: 450px;
  }
  .minigame_sudokuonline {
    width: 300px;
    height: 225px;
  }
  .box_more {
    width: 310px;
  }
}