/*********************************************************************************** 
SSO BAR
***********************************************************************************/
.SSO-BAR #sso-bar-wrapper {
	width: 100% !important;
}
.SSO-BAR #sso-bar-menu {
	padding-left: 20px !important;
    padding-right: 20px !important;
}
.SSO-BAR #sso-bar-menu > li > a,
body .SSO-BAR h1, 
body .SSO-BAR h3, 
body .SSO-BAR h4, 
body .SSO-BAR h5, 
body .SSO-BAR h6, 
body .SSO-BAR .sso-content-panel menu > li, 
body .SSO-BAR #or {
	font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #676767 !important;
}
.SSO-BAR menu#sso-bar-menu li#menu-explore {
	border-left: 2px solid #080808 !important;
}
.SSO-BAR menu#sso-bar-menu li#menu-explore,
.SSO-BAR menu#sso-bar-menu li#menu-support, 
.SSO-BAR menu#sso-bar-menu li#menu-locale {
	border-right: 2px solid #080808 !important;
}
body .SSO-BAR #sso-bar-menu > #menu-login-register > a {
	background-color: transparent !important;
    color: #fff;
    padding: 0;
    font-weight: 700 !important;
}
body .SSO-BAR #or {
	position: static !important;
    margin: 0 !important;
    background-color: transparent !important;
    color: #b2b2b2 !important;
}
/*********************************************************************************** 
LOCALE CHOOSER FOOTER 
***********************************************************************************/
#cod-footer #menu-locale {
	list-style: none;
    display: inline-block;
    float: right;
}
#cod-footer #sso-country-menu-label {
    display: inline-block;
    width: 16px !important;
    padding: 10px;
    border-radius: 12px;
    border: solid 3px #444;
    background-color: #222;
    background-image: none !important;
    text-indent: -9999px;
    font-size: 0px;
}
#cod-footer #sso-locale-menu-label {
    width: 16px;
    height: 11px;
    margin: 0 8px 0 0;
    display: block;
    padding: 0;
    text-indent: -9999em;
    background: transparent url(../ghosts/web/corelibs/images/footer/sso-bar-sprite.png) 0 0 no-repeat;
}
.sso-menu-container {
	position: relative;
    display: none;
}
.sso-menu-container.is-active {
	display: block;
}
.sso-menu-container #sso-locale-chooser {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19999;
    background-color: rgba(0,0,0,.8);
}
.sso-menu-container #sso-locale-chooser .menu-close-button {
    position: absolute;
    top: 3%;
    right: 10%;
    z-index: 10500;
    background: url(../ghosts/web/corelibs/images/overlays/close-btn.png) top left no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}
.sso-menu-container .sso-content-bd {
    z-index: 10400;
    width: 80%;
    display: block;
    position: absolute;
    top: 3%;
    left: 10%;
    border-bottom-color: #FE670F;
    background: white;
    padding: 5px 0 0;
    max-height: 90%;
    overflow: auto;
}
.sso-menu-container #sso-locale-items {
    margin: 0;
    padding: 16px;
    list-style-type: none;
    display: block;
}
.sso-menu-container #sso-locale-items hr {
	display: none;
}
.sso-menu-container #sso-locale-items li {
    width: 95%;
    margin-right: 5%;
    white-space: nowrap;
    font-size: 13.5px;
    font-weight: normal;
    color: #A6ACB5;
}
.sso-menu-container #sso-locale-items li a.flag {
    display: block;
    float: left;
    text-indent: -9999em;
    background: transparent url(../ghosts/web/corelibs/images/footer/sso-bar-sprite.png) 0 0 no-repeat;
    width: 16px;
    height: 11px;
    margin: 13px 8px 0 0;
    padding: 0;
}
.sso-menu-container #sso-locale-items li a {
    display: block;
    height: 100%;
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
    line-height: 2em;
    color: #999;
}
.sso-menu-container a.is-selected {
	background-position: 100% 5px;
}
.sso-menu-container #sso-locale-items li a.flag.US {
	background-position: 0 0;
}
.sso-menu-container #sso-locale-items li a.flag.GB {
	background-position: 0 -132px;
}
.sso-menu-container #sso-locale-items li a.flag.AU {
	background-position: 0 -22px;
}
.sso-menu-container #sso-locale-items li a.flag.CA {
	background-position: 0 -11px;
}
.sso-menu-container #sso-locale-items li a.flag.IT {
	background-position: 0 -44px;
}
.sso-menu-container #sso-locale-items li a.flag.FR {
	background-position: 0 -33px;
}
.sso-menu-container #sso-locale-items li a.flag.DE {
	background-position: 0 -143px;
}
.sso-menu-container #sso-locale-items li a.flag.ES {
	background-position: 0 -55px;
}
.sso-menu-container #sso-locale-items li a.flag.BR {
	background-position: 0 -121px;
}
.sso-menu-container #sso-locale-items li a.flag.MX {
	background-position: 0 -209px;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


