html, body {
	margin: 0;
	padding: 0;
}

#sony-makebelieve-banner {
	/*display: none;*/
}

.country-alert-wrapper:before, .country-alert-wrapper:after {
	content: " ";
	display: table;
}

.country-alert-wrapper:after {
	clear: both;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.uk {
	background-position: -43px -135px;
}

.us {
	background-position: -129px -135px;
}

.canada {
	background-position: -86px -135px;
}

.belgie {
	background-position: 0px 0px;
}

.mexico {
	background-position: -172px -162px;
}

.australia {
	background-position: -86px -189px;
}

/* Define mobile styles */
@media only screen {
	[class*='col-'] {
		float: left;
	}
	#country-alert {
		background: #FFE082;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		padding: 10px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	#country-flag {
		background-image:
			url('/global/styles/images/flags.png');
		background-repeat: no-repeat;
		position: relative;
		height: 26px;
		display: inline-block;
		width: 43px;
	}
	.country-dropdown-flag {
		background-image:
			url('/global/styles/images/flags.png');
		background-repeat: no-repeat;
		position: relative;
		display: inline-block;
		height: 26px;
		width: 43px;
		margin: 7px 5px;
		float: left;
	}
	#country-dropdown-text {
		display: inline-block;
	}
	.col-notification-icon {
		color: black;
		width: 10%;
	}
	.col-country-flag {
		width: 80%;
		text-align: center;
	}
	.col-country-message {
		width: 100%;
		padding: 15px 5px;
		text-align: center;
	}
	.col-btn-country-dropdown {
		width: 100%;
	}
	.col-btn-dismiss-country-alert {
		float: right;
		width: 10%;
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: right;
	}
	#btn-dismiss-country-alert {
		background: transparent;
		border: 0px;
		outline: none;
		cursor: pointer;
		font-size: 14px;
		position: relative;
		border-radius: 50%;
		height: 30px;
		width: 30px;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
		text-align: center;
		line-height: 29px;
		display: inline-block;
	}
	.close:hover {
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	}
	#btn-country-dropdown {
		border: 0px;
		margin-right: 10px;
		height: 37px;
		line-height: 37px;
		position: relative;
		background: #E3F2FD;
		cursor: pointer;
		width: 180px;
		text-align: left;
		margin: 0 auto;
	}
	#btn-country-dropdown:hover {
		background: #F5FBFF;
	}
	#btn-country-dropdown::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-right: .25rem;
		margin-left: .25rem;
		vertical-align: middle;
		content: "";
		border-top: .4em solid;
		border-right: 0.4em solid transparent;
		border-left: .4em solid transparent;
		float: right;
		margin-top: 18px;
		margin-right: 5px;
	}
	#btn-country-dropdown:hover:after {
		color: #795548;
	}
	#country-dropdown-list {
		width: 180px;
		line-height: 30px;
		z-index: 7;
		position: absolute;
		left: 50%;
		top: 127px;
		margin-left: -90px;
		margin-top: 1px;
	}
	.country-item-wrapper {
		width: 180px;
		margin: 0 auto;
		background: #E3F2FD;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	}
	.btn-country-item {
		display: block;
		padding: 5px;
		cursor: pointer;
	}
	.btn-country-item:hover {
		background: #F5FBFF;
	}
	.country-item-flag {
		background-image:
			url('/global/styles/images/flags.png');
		background-repeat: no-repeat;
		position: relative;
		display: inline-block;
		height: 26px;
		width: 43px;
		margin: 7px 6px;
		float: left;
	}
	.notification-icon {
		background: #FF9800;
		color: #FFF;
		border: 0px;
		outline: none;
		font-size: 22px;
		position: relative;
		border-radius: 50%;
		height: 30px;
		width: 30px;
		display: inline-block;
		text-align: center;
		line-height: 31px;
	}
	#country-message {
		max-width: 300px;
		margin: 0 auto;
	}
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	#country-alert {
		padding: 15px;
	}
	.col-notification-icon {
		width: 5%;
	}
	.col-country-flag {
		width: 10%;
		text-align: right;
	}
	.col-country-message {
		width: 75%;
		padding: 5px 5px;
	}
	.col-btn-dismiss-country-alert {
		width: 5%;
	}
	#country-message {
		max-width: 480px;
		margin: 0 auto;
	}
	/*#country-message br {
		display: none;
	}*/
	#country-dropdown-list {
		top: 63px;
	}
}

/* min-width 769px, medium screens */
@media only screen and (min-width: 48.063em) {
	#country-alert {
		padding: 15px;
	}
	.col-notification-icon {
		width: 5%;
	}
	.col-country-flag {
		width: 5%;
	}
	.col-country-message {
		width: 55%;
		padding: 5px 5px;
	}
	.col-btn-country-dropdown {
		width: 25%;
	}
	.col-btn-dismiss-country-alert {
		width: 5%;
	}
	#country-dropdown-list {
		left: 65%;
		top: auto;
		margin-left: 2px;
		width: 25%;
	}
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	#country-alert {
		padding: 0 5px;
		left: 40px;
	}
	.col-country-message {
		width: 65%;
		text-align: left;
	}
	.col-btn-country-dropdown {
		width: 20%;
	}
	#country-dropdown-list {
		left: 75%;
		top: 5px;
		width: 20%;
		margin-left: 7px;
	}
	.notification-icon {
		margin-top: 7px;
	}
	#country-flag {
		margin-top: 9px;
	}
	#country-message {
		max-width: 100%;
		/* height: 37px; */
		line-height: 37px;
	}
	#btn-country-dropdown {
		margin-top: 6px;
	}
}

#sony-makebelieve-banner {
	background: #000;
	width: 100%;
	height: 36px;
	position: relative;
}

#sony-makebelieve-banner  div {
	margin: 0 auto;
	overflow: hidden;
	width: auto !important;
	max-width: 940px;
}

#sony-makebelieve-banner  div a {
	background: url('/global/portalpages/styles/images/sony.gif') no-repeat left top;
	float: right;
	margin-right: 15px;
	padding-top: 36px;
	width: 69px;
	display: block;
	height: 0;
	overflow: hidden;
}

#featured-content-container{
	margin: 0px auto 0;
}

#blurred-background-container{
	top: auto;
}

@media screen and (max-width: 767px){
	#spnav-overlay {
		margin-top: 47px;
	}

	#blurred-background-container {
		top: auto;
	}
	.col-btn-country-dropdown {
		display: none;
	}
	#country-dropdown-list {
		display: none;
	}
}
