/*
 * Animations
 *
 */

.slide {
  -webkit-transition: all linear 0.25s;
  opacity: 1;
}

.slide.ng-hide-add, .slide.ng-hide-remove {
    display: inline-block !important;
}

.slide.ng-hide-add, .slide-ng-hide-remove {
    -webkit-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

.slide.ng-hide {
  width: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
}


/*
 * Social media icons
 * f - Facebook
 * g - Google
 * h - Skype
 * i - LinkedIn
 * l - Twitter
 * p - Pinterest
 * r - RSS
 */

@font-face {
  font-family: social;
  src: url(/static/fonts/socialico.otf);
}

@font-face {
  font-family: 'ffgbodoni';
  src: url(/static/fonts/bodopc.ttf) format('truetype'),
        url(/static/fonts/bodopc.woff) format('woff'),;
}

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

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris Font Foundry
 * License URL: http://www.fontspring.com/licenses/exljbris/webfont
 *
 *
 */

[data-social-icon] {
  color: #343740;
  font-size: 40px;
}

[data-social-icon]:before {
  color: #343740;
  font-size: 40px;
  font-family: social !important;
  content: attr(data-social-icon);
}

a[data-social-icon] {
  font-weight: normal !important;
}

a[data-social-icon]:hover {
  text-decoration: none;
}
a[data-social-icon=l]:hover:before,
.fa-twitter:hover:before {
  color: #55acee; /* Twitter */
}
a[data-social-icon=f]:hover:before,
.fa-facebook:hover:before {
  color: #3b5998; /* Facebook */
}
a[data-social-icon=g]:hover:before,
.fa-youtube:hover:before,
.fa-google-plus:hover:before {
  color: #d3402b; /* Google */
}

.fa-rss:hover:before {
  color: #ff6600;
}

div.social-media-right {
  float: right;
  margin: 0 5px;
}

.social-media-icons {
  float: right;
  font-size: 18px;
  padding: .65em 0 0;
}

img.icon {
  display: inline !important;
}

/*
 * Colors
 *
 */

.in-stock {
  color: #ededed;
}
 
 .not-yet-available {
  background-color: #ccc;
 }

.out-of-stock {
  background-color: #ccc;
 }

.concept {
  background-color: #5a045b !important;
  color: #ededed;
}

.in-dev {
  background-color: #731013 !important;
  color: #ededed;
}

.at-print {
  background-color: #b25e05 !important;
  color: #ededed;
}

.on-boat {
  background-color: #96810c !important;
  color: #ededed;
}

.shipping {
  background-color: #61822b !important;
  color: #ededed;
}

.in-stores {
  background-color: #6cadbf;
  color: #ededed;
}

.awaiting-reprint {
  background-color: #731013;
  color: #ededed;
}

.out-of-print {
  background-color: #390607;
  color: #ededed;
}

.lcg {
  background-color: #730000 !important;
}
.lcg.light {
  background-color: #930000!important
}

.board {
  background-color: #00509f !important;
}
.board.light {
  background-color: #0070bf !important;
}

.mini {
  background-color: #416221 !important;
}
.mini.light {
  background-color: #618241 !important;
}

.organized-play {
  background-color: #781ca3 !important;
}
.organized-play.light {
  background-color: #8633ac !important;
}


/*
 * Generic rules
 *
 */

html, body {
  color: #343740;
	font-family: "Noto Sans","helvetica","arial","sans-serif";
	font-size: small;
	font-weight: 300;
}

body {
  background: #ededed;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

a {
	text-decoration: none;
	color: #093156;
}

a:hover {
  color: #5da2bf;
	text-decoration: none;
}

a img {
  border: 0;
}

 h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans","helvetica","arial","sans-serif";
 }

h1 {
  font-weight: normal;
  margin: 5px 0;
}

h2 {
	font-weight: normal;
	margin: 13px 0;
}

h3 {
  font-weight: normal;
  font-size: 18px;
}

h4 {
  color: #093156;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
}

p {
  font-size: 15px;
	margin: 10px 0;
	line-height: 21px;
}

ul {
	margin: 0px;
}

img {
	padding: 0;
	margin: 0;
}

p a, li a {
  text-decoration: underline;
}

p a:hover, li a:hover {
  text-decoration: underline;
}

select.unstyled, input.unstyled {
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
}

table {
  border: none;
  font-size: 14px;
  width: 100%;
}

th {
  background-color: #393740;
  border: 1px solid #393740;
  color: #fff;
  padding: 10px;
}

td {
  border: 1px solid #ccc;
  padding: 10px;
}

tr {
  margin: 5px 0;
}

li {
  font-size: 14px;
}

hr {
  height: 1px;
  background: #63646e;
  border: 0;
}

/*
 * Global styles
 *
 */

div#content {
  margin: 0 auto;
  margin-bottom: 150px;
  min-height: 550px;
}

