@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,300,600,700);


/** Font declarations */

@font-face {
    font-family: 'ProximaNova';
    /*src: url('fonts/ProximaNova-Sbold.otf');*/
  src: url('fonts/ProximaNova-Bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Bold-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
  url('fonts/ProximaNova-Bold-webfont.woff') format('woff'), /* Modern Browsers */
  url('fonts/ProximaNova-Bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/ProximaNova-Bold-webfont.svg#ProximaNova') format('svg'); /* Legacy iOS */
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    /*src: url('fonts/ProximaNova-Sbold.otf');*/
  src: url('fonts/ProximaNova-Sbold-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Sbold-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
  url('fonts/ProximaNova-Sbold-webfont.woff') format('woff'), /* Modern Browsers */
  url('fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/ProximaNova-Sbold-webfont.svg#ProximaNova-family') format('svg'); /* Legacy iOS */
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    /*src: url('fonts/ProximaNova-Light.otf');*/
  src: url('fonts/ProximaNova-Light-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Light-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
  url('fonts/ProximaNova-Light-webfont.woff') format('woff'), /* Modern Browsers */
  url('fonts/ProximaNova-Light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/ProximaNova-Light-webfont.svg#ProximaNova-family') format('svg'); /* Legacy iOS */
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    /*src: url('fonts/ProximaNova-Reg.otf');*/
  src: url('fonts/ProximaNova-Reg-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Reg-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
  url('fonts/ProximaNova-Reg-webfont.woff') format('woff'), /* Modern Browsers */
  url('fonts/ProximaNova-Reg-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/ProximaNova-Reg-webfont.svg#ProximaNova-family') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}




/* Header */


#header #navigation #main-menu .menu li a {

  font-family: 'ProximaNova', sans-serif;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 2px 2px #000000; 
  filter: dropshadow(color=#000000, offx=1, offy=2);
  text-transform: uppercase;
  font-weight: bold;
  padding: 26px 28px 0 28px;
  height: 43px;
}


/* 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;
}

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;
}


/* Body & Main
================================================== */
body {
  /* background: #000 url("../../../default/files/sega_backgrounds/home.jpg") no-repeat top center fixed; */
	background-color: #000000;
  nowhitespace: afterproperty;
  font: 14px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body.front {
	/* background: #000 url("../../../default/files/sega_backgrounds/home.jpg") no-repeat top center fixed; */
	background-color: #000000;
}


/*set max img width*/
img {
  max-width: 100%;
}


/* Main Wraps
================================================== */

/*main*/
#wrap {
  width: 980px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main-content {
  margin: 0;
  clear: both;
}

#content {
  float: left;
  width: 665px;
}

body.no-sidebars #content {
  width: 100%;
}

#sidebar {
  float: right;
  width: 305px;
  
}


/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

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

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/*
ul, ol {
  margin: 0 0 1em 1.5em;
}

*/

ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}


/* Typography
================================================== */
/*
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
}

*/

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  
  text-decoration: none;
}

h1 {
  font-size: 1.714em;
  margin: 0 0 20px;
}

h2 {
  font-size: 1.286em;
}

h3 {
  font-size: 1.286em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.857em;
}

h6 {
  font-size: 0.714em;
}

#main-content {
  font-size: 1em;
}

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Header
================================================== */

/*pre-header*/

#header-social{
  float: right;
  margin: 0;
}
#header-social li {
  float: left;
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
}

#header-social a,
#header-social img {
  display: block;
}

#header-social img:hover {
  opacity: 0.6;
}


/*header*/
#header {
  position: relative;
  width: 100%;
  padding: 0;
  font-size: 14px;
  height: 69px;
}

#site-logo {
  float: left;
  padding: 0;
}

/*logo*/
#logo h1 a, #logo h2 a {
  display: block;
  float: left;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  color: #fff;
  padding: 40px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#logo img {
  display: block;
  max-width: 100%;
}

#logo h1, #logo h2 {
  font-size: 2.286em;
  line-height: 1em;
  margin: 0;
}


/* Main Navigation
================================================== */

/*hide responsive nav*/
#top-bar .selector,
#navigation .selector {
  display: none;
}

/*core*/
#main-menu > ul, #main-menu > ul * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-menu > ul {
  line-height: 1.0;
}

#main-menu > ul ul {
  position: absolute;
  top: -999em;
  width: 290px;
}

#main-menu > ul ul li {
  width: 100%;
}

#main-menu > ul li:hover {
  visibility: inherit;
}

#main-menu > ul li {
  float: left;
  position: relative;
}

#main-menu > ul a {
  display: block;
  position: relative;
}

#main-menu > ul li:hover ul, #main-menu > ul li.sfHover ul {
  left: 0;
  top: 30px;
  z-index: 99;
}

#main-menu > ul li:hover li ul, #main-menu > ul li.sfHover li ul {
  top: -999em;
}

#main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul {
  left: 180px;
  top: 1px;
}

/*styling*/
#navigation {
 width: 940px;
 margin: 0 auto;
 height: 69px;
}

#navigation #main-menu > ul > li:hover > ul, #main-menu > ul li.sfHover > ul {
  top: 68px;
}