@font-face {
    font-family: 'bankgothic_md_btmedium';
    src: url('../fonts/bnkgothm-webfont.eot');
    src: url('../fonts/bnkgothm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bnkgothm-webfont.woff') format('woff'),
         url('../fonts/bnkgothm-webfont.ttf') format('truetype'),
         url('../fonts/bnkgothm-webfont.svg#bankgothic_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
background-image: url("../../../../../content/dam/atvi/callofduty/blackops/COD_BlackOps_bg_image.jpg");
background-repeat: no-repeat;
background-size: 100% auto;
color: #fff !important;
font-family: "bankgothic_md_btmedium";
text-transform: uppercase;
background-color: #000;
}

body .container {
background: transparent !important;
position: relative;
top: -40px;
overflow: hidden;
}

#preorder-main-wrapper {
    margin-top: 145px;
}
.preorder-body-container {
    margin: auto;
    width: 90%;
}
.bo-preorder-hdr {
    width: 100%;
}
.cod-bo-logo {
    margin: auto;
    width: 467px;
}
.cod-bo-logo img {
    width: 439px;
}
.featured-links {
    margin: auto;
    padding-bottom: 70px;
    padding-top: 40px;
    width: 100%;
}
.featured-links ul {
    margin: auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 76%;
}
.featured-links li {
    display: inline-block;
    font-family: "bankgothic_md_btmedium";
    font-size: 15px;
    letter-spacing: 3px;
    list-style: outside none none;
    margin-right: 0;
    padding: 10px 6px 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.featured-links li a {
    background-color: #000;
    border: 1px solid;
    color: #fff;
    display: inline-block;
    letter-spacing: 3px;
    padding: 9px 18px 9px 9px;
    text-decoration: none;
}
.featured-links li a span {
    background: url("../../../../../content/dam/atvi/callofduty/blackops/rt-arw-normal.png") no-repeat scroll right center / cover transparent;
    display: inline-block;
    float: right;
    height: 13px;
    position: relative;
    right: -11px;
    top: 0;
    width: 10px;
}
.featured-links ul li:nth-child(3) {
}
.featured-links li:hover a {
    color: #f5aa00;
}
.featured-links li:hover a span {
    background: url("../../../../../content/dam/atvi/callofduty/blackops/rt-arw-hover.png") no-repeat scroll right center transparent;
}
.bo-preorder-container {
    margin: auto;
    overflow: hidden;
    width: 76%;
}


#preorder-column-container {
    background: url("http://cdn2.callofduty.com/assets/codbo/images/bg-half-opaque-black.png") repeat scroll left top transparent;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
    padding-top: 20px;
}
#preorder-column-container-c0 {
    margin: auto;
    width: 93%;
}
form.atvi-pre-order-form {
    text-transform: uppercase;
}
.region-select {
    background: none repeat scroll 0 0 #151515;
    border: 1px solid #fff;
    color: #fff;
    font-family: bankgothic_md_btmedium;
    margin: 0;
    padding: 5px 2px;
    text-transform: uppercase;
    width: 95%;
}
ul.platform-list {
    list-style: outside none none;
}
ul.platform-list li {
    /* margin-left: -46px; */
}
.platform .platform-list li a {
    background: none repeat scroll 0 0 #151515;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    line-height: 35px;
    margin: 8px;
    padding: 2px 1px 5px 7px;
    text-decoration: none;
    text-shadow: 1px 2px 7px #000;
    width: 90%;
    margin-left: 0;
}
.platform .platform-list li a.selected {
color: #f5aa00;
border: 1px solid #f5aa00;
}
.bundle1-spacer2
{
    clear: both;

}
.retailer-select {
    background: none repeat scroll 0 0 #151515;
    border: 2px solid #5c5c5c;
    color: #fff;
    font-family: bankgothic_md_btmedium;
    margin: 5px 0 20px;
    padding: 2px 2px 0;
    text-transform: uppercase;

}
#bo-preorder .atvi-pre-order-form .atvi-pre-order-left-column {
    float: left;
    width: 28%;
}
#bo-preorder .atvi-pre-order-form .atvi-pre-order-bundles {
    float: left;
    width: 70%;
}
.bundle-image {
    float: right;
    height: 100%;
    text-align: right;
    width: 100%;
}
.bundle-info-container {
    float: left;
    text-align: center;
    width: 54%;
}
.bundle-image-container {
    float: right;
    padding-top: 80px;
    width: 40%;
}
#preorder-column-container .title span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    clear: right;
}
a#bo-preorder-standard {
    border: 1px solid white;
    color: white;
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
}
a#bo-preorder-standard:hover {
    border: 1px solid #f5aa00;
    color: #cc9800;
    font-size: 24px;
    text-decoration: none;
}
a#bo-preorder-standard span.btn-purchase-background {
    background: url("../../../../../content/dam/atvi/callofduty/blackops/rt-arw-normal.png") no-repeat scroll right center transparent;
    display: inline-block;
    margin-right: 20px;
    padding: 10px 20px;
}
a#bo-preorder-standard span.btn-purchase-background:hover {
    background: url("../../../../../content/dam/atvi/callofduty/blackops/rt-arw-hover.png") no-repeat scroll right center transparent;
    display: inline-block;
    margin-right: 20px;
    padding: 10px 20px;
}
.descr-txt {
    clear: both;
    font-size: 13px;
    line-height: 14px;
}
.price-txt {
    font-size: 11px;
}
#region-label {
    font-size: 18px;
}
#region-label span {
    display: block;
    font-size: 14px;
}
#buy-now-lbl {
    padding-top: 18px;
    text-align: left;
}

