/*--------------------------------------------------
CSS RESET
*--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix {
    min-width: 0;
 }

 /***********************************************************************************
FONTS
***********************************************************************************/

/* CUSTOM FONTS */

@font-face {
    font-family: 'HelveticaNeueLTStd77BdCnOb';
    src: url('../fonts/helveticaneueltstd-bdcno-webfont.eot');
    src: url('../fonts/helveticaneueltstd-bdcno-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bdcno-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bdcno-webfont.ttf') format('truetype'),
         url('../images/helveticaneueltstd-bdcno-webfont.svg#HelveticaNeueLTStd77BdCnOb') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, a:active, a:visited {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}
a:hover {
    color: #676767;
}
a.button {
    background-color: #ffffff;
    color: black;
    display: inline-block;
    font-family: 'HelveticaNeueLTStd77BdCnOb', helvetica, arial, sans-serif;
    font-size: 18px;
    height: 21px;
    padding: 5px 15px 0;
    text-align: center;
    text-transform: uppercase;
}
a.button:hover {
    color: #676767;
}
sup {
    top: -0.2em;
}

sub, sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
}

/***********************************************************************************
LAYOUT
***********************************************************************************/
body.cod-404 .SSO-BAR {
    z-index: 9000;
    border-bottom: 2px solid #1C1C1C;
}
body.cod-404 .SSO-BAR #sso-bar-wrapper {
    padding-left: 166px;
    width: 794px;
}
body.cod-404 .SSO-BAR #sso-bar-menu > #menu-login-register {
    padding: 9px 0 5px;
}
body.cod-404 .SSO-BAR #sso-bar-menu > #menu-login-register > a,
body.cod-404 .SSO-BAR #or:before,
body.cod-404 .SSO-BAR #or {
    background-color: transparent;
    color: #fff;
    padding: 0;
}
body.cod-404 .SSO-BAR #or:before,
body.cod-404 .SSO-BAR #or {
    color: #666;
    font-weight: bold;
    font-style: italic;
}
body {
    background-color: #000000;
    color: #ffffff;
    height: auto;
    text-align: center;
}

.container {
    width: 100%;
    text-align: left;
    background: #000 url(../images/bg_cod-404.jpg) 50% 0 no-repeat;
}

#connect {
    top: 195px;
}

#connect #connect-list {
    height: 128px;
    background: url('../images/connect-blackbg-text.png') 0 top no-repeat;
    padding: 0 0 0 20px;
    z-index: 20;
    list-style: none;
    list-style-image: none;
}

#connect #connect-list a {
    display: block;
    height: 30px;
    margin: 1px 0;
    text-indent: -999em;
    width: 30px;
    z-index: 20;
}

#connect #connect-list a.connect-fb {
    background-image: url('../images/connect-facebook.png');
    background-position: 0px 0px;
    background-repeat: no-repeat no-repeat;
}

#connect #connect-list a.connect-twitter {
    background-image: url('../images/connect-twitter.png');
    background-position: 0px 0px;
    background-repeat: no-repeat no-repeat;
}

#connect #connect-list a.connect-yt {
    background-image: url('../images/connect-youtube.png');
    background-position: 0px 0px;
    background-repeat: no-repeat no-repeat;
}

#connect #connect-list a.connect-google {
    background-image: url('../images/connect-google.png');
    background-position: top left;
    background-repeat: no-repeat no-repeat;
}

#connect #connect-list a.connect-fb:hover,
#connect #connect-list a.connect-twitter:hover,
#connect #connect-list a.connect-yt:hover,
#connect #connect-list a.connect-google:hover {
    background-position: bottom left;
}

#header-nav {
    width: 100%;
    height: 66px;
    background-color: #000000;
}
#hero-header {
  max-width: 960px;
  width: 100%;
  height: 66px;
  margin: 0 auto;
}
#hero-header #hero-header-c0 {
    width: 260px;
    float: left;
    position: relative;
}
#hero-header #hero-header-c1 {
    width: 298px;
    float: right;
    padding: 20px 0 0;
}