#navigation #main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul,
#main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul {
  left: 200px;
  top: -10px;
}

#navigation #main-menu > ul a {
  text-decoration: none;
}

#navigation #main-menu > ul ul a {
  padding: 0;
}

#navigation #main-menu > ul > li > a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#navigation #main-menu > ul > li {
  float: left;
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;

}

#custom-menu-item-id-1:hover,
#custom-menu-item-id-2:hover,
#custom-menu-item-id-3:hover,
#custom-menu-item-id-5:hover,
#custom-menu-item-id-8:hover,
#custom-menu-item-id-9:hover {
   background: url('images/nav-pattern.png') 0 -69px repeat-x;
}

#header #navigation #main-menu #custom-menu-item-id-6 {
  padding: 13px 37px 0 33px;
}


#header #navigation #main-menu #custom-menu-item-id-6 a {
  display: block;
  width: 176px;
  height: 38px;
  background: url('images/tw-logo.png') no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
}

#custom-menu-item-id-1 > a,
#custom-menu-item-id-5 > a,
#custom-menu-item-id-10 > a{
  background: url('images/menu-expand-arrow.png') no-repeat 50% 74%;
}

body.logged-in .tabs-wrapper {
  position: relative;
  top: 30px;
}

/*drop-down styles*/

#header-wrap {
  background: url('images/nav-pattern.png') repeat-x;
  position: fixed;
  width: 100%;
  z-index: 800;
  top: 22px;
}

#navigation #main-menu > ul ul {
  position: absolute;
  nowhitespace : afterproperty;
  top: -999em;
  z-index: 9999;
  left: 0;
  border-top: 1px solid #454545;
  background: #1e1f20;
  width: 455px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
}

#navigation #main-menu > ul li#custom-menu-item-id-5 ul,
#navigation #main-menu > ul li#custom-menu-item-id-10 ul {
  width: 170px;
}

#navigation #main-menu > ul ul > li:first-child{
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#navigation #main-menu > ul ul > li:last-child{
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#navigation #main-menu > ul ul li {
  background: #1e1f20;
  height: auto;
  border-top: 1px solid #7a7a7a;
}

#navigation #main-menu ul li#custom-menu-item-id-1 ul li {
  padding: 0;
}

#navigation #main-menu ul li#custom-menu-item-id-4 ul{
 padding-bottom: 7px;                                                                                      
}

#navigation #main-menu ul li#custom-menu-item-id-4 ul,
#navigation #main-menu ul li#custom-menu-item-id-10 ul {
  width: auto;
}

#navigation #main-menu ul li#custom-menu-item-id-10 ul li {
  width: 170px;
}

#navigation #main-menu > ul ul li:first-child {
  border-top: 0;
}

#navigation #main-menu > ul ul li:last-child {
  border-bottom: 0;
}

#navigation #main-menu div.view-id-games_menu div.view-content div.views-row-first {
  border-top: none;
}


#navigation #main-menu .menu li#custom-menu-item-id-1 ul li a {
  padding: 0;
  height: 71px;
  width: 455px;
  border-top: 1px solid #383939;
  color: #b5b5b5;

}

#navigation #main-menu .menu li#custom-menu-item-id-1 ul li a:hover {
  color: #fff;
}

#main-menu .menu li#custom-menu-item-id-1 ul li div.views-row-odd,
#main-menu .menu li#custom-menu-item-id-1 ul li div.views-row-even {
  clear: both;
  width: 455px;
  background: #1e1f20;
}

#main-menu .menu li#custom-menu-item-id-1 ul li div.menu-games-item-logo,
#main-menu .menu li#custom-menu-item-id-1 ul li div.views-field-title {
  float: left;
}

#main-menu .menu li#custom-menu-item-id-1 ul li div.menu-games-item-logo {
  width: 160px;
  padding: 10px 0 0 10px;
}

#main-menu .menu li#custom-menu-item-id-1 ul li div.menu-games-item-title {
  height: 40px;
  padding-top: 30px;
  font-family: 'ProximaNova', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#header #navigation #main-menu #custom-menu-item-id-8 ul li a {
  font-family: 'ProximaNova', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b5b5b5;
}

#header #navigation #main-menu #custom-menu-item-id-8 ul li a:hover {
  color: #fff;
}


/* =Content
----------------------------------------------- */

.node h2.title{
  font-size: 1.5em;
  line-height: 1em;
}

h1.page-title {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}


.node-teaser p {
  margin-bottom: 1em;
}

.region-content-top {
  margin-bottom: 20px;
}


/* Footer
================================================== */
footer#footer-bottom{
  border-top: 1px solid #333;
  clear:both;
  background: url('images/footer-bg.gif') repeat #333;
  font-family: 'ProximaNova', sans-serif;
}

footer#footer-bottom div.block-menu{
  float: left;
}

footer#footer-bottom div.block-menu h2 {
  border-bottom: 1px solid #515151;
  line-height: 20px;
  padding-bottom: 3px;
}

footer#footer-bottom div.block-menu h2 span{
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
  color: #fff;
}

footer#footer-bottom #block-sega-footer-sega-footer-logos {
  clear: both;
  margin-bottom: 20px;
  padding-top: 33px;
  margin-bottom: 20px;
}