.bundle1-spacer3 p
{
    margin-top: 10px;
    font-family: 'bankgothic_md_btmedium';
}



.region-select {
    background: none repeat scroll 0 0 #151515;
    border: 1px solid #fff;
    color: #fff;
    font-family: bankgothic_md_btmedium;
    margin: 0;
    padding: 5px 2px;
    text-transform: uppercase;

}
.retailer-select {
    background: none repeat scroll 0 0 #151515;
    border: 1px solid #fff;
    clear: right;
    color: #fff;
    display: block;
    float: left;
    font-family: bankgothic_md_btmedium;
    margin: 0 0 24px;
    padding: 5px 2px;
    text-transform: uppercase;
    width: 72%;
}
.descr-txt {
    text-align: left !important;
}
.descr-txt p {
    margin-bottom: 20px;
    font-family: 'bankgothic_md_btmedium';
    color: #fff;
}
.region-select, .retailer-select {
    background: url("../../../../../content/dam/atvi/callofduty/blackops/boxart/select-arr.png") no-repeat scroll right center transparent;
}
.region-select option, .retailer-select option {
    background: none repeat scroll 0 0 #000;
}
.featured-links li a.active {
    color: #f5aa00;
}
.featured-links li a.active span {
    background: url("../../../../../content/dam/atvi/callofduty/blackops/rt-arw-hover.png") no-repeat scroll right center transparent;
    color: #f5aa00;
}

.buy-now-hd
{
    margin-bottom: 40px;
}
.buy-now-hd h5
{
    font-size: 18px;
}

.buy-now-hd h1
{
    font-size: 33px;
}

#buy-now-lbl {
padding-top: 14px;
text-transform: uppercase !important;
text-align: left;
}

