/* !-- Footer -- */
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
	clear: both;
	font-size: 1.2rem /* 12px/14px */;
	padding: 0 0 25px;
	position: relative;
}
footer #where-to-buy {
	border-bottom: 1px solid #363636;
	background: url(../img/interface/where-to-buy-background.jpg) 50% 0 no-repeat #000;
	position: relative;
	display: inline-block;
}
*>/**/footer #where-to-buy {
	display: block;
}

footer #where-to-buy:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
footer #where-to-buy .intro {
	font-weight: 700;
	font-size: 1.5rem;
	padding: 0 25px 0 70px;
	width: 35%;
	float: left;
}
footer #where-to-buy .form {
	float: right;
	text-align: right;
	padding: 0 20px 0 25px;
	width: 52%;
}
footer #where-to-buy .wrap {
	padding: 25px;
	display: inline-block;
}

@media (max-width: 1200px) {
footer #where-to-buy .intro {
	float: none;
	padding: 0;
	margin: 0 auto;
	width: 500px;
}
footer #where-to-buy .form {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 630px;
}
footer #where-to-buy .wrap {
	padding-right: 100px;
}

}

@media (max-width: 767px) {
footer #where-to-buy .intro,
footer #where-to-buy .form {
	width: 300px;
	margin: 0 auto;
}
}

*>/**/footer #where-to-buy .wrap {
	display: block;
}
footer #where-to-buy .wrap:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
footer #where-to-buy .intro .wrap {
	min-height: 55px;
	padding-left: 60px;
	background: url(../img/interface/YourMagic-logo.png) 0 20px no-repeat;
	background-size: auto !important;
}

@media (max-width: 1200px) {
footer #where-to-buy .intro .wrap {
	padding-bottom: 0;
}
}

@media (max-width: 767px) {
footer #where-to-buy .intro .wrap {
	min-height: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-size: 10% auto !important;
	background-position: 0 55px;
}
}
footer #where-to-buy .intro h5 {
	font-weight: 600;
	font-size: 2.2rem /* 22px/15px */;
	text-transform: uppercase;
	margin: 0;
}
footer #where-to-buy .intro p {
	font-size: 1.5rem;
}
footer #where-to-buy .form .wrap {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 767px) {
footer #where-to-buy .form .wrap {
	padding: 0 0 20px 0;
}
}
footer #where-to-buy .form .column {
	width: 200px;
	text-align: left;
	margin: 0;
	float: left;
	margin-right: 35px;
}
footer #where-to-buy .form .column.zip-code {
	margin-right: 35px;
	margin-left:140px;
	width: 200px;
}
@media (max-width: 1200px) {
footer #where-to-buy .form .column.zip-code {
	margin-left: 68px;
}
}
footer #where-to-buy .form label {
	font-weight: 700;
	text-transform: uppercase;
}
footer #where-to-buy .form label[for=where-to-buy-country] {
	display:none;
}
footer #where-to-buy .form .select-wrapper,
footer #where-to-buy .form input {
	border: 0;
	outline: none;
	background: 100% 50% no-repeat #d2d2d2;
	-webkit-box-shadow: 0 0 3px #000 inset;
	-moz-box-shadow: 0 0 3px #000 inset;
	-ms-box-shadow: 0 0 3px #000 inset;
	-o-box-shadow: 0 0 3px #000 inset;
	box-shadow: 0 0 3px #000 inset;
}
footer #where-to-buy .form input,
footer #where-to-buy .form button,
footer #where-to-buy .form .select-wrapper select {
	width: 100%;
	display: block;
}
footer #where-to-buy .form .select-wrapper {
	background-image: url(../img/interface/drop-down-arrow-dark.png);
	background-size: auto !important;
	display: block;
	overflow: hidden;
	display:none;
}
footer #where-to-buy .form input,
footer #where-to-buy .form .select-wrapper select {
	font: inherit;
	font-weight: 700;
	margin: 0;
	padding: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
footer #where-to-buy .form .select-wrapper select {
	padding: 10px 25px 10px 10px;
	width: 125%;
	border: 0;
	outline: 0;
	background: none;
	-webkit-appearance: none;
}
footer #where-to-buy .form button {
	padding: 11px;
	margin: 20px 0 0 0;
	background: rgb(116,114,114);
	background: -moz-linear-gradient(top, rgba(116,114,114,1) 0%, rgba(43,43,43,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,114,114,1)), color-stop(100%,rgba(43,43,43,1)));
	background: -webkit-linear-gradient(top, rgba(116,114,114,1) 0%,rgba(43,43,43,1) 100%);
	background: -o-linear-gradient(top, rgba(116,114,114,1) 0%,rgba(43,43,43,1) 100%);
	background: -ms-linear-gradient(top, rgba(116,114,114,1) 0%,rgba(43,43,43,1) 100%);
	background: linear-gradient(to bottom, rgba(116,114,114,1) 0%,rgba(43,43,43,1) 100%);
}
footer #where-to-buy .form button:hover {
	background:#9d0a0e;
}