footer#footer-bottom #block-sega-footer-sega-footer-logos div.content{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  line-height: 1px;
}

footer#footer-bottom #block-sega-footer-sega-footer-logos div.content a {
  margin-right: 16px;
}

footer#footer-bottom #block-sega-footer-sega-footer-legal .footer-legal-age-icon-wrapper {
  float: left;
  margin-right: 20px;
}

footer#footer-bottom #block-sega-footer-sega-footer-legal .footer-legal-text {
  font-family: 'ProximaNova', sans-serif;
  line-height: 16px;
  color: #b5b5b5;
  font-size: 12px;
  text-transform: uppercase;

}



footer#footer-bottom div.block-menu ul li{
  list-style: none;
  line-height: 22.39px;
  height: 22px;
}

footer#footer-bottom div.block-menu ul {
  padding-top: 10px;
}

footer#footer-bottom div.block-menu ul li a{
  text-decoration: none;
  color: #B5B5B5;
  font-size: 14px;
  font-weight: bold;
  font-family: 'ProximaNova', sans-serif;
}

footer#footer-bottom div.block-menu ul li a:hover{
  color: #fff;
}

footer#footer-bottom div.region-footer {
  padding: 23px 20px 20px 20px;
}

footer#footer-bottom #block-menu-menu-games {
  width: 240px;
  margin-right: 20px;
}

footer#footer-bottom #block-menu-menu-help {
  width: 140px;
  margin-right: 20px;
}

footer#footer-bottom #block-menu-menu-blogs {
  width: 120px;
  margin-right: 20px;
}

footer#footer-bottom #block-menu-menu-forums {
  width: 160px;
  margin-right: 20px;
}

#block-menu-menu-social, #block-menu-menu-careers {
  width: 200px;
}

#block-menu-menu-careers {
  position: relative;
  top: 35px;
  padding-bottom: 27px;
}

footer#footer-bottom #block-menu-menu-social li {
  float: left;
  margin-right: 10px;
}

footer#footer-bottom #block-menu-menu-social li a{
  width: 32px;
  height: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url('images/social-lg.png') no-repeat;
}

footer#footer-bottom #block-menu-menu-social #custom-menu-item-id-25 a {
  background-position: 0px -68px;
}

footer#footer-bottom #block-menu-menu-social #custom-menu-item-id-26 a {
  background-position: 0px -34px;
}

footer#footer-bottom #block-menu-menu-social #custom-menu-item-id-24 a {
  background-position: 0 -102px;
}




/*footer main*/
#footer-area {
  padding: 0 0 12px 0;
  position: relative;
  width: 980px;
  margin: 0 auto;
}


/*copyright*/
#copyright {
  margin: 15px 0;
  text-align: center;
  font-size: 0.786em;
}



/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  font-weight: 400;
  font-size: 0.929em;
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #fc0;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.929em;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}



.panel.sitenav {
height: 22px;
width: 100%;
padding: 0;
background: url('images/header-strip.gif') repeat-x;
position: fixed;
z-index: 900;
}

.panel.sitenav .social-icons a.icon {
  width: 32px;
  height: 34px;
  display: block;
  background: url('images/social-lg.png') no-repeat;
 
}

.panel.sitenav .social-icons a.icon.facebook {
  background-position: 0 0;
  margin-bottom: 5px;
}

.panel.sitenav .social-icons a.icon.twitter {
  background-position: 0 -34px;
  margin-bottom: 5px;
}

.panel.sitenav .social-icons a.icon.youtube {
  background-position: 0 -102px;
}




.panel.sitenav .panelinner .social-icons,
.panel.sitenav .panelinner .community-actions {
  height: inherit;
  float: left;
  border-left: 1px solid #41403f;
}

.panel.sitenav .panelinner {
  width: 100%;
  margin: 0 auto;
  height: inherit;
}


.panel.sitenav .panelinner > div {
  float: right;
  margin-right: 20px;
  height: 22px;
}
.panel.sitenav .panelinner #socialtab {
  float: none;
  margin-right: 0;
  position: fixed;
  right: 0;
  top: 21.9%;
}


.panel.sitenav .panelinner .social-icons {
  padding: 10px;
  background: rgba(0,0,0,.8);
  border:1px solid #3e3e3e;
  z-index:999;
  height: 112px;
}
.panel.sitenav .panelinner .community-actions {
  padding-right: 22px;
  padding-left: 22px;
  line-height: 29px;
}
.panel.sitenav .panelinner .community-actions span.divider {
  color: #749925;
}

/*Teritory select -START*/


.panel.sitenav .panelinner .territory-select {
  width: 168px;
  height: 22px;
  cursor: pointer;
  color: #676767;
  position: relative;
}
.panel.sitenav .panelinner .territory-select span {
  display: block;
  float: left;
  margin-top: 5px;
}
.panel.sitenav .panelinner .territory-select .current {
  height: 22px;
  border-left: 1px solid #41403f;
  border-right: 1px solid #41403f;
  padding-left: 4px;
}
.panel.sitenav .panelinner .territory-select .current .nubble {
  background: url(images/buttons/dropdown-arrow.png) 8px 8px;
  height: 7px;
  width: 8px;
  float: right;
  margin: 8px 10px 0 10px;
}
.panel.sitenav .panelinner .territory-select .current:hover {
  color: #fff;
}