div#content:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

div#spinner-container {
  background-color: rgba(235, 235, 235, .9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

img#spinner {
  display: block;
  margin: auto;
}



div.section {
  border-bottom: 1px solid #343740;
}

div.right-sidebar {
  background-color: #e0e0e0;
  float: right;
  margin-left: 2%;
  margin-top: 10px;
  width: 27%;
}

div.right-sidebar h1 {
  border-bottom: 5px double #343740;
  color: #343740;
  font-size: 1.5em;
  margin: 0 0 10px;
  padding: 10px;
}

div.right-sidebar p {
  padding-left: 10px;
  padding-right: 10px;
}

div.right-sidebar > .news-list-item {
  margin: 0 0 1.25em;
}

a.link-button {
  /** background: #dcdcdc; **/
  display: inline-block;
  padding: .5em;
}

a.link-button:hover {
  background: #093156;
  color: #f5fbfe;
  text-decoration: none;
}

a.link-button:active {
  background: #093156;
}

a.link-button.active {
  background: #093156;
  color: #f5fbf3;
}

select.unstyled {
  -webkit-appearance: auto;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.fix-to-top {
  position: fixed;
  z-index: 200;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  width: 85%;
  max-width: 1055px;
}

.fixed-at-top {
  position: fixed;
  z-index: 200;
}


/*
 * Pagination styles
 *
 */

.pagination {
  font-size: 1.5em;
  margin-bottom: 20px;
  padding: 5px 20px;
  text-align: center;
}

div.pagination .pagination-label {
  color: #343740;
  display: block;
  margin: .5em 0;
}

.pagination .fa {
  padding: 0 0 0 .25em;
}

div.pagination a {
  background-color: #343740;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  margin: .1em 0 0 .25em;
  padding: 5px 15px;
}

div.pagination a.active {
  background-color: #5da2bf;
}

div.pagination a.active:hover {
  background-color: #5da2bf;
  color: #fff;
}

div.pagination a:hover {
  background-color: #ccc;
  color: #093156;
}

div.pagination a.current-page {
  background-color: #5da2bf;
  font-weight: normal;
}

/*
 * Utility styles
 *
 */

.no-padmar {
  padding: 0 !important;
  margin: 0 !important;
}

.cardcrop {
  border-radius: 10px;
  box-shadow: 3px 3px 5px #ccc;
  margin: 10px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.twoup {
  text-align: center;
}

.threeup {
  text-align: center;
}

.textbox {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  float: right;
  margin: 10px;
  padding: 10px;
}

.sidebyside {
  border: 1px solid #ccc;
  clear: both;
  width: 100%;
}

.sidebyside div {
  padding: 10px;
}

.sidebyside div:first-child {
  float: left;
}

.sidebyside:after {
  content: "";
  clear: both;
  display: table;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.padding {
  padding: 10px;
}

.parallel-boxes {
  margin: 20px 0;
  overflow: auto;
  width: 100%;
}

.parallel-boxes div {
  border: 1px solid #ccc;
  padding: 10px;
  width: 45%;
}

.parallel-boxes div:first-child {
  float: left;
}

.parallel-boxes div:last-child {
  float: right;
}

a.card-preview img {
  max-width: 200px;
}

p.caption {
  color: #63656e;
  font-size: small !important;
  line-height: inherit !important;
}

/*
 * Header styles
 *
 */


div#mobile-menu {
  display: none;
  background-color: rgba(237, 237, 237, 0.90);
}

div#primary-nav {
  background-color: rgba(237, 237, 237, 0.90);
  box-sizing: border-box;
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  min-height: 55px;
  margin: 0;
  padding: 0;
}

.forum_username {
  font-size: 14px;
}

.forum_status {
  font-size: 11px;
  font-weight: bold;
}

div#top-nav-search-container {

  margin: 0 auto;
  position: relative;
  width: 924px;
  z-index: 250;

  /** ORIGINAL 
  background-color: rgba(237, 237, 237, 0.90);
  position: fixed;
  left: 781px;
  top: 55px;
  z-index: 250;
  **/
}

