/* CSS Document */
body{
	background-color:#dddacc;
	color:#FFFFFF;
	padding:0px;
	overflow-y: scroll;
	overflow-x: hidden;
}



#myGallery img{
	display:none;
}
#myGallery img.active{
	display:block;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.headerCol{
	background-color:#dddacc;
}

.gamesImages{
	width:100%;	
}

.test{
    position:fixed;
    width:100px;
    height:100px;
    background:red;
    left:10px;
    top:100px;
	z-index:1000;
}

.lightBorder{
	background-image:url(../img/border_bright.png);
	background-repeat:no-repeat;
	z-index:1000;
}

.darkContainer{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f1e1d+0,32353f+100 */
	background: rgb(31,30,29); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(31,30,29,1) 0%, rgba(50,53,63,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(31,30,29,1) 0%,rgba(50,53,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(31,30,29,1) 0%,rgba(50,53,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1e1d', endColorstr='#32353f',GradientType=0 ); /* IE6-9 */

}

.border_pale_dark{
	background-image:url(../img/border_pale_dark.png);
	background-repeat:repeat-x;
	height:12px;
}

.border_dark_pale{
	background-image:url(../img/border_dark_pale.png);
	background-repeat:repeat-x;
	height:12px;
}

.containerHeaderBounderyLG{
	max-height:65px;
	max-width:805px;
	font-size:46px;
	
}

.containerHeaderBounderySM{
	
	max-height:54px;
	max-width:667px;
	font-size:30px;
}

.containerHeaderBounderyXS{
	max-height:27px;
	max-width:339px;
	font-size:16px;
}


/*
.darkContainerHeader{
	background-image:url(../img/darkContainerHeader.png);
	background-repeat:no-repeat;
	background-size:contain;
	height:100%;
	width:100%;
}*/


.lightBorderTop{
	background-image:url(../img/border_bright2.png);
	background-repeat:repeat-x;
	height:33px;
	background-color:#544C3B;	
}

.lightBorderBottom{
	background-image:url(../img/border_bright.png);
	background-repeat:repeat-x;
	height:18px;
	background-color:#131E18;
}

.lightContainer{
	background-color:#dddacc;
}

.textBlack
{
	color:#000000;
	font-size:16px;;
}

.textAlignCenter{
	text-align:center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color:#dddacc;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border-color:#251e18;
	background-color:#dddacc;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #251e18;
}