.panel.sitenav .panelinner .territory-select .name {
  margin: 0;
  margin-top: 1px;
  margin-left: 12px;
  font-family: 'ProximaNova', sans-serif;
  font-size: 12px;
  line-height: 21px;
}
.panel.sitenav .panelinner .territory-select .submenu {
  width: inherit;
  border-top: 1px solid #41403f;
}
.panel.sitenav .panelinner .territory-select .submenu a {
  display: block;
  clear: both;
  padding-left: 4px;
  color: #676767;
  font-weight: normal;
  border: 1px solid #41403f;
  border-top: 0;
  overflow: auto;
}
.panel.sitenav .panelinner .territory-select .submenu a:hover {
  color: #fff;
}

.territory-select .flag-square {
  background: url('images/flag-sprite.png') 0 0 no-repeat;
  width: 16px;
  height: 11px;
  display: block;
}

.territory-select .flag-square.gb {
  background-position: 0 -11px;
}
.territory-select .flag-square.gb.faded {
  background-position: -16px -11px;
}
.territory-select .flag-square.us {  background-position: 0 0;
}
.territory-select .flag-square.us.faded {
  background-position: -16px 0;
}

.territory-select .flag-square.au {
  background-position: 0 -22px;
}
.territory-select .flag-square.au.faded {
  background-position: -16px -22px;
}


/*

.territory-select .flag-square.de {
  background-position: 0px -44px;
}
.territory-select .flag-square.de.faded {
  background-position: -16px -44px;
}

.territory-select .flag-square.at {
  background-position: 0px -88px;
}
.territory-select .flag-square.at.faded {
  background-position: -16px -88px;
}

.territory-select .flag-square.ch {
  background-position: 0px -99px;
}
.territory-select .flag-square.ch.faded {
  background-position: -16px -99px;
}

.territory-select .flag-square.fr {
  background-position: 0px -33px;
}
.territory-select .flag-square.fr.faded {
  background-position: -16px -33px;
}

.territory-select .flag-square.it {
  background-position: 0px -66px;
}
.territory-select .flag-square.it.faded {
  background-position: -16px -66px;
}

.territory-select .flag-square.es {
  background-position: 0px -55px;
}
.territory-select .flag-square.es.faded {
  background-position: -16px -55px;
}

.territory-select .flag-square.ru {
  background-position: 0px -77px;
}
.territory-select .flag-square.ru.faded {
  background-position: -16px -77px;
}

*/

/*Teritory select -FINISH*/


.panel.sitenav .submenu {
  display: none;
  background: #111;
  overflow: auto;
  position: absolute;
  top: 22px;
  left: 0px;
  z-index: 10;
}

#primary {
  padding: 0;
}


body.node-type-media-page #block-sega-media-sega-media-title {
  background: url('images/bg-fade.png') 50% 0 repeat-y;
  height: 20px;
  padding: 20px 0 25px 18px;
  clear: both;
}

body.node-type-media-page #block-sega-media-sega-media-title div.media-carousel-title {
  display: inline-block;
  width: 720px;
  overflow-y: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #FFCC55;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #000;
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-social-share-buttons,
body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-social-share-buttons #twitter_div,
body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-social-share-buttons #facebook_div,
body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section div.media-carousel-wallpapers-download {
  float: right;
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section .media-carousel-wallpapers-download {
  position: relative;
  bottom: 6px;
  padding-right: 20px;
}

#twitter_div {
  width: 100px;
}

body.node-type-media-page #block-sega-media-sega-media-title .media-carousel-title-section .media-carousel-wallpapers-download {
  position: relative;
  bottom: 3px;
  padding-right: 20px;
}

body.node-type-media-page .view-media-thumbnails .view-header {
  padding-top: 10px;
  padding-left: 12px;
}

body.node-type-media-page .view-media-thumbnails .view-content {
  clear: both;
}


body.node-type-media-page #media-links {
  height: 28px;
  float: left;
  margin: 0;
  overflow: hidden;
}

body.node-type-media-page #media-links li {
  list-style: none;
  float: left;
  background: url('images/media-menu-bullet.gif') no-repeat 0 14px;
}

body.node-type-media-page #media-links li.media-links-first-item {
  background: none;
}

body.node-type-media-page #media-links li a {
  background: none;
  margin: 0;
  padding-top: 5px;
  display: block;
  color: #fff;
  font-size: 13px;
  padding: 8px 8px 0 8px;
  margin-right: 4px;
  text-transform: uppercase;
  font-family: ProximaNova, sans-serif;
  line-height: 13px;
  font-weight: normal;
  height: 16px;
}

body.node-type-media-page #media-links li.media-links-first-item a {
  padding-left: 8px;
}

body.node-type-media-page #media-links li a:hover {
  color: #ccc;
}
body.node-type-media-page #media-links li a.active {
  color: #fc5;
  background: none repeat scroll 0 0 #373A3C;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