input#top-nav-search {
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  height: 25px;
  margin: 0;
  padding: 7px;
  width: 75%;

}

.top-nav-search-wrap {
  background-color: #343740;
  float: right;
  margin-left: 700px;
  margin-top: 55px;
  padding: 0;
  position: fixed;
  width: 240px;

  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
}

input#top-nav-submit {
  border: none;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 39px;
  padding: 5px;
  width: 19%;

  background: -webkit-linear-gradient(#5da2bf, #569ab7); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5da2bf, #569ab7); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5da2bf, #569ab7); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5da2bf, #569ab7); /* Standard syntax */
}
input#top-nav-submit:hover {
  background-color: #63656e;
}
input#top-nav-submit:active {
  background-color: #63656e;
}

a#logo-link {
  border: none;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-right: 1px;
  padding: 5px 9px 0 0;
  position:relative;
  text-decoration: none;
}

ul#more-menu {
  background-color: rgba(237, 237, 237, 0.90);
  list-style-type: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

ul#more-menu li {
  font-size: 12px;
  display: inline-block;
  padding: .25em .75em;
  position: relative;
  top: -.25em;
}
ul#more-menu li a:hover {
  text-decoration: none;
  color: #5da2bf;
}

i.search-icon {
  float: right;
  font-size: 24px;
  /*
  padding-top: 17px;
  padding-left: 10px;
  */
  background: #63646e;
  color: #fff;
  padding: 5px;
}

.searchicon-container {
  float: right;
  margin: 12px 0 0 3px;
}

i.top-nav-search-button:hover {
  background: #5da2bf;
  cursor: pointer;
}

i.mobile-menu-button {
  cursor: pointer;
}

.primary-nav-item {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  margin-top: 10px;
  padding: 3px 10px 0;
  position:relative;
}

a.primary-nav-item.active {
  border-bottom: 3px solid #5da2bf;
  color: #5da2bf;
}

a.primary-nav-item.active:hover {

}

a.primary-nav-item:hover {
  text-decoration: none;
  color: #5da2bf;
}

span.primary-nav-item {
  border-color: #093156;
}

/*
 * Footer styles
 *
 */

div#footer {
  background: #000000;
  bottom: 0px;
  color: #f5fbfe;
  margin-top: 10px;
  min-height: 20px;
  padding-top: 20px;
  width: 100%;
}


#footer p {
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 10px;
}

.social-media-foot {
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

.social-media-foot a {
  color: #e0e0e0;
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  color: #5da2bf;
}


/*
 * Search styles
 *
 */

div.search {
  min-height: 600px;
}

form#search-form {
  clear: both;
}

div#facets-container {
  background-color: #ffffff;
  border-top: 1px solid #343740;
  box-sizing: border-box;
  clear: both;
  color: #343740;
  display: inline-block;
  float: left;
  margin: 0;
  margin-bottom: 5px;
  padding: 7px 10px;
  width: 100%;
}

div#facets a {
  font-size: 13pt;
  margin-left: .5em;
}

div#facets a:first-child {
  margin-left: 0;
}

div#facets a.active {
  font-weight: normal;
}

span.search-status {
  font-size: 9pt;
  margin: 0;
  margin-top: 2px;
}

form#search-form input, form#search-form select {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
  color: #fff;

  margin: 0;
}

form#search-form input {
  box-sizing: border-box;
  color: #343740;
  font-family: "helvetica", "arial", "sans-serif";
  font-size: 16pt;
  font-weight: 300;
  margin: .25em 0 .5em 0;
  padding: 10px;
  width: 100%;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

form#search-form select {
  background-color: #5da2bf;
  color: #fff;
  cursor: pointer;
  font-size: 11pt;
  height: 44px;
  margin: 0 0.25em;
  padding: 5px;
  text-align: center;
  -webkit-appearance: initial;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

form#search-form select#results-type {
  border: none;
  border-right: 1px solid #a0a0a0;
}

form#search-form select#page-size {

}

.search-sort-results {
  margin-top: 10px;
}

p#sort-control {
  background-color: #353640;
  color: #ffffff;
  font-size: 14pt;
  margin: 0;
  padding: .25em 20px;
}

p#sort-control select {
  vertical-align: middle;
}

