/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.page-header.home-header .page-title h1 {
		font-size: 120px;
		line-height: 1;
		padding-bottom: 20px;
	}
	.page-header.home-header .page-title .subtitle {
		font-size: 28px;
	}

	.page-header.nav-light {
		height: 125px; /* 20+20+85px */
	}

	.bsnav .navbar {
		margin: 20px;
	}

	.bsnav-sticky-slide.sticked.in .navbar {
		background: #fff;
		border-radius: 85px;
		box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	}


	.breadcrumbs {
		padding: 13px 60px;
	}

	blockquote {
		padding: 40px 50px;
	}

	.games-section .button-wrapper {
		margin-top: 55px;
	}

	.page-template-page_service .games-section .button-wrapper {
		margin-top: 40px;
		margin-bottom: 95px;
	}
	.page-template-page_service .games-section  {
		padding-bottom: 100px;
	}

	.news-wrapper div[class^="col-"] {
		margin-top: 5px;
		margin-bottom: 5px;
	}

}