body.node-type-media-page .view-media-thumbnails h3 {
 font-size: 17px;
 font-weight: bold;
 text-transform: uppercase;
 text-align: right;
font-family: ProximaNova, sans-serif;
color: #fff;
background: #000;
border-top: 1px solid #4C4C4C;
position: relative;
bottom: 6px;
padding-right: 8px;
}





/********************************************************/















/*********************
* Admin node edit menu
*********************/

ul.primary li a {
  color: rgb(155, 58, 58);
}



/*********************
* Page /weight
*********************/
body.page-weight section#content {
  padding: 20px;
  width: 93%;
}
body.page-weight section#content table#weight-table-1 td {
  padding: 10px;
}
body.page-weight section#content table#weight-table-1 td a.tabledrag-handle .handle {
  margin: -0.2em 0.5em;
}
body.page-weight section#content .view-header {
  padding: 10px;
  border: 3px solid #cbcbcb;
  border-radius: 5px;
  margin-top: 10px;
}

body.front #home-contents .block-logo img {
  display: block;
  margin: 0 auto;
  text-align: center;
	/* width: 50%; */
 }

 body.front #home-contents {
  padding-top: 200px;
 }

body.front #home-contents div.block-1 {
  min-height: 325px;
  /* padding-left: 367px; REMOVED */
  /* padding-top: 175px; */
  position: relative;
  /* left: 10px; */
 }

 body.front #home-contents div.block-1 div.field-name-field-field-home-b1-title div.field-item {
  font-family: 'ProximaNova', sans-serif;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 2px 2px #000000;
 }

body.front #home-contents div.block-1 div.field-name-field-block-subtitle div.field-item {
	font-family: 'ProximaNova', sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000000;
}



body.front #home-contents div.block-1 div.field-name-field-home-b1-long-text-1 {
  margin-top: 4px;
 }

 body.front #home-contents div.block-1 div.field-name-field-home-b1-long-text-1 div.field-item {
  font-family: 'ProximaNova', sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 2px 2px #000000;
 }

body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy,
body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-us,
body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-au,
body.front.product-kingdom #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read{
  /* min-height:120px; */
  /* min-width: 220px; */
  /* float: left; */
  margin: 20px 10px 0px 10px;
	display: inline-block;
 }

/* body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a, */
body.front #home-contents div.block-2 div.block-2-price-container div.field-name-field-home-b2-link-butt-buy a,
body.front #home-contents div.block-4 .b-butt a,
body.front #home-contents div.block-3 .b-butt a {
  height: 39px;
  border: medium none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 0 #000;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
  width:auto;
  padding: 6px 18px 0 18px;
  text-transform: uppercase;
  font-family: 'ProximaNova', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
 }

 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy a,
 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-us a,
 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-au a,
 body.front.product-kingdom #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a {
  height: 61px;
  border: medium none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 0 #000;
  color: #d8d8d8;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
  width:auto;
  padding: 14px 25px 0 25px;
  text-transform: uppercase;
  font-family: 'ProximaNova', sans-serif;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
 }

 
 body.front #home-contents div.block-2 div.block-2-price-container div.field-name-field-home-b2-link-butt-buy a,
 body.front #home-contents div.block-4 .b-butt a,
 body.front #home-contents div.block-3 .b-butt a {
   background: url('images/button-bg.png') repeat-x scroll 0 0 #86291F;
 }

 /* body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a {
  background: url('images/button-blk-bg-lg.png') repeat-x scroll 0 0;
 } */

 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy a,
 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-us a,
 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-au a,
 body.front.product-kingdom #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a {
  background: url('images/big_btn_bg.png') repeat-x scroll 0 0 #86291F;
 }

/* body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a:hover, */
body.front #home- contents div.block-2 div.block-2-price-container div.field-name-field-home-b1-link-butt-buy a:hover,
body.front #home-contents div.block-4 .b-butt a:hover,
body.front #home-contents div.block-3 .b-butt a:hover  { 
  background-position: 0 -45px; color: #fff;
 }

body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy a:hover,
body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-us a:hover,
body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-au a:hover,
body.front.product-kingdom #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a:hover {
  background-position: 0 -75px;
  color: #fff;
}


/* body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a:active, */
body.front #home-contents div.block-2 div.block-2-price-container div.field-name-field-home-b2-link-butt-buy a:active,
body.front #home-contents div.block-4 .b-butt a:active,
body.front #home-contents div.block-3 .b-butt a:active { 
  background-position: 0 -90px;
 }

 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy a:active,
 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-us a:active,
 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy-au a:active,
 body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a:active,{
  background-position: 0 -150px;
 }

body.front #home-contents div.block-2 div.block-2-price-container div.field-name-field-home-b2-link-butt-buy a,
body.front #home-contents div.block-4 .b-butt a,
body.front #home-contents div.block-3 .b-butt a  {
  font-size: 16px;
   padding: 8px 18px 0 18px;
  height: 37px;
 }

body.front #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read {
  height: 45px;
  /* width: 270px; */
  /* float: left; */
  /* padding-left: 6px; */
}


body.front #home-contents div.block-2 {
  background: url('images/bg-fade-top-longer.png') 50% bottom no-repeat;
  height: 442px;
  font-family: 'ProximaNova', sans-serif;
  color: #fff;
  padding: 0 20px;
}