a.search-result {
  border-bottom: 1px dotted;
  box-sizing: border-box;
  display: block;
  font-size: 18pt;
  height: 82px;
  margin: 0;
  padding: .5em 20px .5em 0;
  text-decoration: none;
}
a.search-result:hover {
  background-color: #fff;
}
a.search-result:active {
  background-color: #bebebe;
}

a.search-result img {
  display: block;
  float: left;
  max-height: 80px;
}

.result-coltext {
  float: left;
  width: 20%;
}

.search-sort-options {
  float: none;
}

a.search-result div.result-text {
  float: left;
  text-align: left;
  vertical-align: middle;
  width: 60%;
}

a.search-result p {
  margin: 0;
  padding: 0 10px;
}

a.search-result p.result-line-one {
  font-size: 14pt;
}

a.search-result p.result-line-two {
  font-size: 14pt;
}

a.search-result p.result-line-three {
  color: #63656e;
  font-size: 14px;
  margin-top: .15em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

a.search-result p.result-line-three p {
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

a.search-result div.price {
  float: right;
  font-size: 14pt;
  text-align: left;
  min-width: 75px;
}

a.search-result div.date {
  float: right;
  font-size: 14pt;
  text-align: center;
  width: 3em;
}


/*
 * Breadcrumb styles
 *
 */

div.breadcrumbs-container {
  background-color: rgba(237, 237, 237, 0.9);
  min-height: 22px;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumbs li {
  font-size: 10px;
}

div.fixed.breadcrumbs-container {
  margin: 0 7.5%;
  visibility: hidden;
  width: 85%;
}

ul.breadcrumbs {
  background-color: inherit;
  box-sizing: border-box;
  font-size: 10px;
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  width: 100%;

}

ul.breadcrumbs li {
  background-color: inherit;
  border-left: 1px solid #343740;
  cursor: pointer;
  display: inline-block;
  float: left;
  /** padding: .5em 1.5em; **/
}

ul.breadcrumbs li:first-child {
  border-left: none;
}

ul.breadcrumbs li:hover {

}

ul.breadcrumbs li:last-child {
  color: #000;
  cursor: default;
  font-weight: bold;
}

ul.breadcrumbs li a {
  color: #63656e;
  text-decoration: none;
}

ul.breadcrumbs .separator {
  display: none;
}

.breadcrumbs span.active {
  display: inline-block;
  padding: 0.5em;
}

/*
 * Login page
 *
 */
form#login-form {
  background-color: #fafafa;
  margin: 2em auto;
  padding: 1em;
  width: 20%;
}

/*
 * Minisite
 *
 */

div#minisite {
  margin: 0 auto;
}

div.legal {
  clear: both;
  padding-top: 50px;
}

.legal p {
  color: #63656e;
  font-size: 10px;
}

/*
 * Bxslider fixes
 *
 */

ul.bxslider li {
  left: 0px;
}


/*
 * Feature plugin
 *
 */

div.carousel {
  box-sizing: border-box;
  left: 0px;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
}

div.feature {
  position: relative;
}

div.background-carousel {
  width: 100%;
}

div.feature-grid {
  height: 100%;
}

div.feature-grid-item {
  box-sizing: border-box;
  display: table-cell;
  float: left;
  margin: 10px 0.75% 0;
  padding: 0;
}

div.feature-grid-item img {
  width: 100%;
}

img.carousel-img {
  left: 0px;
  margin: 0 auto !important;
  max-width: 100% !important;
  max-height: 375px;
  position: static;
  width: initial !important;
}

div.feature-grid-item-meta {
  border-top: 1px solid #093156;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

/** News Archive/Posts **/

iframe#original-content {
  border: none;
  height: 500px;
  overflow: hidden;
  width: 100%;
}


/*
 * Recent news plugin
 *
 */


.unpublished {
  background-color: rgba(245, 200, 200, .85);
}

a#more-news {
  background-color: #343740;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}

.front-page-news a#more-news {
  margin-top: 10px;
}

a:hover#more-news {
  background-color: #093156;  
}

div.recent-news {
  padding: 0 10px 10px;
  text-align: center;
}

div.front-page-news {
  padding: 0;
  text-align: center;
}

div.hidden-news {
  display: none;
}

div.news-list-item-container {
}

.news-list-item-row {
  clear: both;
}

.news-list-item {
  display:inline-block;
  float: left;
  height: 225px;
  margin: 10px 0 0 0;
  padding: 0 .75%;
  text-align:left;
}

div.right-sidebar .news-list-item {
  border-bottom: 1px solid #63646e;
}