@media (max-width: 1023px) {
footer #where-to-buy .form .column.actions button {
	margin-left: 0;
}
}

@media (max-width: 767px) {
footer #where-to-buy .form button {
	margin-top: 0;
}
footer #where-to-buy .intro p {
	padding-left: 35px;
}
footer #where-to-buy .intro h5 {
	font-size: 2rem;
	margin-bottom: 5px;
}
footer #where-to-buy .form .column {
	width: 100%;
}
footer #where-to-buy .form .select-wrapper {
	margin-right: 0;
	margin-bottom: 10px;
}
footer #where-to-buy .form .column.zip-code {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
}
footer #where-to-buy .form label {
	display: none;
}
footer #where-to-buy .form button {
	margin-top: 0;
}
}
footer .main-footer {
	font-weight: 600;
	text-align: left;
	padding-top: 10px;
	position: relative;
}
footer .main-footer:before {
	content: "";
	height: 8px;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
footer .main-footer p {
	font-size: 1.2rem;
}
footer #locale-select {
	margin-bottom: 50px;
}
footer #locale-select label,
footer #locale-select .select-wrapper {
	font-size: 1.4rem;
}
footer #locale-select .select-wrapper {
	width: 120px;
	background: url(../img/interface/drop-down-arrow-light.png) 100% 50% no-repeat;
	background-size: auto !important;
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 9px;
}
footer #locale-select .select-wrapper select {
	color: #fff;
	font: inherit;
	position:relative;
	width: 180px;
	margin: 0;
	padding: 5px 30px 5px 5px;
	border: 0;
	outline: 0;
	background: none;
	float: left;
	-webkit-appearance: none;
}
footer #locale-select label {
	padding: 5px 10px 5px 0;
	display: inline-block;
	position:relative;
}
footer #locale-select label:before {
	content:url(../img/interface/icon_langue.png);
	position:absolute;
	left:-28px;
	height:21px;
	width:21px;
}

@media (max-width: 767px) {
footer #locale-select label {
	display: none;
}
footer #locale-select .select-wrapper select {
	background:url(../img/interface/icon_langue.png) left center no-repeat;
	background-size: auto !important;
	padding-left:30px;
}
footer #locale-select .select-wrapper {
	width:150px;
}
}
footer .main-footer .text {
	margin: 0 230px 0 280px;
	color:#A7A7A7;
}
@media (max-width: 1200px) { footer .main-footer .text { margin: 0 230px 0 230px; } }
@media (max-width: 1023px) { footer .main-footer .text { margin-left: 23%; } }

footer .main-footer .text:after {
	content: ""; position: absolute; top: 25px; right:250px; bottom: 0;  width:1px;
	background: -moz-linear-gradient(top, rgba(52,52,52,0) 0%, rgba(52,52,52,1) 10%, rgba(52,52,52,1) 20%, rgba(52,52,52,1) 80%, rgba(52,52,52,1) 90%, rgba(52,52,52,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,52,52,0)), color-stop(10%,rgba(52,52,52,1)), color-stop(20%,rgba(52,52,52,1)), color-stop(80%,rgba(52,52,52,1)), color-stop(90%,rgba(52,52,52,1)), color-stop(100%,rgba(52,52,52,0)));
	background: -webkit-linear-gradient(top, rgba(52,52,52,0) 0%,rgba(52,52,52,1) 10%,rgba(52,52,52,1) 20%,rgba(52,52,52,1) 80%,rgba(52,52,52,1) 90%,rgba(52,52,52,0) 100%);
	background: -o-linear-gradient(top, rgba(52,52,52,0) 0%,rgba(52,52,52,1) 10%,rgba(52,52,52,1) 20%,rgba(52,52,52,1) 80%,rgba(52,52,52,1) 90%,rgba(52,52,52,0) 100%);
	background: -ms-linear-gradient(top, rgba(52,52,52,0) 0%,rgba(52,52,52,1) 10%,rgba(52,52,52,1) 20%,rgba(52,52,52,1) 80%,rgba(52,52,52,1) 90%,rgba(52,52,52,0) 100%);
	background: linear-gradient(to bottom, rgba(52,52,52,0) 0%,rgba(52,52,52,1) 10%,rgba(52,52,52,1) 20%,rgba(52,52,52,1) 80%,rgba(52,52,52,1) 90%,rgba(52,52,52,0) 100%);
}
@media (max-width: 1200px) { footer .main-footer .text:after { background:transparent; } }


footer .main-footer .text p {
	margin-bottom: 2.5em;
	display: inline-block;
}
footer .main-footer .text p.brand-family-title {
	text-transform:uppercase;
	font-size:1.5rem;
	margin:25px 0 10px 0;
	padding-top:25px;
}
@media (max-width: 767px) { footer .main-footer .text p.brand-family-title { font-size:1.4rem; padding-top:0; } }