body.front #home-contents div.block-2 div.block-2-price-container {
  padding-left: 80px;
  padding-top: 40px;
  padding-right: 20px;
  height: 416px;
}


body.front #home-contents div.block-2 div.block-2-price-container div.b-body p  {
  font-size: 24px;
  font-weight: normal;
  line-height: 31px;
  padding-top: 0px;
  margin-top: 30px;
  margin-bottom: 5px;
}

body.front #home-contents div.block-2 div.block-2-price-container div.b-body ul {
  margin: 15px 0 17px 0;
  padding: 0 0 0 40px;
}

body.front #home-contents div.block-2 div.block-2-price-container div.b-body ul li {
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 7px;
  padding-right: 8px;
}



body.front #home-contents div.block-2 div.b-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 12px;
  padding-top: 0px;
  text-transform: uppercase;
  text-shadow: rgb(0, 0, 0) 1px 2px 2px;
}







body.front #home-contents div.block-2 div.block-2-price-container div.field-name-field-home-b2-link-butt-buy  {
  padding-left: 37px;
}

body.front #home-contents div.block-3, body.front #home-contents div.block-4 {
  height: 345px;
  width: 460px;
  float: left;
  margin: 0 10px;
  position: relative;
}

body.front #block-views-games-carousel-block {
  clear: both;
}

body.front #home-contents .block-3-and-4-container {
  background: url('images/bg-fade.png') 50% 0 repeat-y;
  width: 960px;
  height: 345px;
  margin: 0 auto;
  padding: 20px 10px 0 10px;
}

body.front #home-contents div.block-3 .b-title .field-item, body.front #home-contents div.block-4 .b-title .field-item {
  color: #fff;
  font-family: ProximaNova, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 23px;
  line-height: 25px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 0px;
  text-transform: uppercase;
  width: 430px;
}

body.front #home-contents div.block-3 .b-butt, body.front #home-contents div.block-4 .b-butt {
  position: absolute;
  top: 280px;
  right: 20px;
}

body.front div.panel-divider-thin {
  background: url('images/bg-fade.png') 50% 0 repeat-y;
  margin: 0px;
  border: 0px;
}

body.front div.panel-divider-thin div {
  background: url('images/div-line.png') 0 50% no-repeat;
  background-position: 0 15px;
  height: 1px;
  width: 940px;
  margin: 0 auto;
  padding: 30px 0;
  padding-top: 15px;
}

body.front #block-views-games-carousel-block {
  background: url('images/bg-fade.png') 50% 0 repeat-y;
  padding-bottom: 28px;
}

body.front #block-views-games-carousel-block h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: ProximaNova, sans-serif;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #000;
  position: absolute;
}

body.front #block-views-games-carousel-block div.views-field-field-games-carousel-link-dflt a {
  display: block;
  text-align: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #1d1d1d;
  font-family: ProximaNova, sans-serif;
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  padding-top: 3px;
}

body.front #block-views-games-carousel-block .games-carousel-links-non-default a {
  display: block;
  text-align: left;
  font-family: ProximaNova, sans-serif;
  border-bottom: 1px solid #1d1d1d;
  padding-top: 8px;
  font-size: 14px;
  color: #999;
  line-height: 19px;

}

body.front #block-views-games-carousel-block div.views-field-field-games-carousel-link-dflt a:hover,
body.front #block-views-games-carousel-block .games-carousel-links-non-default a:hover {
  color: #fff;
  border-bottom: 1px solid #373737;
}


body.front #block-views-games-carousel-block a span.status  {
  display: none;
  font-weight: bold;
  font-size: 14px;
  float: right;
  color: #FC5;
  font-family: ProximaNova, sans-serif;

}

body.front #block-views-games-carousel-block div.jcarousel-skin-games-bottom {
  background: url('images/bg-smoke.png') -80px 26px no-repeat;
}

body.node-type-media-page #block-views-media-carousel-block-7,
body.node-type-media-page #block-views-media-carousel-block-6,
body.node-type-media-page #block-views-media-carousel-block-5,
body.node-type-media-page #block-views-media-carousel-block-4,
body.node-type-media-page #block-views-media-carousel-block-3,
body.node-type-media-page #block-views-media-carousel-block-2,
body.node-type-media-page #block-views-media-carousel-block-1,
body.node-type-media-page #block-views-media-carousel-block {
  background: url('images/bg-fade.png') 50% 0 repeat-y;
  margin: 0px;
  border: 0px;
  padding-top: 20px;

}

body.node-type-media-page #block-views-media-thumbnails-block,
body.node-type-media-page #block-views-media-thumbnails-block-1, 
body.node-type-media-page #block-views-media-thumbnails-block-2, 
body.node-type-media-page #block-views-media-thumbnails-block-3, 
body.node-type-media-page #block-views-media-thumbnails-block-4,
body.node-type-media-page #block-views-media-thumbnails-block-5,
body.node-type-media-page #block-views-media-thumbnails-block-6,
body.node-type-media-page #block-views-media-thumbnails-block-7 {
   background: url('images/bg-fade.png') 50% 0 repeat-y;
   padding-bottom: 40px;
}