div.news-list-item:first-child {
  padding-left: 0;
}
div.news-list-item:last-child {
  padding-right: 0;
}

div.news-item-meta {
    font-size: 10px;
    overflow: hidden;
    padding: 0 0 0.5em 0;
}

span.news-item-date {
  color: #63656e;
  float: left;
}

span.meta-productline a {
  border-bottom: 1px dotted;
}

div.news-list-item img {
  display: block;
  width: 100%;
}

div.news-list-item span.title {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  letter-spacing: .5px;
  margin: 7px 0 3px;
}

div.news-list-item p {
  color: #63656e;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 21px;
  width: 100%;
}



/** Related news **/


a.relnews-title {
  background-color: none;
  color: #093156;
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  width: 100%;
}

.relnews-block {
  margin: 10px;
}

.relnews-leadin p {
  color: #63656e !important;
}

.empty-news-msg {
  font-size: 18px;
  padding: 1em;
}

/*
 * Minisite
 *
 */


/*
 * Sections
 *
 */

#scroll-to-top {
  color: #a8a8a8;
  cursor: pointer;
  font-size: 35px;
  position: fixed;
  right:.75em;
  top:1.75em;
}
#scroll-to-top:hover {
  color: #b6b6b6;
  cursor: pointer;
  text-decoration: none;
}
#scroll-to-top:active {
  color: #9a9a9a;
}

div.section-menu-container-container {
  /* What an embarassing name! */
  min-height: 30px;
  position: static;
}

div.section-menu-container {
  background-color: rgba(237, 237, 237, 0.9);
  display: table;
  font-size: 14px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

div.section-menu-container > div:nth-child(2) > a {
    border-top: 1px solid #ccc;
}

div.fixed.section-menu-container {
  display: table;
  margin-left: 7.5%;
  min-height: 30px;
  position: fixed;
  visibility: hidden;
}

div.section-menu {
  background-color: #343740;
  display: table-row;
}

div.section-menu a {
  color: #fff;
  display: table-cell;
  border-right: 1px solid #ededed;
  padding: 5px;
}

div.section-menu > a:first-child {
  border-left: none;
}

div.section-menu > a:last-child {
  border-right: none;
}

h1.section-plugin {
  clear: both;
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  padding-left: 0;
  margin: 15px 0;
}

h2.section-plugin {
  background-color: #e0e0e0;
  clear: both;
  font-weight: 300;
  padding: 15px;
}

/*
 * Truncated text plugin
 *
 */

div.truncated-text {
  display: none;
}

a.truncated-text-button {
  background-color: #343740;
  clear: both;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 20px 0;
  padding: 5px;
  text-align: center;
}


#technical-data a.truncated-text-button {
  background-color: #343740;
  margin: 5px 0;
}

#technical-data a.truncated-text-button:hover {
  background-color: #093156;
}

/*
 * Product line page
 *
 */

p.flavortext {
  color: #63656e;
  padding: 16px 24px;
}

.cardsleeve-number {
  color:#fff;
  text-shadow:1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000, 
  1px 1px 2px rgba(53, 53, 53, 1);
}

.hashtag {
  color: #343740;
  display: inline-block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  white-space: nowrap;
}

/*
.product-feature {
  display: block;
  width: 100%;
}
*/

#product-header {
  margin-top: 1em;
}

#product-main {
  box-sizing: border-box;
  float: left;
  width: 65%;
}

#product-sidebar {
  box-sizing: border-box;
  float: left;
  margin-left: 3%;
  width: 28%;
}

#product-sidebar-left {
  box-sizing: border-box;
  float: left;
  margin-right: 2%;
  margin-top: 10px;
  width: 300px;
}

.product-sidebar-img {
  max-height: 300px;
  width: 100%;
  padding-bottom: 10px;
}

.product-status-image {
  float: right;
  height: 24px;
  padding: 8px;

  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

.carousel-img-container.product {
  height: 300px;
}

.carousel-img.product {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
}


#purchase-info {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  padding: 5px;
}

#price {
  color: #343740;
  float: left;
  font-size: 24px;
  padding: 5px;
}

#buy-now {
  display: block;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}

span#buy-now {
  font-size: 15px;
  margin-top: 5px;
}

a#buy-now {
  background-color: #343740;
  font-size: 17px;
}

a#buy-now:hover {
  color: #ededed;
  background-color: #093156;
}

