body {
	margin-top:0px;
	background-image: url(/images/boardgamesbackground.jpg);
    background-size: 100%;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.container {
	max-width:1350px;
	background:white;
}

.centeredtext {
	text-align:center;
	margin: 0px auto;
}

.maincolumn {
	max-width:897px;
}

.previewimage {
	/*box-shadow: 10px 10px 5px grey;*/
	max-width:350px;
}

.showfinger {
	cursor:pointer;
}

.sidecolumn {
	width:160px;
}

.navitems {
    text-align:left;
    font-size:12px;
}

.gamedetails {
	list-style-type: none;
	font-size:14px;
}

.thumbnail {
    width:100px;
	padding:1px;
	border:1px solid #021a40;
	background-color:#fff;
}

.inforow {
	border:2px solid #021a40;
	border-radius: 5px 25px;
	padding: 10px;
}

.infocolumns {
	position:relative;
}

.bg-image {
	background-size:1000px;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.thumbnailtext {
    width:90px;
	font-size:12px;
}

.previewimage {
	padding:1px;
	border:1px solid #021a40;
	background-color:#fff;
}

.IndividualListing { 
    margin-top:5px;
}

/***********************************************
Start watermark CSS 
************************************************/

input.watermark { color: #999; }
input {
	padding:4px;
	text-indent: 5px;
	font-size:14px;
}

/***********************************************
END watermark CSS 
***********************************************/


/***********************************************
Start search container
***********************************************/

.search-container {
  text-align: right;
  height:45px;
}

.search-container input[type=text] {
  padding: 1px;
  margin-top: 8px;
  font-size: 17px;
  border-width: 1px;
}

.search-container button {
  float: right;
  padding: 2px 5px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-container button:hover {
  background: #ccc;
}

/***********************************************
END search container
 ***********************************************/






/***********************************************
START for responsive navigation 
***********************************************/

a {
  /*color: #000;*/
  
  transition: color 0.3s ease;
}

/* header */

.header {
  background-color: #F7F9F9;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 10px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  background-color: #F7F9F9;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 15px 10px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 990px) { /* if less than 990px, then show the hamburger */
  .header li {
    float: left;
	//margin-bottom:5px;
  }
  .header li a {
    padding: 10px 30px;
  }
  .header .menu {
    clear: none;
    float: left;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
/***********************************************
END for responsive navigation 
***********************************************/