body.node-type-media-page h1.media-page-title {
  font-size: 48px;
font-weight: bold;
line-height: 48px;
margin: 20px 0px;
padding: 0px;
text-transform: uppercase;
color: #FFF;
text-shadow: 0 2px 2px #000000;
 font-family: ProximaNova, sans-serif;
 padding-left: 20px;
}

body.node-type-media-page {
  background: #000 url("../../../default/files/sega_backgrounds/media.jpg") no-repeat top center fixed;
}


body.node-type-media-page ul#media-games {
  float: left;
}

body.node-type-media-page ul#media-games li {
  list-style: none;
  float: left;
}

body.node-type-media-page ul#media-links {
  float: right;
}

body.page-node-16 #media-games li.rome2,
body.page-node-17 #media-games li.rome2,
body.page-node-18 #media-games li.rome2,
body.page-node-19 #media-games li.rome2 {
  background: none repeat scroll 0 0 #373A3C;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}


body.node-type-media-page #media-games li.rome2 a {
  display: block;
  width: 102px;
  height: 43px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("images/rome-2-logo-xs.png") no-repeat;
}

body.page-node-60 #media-games li.shogun,
body.page-node-58 #media-games li.shogun,
body.page-node-57 #media-games li.shogun,
body.page-node-59 #media-games li.shogun {
  background: none repeat scroll 0 0 #373A3C;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}


body.node-type-media-page #media-games li.shogun a {
  display: block;
  width: 98px;
  height: 38px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("images/tw-battles-logo-xs.png") no-repeat;
}

body.node-type-media-page div.view-media-thumbnails {
  padding-top: 15px;
  background: url("images/div-line.png") no-repeat;
}

body.node-type-media-page div.view-media-thumbnails div.view-header {
  height: 50px;
}


/***************
 * Attila Theme
 ***************/

/* Front page */

body.product-attila {
	background-position: 50% -20px !important;
}

body.front.product-attila {
	background: url("images/games/attila/background-02.jpg") no-repeat fixed 50% 90px #000;
}

body.front.product-attila .block-logo {
	margin: 0 0 34px 0;
}

body.front.product-attila #home-contents div.block-1 {
	min-height: 295px;
	/* padding-top: 130px; */
}

body.front.product-attila #home-contents div.block-1 div.field-name-field-field-home-b1-title div.field-item {
	font-size: 70px;
	line-height: 70px;
}

/* Attila Home page buttons
 * These are styled differently to the original (default) CMS layout. Therefore, although these
 * settings are specified elsewhere they are explicitly redefined here to ensure correct styling
 */

body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read,
body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy {
	/* float: left; */
	height: 120px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	/* width: 260px; */
}

/* body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy {
	margin-right: 10px;
} */

body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy a,
body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a {
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #000;
	color: #ffffff;
	display: inline-block;
	font-family: "ProximaNova",sans-serif;
	font-size: 26px;
	font-weight: bold;
	height: 56px;
	padding: 10px 25px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
	width: auto;
}

body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy a {
	background: url("images/games/attila/gold-buttons-large.jpg") repeat-x scroll 0 0 #996616;
	border: solid 2px #996616;
}

body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a {
	background: url("images/games/attila/grey-buttons-large.jpg") repeat-x scroll 0 0 #959595;
	border: solid 2px #959595;
}

body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy a:hover,
body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a:hover {
	background-position: 0 -71px; color: #fff;
}
body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-buy a:active,
body.front.product-attila #home-contents div.block-1 div.field-name-field-home-b1-link-butt-read a:active {
	background-position: 0 -142px; color: #fff;
}




/* Product page */

body.product-attila #main-content {
	margin: 20px 0 120px 0;
}

body.product-attila .content p,
body.product-attila .game-features-emprom-block {
	color: #fff;
	font-family: ProximaNova,sans-serif;
	font-size: 16px;
	line-height: 19px;
	margin: 20px 0;
	text-shadow: 1px 1px 1px #000000;
}

body.product-attila .game-title .field-item {
	color: #fff;
	font-family: ProximaNova,sans-serif;
	font-size: 60px;
	line-height: 60px;
	margin: 20px 0 0 0;
	text-shadow: 1px 1px 1px #000000;
	width: 600px !important;
}

body.product-attila .game-body h2 {
	color: #fff;
	font-family: ProximaNova,sans-serif;
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px #000000;
	font-weight: bold;
}

body.product-attila #block-system-main div.game-block-1 div.game-video {
	left: 80px;
	position: relative;
	top: -300px;
	display: inline-block;
}

body.product-attila .game-buy-now-title {
	display: none;
}


body.product-attila .game-cover-wrapper {
	margin: 0 0 20px 0;
}

body.product-attila .game-buy-now-button-wrapper a {
	background: url("images/games/attila/gold-buttons-large.jpg") repeat-x scroll 0 0 #996616;
	border: solid 2px #996616;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 #000;
	color: #fff;
	display: inline-block;
	font-family: "ProximaNova",sans-serif;
	font-size: 22px;
	font-weight: bold;
	height: 48px;
	padding: 8px 18px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
	width: auto;
}