a#buy-now:active {
  background-color: #5da2bf;
}

#technical-data {
  font-size: 14px;
  line-height: 1.5em;
}

#technical-data h3 {
  border-bottom: 1px solid #c2c2c2;
}


/** RELATED PRODUCT PLUGIN / PRODUCT ACCORDION ENTRY **/

div.product {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 5px 10px;
}

.store-item-upper {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  height: 135px;
  margin-bottom: 5px;
}

.sidebar .store-item-upper {
  background-color: #ededed;
  border: 1px solid #ccc;
  height: auto;
  text-align: center;
}

.product-thumb {
  float: left;
  height: 135px;
  max-height: 300px;
  max-width: 300px;
}

.sidebar .product-thumb {
  float: none;
  height: auto;
  margin: 0 auto;
}

.product-thumb img {
  max-height: 125px;
  padding: 5px 10px 5px 5px;
}

.sidebar .product-thumb img {
  max-height: 200px;
  padding: 10px 0;
}

.sidebar .product-name-box {
  height: auto;
  margin: 0;
  overflow: none;
  padding: 0 5px 10px;
  text-overflow: none;
}

.product-name-box {
  height: 80px;
  padding: 10px 5px 10px 0;
}

.product-link {
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  font-size: 16px;
  padding-bottom: 5px;
}

.product-details {
  font-size: 12px;
  height: 20px;
  margin-left: 125px;
  padding: 10px 10px 0;
  text-align: right;
}

.product-details a {
  color: #63656e;
  border-bottom: 1px dotted;
}

.product-details a:hover {
  color: #5da2bf;
  border-bottom: 1px dotted;
}

.store-item-lower {
  height: 40px;
  width: 100% !important;
}

.product-retail {
  background-color: #343740;
  border: 1px solid #000;
  color: #fff;
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  font-size: 18px;
  float: left;
  height: 22px;
  padding: 5px 5px 10px;
  text-align: center;
  width: 125px !important;
}

a:hover.product-retail {
  background-color: #093156;
  border: 1px solid #000;
  color: #fff;
}

.product-status {
  height: 40px;
}

.product-status-name {
  color: #63656e;
  float: right;
  padding: 10px 0;
}

/** END RELATED PRODUCT PLUGIN / PRODUCT ACCORDION ENTRY **/

span.key {
  clear: left;
  float:left;
  font-weight: 700;
  text-transform: uppercase;
}
span.val {
  float: right;
}

h1.product-name {
  color: #343740;
  font-weight: 300;
  margin: 0;
  padding: .5em 0 .125em 0;
}

hr.product-hr {
  clear: both;
  color: #717379;
}

div.stats-container {
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  clear: both;
  display: table;
  margin: 1em 0 0 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.stat {
  border-left: 1px solid #c2c2c2;
  box-sizing: border-box;
  color: #63656e;
  display: table-cell;
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  font-size: 16px;
  padding: 1em;
}

.stat:first-child {
  border-left: none;
}

.stat img {
  margin: 0 .5em;
  max-width: 50px;
  vertical-align: middle;
  width: 40%;
}

.stat span {
  vertical-align: sub;
}

.cardsleeve-container {
  background-color: #0b4d84;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.cardsleeve-container a {
  color: #fff;
}

.cardsleeve-container a:hover {
  text-decoration: underline;
}

.cardsleeve-boxes {
  padding-top: 10px;
  background-color: #0b4d84;
  color: white;
}

.cardsleeve-label {
  font-weight: normal;
  padding: 10px;
  text-transform: uppercase;
}


.sleeve {
  border-radius: 7px;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  height: 28px;
  margin: 0 7px 5px 0;
  padding: 2px 0 0 0;
  text-align: center;
  width: 30px;
  
}

.blue {
  background-color: #62c7ed;
  border: 1px solid #00aeef;
}

.gray  {
  background-color: #cbcccd;
  border: 1px solid #b8bbbd;
}

.green {
  background-color: #a4d78e;
  border: 1px solid #8ac86f;
}

.orange {
  background-color: #feb25a;
    border: 1px solid #f7931e;
}

.purple {
  background-color: #b191cb;
  border: 1px solid #8860a8;
}

.red {
  background-color: #be5c5f;
  border: 1px solid #a21d21;
}

.yellow {
  background-color: #ffed92;
  border: 1px solid #f4dd68;
}

/*
 * Support items
 *
 */

a.support-item {
  display: block;
  font-size: 18px;
  padding: .75em;
}
a.support-item:hover {
  text-decoration: none;
  background-color: #d5d5d5;
}
a.support-item:active {
  background-color: #bebebe;
}

div.support-item-container span {
  display:block;
}

span.subtitle {
  font-size: 14px;
  font-style: italic;
}

span.date {
  font-size: 12px;
}

span.file-size {
  float: right;
  font-size: 16px;
  position: relative;
  top: .5em;
}

/*
 * Recent Products
 *
 */


ul.recent-products {
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 10px;
  padding: 0 10px;
}

ul.recent-products li {
  border-bottom: 1px dashed #ccc;
}

ul.recent-products img {
  max-height: 40px;
  max-width: 40px;
  float: left;
  margin: 0 .5em .5em 0;
}

ul.recent-products p {
  clear:right;
  margin: 0;
}

ul.recent-products p .date {
  font-size: 10px;
}

ul.recent-products a {
  display: block;
  padding-top: 10px;
  position: relative;
  text-decoration: none;
}

ul.recent-products a:hover {
  text-decoration: none;
}

ul.recent-products a:active {
  background-color: #bebebe;
}


/*
 * Upcoming
 *
 */

 #upcoming-container {
  margin-bottom: 75px;
 }

