html {
        
}
body
{
	min-width: 1200px;
}

.bg {
	background: url(/img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-inverse .registry-btn, .navbar-inverse .registry-btn:hover
{
	color: white;
	font-size: 16px;
	font-weight: bold;
	background-color: #ee4910;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 0px #be3a0d;
	margin: 6px;
	padding: 8px 15px;
}

.navbar-brand img {
	height: 25px;	
}	

.btn
{
	color: white;
	font-weight: bold;
	background-color: #ee4910;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 0px #be3a0d;
	margin-top: -3px;
	border-bottom: 2px solid #be3a0d;
}
.btn-primary {
	color: #fff;
	background-color: #ee4910;
	border: none;
	border-bottom: 2px solid #be3a0d;
}
.btn-primary:hover
{
	background-color: #da3a03;
	border-bottom: 2px solid #be3a0d;
}

.navbar-inverse .navbar-nav>li>a.registry-btn
{
	color: white;
	border-bottom: 2px solid #288944;
}
.navbar-inverse .navbar-nav>li>a.registry-btn:hover 
{
	color: #fff;
	background-color: #3dd368;
}
.container 
{
	width: 1000px;
	max-width: none !important;
}

.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}
/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
.registration .popover-content {
	padding: 10px;
}
.registration #popover {
	height: 108px;
	z-index: 100000;
	top: 40px;
	left: -178px;
	display: block;
	width: 320px !important;
	max-width: none;
}
.registration #popover button, .search button
{
	display: inline;
	width: 90px;
	height: 34px;
}
.registration #popover input, .search input
{
	width: 172px;
	display: inline;
	margin-top: 8px;
}
.popover.bottom>.arrow {
	left: 250px;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.navbar-brand
{
	padding: 10px;
	margin-right: 10px;
	
}
.search
{
	float: right;

}
.search input
{
	width: 280px;
}
.search .btn
{
	padding: 3px; 
}

.top-content 
{
	background-color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 10px;
	padding: 15px 0px;
}
.clear
{
	clear: both;
}
.navbar .container
{
	padding: 0px;
}
.navbar-inverse .registry-btn, .navbar-inverse .registry-btn, .navbar-inverse .registry-btn, .navbar-inverse .registry-btn:hover
{
	margin-right: 0px;
}
.popular
{
	border: 4px solid #d9d9d9;
	position: relative;
	height: 100%;
	margin-top: 7px;
	padding: 7px;
}
.content .col-xs-4
{
	padding-left: 0px;
}
.popular h2
{
	background-color: white;
	text-align: center;
	font-size: 21px;
	position: relative;
	top: -22px;
	margin: 0px;
	display: inline;
	padding: 0px 10px;
	left: 50%;
	margin-left: -105px;
	font-weight: bold;
}
.popular .item img
{
	display: block;
	margin-right: 10px;
	border: solid 3px #f1f1f1;
	width: 42px;
	height: 42px;
}
.popular .item .title
{
	font-weight: bold;
	max-width: 190px;
	vertical-align:middle;
	text-align: left;
}

.popular .item
{
	margin-top: -16px;
	margin-bottom: 6px;
	position: relative;
}
.popular .item:last-child
{
	margin-bottom: 0px;
}
.popular .item .btn
{
	text-align: right;
}
.popular hr 
{
	margin-top: 0px;
	margin-bottom: 20px;
	border: 0;
	border-top: 2px solid #eee;
}
.popular .title a {
	color: #333333;
}
.content
{
	background-color: white;
	padding: 15px;
	margin-top: 55px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.block
{
	padding: 10px;
	padding-top: 1px;
	background-color: #f1f1f1;
	text-align: center;
	 -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
	text-shadow: 0px 1px 0px white;
	margin-bottom: 13px;
}
.blocks .block {
	min-height: 400px;	
}	
.block:hover
{
	background-color: #e4e4e4;
}
.block a
{
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 20px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.block a:hover
{
	color: #ee4910;
}
.block .text-left a
{
	display: inline;
	font-size: 14px;
}
.cat
{

	margin-bottom: 0px;
	padding: 15px 15px 0px 15px;

}

.cat-list
{
}
.cat-list .block
{
	background-color: #f1f1f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	float: left;
	margin: 15px 0px 0px 15px;
	width: 478px;
}
.clear
{
	clear: both;
}
.cat-list .title
{
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: black;
}
.cat-list .title:hover
{
	text-decoration: none;
}
.cat-list dd
{
	margin-left: 30px;
	color: #8a8a8a;
	font-size: 13px;
}
.cat-list .img
{
	float: left;
	margin-right: 10px;
}
.cat-list .btn
{
	padding: 3px 8px;
}
.cat-list dl
{
	margin-bottom: 15px;
	font-size: 13px;
}
a
{
	color: #ee4910;
}
a:hover, a:focus {
color: #ee4910;
text-decoration: underline;
}
.cat .nav>li>a
{
	font-size: 16px;
	padding: 10px;
}
h1
{	
	margin-top: 0px;
}
.btn-block
{
	margin-top: 5px;
}
.panel-heading h1
{
	margin: 0;
	text-shadow: 0px 1px 0px white;
}
.game-info
{
	border: 1px dashed #CCC;
	background: #FAFAFA;
	padding: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #000;
	display: block;
	float: left;
}
.game-description
{
	margin-top: 20px;
}
.game-photos .block
{
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	height: auto;
}
.game-photos .block:hover
{
	border-color: #c6c6c6;
}
.game-photos 
{
	margin-bottom: 20px;
	margin-top: 20px;
}
.cat-list .block p
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.search-result a.title
{
	font-weight: bold;
	font-size: 16px;
}
.search-title
{
	font-size: 28px;
	font-weight: bold;
}
h1
{
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 8px;
	text-shadow: 0px 1px 0px white;
	font-size: 30px;
	margin-top: 20px;
   margin-bottom: 10px;
}
h2
{
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 8px;
	text-shadow: 0px 1px 0px white;
}
a.red
{
	color: #ee4910 !important;
}
a.red:hover 
{
	color: #ff591f !important;
}
.content .col-xs-3
{
	padding-right: 0px !important;
}
.blocks .col-xs-6
{
	padding-left: 7px !important;
	padding-right: 7px !important;
}
.blocks
{
	margin: -7px;
	margin-top: 15px;
}
.menu-fixed
{
	/*position: fixed;*/
	width: 240px;
}
.menu-left
{
	background-color: #f1f1f1;
	margin-bottom: 20px;
}
.menu-left .title
{
	background-color: #dedede;
	color: #8c8c8c;
	text-transform: uppercase;
	font-size: 16px;
	padding: 4px 10px;
	font-weight: bold;	
}
.menu-left  ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 10px 10px 15px;
}
.menu-left  ul li
{
	margin: 10px 0px;
	
}
.menu-left  ul li a
{
	color: black;
}
.newsletter 
{
	background-color: #f1f1f1;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	margin-top: 15px;
	color: #5d5d5d;
}
.newsletter  .title
{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	color: black;
}

.newsletter .btn
{
	display: block;
	margin-top: 5px;
	width: 100%;
}

.well
{
	font-size :11px;
	color: #858585;
}

.well a {
	color: #858585;
}

.inner-page h1 {
	margin-top: 0;
}

#footer-container {
	text-align: center;
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 3px;
	padding: 15px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 15px;
}
#footer-container p {
	margin-bottom: 0;
}