#buy-now-lbl p {
padding-bottom: 0;
padding-top: 0;
text-align: left;
font-family: 'bankgothic_md_btmedium';
color: #fff;
font-size: 18px;
}


#region-label p {
font-family: 'bankgothic_md_btmedium';
color: #fff;
}

.bundle1-spacer3 p {
color: #fff;
}

.SSO-BAR #sso-bar-menu > li > a, .SSO-BAR #sso-bar-menu > #menu-store a {
font-size: 11px !important;
}

#cod-footer-div{
	width: 100%;
    display: block;
}
#cod-footer{
	width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    max-width: 1230px;
    margin: 0 auto;
}

#cod-footer {
	padding: 100px 0 50px;
}
#cod-footer-c0 {
	width: 60%;
    padding-right: 5%;
    float: left;
}
#cod-footer-c1 {
	width: 35%;
    float: right;
    padding-top: 30px;
}
#cod-footer-c1 .textimage,
#cod-footer-c1 .image {
	display: inline-block;
    padding: 0;
    float: left;
}
#cod-footer-c1 .image {
	padding-left: 30px;
}
#cod-footer #atvi-logo {
	padding-left: 10px;
}


#cod-footer #footer-links p {
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #A8A8A8;
    padding-bottom: 25px;
}
#cod-footer #footer-links a {
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #A8A8A8;
}
#cod-footer #footer-copy p {
    font-size: 12px;
    line-height: 17px;
    padding: 0 50px 0 10px;
    color: #A8A8A8;
}
#cod-footer #footer-copy p a {
	color: #A8A8A8;
}
.footer-image-logos p {
	font-size: 10px;
    line-height: 13px;
    text-align: center;
}
#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a{
text-transform:lowercase;
}


/********************************************
MEDIA QUERIES
********************************************/
@media screen and (max-width: 1024px) {
    #cod-footer-c1 .textimage img, 
	#cod-footer-c1 .image img {
		max-width: 100%;
        margin: 0 auto;
	}
	#cod-footer-c1 .textimage,
    #cod-footer-c1 .image {
    	padding-left: 2%;
        text-align: center;
    }
	#cod-footer-c1 .textimage {
		width: 38%;
	}
	#cod-footer-c1 .image:first-child {
		width: 18%;
	}
	#cod-footer-c1 .image:last-child {
		width: 38%;
	}

 
}



@media screen and (min-width : 769px) {
    #store-link {
		position: absolute;
        top: 0;
        left: 369px;
        z-index: 11300;
    }
    #store-link a {
    	 font-weight: 700;
        font-size: 10px;
        color: #676767;
        display: block !important;
        text-decoration: none;
        padding: 0 9px;
        line-height: 40px;
        border-bottom: none;      
    }
    #menu-support {
		margin-left: 90px;
    }

}
/* mini iPad resolution */
@media screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

}

@media screen and (max-width: 768px) {
	.SSO-BAR #sso-bar-menu li#menu-explore,
    .SSO-BAR #sso-bar-menu li#menu-support,
	.SSO-BAR #sso-bar-menu li#menu-locale,
	#login-solo,
    #or/*.SSO-BAR #sso-bar-menu > li.on*/
    {
		display: none !important;
    } 
  
    #cod-footer-c0,
    #cod-footer-c1 {
		width: 100%;
		padding: 0 0 35px;
        float: none;
    }
    #cod-footer #footer-links a:first-child,
    #cod-footer #footer-copy p {
        padding-left: 0;        
    }
    #cod-footer #footer-copy p {
		padding-right: 0;
    }

}


/********************************************
MEDIA QUERIES
********************************************/
@media screen and (max-width: 768px){

    .SSO-BAR #sso-bar-menu {
	padding-right: 0px !important;
	}
	#sso-bar-menu {
	width: 89%;
	}
	.SSO-BAR #sso-bar-menu > li.on {
	display: block !important;
	}

}

@media screen and (max-width: 568px){
	
    .SSO-BAR #sso-bar-menu > li.on {
	display: block !important;
	}

}