.upcoming-item {
  border-bottom: 1px solid #093156;
  height: 145px;
}

.upcoming-item:first-child {
  border-top: 1px solid #343740;
}

.upcoming-upper {
  height: 95px;
  padding: 10px 10px 0 10px;
}

.upcoming-lower {
  float: right;
  height: 60px;
  width: 40%;
}

.upcoming-item .color {
  border-radius: 10px 0 0 0;
  float: right;
  height: 40px;
  width: 100%;
}

.upcoming-thumb {
}

.upcoming-item img {
  float: left;
  max-height: 125px;
  margin-right: 1em;
}

img.upcoming-status {
  padding: 10px 5px 10px 10px;
  height: 20px;
  margin: 0;
}

.status-info {
  box-sizing: border-box;
  display: block;
  float: left;
  height: 100%;
  margin: 0;
  padding: .75em 0 .75em 5px;

}

.status-info:hover {
  text-decoration: none;
  background-color: #343740;
}

.status-info:active {
  background-color: #bebebe;
}

div.spacer {
  background-color: #ffffff;
  float: left;
  height: 34px;
  width: 60%;
}

span.product, span.collection {
  display: block;
  margin-bottom: 5px;
}

span.product {
  font-size: 18px;
}

span.status {
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  font-size: 15px;
  height: 20px;
  padding: 0 8px;
  vertical-align: middle;
}

.upcoming-status-text {
  color: #63656e;
  float: right;
  padding: 10px 5px;
}

.upcoming-status {
  color: #fff;
  float: left;
  padding: 10px 5px;
}

span.collection {
  font-size: 14px;
}

span.expected-by {
  font-size: 12px;
}

span.last-updated {
  font-size: 12px;
}