#cod-logo {
    position: absolute;
    top: -40px;
    z-index: 10000;
}
#hero-header  p a {
    color: #dddddd;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'HelveticaNeueLTStd77BdCnOb', helvetica, arial, sans-serif;
    padding: 0 25px 0 0;
}
#hero-header  p a.preorder-link {
    background: #fff url(../images/bg_btn.gif) 100% 0 no-repeat;
    padding: 5px 38px 4px 16px;
    color: #000000;
}
#hero-header  p a:hover,
#hero-header  p a.preorder-link:hover {
    color: #676767;
    background-position: 100% -33px;
}
#hero {
  position: relative;
  max-width: 978px;
  width: 100%;
	margin: 0 auto;
}

#hero #featured-txt h2  {
    color: #ffffff;
    font-family: 'BankGothicMdBTMedium', helvetica, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -8px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    padding: 0;
}

#hero #featured-txt h2 {
    font-size: 70px;
    line-height: 57px;
}

#hero #featured-txt {
    margin-top: 125px;
    margin-bottom: 75px;
}

#hero  #featured-txt ul {
    margin-top: 28px;
    text-align: center;
}

#hero #featured-txt ul li {
    margin: 0 10px 10px 10px;
    list-style: none;
    display: inline-block;
}

#hero a.button {
    background-position: right -52px;
    font-size: 18px;
    height: 26px;
    padding: 5px 1px 0 0;
    width: 127px;
    background-color: #ffffff;
    line-height: 1.3;
    color: #000000;
}
#hero a.button:hover {
    color: #676767;
}

.connect-footer {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd77BdCnOb', helvetica, arial, sans-serif;
    font-size: 23px;
    text-align: right;
    padding-top: 24px;
    line-height: 43px;
}
.connect-footer  span {
    padding-right: 27px;
    margin-right: 14px;
    /*margin-left: 244px;*/
    float: left;
    display: inline-block;
    background: transparent url('../images/arrow_1.png') 100% -83px no-repeat;
}

.connect-footer a {
    float: left;
    display: inline-block;
    width: 38px;
    height: 0;
    padding-top: 38px;
    overflow: hidden;
    background: transparent url('../images/connect.gif') 0 0 no-repeat;
}
.connect-footer a.connect-tw {
    background-position: -38px 0;
}
.connect-footer a.connect-yt {
    background-position: -76px 0;
}
.connect-footer a.connect-gp {
    background-position: -114px 0;
    width: 40px;
}
#brands #brands-list a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer-container {
    width: 100%;
    background-color: #000000;
    border: none;
    height: 423px;
    padding: 0;
    color: #676767;
    /*border-top: solid 1px #2E2E2E;*/
    text-align: left;
}

#footer {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 66px 0 0;
    font-size: 11px;
    color: #676767;
    border-top: 2px solid #222222;
}

#footer #footer-top-c0 {
    width: 300px;
    float: left;
}

#footer #footer-top-c1 {
    /*width: 620px;*/
    float: right;
}

#footer #footer-bottom {
     margin-top: 123px;
}

#footer #footer-bottom-c0 {
    width: 460px;
    float: left;
    font-family: 'HelveticaNeueLTStd77BdCnOb', helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

#footer #footer-bottom-c0 p {
    margin: 2px 0 15px 10px;
	text-align: left;
}

#footer #footer-bottom-c0 a {
    font-size: 12px;
    text-decoration: none;
    margin: 0 20px;
    text-transform: uppercase;
}

#footer #footer-bottom-c1 {
    width: 386px;
    float: right;
}

#footer #footer-bottom-c1 #footer-ratings-logos-c0 {
    width: 144px;
    float: left;
}

#footer #footer-bottom-c1 #footer-ratings-logos-c1 {
    width: 58px;
    float: left;
    margin-left: 20px;
    margin-top: -20px;
}

#footer #footer-bottom-c1 #footer-ratings-logos-c2 {
    width: 154px;
    float: right;
    margin-top: -20px;
}

/* 404 styles - start */


body.cod-404 #hero-header #hero-header-c1  {
    padding: 13px 0 0;
}