@media screen and (max-width: 360px) {
	
    #cod-footer-c1 .textimage, #cod-footer-c1 .image {
		padding-left: 1%;
    }
    .footer-image-logos p br {
		display: none;
    }


	.SSO-BAR #sso-bar-menu > li.on {
	display: block !important;
	}

	
}












#cod-footer #menu-locale {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

#cod-footer #menu-locale #sso-locale-chooser {
	display: none;	
}

#cod-footer #menu-locale #sso-country-menu-label {
	width: 42px !important;
}

.SSO-BAR #sso-bar-menu > li > a,  
.SSO-BAR #sso-bar-menu > #menu-store a,
body .SSO-BAR .sso-content-panel menu > li, 
body .SSO-BAR #or {
	font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif !important;	
}

#cdo-bar.SSO-BAR #menu-explore:after, 
#cdo-bar.SSO-BAR #menu-store:after,
#cdo-bar.SSO-BAR #menu-support:after {
	background: url(../../../../../content/dam/atvi/callofduty/advanced/common/sprite.png) no-repeat;
	background-position: -42px 0px;
	content: "";
	width: 11px;
	height: 11px;
	position: absolute;
	right: -7px;
	top: 16px;
}

#cdo-bar.SSO-BAR #menu-store {
	margin-left: 10px;
	text-transform: uppercase;
}

#cdo-bar.SSO-BAR #menu-locale {
	margin-left: 10px;	
}

#cdo-bar.SSO-BAR #sso-bar-menu #menu-login-register a {
	color: #cc9800 !important;
}

#cdo-bar.SSO-BAR #sso-bar-menu #menu-login-register #or {
	color: #666;
}

.SSO-BAR #menu-explore {
	background: none !important;	
}

.SSO-BAR #menu-explore, .SSO-BAR #sso-explore-menu-label {
	width: auto !important;	
}

.SSO-BAR #sso-bar-menu > #menu-store p {
	margin-top: 0;
}

.SSO-BAR #sso-bar-menu > #menu-store  a {
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	line-height: 40px;
	color: rgb(102, 102, 102);
	font-size: 15px !important;
}

.SSO-BAR #sso-bar-menu > li > a {
	font-size: 15px !important;
}

#menu-support {
	margin-left: 9px;	
}

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

	.SSO-BAR #sso-bar-menu li#menu-explore,
    .SSO-BAR #sso-bar-menu li#menu-support,
	.SSO-BAR #sso-bar-menu li#menu-locale,
	#login-solo,
    #or {
		display: inline-block !important;
    }		
}