span.reprint {
  color: #b70000;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

a.preorder {
  color: #00b700;
  cursor: pointer;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

a.preorder:hover {
  color: #00cd00;
}

select.upcoming-category {
  width: 20%;
}

select.upcoming-status {
  width: 15%;
}

select.upcoming-desc {
  width: 8%;
}

/*
 * More
 *
 */

div.npm-container {
  height: 100%;
  padding-top: 30px;
}

li.npm-list {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

div.npm-list {
  float: left;
  margin: 10px 5px;
  width: 32.235%;
}

.npm-img {
  width: 100%;
}

.npm-text {
  background-color: #093156;
  color: #fff;
  font-family: "Noto Sans","helvetica","arial","sans-serif";
  padding: 10px;
  text-align: left;
}

.npm-text a {
  color: #fff;
}

.npm-text a:hover {
  color: #fff;
  text-decoration: underline;
}

.corner-flair {
  width: 0px; 
  height: 0px; 
  border-top: 20px solid rgb(237, 237, 237); 
  border-left: 20px solid transparent; 
  margin: 4px 4px 0px 0px; 
  float: right;
}

/*
 * Wrapped Video styles
 *
 */

img.frame {
  display: block;
  position: absolute;
  z-index: 0;
}

iframe.video {
  position: absolute;
  z-index: 10;
}

/*
 * Embedded blog post styles
 *
 */

div.embedded-blog-post {
  box-sizing: border-box;
  font-size: 14px;
  padding: 0;
}

div.embedded-blog-post h2 {
  margin: 0;
}

div.blog-post-preview {
  height: 100px;
  overflow: hidden;
}


/*
 * Other stuff
 *
 */

.centered-vertically {
  display: block;
  position: relative;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
}

.page {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.navbar-left {
	padding-top: 2em;
	float: left;
	font-variant: small-caps;
}

.navbar-right {
  float: right;
  padding-top: 15px;
}

#header img {
  height: 100%;
  margin: 0 auto;
}

#header p {
	color: #FFF;
	font-size: medium;
	margin: 0px;
	padding: 11px;
}

.main-split {
height: 100%
}

.main-full {
height: 100%
}

.sidebar {
	float: left;
	width: 120px;
}



.sidebar a {
	
	/**
  display: block;
  color: #FFF;
	background-color: #353640;
  width: 110px;
  **/
	padding: 5px 0;
	text-decoration: none;

}

.sidebar a:hover {
	color: #5da2bf;
}

.active a {
	background-color: #e6e6e6;
	color: #000;
	display: block;
	font-weight: bold;
}


#sub-active a {
	font-weight: bold;
	color: #92ccfd;
	display: block;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar li {
	text-align: right;

}

.sidebar li + li {

}

.sidebar h4 {
  margin: 7px 0
}

.sidebar p {
	display: block;
	font-size: small;
	padding: 0 0 5px 0;
	margin: auto;
}

.sidebar-bg {
	background:#353640;
	color: #FFF;
}

.content-full {
	background-color: #e6e6e6;
	float: right;
	min-height: 800px;
	width: 960px;
}

/* About */

.layout img {
	margin: 300px 0px 0px 470px;
	position: fixed;
}

.slider-ref {
	background-color: #00509f;
	color: #FFF;
	display: block;
	float: left;
	position: fixed;
	padding-top: 0;
	height: 20px;
	padding: 5px 10px;
	margin-top: 390px;
}

.slider-ref a {
	font-style: italic;
	text-decoration: underline;
}


#footer p {
  font-size: x-small;
  padding: 10px;
}

/* SVG Logo Image */
.svg-logo-text:hover {
  fill: #5da2bf;

}

/* Collection */

.collection-header {
  background-color: #e0e0e0;
  cursor: pointer;
  font-weight: 300;
  margin: 5px 0;
  padding: 15px;
}

h1.collection-header .fa {
  padding-top: 5px;
}

h2.collection-header .fa {
  padding-top: 3px;
}

/* Generic Minisite */

.text-accordion-content {
  padding: 0 25px;
}

h1.section-plugin {
  border-bottom: 1px solid #343740;
  color: #343740;
  padding: 5px 0;
}

/* Showcase section */

#showcase-page-section {
  background-color: #343740;
  border: 1px solid #000;
  color: #FFF;
  margin-bottom: 10px;
  padding: 7px;
}

#showcase-page-section a {
  color: #fff;
}





/* Gallery */
.gallery-container {
  height: 200px;
  overflow: hidden;
}

.gallery-thumb {
  display: inline;
  max-width: 33%;
  max-height: 200px;
}

/* PRODUCTS CATALOG */
.display-toggle {
  float: right;
  font-size: 20px;
  padding: 10px 20px 0;
}

.display-toggle a {
  color: #ccc;
}

.display-toggle a.active {
  color: #093156;
}

/* Collection page social icons */

.social-icons-container {
  background: #343740;
  padding: 10px 0;
}

.social-icons-container .hashtag {
  color: #fff;
  float: none;
}

.social-icons-graphics {
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}

.social-icons-graphics div {
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin: 0 3px;
}

.social-icons-graphics a {
  color: #343740;
  padding: 0 5px;
}

/* Approval status display */


.cms_toolbar-item-text {
  padding: 2px 10px 2px 15px;
}

.cms_toolbar-item-text i.fa {
  padding: .33em .75em 0 0;
}

/*
 * BugHerd
 *
 */

div#send-feedback {
  background-color: #ededed;
  border-left: 1px solid #343740;
  border-top: 1px solid #343740;
  border-top-left-radius: 5px;
  color: #343740;
  cursor: pointer;
  float: right;
  padding: .5em;
  position: relative;
  bottom: initial;
  right: initial;
}

div#send-feedback:hover {
  background-color: #ffffff;
}

div#send-feedback:active {
  background-color: #d5d5d5;
}