/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	background:#ececec;
}

body {
    padding-top: 89px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}



.container{
	/*background:#e5e5e5;*/
	background:url(bg.png) 0 0 repeat fixed;
	max-width:1440px !important;
	width:100%;
}

.navbar-brand {
  height: 89px;
  line-height: 28px;
  padding: 32px;
}

.navbar-nav > li > a:link, .navbar-nav > li > a:visited, .navbar-nav > li > a:active {
	line-height: 27px;
  padding: 31px;
  font-size:16px;
  color:#000;
}

.navbar-nav > li > a:hover {
  color:#428bca;
}

.navbar-brand {
	background:url(logo.jpg) no-repeat 0 0;
	width:215px;
  margin-left: -15px;
}

header.carousel {
  width:100%;
    min-height:550px;
  max-height:550px;
 max-width:1440px; 
  margin:0 auto;

  
}
.nav-container, nav{
	background:#fafafa !important;
	height:89px;	
}
.main-featured-image{
	padding:0 0 15px 15px;
}

.page-header {
  border-bottom: none;
}

.navbar-toggle {
  background-color:#CCC;
  color:#000 !important;
}
.navbar-header .icon-bar{
	background-color: #000;
}
@media(max-width:767px) {
	nav .collapse li a{
		background:#fff !important;
		padding:10px 0;
	}
}

.main-game-page-header{
	margin:0px 0 0 0;
	padding:0;
}

.news-container-main{
	background:#EEE;
	margin-left:15px;
	padding-top:20px;
	
}
.news-container-main p{
	font-size:18px;
	
}

.news-container-inner{
	margin:0 0 52px 0;
	border-bottom:1px solid #999;
}
.awards-outer-container{
	text-align:center;
}