.blocks .block .game-name {
	margin-top: 8px;
}
.blocks .block .game-name a {
	display: inline;
}
.blocks .block .game-name .glyphicon-info-sign {
	margin-top: 4px;
	color: gray;
}
.blocks .block .game-name .glyphicon-info-sign:hover {
	color: #EE4910;
}

.error {
	color: #843534;
}

.star-empty
{
	display: inline-block;
	width: 19px;
	height: 18px;
	background-image: url('/img/star-empty.png');
}
.star-full
{
	display: inline-block;
	width: 19px;
	height: 18px;
	background-image: url('/img/star.png');
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #ee4910;
	border-color: #be3a0d;
}

.rating
{
	display: block;
	padding: 10px;

	width: 80px;
	color: white;
	background-color: #ee4910;
	border-radius: 4px;
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
}
.block .rating a, .rating-big p
{
	color: white;
	text-shadow: none;
	font-weight: normal;
	font-size: 14px;
	display: block;
	margin: 0px;

}
.rating a:hover
{
	color: white;
	text-decoration: none;
}
.rating span, .rating-big span
{
display: block;
font-weight: bold;
font-size: 22px;
}
.review_rate {
	float: right;
}

.rating-big
{
	display: block;
	padding: 10px;

	width: 80px;
	color: white;
	background-color: #ee4910;
	border-radius: 4px;
	position: absolute;
	top: 105px;
	right: 50px;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
}

.blocks .block
{
	position: relative;
}

/* ------------------- */

.award
{
 position: absolute;
 bottom: 15px;
 left: -8px;
 padding: 3px 15px;
}
.aw-yellow, .aw-blue, .aw-red, .aw-green
{
 color: white !important;
 font-weight: bold;
 font-size :14px !important;
}
.aw-yellow
{
 background-color: #fab100;
 text-shadow: 0px 1px 0px #c88e00;
}
.aw-yellow:hover, .aw-blue:hover, .aw-red:hover, .aw-green:hover
{
 text-decoration: none;
}
.aw-yellow-corner, .aw-blue-corner, .aw-red-corner, .aw-green-corner
{
 width: 0px;
 position: absolute;
 bottom: 7px;
 left: -8px;
}
.aw-blue
{
 background-color: #1cacef;
 text-shadow: 0px 1px 0px #0663a4;
}
.aw-blue-corner
{
 border: 4px solid transparent;  border-top: 4px solid #0663a4; border-right: 4px solid #0663a4;
}
.aw-red
{
 background-color: #e04d2b;
 text-shadow: 0px 1px 0px #90001c;
}

.aw-red-corner
{
 border: 4px solid transparent;  border-top: 4px solid #90001c; border-right: 4px solid #90001c;
}
.aw-green
{
 background-color: #3dd368;
 text-shadow: 0px 1px 0px #21873f;
}

.aw-green-corner
{
 border: 4px solid transparent;  border-top: 4px solid #21873f; border-right: 4px solid #21873f;
}

.aw-yellow-corner
{
 border: 4px solid transparent;  border-top: 4px solid #b68203; border-right: 4px solid #b68203;
}

.nav-pills li.active a, .nav-pills li.active a:hover {
	background-color: #EE4910;
	color: #FFFFFF;
}