footer .main-footer .text p.brand-family-menu {
	text-transform:uppercase;
	font-size:1.85rem;
	font-weight:700;
	margin:0 0 10px 0;
}
@media (max-width: 1200px) { footer .main-footer .text p.brand-family-menu { font-size:1.75rem; line-height:2.2rem; } }
@media (max-width: 767px) { footer .main-footer .text p.brand-family-menu { font-size:1.55rem; } }

footer .main-footer .text p.terms {
	font-weight:400;
}
footer .main-footer .text p.brand-family-menu span.separator {
	margin:0 4px;
}

*>/**/footer .main-footer .text p {
	display: block;
}
footer .main-footer .text p:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
footer .main-footer .text a {
	color: #A7A7A7;
	text-decoration: none;
}
footer .main-footer .text a:hover,
footer .main-footer .text a:focus {
	color:#fff;
}
footer .main-footer .text a.title {
	text-transform: uppercase;
	float: none !important;
}

@media (max-width: 767px) {
footer .main-footer .text {
	margin: 0;
	padding: 0 15px;
}
}
footer .main-footer .copyright {
	color: #a7a7a7;
	font-weight:400;
	line-height: 1.3rem;
	margin-top: 50px;
}

@media (max-width: 767px) {
footer .main-footer .copyright {
	font-size: 1rem /* 8px/12px */;
	margin-top: 90px;
}
}
footer .main-footer .logo {
	margin: 0;
}
footer .main-footer .logo a {
	text-indent: -999px;
	outline: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}
footer .main-footer .wizard {
	position: absolute;
	bottom: 50px;
	left: 100px;
}
@media (max-width: 1200px) { footer .main-footer .wizard { left: 6%; } }
@media (max-width: 1023px) { footer .main-footer .wizard { left: 4%; bottom: 75px; } }

footer .main-footer .wizard a {
	width: 131px;
	height: 84px;
	background-image: url(../img/interface/wizard-of-the-coast-logo.png);
}

@media (max-width: 767px) {
footer .main-footer .wizard {
	left: 15px;
	bottom: 5px;
}
footer .main-footer .wizard a {
	width: 70px;
}
}
footer .main-footer .hasbro {
	position: absolute;
	bottom: 100px;
	right: 125px;
}
@media (max-width: 1023px) { footer .main-footer .hasbro { bottom: 125px; } }

footer .main-footer .hasbro a {
	width: 69px;
	height: 73px;
	background-image: url(../img/interface/hasbro-logo.png);
}

@media (max-width: 767px) {
footer .main-footer .hasbro {
	margin-left: -20px;
	left: 50%;
	bottom: 20px;
}
footer .main-footer .hasbro a {
	width: 50px;
}
}
footer .main-footer .privacy {
	position: absolute;
	right: 125px;
	bottom: 0;
}

footer .main-footer .privacy a,
footer .main-footer .privacy img {
	display: block;
}
footer .main-footer .privacy a {
	background-image: url(../img/interface/esrb-badge.png);
	width: 57px;
	height: 76px;
}
footer .main-footer .privacy img {
	height: auto;
}
@media (max-width: 1023px) { footer .main-footer .privacy { bottom: 25px; } }

@media (max-width: 767px) {
footer .main-footer .privacy {
	right: 15px;
	bottom: 25px;
}
footer .main-footer .privacy a {
	width: 45px;
}
}
footer .social-medias {
	position: absolute;
	right: 30px;
	bottom: 105px;
}

@media (max-width: 767px) {
footer .social-medias {
	display: none;
}
}
footer .social-medias a {
	width: 41px;
	height: 40px;
	margin-left: 5px;
}
footer .social-medias a.twitter {
	background-position: 0 -76px;
}
footer .social-medias a.twitter:hover,
footer .social-medias a.twitter:focus {
	background-position: 0 -116px;
}
footer .social-medias a.youtube {
	background-position: -41px -76px;
}
footer .social-medias a.youtube:hover,
footer .social-medias a.youtube:focus {
	background-position: -41px -116px;
}
footer .social-medias a.facebook {
	background-position: -82px -76px;
}
footer .social-medias a.facebook:hover,
footer .social-medias a.facebook:focus {
	background-position: -82px -116px;
}

/*----- Back to top -----------------*/
footer #back-to-top { display: none; background: url(../img/interface/back-to-top.png) center top no-repeat; width: 160px; height: 40px; margin-left: -80px; text-align: center; cursor: pointer; position: absolute; top: -40px; left: 50%; }
@media (max-width: 1023px) { footer #back-to-top { left: 50%; } }
footer #back-to-top a { color: #fff; text-transform: uppercase; font-size: 1rem; font-weight: 700; display: block; width: 160px; height: 40px; padding-top: 20px; cursor: pointer; }
footer #back-to-top:hover { background-position: center bottom; }