@media screen and (max-width: 640px) {
	
	.SSO-BAR #sso-bar-menu {
		width: 100%;	
		padding-left: 0 !important;
	}
    .SSO-BAR #sso-bar-menu li#menu-support {
		/*display: none !important;*/
    }	

	#cod-footer #menu-locale {
		display: block;
	}
	
	#cod-footer #menu-locale.is-active #sso-locale-chooser {
		display: block;
		z-index: 10400;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(0,0,0,.8);
	}
	
	#cod-footer #menu-locale.is-active #sso-locale-chooser > a {
		position: absolute;
		top: 3%;
		right: 10%;
		z-index: 10500;
		background: url(../ghosts/web/corelibs/images/overlays/close-btn.png) top left no-repeat;
		width: 34px;
		height: 34px;
		display: block;
		text-indent: -9999px;
		cursor: pointer;	
	}
	
	#cod-footer #menu-locale.is-active #sso-locale-chooser .sso-content-bd {
		z-index: 10400;
		width: 80%;
		display: block;
		position: absolute;
		top: 3%;
		left: 10%;
		background: white;
		padding: 0 0 20px;
		max-height: 90%;
		overflow: auto;
	}
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items {
		margin: 0px;
		padding: 16px;
		list-style-type: none;
		display: block;
	}
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li {
		float: left;
		width: 95%;
		margin-right: 5%;
		height: 2.5em;
		white-space: nowrap;
		line-height: 2em;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 13.5px;
		font-weight: normal;
		color: #A6ACB5;
		text-align: left;
		padding-top: .25em;
		padding-bottom: .25em;
	}
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a {
		display: block;
		height: 100%;
		text-decoration: none;
		font-size: 18px;
		white-space: nowrap;
		line-height: 2em;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #999;
	}
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag {
		display: block;
		float: left;
		background-color: transparent;
		background-position: -99999px -99999px;
		background-repeat: no-repeat;
		text-indent: -9999em;
		background-image: url(../ghosts/web/corelibs/images/footer/sso-bar-sprite.png);
		margin-top: 11px;
		margin-right: 10px;
		width: 16px;
		height: 11px;
		margin: 13px 8px 0 0;
		padding: 0;
	}
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.US { background-position: 0 0; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.CA { background-position: 0 -11px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.CA { background-position: 0 -11px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.AU { background-position: 0 -22px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.FR { background-position: 0 -33px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.IT { background-position: 0 -44px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.ES { background-position: 0 -55px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.NO { background-position: 0 -66px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.SE { background-position: 0 -77px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.DK { background-position: 0 -88px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.FI { background-position: 0 -99px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.NL { background-position: 0 -110px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.BR { background-position: 0 -121px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.GB { background-position: 0 -132px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.DE { background-position: 0 -143px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.BE { background-position: 0 -154px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.LU { background-position: 0 -165px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.RU { background-position: 0 -176px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.PL { background-position: 0 -187px; }
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.NZ { background-position: 0 -198px; background-color: #fff;}
	#cod-footer #menu-locale.is-active #sso-locale-chooser #sso-locale-items li a.flag.MX { background-position: 0 -209px; }
}

@media screen and (max-width: 480px) {
	.SSO-BAR #sso-bar-menu li#menu-support,
	.SSO-BAR #sso-bar-menu li#menu-explore,
	.SSO-BAR #sso-bar-menu li#menu-store {
		display: none !important;
    }
}


/* Tablet Media queries start */
@media (max-width:768px) {


.bundle-image {

    width: 70%;
}

.bundle-image-container {

    text-align: center;

}


.region-select, .retailer-select {

    background-color: #000;

}
.region-select, .retailer-select{
width: 100%;
padding: 12px 0 12px 2px;
}

.cod-bo-logo {

width: 100%;
}
.cod-bo-logo {
text-align: center;
}
.cod-bo-logo img {
width: 80%;
}

.featured-links ul {
width: 100%;
}

.featured-links li a {
letter-spacing: normal;
min-width: 250px;
}

.featured-links li {
display: block;
}

.bo-preorder-container {

width: 100%;
}
.buy-now-hd h5 {
font-size: 22px;
}
.buy-now-hd h1 {
font-size: 30px;
}

#bo-preorder .atvi-pre-order-form .atvi-pre-order-left-column {
float: none;
width: 100%;
}

#bo-preorder .atvi-pre-order-form .atvi-pre-order-bundles {
float: none;
width: 100%;
}

.bundle-image {
float: none;
height: 100%;
text-align: center;
width: 100%;
}

.bundle-image-container {
float: none;
padding-top: 30px;
width: 70%;
overflow: hidden;
margin: auto;
padding-bottom: 30px;
}
.bundle-info-container {
float: none;
text-align: center;
width: 100%;
}

.featured-links {

padding-top: 40px;

}

.buy-now-hd {
margin-bottom: 15px;
}

.platform .platform-list li a {
padding: 0;
width: 98%;
padding-left: 2%;
}

.retailer-select {

float: none;
width: 100%;
}

#preorder-column-container {

padding-bottom: 0px;

}

.region-select {

width: 100%;
}
#cod-footer #menu-locale #sso-country-menu-label {
width: 15px !important;
}
	#cod-footer #menu-locale {

right: 0;
top: 20px;
}

#preorder-column-container {
padding-bottom: 20px;
}

#cod-footer #footer-copy p {
font-size: 9px;
line-height: 11px;

}

body {
background-position: 0 50px;


}

/* Tablet Media queries end */


/* Mobile media queries start */


@media (max-width:767px) {



.buy-now-hd h5 {
font-size: 15px;
}
.buy-now-hd h1 {
font-size: 16px;
}

}



/*Mobile media queries end */
