
/*	-----------------------------------
	Global Overrides
	----------------------------------- */
body {
	background: #fff;
	display: table;
	height: 100%;
	width: 100%;
}
div#page-container {
	box-shadow: none;
	display: table-cell;
	vertical-align: middle;
}
div.wrapper {
	width: auto;
}

div.page-header, div.page-section, div.page-footer {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

div#page-container {
	-webkit-backface-visibility: hidden;
}

.holder-row .col3 {
		width: 21.5% ! important;
	}
	
	.europe-columns li {
		width: 30.5% ! important;
		white-space: nowrap;
	}

#page-container h1{display:block;}
#page-container h2{
	display: block;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	border-bottom:inherit;
}

.page-header h2{
	border-bottom:none;
	font-size: 24px;
}

/*	-----------------------------------
	Header
	----------------------------------- */
div.page-header {
	height: 300px;
	text-align: center;
}
	div.page-header h1 {
		height: 62px;
		margin: 0 auto 30px;
		position: relative;
		text-indent: -99999em;
	}
		div.page-header h1.icon-nintendo:before {
			color: #c1c1c1;
			content: '\00a0\e617\00a0'; /* add nbsp before and after to fix android bug */
			display: block;
			font-size: 62px;
			height: 100%;
			position: absolute;
			text-indent: 0;
			width: 100%;
			text-align:center;
		}

	img.map {
		display: block;
		margin: 0 auto;
		position: relative;
		top: -190px;
		z-index: -1;
	}

/*	-----------------------------------
	Country Links
	----------------------------------- */
.cyrillic{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 94%;
}
body.responsive .accordion {
	border-bottom: none;
}
	div.page-section.holder-row {
		margin: 80px 0 40px;
		top: -140px;
	}
		div.page-section.accordion-row li {
			margin-bottom: 10px;
		}
			div.page-section.accordion-row a {
				color: #999;
			}
				div.page-section.accordion-row a:hover {
					color: #3aa4ff;
				}

/*	-----------------------------------
	Footer
	----------------------------------- */
div.page-footer {
	margin: auto;
	text-align: center;
	width: 76%;
	top: -50px;
}
	div.page-footer h3 {
		margin-bottom: 40px;
	}


/* 	================================================

	MOBILE VIEW

	================================================ */
@media screen and (max-width: 769px) {
	
	.europe-columns li {
		white-space: normal;
		
	}
	
}

@media screen and (max-width: 570px) {

	body,
	div#page-container {
		display: block;
	}
	
	.holder-row .col3 {
		width: 100% ! important;
	}
	
	.europe-columns li {
		width: 100% ! important;
	}
	
	div.page-section.holder-row {
		margin: 0;
		top: 0px;
	}

/*	-----------------------------------
	Header
	----------------------------------- */
	div.page-header {
		height: 150px;
	}
		div.page-header h1 {
			height: 50px;
		}
			div.page-header h1.icon-nintendo:before {
				font-size: 50px;
			}
		img.map {
			top: -220px;
		}
/*	-----------------------------------
	Country Links
	----------------------------------- */
	div.page-section.accordion-row > div.page-section {
		margin: 0;
	}

/*	-----------------------------------
	Footer
	----------------------------------- */
	div.page-footer {
		border-top: 1px solid #dadada;
		margin-top: 50px;
		padding: 20px 5%;
		width: 100%;
	}
}

/* 	================================================

	3DS Browser Specific Styles

	================================================ */
body.nin3DS,
body.nin3DS div#page-container {
	display: block;
	height: auto;
}

body.nin3DS div.page-header h1.icon-nintendo {
	background: url('../../image/page/country-selector/logo.png') center center no-repeat;
}
body.nin3DS div.page-header h1.icon-nintendo:before {
	display: none;
}