body.cod-404 #hero-header p a.preorder-link {
    float: right;
    padding: 7px 38px 7px 12px;
}
body.cod-404 #hero {
    font-family: 'HelveticaNeueLTStd77BdCnOb', helvetica, arial, sans-serif;
    font-size: 19px;
    color: #838383;
    text-transform: uppercase;
}
body.cod-404 #hero #featured-txt {
    margin-top: 77px;
}
body.cod-404 #hero #featured-txt h2 {
    font-family: 'HelveticaNeueLTStd77BdCnOb', helvetica, arial, sans-serif;
    font-size: 60px;
    letter-spacing: 1px;
    text-align: left;
    padding: 49px 50px 47px 149px;
    background: transparent url('../images/hdr_error.png') 0 0 no-repeat;
}
body.cod-404 #hero p {
    text-transform: uppercase;
    padding: 26px 0 0 41px;
}
body.cod-404 #hero #featured-txt ul {
    text-align: left;
    padding: 15px 0 39px 34px;
    margin: 0;
}
body.cod-404 #hero .button {
    width: auto;
    padding: 4px 11px 0;
}
body.cod-404 ul sup {
    font-size: 75%;
}

@media screen and (max-width: 1024px) {
  #hero #featured-txt {
    margin-left: 20px;
    margin-right: 20px;
  }
  #footer #footer-top-c0{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #footer #footer-top-c1{
    width: 364px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #footer #footer-bottom{
    margin-top: 50px;
  }
  #footer #footer-bottom-c0{
    max-width: 768px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #footer #footer-bottom-c0 p{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #footer #footer-bottom-c1{
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  body.cod-404 #hero #featured-txt h2{
    font-size: 50px;
  }
  #footer #footer-bottom-c0{
    max-width: 476px;
  }
}
@media screen and (max-width: 640px) {
  body.cod-404 #hero #featured-txt h2{
    font-size: 40px;
    padding-left: 100px;
  }
  #footer #footer-bottom{
    margin-left: 30px;
    margin-right: 30px;
  }
  .connect-footer {
    text-align: center;
  }
  .connect-footer p{
    display: inline-block;
  }
  .connect-footer  span{
    float: none;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
  .connect-footer a{
    float: none;
    margin: 20px 10px 0 10px;
  }
  .connect-footer a.connect-yt{
    background-position: -77px 0;
  }
  .connect-footer a.connect-gp {
    background-position: -117px 0;
    width: 40px;
  }
}
@media screen and (max-width: 420px) {
  body.cod-404 #hero #featured-txt h2{
    padding-left: 41px;
  }
  body.cod-404 #hero p{
    padding-right: 41px;
  }
  #footer #footer-top-c1,
  #footer #footer-bottom-c1{
    width: 100%;
  }
  #footer #footer-bottom{
    margin-top: 30px;
  }
  #footer #footer-bottom-c0 a:first-child{
    margin: 0 5px 20px 0;
  }
  #footer #footer-bottom-c0 a{
    margin: 20px 5px;
    display: block;
    font-size: 16px;
  }
  #footer #footer-bottom-c0 a:last-child{
    margin-bottom: 30px;
  }
  #footer #footer-bottom-c1 #footer-ratings-logos-c0,
  #footer #footer-bottom-c1 #footer-ratings-logos-c1,
  #footer #footer-bottom-c1 #footer-ratings-logos-c2{
    float: none;
    margin-top: 0;
  }
  #footer #footer-bottom-c1 #footer-ratings-logos-c0,
  #footer #footer-bottom-c1 #footer-ratings-logos-c1{
    display: inline-block;
  }
  #footer #footer-bottom-c1 #footer-ratings-logos-c2{
    margin-top: 20px;
    width: 100%;
  }

}
@media screen and (max-width:375px){
  body.cod-404 #hero #featured-txt h2,
  body.cod-404 #hero #featured-txt p,
  body.cod-404 #hero #featured-txt ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  #hero #featured-txt ul li{
    margin: 10px auto;
  }
}
@media screen and (max-width: 360px) {
  #footer #footer-bottom-c0 a{
    display: block;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {

}