body.product-attila .game-buy-now-button-wrapper a:hover {
	background-position: 0 -71px; color: #fff;
}

body.product-attila .game-buy-now-button-wrapper a:active {
	background-position: 0 -142px; color: #fff;
}


body.product-attila .games-emprom-banner-image.first:before,
body.product-attila .games-emprom-banner-image.last:after {
	content: url('images/games/attila/divider.png');
	display: block;
	margin: 20px 0;
}

body.product-attila .game-features-emprom-block ul {
	list-style: none;
}

/* body.product-attila .game-features-emprom-block ul li {
	margin: 10px 0;
} */

/* Fake subtitles within Features section of game page */
body.product-attila li#game-feature-item-1,
body.product-attila li#game-feature-item-3,
body.product-attila li#game-feature-item-5,
body.product-attila li#game-feature-item-7,
body.product-attila li#game-feature-item-9 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #ffcc66;
	background-image: url("images/games/attila/bullet.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 50px;
}

/* The Game Feature element for the Game content type within the CMS does not allow
 * for much customisation and markup, plus each Features line is limited to 255 chars
 * in length, so some paragraphs have to be spread over multiple fields. Below is a
 * dirty hack to arrange the paragraphing within the page body.
 */

body.product-attila li#game-feature-item-1,
body.product-attila li#game-feature-item-3,
body.product-attila li#game-feature-item-5,
body.product-attila li#game-feature-item-7,
body.product-attila li#game-feature-item-9 {
	margin: 10px 0;
}

body.product-attila li#game-feature-item-2,
body.product-attila li#game-feature-item-4,
body.product-attila li#game-feature-item-6,
body.product-attila li#game-feature-item-8,
body.product-attila li#game-feature-item-11 {
	margin: 0 0 30px 0;
}

body.product-attila li#game-feature-item-10 {
	margin: 0 0 10px 0;

}

/*
 * There is NO pre-order button on Attila at announcement but the button
 * must be added within the CMS so it must be hidden.
 */

/* body.product-attila .game-buy-button-etc-wrapper {
	display: none;
} */



/******************************
 * Total War Battles: KINGDOM *
 ******************************/

body.product-kingdom {
	background-color: #000000 !important;
}

body.product-kingdom .field-name-field-game-headline > div > div {
  text-align: center;
}

body.not-front.product-kingdom #block-system-main {
	margin-top: 550px;
	width: 780px;
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	font-family: "ProximaNova",sans-serif;
	color: #ffffff;
	font-size: 16px !important;
	line-height: 18px !important;
	margin-left: auto;
	margin-right: auto;
}

body.product-kingdom .game-logo {
	margin-left: 165px;
	width: 450px;
}

body.product-kingdom .game-block-1 div:first-child {
	width: 100% !important;
}

body.product-kingdom .game-title {
	color: #ffcd54;
	font-size: 34px !important;
	font-weight: bold;
	line-height: 38px !important;
	text-shadow: 1px 2px 2px #000000;
	text-transform: uppercase;
	font-family: "ProximaNova", sans-serif;
	margin-top: 12px;
	margin-bottom: 18px;
}

body.product-kingdom .game-block-2 {
	display: none;
}

body.product-kingdom a.survey-link-button {
	background: url("http://d1ju58c4ctua8y.cloudfront.net/theme_assets/images/total-war/button-bg.png") repeat-x scroll 0 0 #86291f;
	border: medium none;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 #000000;
	color: #ffffff;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	height: 45px;
	line-height: 2.8em;
	margin: 20px 20px 20px 0;
	padding: 0 18px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000000;
	text-transform: uppercase;
	width: auto;
}

body.product-kingdom a.survey-link-button:hover {
	background-position: 0 -45px;
}

body.product-kingdom div.game-video {
	display: block !important;
	margin: 0 0 0 320px;
	position: absolute;
	top: 500px;
}


/* Front page */

/* body.product-attila {
	background-position: 50% -20px !important;
} */

body.front.product-kingdom {
	background: url("images/games/kingdom/background-02.jpg") no-repeat fixed 50% -191px #000;
}

body.front.product-kingdom #home-contents div.block-1 {
	left: 0;
	padding: 0;
	position: relative;
}

body.front.product-kingdom #home-contents div.block-1 div.field-name-field-field-home-b1-title div.field-item {
	color: #ffcc55;
}

body.front.product-kingdom .block-logo {
	/* background-color: rgba(0,0,0,0.4) !important; */
	margin: 200px 0 0 0;
	padding: 20px 0 20px 0;
}

body.front.product-kingdom #home-contents div.block-1 {
	/* background-color: rgba(0,0,0,0.4) !important; */
	width: 800px;
	padding: 0 90px;
	margin: 0 auto;
	min-height: 220px;
}

body.front.product-kingdom #home-contents div.block-1 div.field-name-field-field-home-b1-title div.field-item {
	font-size: 70px;
	line-height: 70px;
}

/* .field-name-field-home-b1-link-butt-buy {
	margin-left: 107px;
} */


body.front.product-kingdom #home-contents .buttons {
	margin: 0 auto;
	/* width: 980px; */
	text-align: center;
}