a {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* Blacks & Greys */
/* Transitions */
.transition-very-quick {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.transition-quick {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.transition-average {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}
@-moz-keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}
.fadeOutAnimation {
  animation: 2s fadeOut;
  -moz-animation: fadeOut 2s ;
  -webkit-animation: 2s fadeOut;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
  100% {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
  100% {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
  100% {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* Transforms */
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important;
}
input,
select {
  outline: 0 none !important;
}
/* Kids */
/* Anime */
/* Television */
/* Films */
/* Manga */
/* Alternative Desaturated Versions */
/* Secondary Colours */
/* Kids */
/* Anime */
/* Television */
/* Films */
/* Manga */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #4889f2;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
p {
  margin: 0 0 10px 0;
  line-height: 17px;
}
body,
html {
  height: 100%;
  /* footer fix */
}
body {
  background-color: #d3d5da;
  color: #6a6a6a;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
body:before {
  background-color: #5b5f6d;
  -webkit-box-shadow: inset -10px 0 34px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -10px 0 34px -6px rgba(0, 0, 0, 0.2);
  box-shadow: inset -10px 0 34px -6px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  content: " ";
  width: 230px;
}
body.home:before,
body.details-update:before {
  width: 0;
}
body.home .contactable,
body.details-update .contactable {
  display: none;
}
body.release-view {
  background-color: #ffffff;
}
body.release-view .wrapper {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', Arial, sans-serif;
  color: #404040;
}
h1 {
  font-size: 29px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
h1 span.title {
  display: inline-block;
  padding: 10px 20px 10px 0;
}
h1 span.secondary-title {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0 10px 20px;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}
h1 span.secondary-title.context-menu {
  background-image: url(../images/ic-arrow-down.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 93% 50%;
  cursor: pointer;
  padding-right: 35px;
}
h1 span.secondary-title.dropdown-open {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #242424;
}
h1 span.secondary-title.mini-menu {
  height: 29px;
  padding: 2px 0;
}
h1 span.secondary-title.mini-menu .mini-menu-list {
  position: absolute;
  top: 0;
  left: -1px;
}
h1 small {
  float: right;
  font-size: 13px;
  margin: 26px 0 0 0;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  h1 small {
    display: none;
  }
}
h2 {
  margin: 0 0 10px 0;
}
input,
select,
textarea,
button,
label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Lato', Arial, sans-serif;
}
input.text-input,
select.text-input,
textarea.text-input,
button.text-input,
label.text-input {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  font-size: 13px;
  margin: 0 0 2px 0;
  padding: 8px 10px;
  width: 190px;
}
input.checkbox,
select.checkbox,
textarea.checkbox,
button.checkbox,
label.checkbox {
  width: auto;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
label:focus {
  background-color: #fdf2d7;
  color: #694e06;
}
input.error,
select.error,
textarea.error,
button.error,
label.error {
  background-color: #f5dddb;
  color: #401611;
  border: 1px solid #e0928a;
}
.has-error {
  color: #d56d62;
}
select.text-input {
  width: 211px;
}
textarea.text-input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 80px;
  width: 100%;
}
span.required-field {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #d73d2d;
  font-size: 11px;
}
.input-vertical {
  margin: 0 0 10px 0;
}
/* styles for different categories */
.anime-background {
  background-color: #950d40 !important;
}
.films-background {
  background-color: #0194d3 !important;
}
.kids-background {
  background-color: #00b274 !important;
}
.manga-background {
  background-color: #2f3b44 !important;
}
.television-background {
  background-color: #e7a701 !important;
  color: rgba(0, 0, 0, 0.8);
}
.dark-background {
  color: #ffffff;
}
.dark-background .content-header h1 {
  color: #ffffff;
}
.dark-background ul.category-navigation a {
  color: #ffffff;
}
/* Wrappers */
.wrapper {
  background-color: #e1e2e6;
  padding-bottom: 200px;
  min-height: 580px;
}
.wrapper .browse-view {
  padding: 0;
  margin: 0 auto;
  width: 1142px;
}
.wrapper .home-view {
  padding: 0 0 100px 0;
  margin: 0 auto;
}
.wrapper .release-view {
  margin: 0 auto 0 230px;
  padding: 0 0 300px 0;
}
body.home .wrapper,
body.details-update .wrapper {
  padding: 0;
}
/* Home Page Chunks */
.home-promo {
  width: 100%;
}
.home-promo.feature {
  background: radial-gradient(ellipse at top, #212228, #383a43 80%, #383a43);
}
.home-promo .promo-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-box-shadow: inset 0 -32px 53px -17px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -32px 53px -17px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -32px 53px -17px rgba(0, 0, 0, 0.1);
}
.home-promo .promo-item .promo-content {
  width: 854px;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  min-height: 325px;
}
.home-promo .promo-item .promo-content .title-attribute {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 6px 8px;
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  right: 0;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.home-promo .promo-item .promo-content .title-attribute a {
  color: #ffffff;
  display: inline-block;
}
.home-promo .promo-item .promo-content .title-attribute a:hover {
  color: #4889f2;
}
.home-promo .promo-item .promo-content .title-attribute strong {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.home-promo .promo-item .promo-content.first {
  min-height: 385px;
}
.home-promo .promo-item .promo-content.first h1 {
  font-size: 34px;
}
.home-promo .promo-item .promo-content.right .promo-inner-content {
  float: right;
  text-align: right;
}
.home-promo .promo-item .promo-content.right .promo-inner-media {
  float: left;
}
.home-promo .promo-item .promo-content.light h1,
.home-promo .promo-item .promo-content.light h2,
.home-promo .promo-item .promo-content.light p {
  color: #ffffff;
}
.home-promo .promo-item .promo-content.ribbon {
  min-height: 0;
  padding: 20px 0;
  color: #ffffff;
}
.home-promo .promo-item .promo-content.ribbon h1 {
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
}
.home-promo .promo-item .promo-content.ribbon h2 {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}
.home-promo .promo-item .promo-content.ribbon p {
  line-height: 21px;
  color: #ffffff;
}
.home-promo .promo-item .promo-content.ribbon img.icon {
  float: right;
  margin: 0 0 10px 10px;
  height: 40px;
  width: 40px;
}
.home-promo .promo-item .promo-content .promo-inner-media {
  float: right;
  margin: 40px 0;
}
.home-promo .promo-item .promo-content .promo-inner-content {
  margin: 40px 0;
  float: left;
}
.home-promo .promo-item .promo-content .promo-inner-content h1 {
  font-weight: 300;
  font-size: 24px;
}
.home-promo .promo-item .promo-content .promo-inner-content h2 {
  font-size: 17px;
  font-weight: 600;
}
.home-promo .promo-item .promo-content .promo-inner-content p {
  line-height: 21px;
}
.home-promo .promo-item .promo-content .promo-inner-content p a.benefits,
.home-promo .promo-item .promo-content .promo-inner-content p a.title {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1px 3px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 2px 0;
}
.home-promo .promo-item .promo-content .promo-inner-content p a.benefits:hover,
.home-promo .promo-item .promo-content .promo-inner-content p a.title:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.home-promo .promo-item .promo-content .promo-inner-content.split {
  width: 407px;
  display: inline-block;
}
.home-promo .promo-item .promo-content .promo-inner-content.split:first-child {
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .home-promo {
    width: 100%;
  }
  .home-promo .promo-item {
    width: 100%;
  }
  .home-promo .promo-item .promo-content {
    width: 95%;
  }
  .home-promo .promo-item .promo-content .promo-inner-content {
    width: 45%;
  }
}
.home-chunk {
  margin: 0 auto;
}
.welcome {
  background-color: #547ebd;
  padding: 40px 0;
}
.welcome h1 {
  color: #ffffff;
}
.welcome h2 {
  color: #ffffff;
}
.welcome p {
  color: #ffffff;
}
.highlights,
.home-news,
.single-page {
  background-color: #BCC1C9;
  padding-bottom: 25px;
}
.highlights .content-header,
.home-news .content-header,
.single-page .content-header {
  width: 854px;
  margin: 0 auto;
}
.highlights .content-header .content-header-wrapper,
.home-news .content-header .content-header-wrapper,
.single-page .content-header .content-header-wrapper {
  width: 854px;
}
.highlights .content-browse,
.home-news .content-browse,
.single-page .content-browse {
  width: 854px;
  margin: 0 auto;
}
.single-page {
  background-color: #e1e2e6;
}
.home-news {
  background-color: #d8dbe0;
}
.solo-view {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0 100px 0;
  margin: 0 auto;
  width: 1142px;
}
.solo-view span.required-field {
  float: right;
}
.solo-view .content-header {
  width: auto;
  margin: 0 auto;
}
.solo-view .content-header .content-header-wrapper {
  width: auto;
}
@media screen and (max-width: 1145px) {
  .solo-view {
    padding: 0 20px 100px 20px;
    width: auto;
  }
  .solo-view .content-header .content-header-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .highlights .content-header,
  .home-news .content-header,
  .single-page .content-header {
    width: 95%;
  }
  .highlights .content-header .content-header-wrapper,
  .home-news .content-header .content-header-wrapper,
  .single-page .content-header .content-header-wrapper {
    width: 95%;
  }
  .highlights .content-browse,
  .home-news .content-browse,
  .single-page .content-browse {
    width: 95%;
  }
}
.footer {
  background-color: #d3d5da;
  margin-left: 230px;
  padding-bottom: 40px;
}
.footer .footer-content {
  margin: 0 auto;
  width: 854px;
  overflow: auto;
}
.footer .footer-content > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 40px 20px 0 20px;
  display: inline-block;
  float: left;
  min-height: 200px;
  width: 280px;
}
.footer .footer-content > div h3 {
  margin: 0 0 10px 0;
}
body.home .footer {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .footer .footer-content {
    width: 95%;
  }
}
/* Content Area */
.content-header {
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  margin-left: 230px;
}
.content-header:first-of-type {
  padding: 65px 0 0 0;
}
.content-header.promo-browse {
  background-color: #e1e2e6;
  margin-top: 65px;
  padding: 0;
}
.content-header.promo-browse .content-header-wrapper {
  background-color: inherit;
  -webkit-box-shadow: 0 -23px 40px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -23px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -23px 40px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 40px 0 40px;
  width: 1062px;
}
.content-header.fixed-header {
  background-color: #e6e6e6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin-left: 230px;
}
.content-header.with-description h1 {
  margin-bottom: 20px;
}
.content-header.with-description p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 25% 10px 0;
  margin-top: -5px;
}
.content-header .content-header-wrapper {
  width: 1142px;
  margin: 0 auto;
  position: relative;
}
.content-header .content-header-wrapper ul.browse-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.content-header .content-header-wrapper:after {
  background-image: url(../images/bg-content-header-wrapper.png);
  background-position: 50% 0;
  background-size: 95% 100%;
  content: " ";
  height: 15px;
  left: 0;
  right: 0;
  bottom: -14px;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content-header .content-header-wrapper.no-width {
  width: auto !important;
}
.content-header.show-shadow .content-header-wrapper:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-header h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.content-browse {
  margin: 0 auto;
  margin-left: 230px;
  padding: 0 0 20px 0;
  width: 1142px;
}
.content-browse.fixed-header {
  padding: 175px 0 100px 0;
}
.promo-header {
  background-color: #000000;
  margin: 0 0 -140px 0;
  height: 400px;
  position: relative;
  z-index: 0;
}
.promo-header .promo-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 400px !important;
}
.promo-header .promo-item .release-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.promo-header .promo-item .release-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.promo-header .promo-item .promo-title {
  margin: 245px auto 0;
  width: 1142px;
  text-align: right;
}
.promo-header .promo-item .promo-title h4 {
  color: #ffffff;
  display: inline-block;
  background-color: #000000;
  padding: 10px 20px;
  margin: 0 0 -15px 0;
}
.promo-header .promo-item .promo-title h5 {
  color: #fcfcfc;
  display: inline-block;
  background-color: #000000;
  padding: 10px 20px;
}
.promo-header:hover .promo-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-width {
  margin: 0 auto;
  width: 80%;
}
.key-art-column {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 60px;
  bottom: 0;
  z-index: 1;
  margin: 0 0 0 -1px;
}
.release-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  padding: 40px;
  z-index: 5;
  position: relative;
}
.release-header a.btn-watch {
  margin: -15px 0 0 0;
  position: absolute;
  top: 50%;
  right: 40px;
}
.release-header h1 {
  margin: 0 220px 0 0;
  /*text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap; */
}
.release-header h3 {
  color: #848484;
  font-weight: normal;
  font-size: 13px;
}
.release-header h4 {
  color: #e6e6e6;
  font-weight: 400;
}
.release-header h4 a {
  color: #4889f2;
}
.release-header:after {
  background-image: url(../images/bg-release-header.png);
  background-repeat: no-repeat;
  background-position: right;
  content: " ";
  height: 15px;
  left: 0;
  right: 0;
  bottom: -15px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.release-header.show-shadow:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.release-header.scrolling-content-absolute {
  top: 300px;
  position: absolute;
  left: 60px;
}
.release-header.scrolling-content-fixed {
  top: 0;
  position: fixed;
  left: 60px;
}
.release-details {
  margin: 0 220px 0 0;
}
.release-details > div {
  display: inline-block;
  font-size: 11px;
  margin: 0 5px 0 0;
}
.release-details > div span.link,
.release-details > div a.link {
  cursor: pointer;
}
.release-details > div span.link:hover,
.release-details > div a.link:hover {
  color: #4889f2;
}
.release-details .release-director strong,
.release-details .release-genre strong,
.release-details .release-director a,
.release-details .release-genre a {
  margin: 0 5px;
}
.release-details .release-country.flag {
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  line-height: 16px;
}
.content-column {
  background-color: #ffffff;
  min-height: 400px;
  margin: 0;
  padding: 0;
}
.content-column .packshot-column {
  float: left;
  margin: 40px 20px 20px 40px;
  width: 220px;
}
.content-column .packshot-column .packshot-container {
  float: none;
}
.content-column .packshot-column .release-formats {
  padding: 0;
  overflow: auto;
}
.content-column .packshot-column h3 {
  margin: 30px 0 10px;
}
.content-column .inner-content-column {
  padding: 40px;
  margin: 0 0 0 260px;
}
.content-column .inner-content-column p {
  line-height: 20px;
}
.content-column .inner-content-column > h3 {
  font-weight: 600;
  margin: 0 0 10px 0;
}
.content-column .inner-content-column > h2 {
  font-weight: 600;
  margin: 30px 0 20px 0;
}
.content-column .inner-content-column > h2:first-of-type {
  margin: 0 0 20px 0;
}
.content-column .inner-content-column .tabbed-content {
  margin: 0;
  position: relative;
}
.content-column .inner-content-column .tabbed-content .tab-wrapper {
  position: fixed;
  top: 137px;
}
.content-column .inner-content-column .tabbed-content .tab-wrapper.scrolling-content-absolute {
  top: 0;
  position: absolute;
}
.content-column .inner-content-column .tabbed-content .tab-wrapper.scrolling-content-fixed {
  top: 137px;
  position: fixed;
}
.content-column .inner-content-column .tabbed-content ul.tabs {
  list-style-type: none;
}
.content-column .inner-content-column .tabbed-content ul.tabs li {
  background-color: #e5e5e5;
  font-size: 11px;
  margin: 0 0 1px 0;
  width: 150px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.content-column .inner-content-column .tabbed-content ul.tabs li a {
  display: block;
  padding: 10px 15px;
}
.content-column .inner-content-column .tabbed-content ul.tabs li a small {
  color: rgba(106, 106, 106, 0.7);
  font-size: 11px;
  float: right;
  margin: 0 0 0 5px;
}
.content-column .inner-content-column .tabbed-content ul.tabs li.selected {
  background-color: #f3f3f3;
  background-image: url(../images/ic-arrow-navigation-dark.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 16px 16px;
  border-left: 4px solid #6a6a6a;
  font-weight: 600;
  width: 146px;
}
.content-column .inner-content-column .tabbed-content ul.tabs li.selected a small {
  margin: 0 15px 0 5px;
}
ul.standard {
  margin: 10px 0 20px 30px;
}
ul.standard li {
  padding: 2px 10px 2px 0;
  margin: 0 0 2px 0;
  line-height: 17px;
}
ul.standard li strong {
  font-weight: 800;
}
ul.standard.bordered {
  border-left: 4px solid #6a6a6a;
  padding-left: 14px;
  margin-left: 0;
  list-style-type: none;
}
ul.standard.bordered li {
  margin: 0 0 5px 0;
}
blockquote {
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  padding: 10px;
  margin: 0 0 10px 0;
}
blockquote cite {
  display: block;
  font-weight: 800;
  font-size: 13px;
  margin: 5px 0 0 0;
  font-style: normal;
}
blockquote cite:before {
  content: "- ";
}
.stars {
  background-image: url(../images/bg-stars.png);
  margin: 0 0 5px 0;
  width: 100px;
  height: 20px;
}
.stars.one {
  width: 20px;
}
.stars.two {
  width: 40px;
}
.stars.three {
  width: 60px;
}
.stars.four {
  width: 80px;
}
.stars.five {
  width: 100px;
}
.packshot-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  float: left;
  margin: 0 10px 10px 0;
  background-color: #f3f3f3;
  padding: 40px;
  width: 135px;
}
.packshot-container .packshot {
  width: 129px;
  margin: 0 0 10px 0;
  display: inline-block;
  position: relative;
}
.packshot-container .packshot a.release-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}
.packshot-container .packshot a.release-link.zoom-packshot {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.packshot-container .packshot a.release-link.zoom-packshot:hover {
  background-image: url(../images/bg-zoom-packshot.png);
}
.packshot-container .packshot a.release-link:hover {
  background-color: rgba(72, 137, 242, 0.3);
}
.packshot-container .packshot img {
  width: 100%;
}
.packshot-container .message {
  width: 129px;
  text-align: center;
  box-sizing: border-box;
}
.packshot-container .cat-number {
  font-size: 11px;
  color: #777777;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.packshot-container.dvd {
  border-bottom: 4px solid #d73d2d;
}
.packshot-container.dvd .packshot {
  position: relative;
}
.packshot-container.dvd .packshot:after {
  background-image: url(../images/bg-dvd-spot.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  position: absolute;
  height: 40px;
  width: 40px;
  top: -25px;
  right: -25px;
  z-index: 4;
}
.packshot-container.blu-ray {
  border-bottom: 4px solid #4889f2;
}
.packshot-container.blu-ray .packshot {
  position: relative;
}
.packshot-container.blu-ray .packshot:after {
  background-image: url(../images/bg-bluray-spot.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  position: absolute;
  height: 40px;
  width: 40px;
  top: -25px;
  right: -25px;
  z-index: 4;
}
.packshot-container.graphic-novel {
  border-bottom: 4px solid #2b2c33;
}
.packshot-container.graphic-novel .packshot {
  position: relative;
}
.packshot-container.graphic-novel .packshot:after {
  background-image: url(../images/bg-graphic-novel-spot.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  position: absolute;
  height: 40px;
  width: 40px;
  top: -25px;
  right: -25px;
  z-index: 4;
}
.tags {
  margin: 10px 0;
  line-height: 29px;
}
.tags a {
  background-color: #f3f3f3;
  -webkit-box-shadow: 1px 1px 0 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 0 2px 0 0;
  white-space: pre;
}
.tags a:hover {
  background-color: #4889f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.rating {
  background-repeat: no-repeat;
  line-height: 25px;
  padding: 0 0 0 44px;
  margin: 10px 0 20px 0;
}
.rating.tbc {
  background-image: url(../images/ratings/tbc.png);
}
.rating.rating-id-1 {
  background-image: url(../images/ratings/g.png);
}
.rating.rating-id-2 {
  background-image: url(../images/ratings/pg.png);
}
.rating.rating-id-3 {
  background-image: url(../images/ratings/m.png);
}
.rating.rating-id-4 {
  background-image: url(../images/ratings/ma15+.png);
}
.rating.rating-id-5 {
  background-image: url(../images/ratings/r.png);
}
.rating.rating-id-6 {
  background-image: url(../images/ratings/e.png);
}
.rating.rating-id-9 {
  background-image: url(../images/ratings/r-16-nz.png);
}
.rating.rating-id-10 {
  background-image: url(../images/ratings/r-18-nz.png);
}
.rating.rating-id-20 {
  background-image: url(../images/ratings/e.png);
}
.rating.rating-id-21 {
  background-image: url(../images/ratings/g-nz.png);
}
.rating.rating-id-22 {
  background-image: url(../images/ratings/pg-nz.png);
}
.rating.rating-id-23 {
  background-image: url(../images/ratings/m-nz.png);
}
.rating.rating-id-24 {
  background-image: url(../images/ratings/r-13-nz.png);
}
.rating.rating-id-25 {
  background-image: url(../images/ratings/r-15-nz.png);
}
.rating.rating-id-26 {
  background-image: url(../images/ratings/r-16-nz.png);
}
.rating.rating-id-27 {
  background-image: url(../images/ratings/r-18-nz.png);
}
.rating.rating-id-29 {
  background-image: url(../images/ratings/r-rp16-nz.png);
}
.rating.periodical {
  line-height: 53px;
}
.rating.viz.periodical-rating-id-1 {
  background-image: url(../images/ratings/a-viz.png);
}
.rating.viz.periodical-rating-id-3 {
  background-image: url(../images/ratings/t-viz.png);
}
.rating.viz.periodical-rating-id-4 {
  background-image: url(../images/ratings/t+-viz.png);
}
.rating.viz.periodical-rating-id-5 {
  background-image: url(../images/ratings/m-viz.png);
}
.rating.tokyopop.periodical-rating-id-1 {
  background-image: url(../images/ratings/a-tokyopop.png);
}
.rating.tokyopop.periodical-rating-id-2 {
  background-image: url(../images/ratings/y-tokyopop.png);
}
.rating.tokyopop.periodical-rating-id-3 {
  background-image: url(../images/ratings/t-tokyopop.png);
}
.rating.tokyopop.periodical-rating-id-4 {
  background-image: url(../images/ratings/t+-tokyopop.png);
}
.rating.tokyopop.periodical-rating-id-5 {
  background-image: url(../images/ratings/m-tokyopop.png);
}
.price {
  color: #00b274;
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 5px 0;
}
.price.default {
  color: #6a6a6a;
  font-size: 13px;
}
.price.default strong {
  font-size: 19px;
}
.price.default span {
  margin: 0 6px 0 0;
}
.price.price-rrp {
  color: #7e7e7e;
  margin: 0 0 2px 0;
  font-size: 13px;
  line-height: 11px;
}
.price small {
  font-size: 11px;
  font-weight: normal;
}
.price span.your-price {
  color: #00b274;
}
.price.small-spot {
  padding: 0 0 0 30px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.price.small-spot.blu-ray {
  background-image: url(../images/bg-bluray-spot.png);
}
.price.small-spot.dvd {
  background-image: url(../images/bg-dvd-spot.png);
}
.price.small-spot.graphic-novel {
  background-image: url(../images/bg-graphic-novel-spot.png);
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  content: " ";
  border-top: 1px solid rgba(106, 106, 106, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.multi-add {
  background-color: #e6e6e6;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #6a6a6a;
  display: inline-block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: normal;
  padding-left: 10px;
}
.multi-add input {
  font-family: Arial, sans-serif;
  margin: 0 -1px 0 6px;
  width: 25px;
  border: none;
  padding: 6px 5px 5px;
  text-align: center;
  color: #004c32;
}
.multi-add a.btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.multi-add > span {
  display: inline-block;
  padding: 7px 16px;
}
.multi-add .secondary-title {
  color: #ffffff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.multi-add.mini {
  padding: 0;
}
.multi-add.mini input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-left: 1px;
}
.widescreen-wrapper {
  position: relative;
}
.portrait-wrapper {
  position: relative;
}
.sidebar {
  background-color: #5b5f6d;
  -webkit-box-shadow: inset -10px 16px 34px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -10px 16px 34px -6px rgba(0, 0, 0, 0.2);
  box-shadow: inset -10px 16px 34px -6px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 230px;
  z-index: 14;
}
.sidebar .sidebar-logo {
  background-color: rgba(56, 58, 67, 0.5);
  background-image: url(../images/bg-header-logo.png);
  background-size: 250px 52px;
  background-repeat: no-repeat;
  background-position: 4px 50%;
  border-bottom: 1px solid #444651;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 40px 0;
  height: 66px;
  width: 230px;
}
.sidebar.open {
  left: 0;
}
.sidebar h2 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 200;
  margin: 25px 10px 5px;
  width: 210px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar h2.first {
  margin-top: 100px;
}
.sidebar h3 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 200;
  margin: -7px 10px 7px;
}
.sidebar h3 a {
  color: #5b5f6d;
  font-weight: 600;
}
.sidebar .login-box {
  position: relative;
  margin: 0 10px 40px 10px;
}
.sidebar .login-box input {
  background-color: #ffffff;
  border: none;
  font-size: 13px;
  margin: 0 0 2px 0;
  padding: 8px 10px;
  width: 190px;
}
.sidebar .login-box .actions {
  margin: 10px 0 0 0;
  text-align: left;
}
.sidebar .login-box p {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .login-box h3 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.sidebar .login-box h3 a {
  color: #5b5f6d;
  font-weight: 600;
}
.sidebar > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar > ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar > ul li a {
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 10px 10px 15px;
  display: block;
}
.sidebar > ul li:hover {
  background-color: #efeff2;
}
.sidebar > ul li:hover a {
  color: #5b5f6d;
}
.sidebar > ul li.selected {
  border-left: 4px solid #ffffff;
  font-weight: 700;
}
.sidebar > ul li.selected a {
  color: #ffffff;
}
.sidebar > ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar > ul li.has-subnavigation {
  background-image: url(../images/ic-arrow-navigation.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 16px 16px;
}
.sidebar > ul li.has-subnavigation ul.sub-navigation {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
  display: none;
  list-style-type: none;
  margin: -1px 0 0 0;
  padding: 0;
  position: absolute;
  right: -230px;
  width: 230px;
  z-index: 12;
}
.sidebar > ul li.has-subnavigation ul.sub-navigation li a {
  color: #666b7b;
  font-weight: normal;
  padding: 10px 10px 10px 15px;
  display: block;
}
.sidebar > ul li.has-subnavigation ul.sub-navigation li:first-child {
  border-top: 1px solid transparent;
}
.sidebar > ul li.has-subnavigation ul.sub-navigation li.last-item {
  border-bottom: none;
}
.sidebar > ul li.has-subnavigation ul.sub-navigation li.last-item a {
  color: #e1e2e6;
}
.sidebar > ul li.has-subnavigation ul.sub-navigation:before {
  content: " ";
  position: absolute;
  right: 0;
  width: 230px;
  height: 50px;
  top: -50px;
  cursor: default;
}
.sidebar > ul li.has-subnavigation ul.sub-navigation:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 230px;
  height: 50px;
  bottom: -50px;
}
.sidebar > ul li.has-subnavigation .fill-space {
  background-color: #5b5f6d;
  display: none;
  position: absolute;
  right: -230px;
  width: 230px;
  top: -1000px;
  bottom: -1000px;
  z-index: 11;
}
.search-box {
  background-color: #ffffff;
  position: relative;
  margin: 0 10px 40px 10px;
}
.search-box input {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 13px;
  margin: 0;
  padding: 8px 10px;
  width: 158px;
}
.search-box input:focus {
  background-color: #e6e6e6;
  color: #000000;
}
.search-box input.spinner {
  background-image: url(../images/spinner.gif);
}
.search-box .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-box.header-navigation {
  margin: 4px 0;
}
.search-box.header-navigation input {
  width: 220px;
}
.search-box .search-fill-space {
  background-color: rgba(36, 36, 36, 0.95);
  display: none;
  position: absolute;
  right: -360px;
  width: 350px;
  top: -1000px;
  bottom: -1000px;
  z-index: 11;
}
.search-box ul.search-autocomplete {
  display: none;
  list-style-type: none;
  margin: -1px 0 0 0;
  padding: 0;
  position: absolute;
  right: -360px;
  width: 350px;
  z-index: 12;
}
.search-box ul.search-autocomplete li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding: 10px 10px 10px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-box ul.search-autocomplete li a {
  color: #6a6a6a;
  text-transform: capitalize;
}
.search-box ul.search-autocomplete li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.search-box ul.search-autocomplete li:hover a {
  color: #e6e6e6;
}
.search-box ul.search-autocomplete li a {
  color: #bfbfbf;
  font-weight: normal;
}
.search-box ul.search-autocomplete li:first-child {
  border-top: 1px solid transparent;
}
.search-box ul.search-autocomplete li.last-item a {
  color: #7f7f7f;
}
.message {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f7f8f9;
  padding: 10px 15px;
  margin: 0 0 10px 0;
}
.message p {
  color: #09367f;
  margin: 5px 0;
}
.message p:first-child {
  margin: 0;
}
.message.no-results {
  background-color: #f7f8f9;
  padding: 15px 10px;
}
.message.no-results p {
  color: #8e91a0;
  font-size: 15px;
}
.message.warning {
  background-color: #fff3d5;
}
.message.warning p {
  color: #6f5000;
}
.message.error {
  background-color: #f4c8c3;
}
.message.error p {
  color: #44120d;
}
.message.success {
  background-color: #CBF6A8;
}
.message.success p {
  color: #000000;
}
.message.large-message {
  padding: 15px;
}
.message.large-message p {
  font-size: 15px;
  margin: 8px 0;
}
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: rgba(255, 255, 255, 0);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #4889f2;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: rgba(255, 255, 255, 0);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #4889f2;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: rgba(255, 255, 255, 0);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #4889f2;
}
#tiptip_holder .tip_left {
  padding-right: 5px;
}
#tiptip_holder .tip_left #tiptip_arrow {
  border-left-color: rgba(255, 255, 255, 0);
}
#tiptip_holder .tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #4889f2;
}
#tiptip_content {
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  color: #ffffff;
  padding: 10px 12px;
  background-color: #4889f2;
  border-radius: 2px;
  text-align: center;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
/* Filters in header stlye with label */
.select-label-dropdown {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0 0 0 16px;
  color: #909090;
}
.select-label-dropdown label {
  float: left;
  line-height: 32px;
}
/* No label, in table form */
.select-dropdown {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0px 3px 0px 11px;
  font-size: 13px;
  font-weight: 400;
  background-color: #e6e6e6;
  color: #404040;
}
.select-dropdown:hover {
  background-color: #d8d8d8;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.month-select > div {
  display: inline-block;
  position: relative;
}
.month-select .month-start {
  padding: 0 10px 0 0;
}
.month-select .month-end {
  padding: 0 0 0 10px;
  border-left: 1px solid #e6e6e6;
}
.month-select .month-end h3 a {
  color: #4889f2;
  font-size: 13px;
  font-weight: normal;
}
.month-select .month-blocker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 5px;
  background-color: rgba(252, 252, 252, 0.8);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.month-select .month-blocker:hover {
  background-color: rgba(252, 252, 252, 0.4);
}
.login-blocks {
  overflow: auto;
  margin: 0 0 10px;
}
.login-blocks > div {
  display: inline-block;
  position: relative;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.login-blocks > div input {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  margin: 0 0 2px 0;
  padding: 8px 10px;
  width: 190px;
}
.login-blocks .username-block {
  padding: 0 40px 0 0;
  border-right: 1px solid #e6e6e6;
}
.login-blocks .password-block {
  padding: 0 0 0 40px;
}
.pagination {
  height: 36px;
  margin: 25px 0 0 0;
}
.pagination ul {
  background-color: #efeff2;
  float: right;
  margin: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  /* IE6-7 */
  text-decoration: none;
  color: #6a6a6a;
}
.pagination a:hover {
  color: #4889f2;
}
.pagination a:hover,
.pagination .active a {
  background-color: #ffffff;
}
.pagination .disabled a,
.pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.pagination .next a {
  border: 0;
}
.dropdown {
  position: absolute;
  z-index: 9999999;
  display: none;
}
.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 5px 5px 2px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 2px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 2px -3px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: -1px 0 0 0;
}
.dropdown .dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0 3px;
  line-height: 18px;
}
.dropdown .dropdown-menu li > a,
.dropdown .dropdown-menu li label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  color: #6a6a6a;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
}
.dropdown .dropdown-menu li > a:hover,
.dropdown .dropdown-menu li label:hover {
  background-color: #4889f2;
  color: #ffffff;
  cursor: pointer;
}
.dropdown .dropdown-menu li.selected > a,
.dropdown .dropdown-menu li.selected label {
  background-color: #e6e6e6;
  background-image: url(../images/bg-dropdown-menu-selected.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.dropdown .dropdown-menu li.selected > a:hover,
.dropdown .dropdown-menu li.selected label:hover {
  background-color: #4889f2;
  color: #ffffff;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #E5E5E5;
  padding: 0;
  margin: 5px 0;
}
.dropdown.context-menu .dropdown-menu li > a,
.dropdown.context-menu .dropdown-menu li label {
  font-size: 15px;
  font-weight: 300;
  padding: 6px 15px;
}
.dropdown .dropdown-panel {
  padding: 10px;
}
.dropdown.dropdown-tip {
  margin-top: 8px;
}
.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.dropdown.dropdown-tip.dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.dropdown.dropdown-tip.dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}
.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
  max-height: 358px;
  overflow: auto;
}
.mini-menu {
  position: relative;
}
.mini-menu .mini-menu-list {
  position: absolute;
  z-index: 4;
  min-width: 200px;
  min-height: 44px;
}
.mini-menu .mini-menu-list ul {
  border: 1px solid transparent;
  list-style-type: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding: 0px 10px 10px 10px;
}
.mini-menu .mini-menu-list ul li {
  height: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
.mini-menu .mini-menu-list ul li a {
  display: block;
  padding: 4px 10px;
}
.mini-menu .mini-menu-list ul li:first-child,
.mini-menu .mini-menu-list ul li .first-child {
  cursor: pointer;
  display: inline-block;
  background-image: url(../images/ic-arrow-down.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 10px 20px 10px 10px;
  margin: 0;
  height: auto;
}
.mini-menu .mini-menu-list ul li.selected {
  background-color: #e6e6e6;
  background-image: url(../images/bg-dropdown-menu-selected.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.mini-menu .mini-menu-list ul li.selected:hover {
  background-color: #4889f2;
  color: #ffffff;
}
.mini-menu .mini-menu-list ul li:hover li {
  height: auto;
}
.mini-menu .mini-menu-list:hover ul,
.mini-menu .mini-menu-list.mini-menu-open ul {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 2px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 2px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 2px -3px rgba(0, 0, 0, 0.2);
}
.mini-menu .mini-menu-list:hover ul li,
.mini-menu .mini-menu-list.mini-menu-open ul li {
  height: auto;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mini-menu .mini-menu-list:hover ul li:hover,
.mini-menu .mini-menu-list.mini-menu-open ul li:hover {
  background-color: #4889f2;
}
.mini-menu .mini-menu-list:hover ul li:hover a,
.mini-menu .mini-menu-list.mini-menu-open ul li:hover a {
  color: #ffffff;
}
.mini-menu .mini-menu-list:hover ul li:first-child,
.mini-menu .mini-menu-list.mini-menu-open ul li:first-child,
.mini-menu .mini-menu-list:hover ul li .first-child,
.mini-menu .mini-menu-list.mini-menu-open ul li .first-child {
  color: #242424;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 20px 10px 10px;
  margin: 0;
}
.mini-menu .mini-menu-list:hover ul li:first-child:hover,
.mini-menu .mini-menu-list.mini-menu-open ul li:first-child:hover,
.mini-menu .mini-menu-list:hover ul li .first-child:hover,
.mini-menu .mini-menu-list.mini-menu-open ul li .first-child:hover {
  background-color: #ffffff;
}
.mini-menu.button-style {
  display: inline-block;
}
/* Content Navigation */
ul.content-navigation {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 25px 0 0;
  padding: 0 25px 0 0;
  list-style-type: none;
  float: left;
}
ul.content-navigation li {
  background-color: #6a6a6a;
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 1px 0 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
ul.content-navigation li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 13px;
  padding: 5px 10px 6px;
}
ul.content-navigation li:hover {
  background-color: #d8d8d8;
}
ul.content-navigation li:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
ul.content-navigation li:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
ul.content-navigation li.selected {
  background-color: #ffffff;
}
ul.content-navigation li.selected a {
  font-weight: 600;
  color: #000000;
}
/* Browse Filter Controls */
ul.browse-filters {
  height: 42px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.browse-filters > li {
  display: inline-block;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
ul.browse-filters > li.search-filter {
  float: right;
  margin: 0 0 0 10px;
}
ul.browse-filters > li.search-filter input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #d8d8d8;
  border-right: none;
  padding: 7px 10px;
  width: 100px;
}
ul.browse-filters > li.search-filter .btn.btn-search {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #d8d8d8;
  border-left: none;
  background-position: -2px -4px;
}
.tile-container {
  margin: 0 -5px;
}
.tile {
  width: 288px;
  margin: 0;
}
.tile .tile-content {
  -webkit-box-shadow: inset 0 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 0 0 6px #ffffff;
  box-shadow: inset 0 0 0 6px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 432px;
  background-size: 288px 432px;
  margin: 5px;
  padding: 0 0 50px 0;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.tile .tile-content a.release-link {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 0;
  left: 6px;
  display: block;
  z-index: 3;
}
.tile .tile-content a.wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  height: 17px;
  width: 9px;
  background-image: url(../images/bg-wishlist.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px 15px;
  display: none;
}
.tile .tile-content .tile-details {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 10px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tile .tile-content .tile-details h3 {
  color: #242424;
  font-size: 15px;
  font-weight: 600;
  width: 253px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tile .tile-content .tile-details h3 a {
  color: #242424;
}
.tile .tile-content .tile-details h3:hover a {
  color: #4889f2;
}
.tile .tile-content .tile-details h4 {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 400;
}
.tile .tile-content .tile-details .extra-details {
  height: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tile .tile-content .tile-details .price-details {
  border-top: none;
  background-color: #efeff2;
  -webkit-box-shadow: inset 0 4px 4px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 4px 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 4px -1px rgba(0, 0, 0, 0.1);
  height: 0;
  padding: 0 15px;
  margin: 10px -10px -5px -10px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tile .tile-content .tile-details .price-details .price {
  color: #6a6a6a;
  font-size: 14px;
}
.tile .tile-content:after {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  content: " ";
  height: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000000;
  z-index: 4;
}
.tile .tile-content:hover {
  background-position: 50% -10px;
}
.tile .tile-content:hover:after {
  background-color: #000000;
  height: 5px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
}
.tile .tile-content:hover a.release-link {
  background-color: rgba(8, 109, 189, 0.5);
  -webkit-box-shadow: inset 0 -25px 200px 0 rgba(8, 38, 61, 0.9);
  -moz-box-shadow: inset 0 -25px 200px 0 rgba(8, 38, 61, 0.9);
  box-shadow: inset 0 -25px 200px 0 rgba(8, 38, 61, 0.9);
}
.tile .tile-content:hover a.wishlist {
  display: block;
}
.tile .tile-content:hover .tile-details {
  /*&:before
				{
					right: 0;
					left: 0;
					.opacity(50);
				}*/
}
.tile .tile-content:hover .tile-details h3 {
  text-overflow: clip;
  overflow: visible;
  height: auto;
  white-space: normal;
  width: auto;
  font-weight: 700;
}
.tile .tile-content:hover .tile-details .extra-details {
  margin: 5px 0 0 0;
  height: 35px;
}
.tile .tile-content:hover .tile-details .price-details {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  margin: 10px -10px -5px -10px;
  height: 25px;
}
.tile.anime .tile-content:after {
  background-color: #d73d2d;
}
.tile.films .tile-content:after {
  background-color: #4889f2;
}
.tile.kids .tile-content:after {
  background-color: #00b274;
}
.tile.television .tile-content:after {
  background-color: #ffc222;
}
.tile.manga .tile-content:after {
  background-color: #2b2c33;
}
.tile.multi-tile2 .tile-content {
  background-size: 293px 220px, 293px 220px;
  background-repeat: no-repeat, no-repeat;
  background-position: -8px 0, -8px 221px;
}
.tile.multi-tile3 .tile-content {
  background-size: 264px 148px, 264px 148px, 264px 148px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 6px 0, 6px 149px, 6px 298px;
}
.tile.tile-standard {
  width: 576px;
}
.tile.tile-standard .tile-content {
  height: 432px;
  background-size: 576px 432px;
}
.tile.tile-standard .tile-content .tile-details h3 {
  width: 541px;
}
.tile.tile-standard .tile-content:hover .tile-details .tile-btn:hover {
  height: 35px;
}
.tile.tile-standard .tile-content:hover .tile-details .extra-details {
  height: 35px;
}
.tile.tile-stage {
  width: 576px;
}
.tile.tile-stage .tile-content:hover .tile-details .tile-btn:hover {
  height: 35px;
}
.tile.tile-stage .tile-content:hover .tile-details .extra-details {
  height: 35px;
}
.tile.tile-stage.multi-tile4 .tile-content {
  background-size: 300px 450px, 260px 146px, 260px 146px, 260px 146px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 301px 0, 301px 147px, 301px 294px;
}
.tile.tile-widescreen {
  width: 288px;
}
.tile.tile-widescreen .tile-content {
  height: 162px;
}
.tile.tile-widescreen .tile-content:hover .tile-details .tile-btn:hover {
  height: 35px;
}
.tile.tile-widescreen .tile-content:hover .tile-details .extra-details {
  height: 35px;
}
.tile.tile-portrait .tile-content {
  height: 432px;
  background-size: 288px 432px;
}
.tile.tile-list {
  width: 100%;
}
.tile.tile-list .tile-content {
  background-size: 96px;
  background-position: 6px 6px;
  height: 150px;
  padding: 0;
}
.tile.tile-list .tile-content.flag128 {
  height: 115px;
  background-position: 6px 0;
}
.tile.tile-list .tile-content.flag128 a.release-link {
  bottom: auto;
  top: 11px;
  height: 75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tile.tile-list .tile-content a.release-link {
  bottom: 6px;
  right: auto;
  width: 96px;
  z-index: 5;
}
.tile.tile-list .tile-content .tile-details {
  background-color: transparent;
  padding-left: 112px;
  top: 0;
}
.tile.tile-list .tile-content .tile-details h3 {
  width: auto;
}
.tile.tile-list .tile-content .tile-details h4 {
  padding: 0 0 5px 0;
}
.tile.tile-list .tile-content .tile-details .extra-details {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  height: auto;
}
.tile.tile-list .tile-content .tile-details .price-details {
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid #dddddd;
  padding: 13px 10px 10px 0;
  margin: 10px -10px 10px 0;
}
.tile.tile-list .tile-content:hover .tile-details .price-details {
  border-top: 1px solid #dddddd;
  height: auto;
}
.tile.tile-list .tile-content:hover:after {
  bottom: -5px;
}
.tile.packshot .tile-content {
  background-size: 95%;
  background-position: 50% 7px;
  height: 380px;
}
.tile.video-tile {
  float: left;
}
.tile.video-tile .tile-content {
  background-color: #4889f2;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 6px #4889f2;
  -moz-box-shadow: inset 0 0 0 6px #4889f2;
  box-shadow: inset 0 0 0 6px #4889f2;
  border: 1px solid #105fde;
}
.tile.video-tile .tile-content a.release-link {
  background-image: url(../images/bg-inner-item-play.png);
  background-repeat: no-repeat;
  background-position: 50% 32%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tile.video-tile .tile-content .tile-details {
  background-color: #4889f2;
  min-height: 40px;
}
.tile.video-tile .tile-content .tile-details h3 {
  color: #ffffff;
  margin: 0;
}
.tile.video-tile .tile-content .tile-details h3 a {
  color: #ffffff;
}
.tile.video-tile .tile-content .tile-details h4 {
  color: #ffffff;
}
.tile.video-tile .tile-content:hover {
  -webkit-box-shadow: inset 0 0 0 6px #4889f2;
  -moz-box-shadow: inset 0 0 0 6px #4889f2;
  box-shadow: inset 0 0 0 6px #4889f2;
}
/* to be applied to the body */
.overlay-open {
  overflow: hidden;
}
.overlay {
  background: #000000;
  background: -webkit-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.85), #000000);
  background: -moz-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.85), #000000);
  background-: -o-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.85), #000000);
  background: radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.85), #000000);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 104;
  display: none;
}
.overlay.loading {
  z-index: 10;
  background: transparent;
  background: -webkit-radial-gradient(center center, circle cover, #ffffff, rgba(255, 255, 255, 0.3));
  background: -moz-radial-gradient(center center, circle cover, #ffffff, rgba(255, 255, 255, 0.3));
  background-: -o-radial-gradient(center center, circle cover, #ffffff, rgba(255, 255, 255, 0.3));
  background: radial-gradient(center center, circle cover, #ffffff, rgba(255, 255, 255, 0.3));
  display: block;
}
.overlay.loading #canvasloader-container {
  position: absolute;
  top: 50%;
  left: 50%;
}
.overlay .overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay .overlay-content {
  display: none;
}
.overlay h1 {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.overlay h1 span.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overlay h1 .secondary-title {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.overlay .second-line {
  overflow: hidden;
  height: 35px;
}
.overlay .second-line h2 {
  color: #e6e6e6;
  display: inline-block;
  font-size: 23px;
  float: left;
  line-height: 21px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overlay .second-line h2 span.now-playing {
  font-size: 19px;
  font-weight: 300;
  margin: 0 10px 0 0;
}
.overlay .second-line h2 span.now-playing-title {
  font-weight: 400;
}
.overlay .second-line h2 span.still-title {
  font-size: 13px;
  font-weight: 400;
  margin: 0 10px 0 0;
}
.overlay .second-line h2 span.still-showing {
  font-size: 13px;
  font-weight: 300;
}
.overlay .content-header {
  padding: 20px 0 0 0;
}
.overlay .close {
  background-image: url(../images/bg-btn-close-white.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 30px;
  width: 30px;
  z-index: 1;
}
.overlay .close:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 16;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 20;
  margin-top: 100px;
}
.modal-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-content .modal-header {
  padding: 8px 4px 5px 15px;
  border-bottom: 1px solid #e6e6e6;
  min-height: 40px;
}
.modal-content .modal-header .modal-title {
  margin: 0 0 -5px 0;
  line-height: 36px;
}
.modal-content .modal-header .close {
  margin: 4px;
  float: right;
}
.modal-content .modal-body {
  background-color: #fcfcfc;
  position: relative;
  padding: 15px;
}
.modal-content .modal-body h3 {
  margin: 0 0 5px 0;
}
.modal-content .modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background: #000000;
  background: -webkit-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.85), #000000);
  background: -moz-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.85), #000000);
  background-: -o-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.85), #000000);
  background: radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.85), #000000);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 900px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
#contactable-overlay {
  background: transparent;
  background: -webkit-radial-gradient(right center, circle cover, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95));
  background: -moz-radial-gradient(right center, circle cover, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95));
  background-: -o-radial-gradient(right center, circle cover, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95));
  background: radial-gradient(right center, circle cover, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 104;
  display: none;
}
.tour-overlay {
  background: transparent;
  background: -webkit-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
  background: -moz-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
  background-: -o-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
  background: radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 104;
  display: none;
}
/* Tourbus leg definitions element */
.tourbus-legs {
  display: none;
}
/* Container for tourbus leg */
.tourbus-leg {
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  top: 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* Interior of leg, clearfixed */
.tourbus-leg-inner {
  padding: 0;
  position: relative;
  zoom: 1;
}
.tourbus-leg-inner:before,
.tourbus-leg-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.tourbus-leg-inner:after {
  clear: both;
}
.tourbus-leg-inner .tourbus-leg-header {
  padding: 8px 4px 0 15px;
  min-height: 40px;
  position: relative;
}
.tourbus-leg-inner .tourbus-leg-header h2 {
  margin: 10px 0 -5px 0;
}
.tourbus-leg-inner .tourbus-leg-header .close {
  background-image: url(../images/bg-btn-close.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 12px;
  width: 12px;
}
.tourbus-leg-inner .tourbus-leg-content {
  padding: 0 15px 5px 15px;
}
.tourbus-leg-inner .tourbus-leg-footer {
  padding: 10px 10px 10px 15px;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}
.tourbus-leg-inner .tourbus-leg-footer .steps {
  float: left;
  background-image: url(../images/bg-steps.png);
  background-repeat: repeat-x;
  background-position: 0 50%;
  height: 30px;
}
.tourbus-leg-inner .tourbus-leg-footer .steps .current-step {
  background-image: url(../images/bg-steps-current.png);
  background-repeat: repeat-x;
  background-position: 0 50%;
  height: 30px;
  width: 10px;
}
/*
  remove top padding/margin on headings
  because the interior of the leg has padding
*/
.tourbus-leg h1,
.tourbus-leg h2,
.tourbus-leg h3,
.tourbus-leg h4,
.tourbus-leg h5,
.tourbus-leg h6 {
  margin-top: 0;
  padding-top: 0;
}
/* Tourbus leg arrow */
.tourbus-arrow:before,
.tourbus-arrow:after {
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
}
/* set the :after to be the _interior_ size of the arrow */
/* set the :before to be the _interior + desired border width_ */
.tourbus-arrow:after {
  border-width: 14px;
}
.tourbus-arrow:before {
  border-width: 16px;
}
/* Arrow background and border colors */
/*
  change margin-top/left values here to
  match the border width for :after above

  border colors here are for the _interior_ of the arrow
*/
.tourbus-arrow-right:after {
  border-right-color: #ffffff;
  margin-top: -14px;
  top: 50%;
}
.tourbus-arrow-left:after {
  border-left-color: #ffffff;
  margin-top: -14px;
  top: 50%;
}
.tourbus-arrow-bottom:after {
  border-bottom-color: #ffffff;
  margin-left: -14px;
  left: 50%;
}
.tourbus-arrow-top:after {
  border-top-color: #ffffff;
  margin-left: -14px;
  left: 50%;
}
/*
  change margin-top/left values here to
  match the border width for :before above

  border colors here are for the _border_ of the arrow
*/
.tourbus-arrow-right:before {
  border-right-color: rgba(0, 0, 0, 0.06);
  margin-top: -16px;
  top: 50%;
}
.tourbus-arrow-left:before {
  border-left-color: rgba(0, 0, 0, 0.06);
  margin-top: -16px;
  top: 50%;
}
.tourbus-arrow-bottom:before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
  margin-left: -16px;
  left: 50%;
}
.tourbus-arrow-top:before {
  border-top-color: rgba(0, 0, 0, 0.06);
  margin-left: -16px;
  left: 50%;
}
/* you shouldn't need to change these */
.tourbus-arrow-right:after,
.tourbus-arrow-right:before {
  right: 100%;
}
.tourbus-arrow-left:after,
.tourbus-arrow-left:before {
  left: 100%;
}
.tourbus-arrow-bottom:after,
.tourbus-arrow-bottom:before {
  bottom: 100%;
}
.tourbus-arrow-top:after,
.tourbus-arrow-top:before {
  top: 100%;
}
.media-space {
  background-color: #000000;
  position: relative;
}
.media-space .prev {
  background-image: url(../images/ic-arrow-prev.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
  width: 60px;
}
.media-space .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.media-space .prev.disabled {
  display: none;
}
.media-space .next {
  background-image: url(../images/ic-arrow-next.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  width: 60px;
}
.media-space .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.media-space .next.disabled {
  display: none;
}
.stills-holder {
  background-color: #171717;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-wrapper {
  margin: 0;
  height: 90px;
  position: relative;
}
.carousel-wrapper .item-wrapper {
  height: 111px;
  overflow: hidden;
  position: relative;
}
.carousel-wrapper .prev {
  background-image: url(../images/ic-arrow-prev.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  width: 30px;
}
.carousel-wrapper .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-wrapper .prev.disabled {
  display: none;
}
.carousel-wrapper .next {
  background-image: url(../images/ic-arrow-next.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 30px;
}
.carousel-wrapper .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-wrapper .next.disabled {
  display: none;
}
.carousel-wrapper .carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-wrapper .carousel-inner .item {
  background-color: #000000;
  cursor: pointer;
  float: left;
  height: 90px;
  margin: 0 0 0 4px;
  width: 160px;
}
.carousel-wrapper .carousel-inner .item .inner-item {
  height: 74px;
  margin: 8px 0;
  width: 160px;
  background-size: 162px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.carousel-wrapper .carousel-inner .item .inner-item .deep-inner-item {
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url(../images/bg-inner-item-play.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: 74px;
  width: 160px;
  margin: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.carousel-wrapper .carousel-inner .item:hover .deep-inner-item {
  background-color: rgba(72, 137, 242, 0.55);
  -webkit-box-shadow: 0 0 0 4px #4889f2;
  -moz-box-shadow: 0 0 0 4px #4889f2;
  box-shadow: 0 0 0 4px #4889f2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-wrapper .carousel-inner .item.active .inner-item .deep-inner-item {
  -webkit-box-shadow: 0 0 0 4px #4889f2;
  -moz-box-shadow: 0 0 0 4px #4889f2;
  box-shadow: 0 0 0 4px #4889f2;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-wrapper .carousel-inner .item.active .inner-item:after {
  content: "Now Playing";
  position: absolute;
  bottom: -21px;
  padding: 3px 5px;
  font-size: 11px;
  text-align: center;
  left: -4px;
  right: -4px;
  color: #ffffff;
  background-color: #4889f2;
}
.carousel-wrapper.stills-carousel .carousel-inner .item .inner-item .deep-inner-item {
  background-image: none;
}
.carousel-wrapper.stills-carousel .carousel-inner .item:hover .inner-item .deep-inner-item {
  background-image: url(../images/bg-inner-item-zoom.png);
}
.carousel-wrapper.stills-carousel .carousel-inner .item.active .inner-item .deep-inner-item {
  -webkit-box-shadow: 0 0 0 4px #4889f2;
  -moz-box-shadow: 0 0 0 4px #4889f2;
  box-shadow: 0 0 0 4px #4889f2;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-wrapper.stills-carousel .carousel-inner .item.active .inner-item:after {
  display: none;
}
.thumbnail {
  background-color: #000000;
  cursor: pointer;
  float: left;
  height: 90px;
  margin: 0 10px 10px 0;
  width: 160px;
}
.thumbnail.still .inner-item .deep-inner-item {
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/bg-inner-item-zoom.png);
}
.thumbnail.still:hover .deep-inner-item {
  background-color: rgba(72, 137, 242, 0.55);
  -webkit-box-shadow: 0 0 0 4px #4889f2;
  -moz-box-shadow: 0 0 0 4px #4889f2;
  box-shadow: 0 0 0 4px #4889f2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail .inner-item {
  height: 90px;
  margin: 0;
  width: 160px;
  background-size: 160px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.thumbnail .inner-item .deep-inner-item {
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url(../images/bg-inner-item-play.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: 90px;
  width: 160px;
  margin: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.thumbnail:hover .deep-inner-item {
  background-color: rgba(72, 137, 242, 0.55);
  -webkit-box-shadow: 0 0 0 4px #4889f2;
  -moz-box-shadow: 0 0 0 4px #4889f2;
  box-shadow: 0 0 0 4px #4889f2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-container-wrapper {
  padding: 40px 40px 0 40px;
}
.order-block .order-content,
.account-block .order-content,
.order-block .account-content,
.account-block .account-content {
  -webkit-box-shadow: inset 0 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 0 0 6px #ffffff;
  box-shadow: inset 0 0 0 6px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin: 5px 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.order-block .order-content h3,
.account-block .order-content h3,
.order-block .account-content h3,
.account-block .account-content h3 {
  color: #242424;
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
  margin: 0 20px 0 0;
}
.order-block .order-content h3 a,
.account-block .order-content h3 a,
.order-block .account-content h3 a,
.account-block .account-content h3 a {
  color: #242424;
}
.order-block .order-content h3 a .secondary-title,
.account-block .order-content h3 a .secondary-title,
.order-block .account-content h3 a .secondary-title,
.account-block .account-content h3 a .secondary-title {
  color: #4889f2;
}
.order-block .order-content h3:hover a,
.account-block .order-content h3:hover a,
.order-block .account-content h3:hover a,
.account-block .account-content h3:hover a {
  color: #000000;
}
.order-block .order-content h3 .secondary-title,
.account-block .order-content h3 .secondary-title,
.order-block .account-content h3 .secondary-title,
.account-block .account-content h3 .secondary-title {
  font-weight: 500;
  margin: 0 0 0 5px;
}
.order-block .order-content h3.total-cost,
.account-block .order-content h3.total-cost,
.order-block .account-content h3.total-cost,
.account-block .account-content h3.total-cost {
  float: right;
  padding: 5px 0 5px 10px;
}
.order-block .order-content h4,
.account-block .order-content h4,
.order-block .account-content h4,
.account-block .account-content h4 {
  color: #404040;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  border-right: 1px solid #e5e5e5;
}
.order-block .order-content h4:last-child,
.account-block .order-content h4:last-child,
.order-block .account-content h4:last-child,
.account-block .account-content h4:last-child {
  border: none;
}
.order-block .order-content h4 a,
.account-block .order-content h4 a,
.order-block .account-content h4 a,
.account-block .account-content h4 a {
  color: #4889f2;
}
.order-block .order-content h4:hover a,
.account-block .order-content h4:hover a,
.order-block .account-content h4:hover a,
.account-block .account-content h4:hover a {
  color: #000000;
}
.order-block .order-content h4 .secondary-title,
.account-block .order-content h4 .secondary-title,
.order-block .account-content h4 .secondary-title,
.account-block .account-content h4 .secondary-title {
  color: #848484;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 5px;
}
.order-block .order-content .order-header,
.account-block .order-content .order-header,
.order-block .account-content .order-header,
.account-block .account-content .order-header,
.order-block .order-content .account-header,
.account-block .order-content .account-header,
.order-block .account-content .account-header,
.account-block .account-content .account-header {
  padding: 10px;
  line-height: 30px;
  border-bottom: 1px solid #e6e6e6;
  overflow: auto;
}
.order-block .order-content .order-header h2,
.account-block .order-content .order-header h2,
.order-block .account-content .order-header h2,
.account-block .account-content .order-header h2,
.order-block .order-content .account-header h2,
.account-block .order-content .account-header h2,
.order-block .account-content .account-header h2,
.account-block .account-content .account-header h2 {
  color: #242424;
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
  margin: 0 20px 0 0;
}
.order-block .order-content .order-header h2 a,
.account-block .order-content .order-header h2 a,
.order-block .account-content .order-header h2 a,
.account-block .account-content .order-header h2 a,
.order-block .order-content .account-header h2 a,
.account-block .order-content .account-header h2 a,
.order-block .account-content .account-header h2 a,
.account-block .account-content .account-header h2 a {
  color: #242424;
}
.order-block .order-content .order-header h2 a .secondary-title,
.account-block .order-content .order-header h2 a .secondary-title,
.order-block .account-content .order-header h2 a .secondary-title,
.account-block .account-content .order-header h2 a .secondary-title,
.order-block .order-content .account-header h2 a .secondary-title,
.account-block .order-content .account-header h2 a .secondary-title,
.order-block .account-content .account-header h2 a .secondary-title,
.account-block .account-content .account-header h2 a .secondary-title {
  color: #4889f2;
}
.order-block .order-content .order-header h2:hover a,
.account-block .order-content .order-header h2:hover a,
.order-block .account-content .order-header h2:hover a,
.account-block .account-content .order-header h2:hover a,
.order-block .order-content .account-header h2:hover a,
.account-block .order-content .account-header h2:hover a,
.order-block .account-content .account-header h2:hover a,
.account-block .account-content .account-header h2:hover a {
  color: #4889f2;
}
.order-block .order-content .order-header h2 .secondary-title,
.account-block .order-content .order-header h2 .secondary-title,
.order-block .account-content .order-header h2 .secondary-title,
.account-block .account-content .order-header h2 .secondary-title,
.order-block .order-content .account-header h2 .secondary-title,
.account-block .order-content .account-header h2 .secondary-title,
.order-block .account-content .account-header h2 .secondary-title,
.account-block .account-content .account-header h2 .secondary-title {
  font-weight: 500;
  margin: 0 10px 0 5px;
}
.order-block .order-content .order-header h2.broken,
.account-block .order-content .order-header h2.broken,
.order-block .account-content .order-header h2.broken,
.account-block .account-content .order-header h2.broken,
.order-block .order-content .account-header h2.broken,
.account-block .order-content .account-header h2.broken,
.order-block .account-content .account-header h2.broken,
.account-block .account-content .account-header h2.broken {
  color: #d73d2d;
}
.order-block .order-content .order-header h2.broken a,
.account-block .order-content .order-header h2.broken a,
.order-block .account-content .order-header h2.broken a,
.account-block .account-content .order-header h2.broken a,
.order-block .order-content .account-header h2.broken a,
.account-block .order-content .account-header h2.broken a,
.order-block .account-content .account-header h2.broken a,
.account-block .account-content .account-header h2.broken a {
  color: #d73d2d;
}
.order-block .order-content .order-header h2.broken a .secondary-title,
.account-block .order-content .order-header h2.broken a .secondary-title,
.order-block .account-content .order-header h2.broken a .secondary-title,
.account-block .account-content .order-header h2.broken a .secondary-title,
.order-block .order-content .account-header h2.broken a .secondary-title,
.account-block .order-content .account-header h2.broken a .secondary-title,
.order-block .account-content .account-header h2.broken a .secondary-title,
.account-block .account-content .account-header h2.broken a .secondary-title {
  color: #d73d2d;
}
.order-block .order-content .order-header h2.broken:hover a,
.account-block .order-content .order-header h2.broken:hover a,
.order-block .account-content .order-header h2.broken:hover a,
.account-block .account-content .order-header h2.broken:hover a,
.order-block .order-content .account-header h2.broken:hover a,
.account-block .order-content .account-header h2.broken:hover a,
.order-block .account-content .account-header h2.broken:hover a,
.account-block .account-content .account-header h2.broken:hover a {
  color: #4889f2;
}
.order-block .order-content .order-header p,
.account-block .order-content .order-header p,
.order-block .account-content .order-header p,
.account-block .account-content .order-header p,
.order-block .order-content .account-header p,
.account-block .order-content .account-header p,
.order-block .account-content .account-header p,
.account-block .account-content .account-header p {
  margin: 0;
}
.order-block .order-content .order-header .block-header-action,
.account-block .order-content .order-header .block-header-action,
.order-block .account-content .order-header .block-header-action,
.account-block .account-content .order-header .block-header-action,
.order-block .order-content .account-header .block-header-action,
.account-block .order-content .account-header .block-header-action,
.order-block .account-content .account-header .block-header-action,
.account-block .account-content .account-header .block-header-action {
  float: right;
  line-height: normal;
}
.order-block .order-content .order-details,
.account-block .order-content .order-details,
.order-block .account-content .order-details,
.account-block .account-content .order-details,
.order-block .order-content .account-details,
.account-block .order-content .account-details,
.order-block .account-content .account-details,
.account-block .account-content .account-details {
  line-height: 24px;
  background-color: #fcfcfc;
}
.order-block .order-content .order-details.table-only table,
.account-block .order-content .order-details.table-only table,
.order-block .account-content .order-details.table-only table,
.account-block .account-content .order-details.table-only table,
.order-block .order-content .account-details.table-only table,
.account-block .order-content .account-details.table-only table,
.order-block .account-content .account-details.table-only table,
.account-block .account-content .account-details.table-only table {
  margin: 0;
}
.order-block .order-content .order-details.text-only,
.account-block .order-content .order-details.text-only,
.order-block .account-content .order-details.text-only,
.account-block .account-content .order-details.text-only,
.order-block .order-content .account-details.text-only,
.account-block .order-content .account-details.text-only,
.order-block .account-content .account-details.text-only,
.account-block .account-content .account-details.text-only {
  padding: 40px;
}
.order-block .order-content .order-details .table-wrapper,
.account-block .order-content .order-details .table-wrapper,
.order-block .account-content .order-details .table-wrapper,
.account-block .account-content .order-details .table-wrapper,
.order-block .order-content .account-details .table-wrapper,
.account-block .order-content .account-details .table-wrapper,
.order-block .account-content .account-details .table-wrapper,
.account-block .account-content .account-details .table-wrapper {
  background-color: #ffffff;
  border-left: none;
  border-top: 1px solid #d8d8d8;
  padding: 20px;
}
.order-block .order-content .order-details .table-wrapper table,
.account-block .order-content .order-details .table-wrapper table,
.order-block .account-content .order-details .table-wrapper table,
.account-block .account-content .order-details .table-wrapper table,
.order-block .order-content .account-details .table-wrapper table,
.account-block .order-content .account-details .table-wrapper table,
.order-block .account-content .account-details .table-wrapper table,
.account-block .account-content .account-details .table-wrapper table {
  margin: 0;
}
.order-block .order-content .pagination,
.account-block .order-content .pagination,
.order-block .account-content .pagination,
.account-block .account-content .pagination {
  margin: 0 20px 20px 20px;
}
.order-block .order-content .order-footer,
.account-block .order-content .order-footer,
.order-block .account-content .order-footer,
.account-block .account-content .order-footer,
.order-block .order-content .account-footer,
.account-block .order-content .account-footer,
.order-block .account-content .account-footer,
.account-block .account-content .account-footer {
  background-color: #e6e6e6;
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #cbcbcb;
  padding: 10px;
  overflow: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.order-block .order-content .order-footer h3,
.account-block .order-content .order-footer h3,
.order-block .account-content .order-footer h3,
.account-block .account-content .order-footer h3,
.order-block .order-content .account-footer h3,
.account-block .order-content .account-footer h3,
.order-block .account-content .account-footer h3,
.account-block .account-content .account-footer h3 {
  float: right;
  margin: 0;
}
.order-block .order-content .order-footer.actions,
.account-block .order-content .order-footer.actions,
.order-block .account-content .order-footer.actions,
.account-block .account-content .order-footer.actions,
.order-block .order-content .account-footer.actions,
.account-block .order-content .account-footer.actions,
.order-block .account-content .account-footer.actions,
.account-block .account-content .account-footer.actions {
  margin: 0;
}
.order-block.full .order-content .order-header .order-status,
.account-block.full .order-content .order-header .order-status,
.order-block.full .account-content .order-header .order-status,
.account-block.full .account-content .order-header .order-status,
.order-block.full .order-content .account-header .order-status,
.account-block.full .order-content .account-header .order-status,
.order-block.full .account-content .account-header .order-status,
.account-block.full .account-content .account-header .order-status,
.order-block.full .order-content .order-header .account-status,
.account-block.full .order-content .order-header .account-status,
.order-block.full .account-content .order-header .account-status,
.account-block.full .account-content .order-header .account-status,
.order-block.full .order-content .account-header .account-status,
.account-block.full .order-content .account-header .account-status,
.order-block.full .account-content .account-header .account-status,
.account-block.full .account-content .account-header .account-status {
  float: left;
}
.order-status,
.account-status,
.status {
  float: right;
  background-color: rgba(0, 0, 0, 0.01);
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #6a6a6a;
  display: inline-block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: normal;
  margin: 0 0 5px 0;
}
.order-status > span,
.account-status > span,
.status > span {
  display: inline-block;
  padding: 7px 16px;
}
.order-status .secondary-title,
.account-status .secondary-title,
.status .secondary-title {
  color: #ffffff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.order-status.status-only .secondary-title,
.account-status.status-only .secondary-title,
.status.status-only .secondary-title {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.order-status.shipped .secondary-title,
.account-status.shipped .secondary-title,
.status.shipped .secondary-title,
.order-status.approved .secondary-title,
.account-status.approved .secondary-title,
.status.approved .secondary-title,
.order-status.active .secondary-title,
.account-status.active .secondary-title,
.status.active .secondary-title {
  background-color: #17ce8e;
}
.order-status.back-order .secondary-title,
.account-status.back-order .secondary-title,
.status.back-order .secondary-title,
.order-status.declined .secondary-title,
.account-status.declined .secondary-title,
.status.declined .secondary-title,
.order-status.completed .secondary-title,
.account-status.completed .secondary-title,
.status.completed .secondary-title {
  background-color: #d56d62;
}
.order-status.neutral .secondary-title,
.account-status.neutral .secondary-title,
.status.neutral .secondary-title,
.order-status.pending .secondary-title,
.account-status.pending .secondary-title,
.status.pending .secondary-title {
  background-color: #f7cc5d;
}
.order-status.processing .secondary-title,
.account-status.processing .secondary-title,
.status.processing .secondary-title,
.order-status.default .secondary-title,
.account-status.default .secondary-title,
.status.default .secondary-title {
  background-color: #7fa9ee;
}
.title-block .title-content {
  -webkit-box-shadow: inset 0 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 0 0 6px #ffffff;
  box-shadow: inset 0 0 0 6px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin: 5px 0;
  padding: 0;
  position: relative;
  min-height: 180px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.title-block .title-content .title-packshot {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-right: 1px solid #e6e6e6;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  margin: 0 10px 0 0;
  z-index: 2;
}
.title-block .title-content .title-packshot img {
  border: none;
  width: 100px;
}
.title-block .title-content .title-packshot .cat-number {
  font-size: 11px;
  color: #777777;
  margin: 0 0 10px 3px;
  text-transform: uppercase;
}
.title-block .title-content h3 {
  color: #242424;
  font-size: 15px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
.title-block .title-content h3 a {
  color: #242424;
}
.title-block .title-content h3 a .secondary-title {
  color: #4889f2;
}
.title-block .title-content h3:hover a {
  color: #000000;
}
.title-block .title-content h3 .secondary-title {
  font-weight: 500;
  margin: 0 0 0 5px;
}
.title-block .title-content h4 {
  color: #242424;
  font-size: 12px;
  font-weight: 400;
}
.title-block .title-content h4:last-child {
  border: none;
}
.title-block .title-content h4 a {
  color: #4889f2;
}
.title-block .title-content h4:hover a {
  color: #000000;
}
.title-block .title-content h4 .secondary-title {
  color: #848484;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 5px;
}
.title-block .title-content .title-header {
  padding: 10px;
  margin: 0 0 0 120px;
  border-bottom: 1px solid #e6e6e6;
}
.title-block .title-content .title-header h2 {
  color: #242424;
  font-size: 15px;
  font-weight: 800;
  margin: 0 20px 0 0;
}
.title-block .title-content .title-header h2 a {
  color: #242424;
}
.title-block .title-content .title-header h2 a .secondary-title {
  color: #4889f2;
}
.title-block .title-content .title-header h2:hover a {
  color: #000000;
}
.title-block .title-content .title-header h2 .secondary-title {
  font-weight: 500;
  margin: 0 0 0 5px;
}
.title-block .title-content .title-header a.btn {
  float: right;
}
.title-block .title-content .title-details {
  padding: 10px 10px 20px 10px;
  margin: 0 0 0 120px;
  background-color: #fcfcfc;
  min-height: 96px;
}
.title-block .title-content .title-footer {
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-block .section-content {
  -webkit-box-shadow: inset 0 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 0 0 6px #ffffff;
  box-shadow: inset 0 0 0 6px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.section-block .section-content h3 {
  color: #242424;
  font-size: 15px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
.section-block .section-content h3 a {
  color: #242424;
}
.section-block .section-content h3 a .secondary-title {
  color: #4889f2;
}
.section-block .section-content h3:hover a {
  color: #000000;
}
.section-block .section-content h3 .secondary-title {
  font-weight: 500;
  margin: 0 0 0 5px;
}
.section-block .section-content h4 {
  color: #404040;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  border-right: 1px solid #e5e5e5;
}
.section-block .section-content h4:last-child {
  border: none;
}
.section-block .section-content h4 a {
  color: #4889f2;
}
.section-block .section-content h4:hover a {
  color: #000000;
}
.section-block .section-content h4 .secondary-title {
  color: #848484;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 5px;
}
.section-block .section-content .section-header {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 30px;
}
.section-block .section-content .section-header h2 {
  color: #242424;
  font-size: 15px;
  font-weight: 800;
  margin: 0 20px 0 0;
}
.section-block .section-content .section-header h2 a {
  color: #242424;
}
.section-block .section-content .section-header h2 a .secondary-title {
  color: #4889f2;
}
.section-block .section-content .section-header h2:hover a {
  color: #000000;
}
.section-block .section-content .section-header h2 .secondary-title {
  font-weight: 500;
  margin: 0 0 0 5px;
}
.section-block .section-content .section-header a.btn {
  float: right;
}
.section-block .section-content .section-header p {
  margin: 0;
}
.section-block .section-content .section-details {
  padding: 40px;
  margin: 0;
  background-color: #fcfcfc;
}
.section-block .section-content .section-details.table-only {
  padding: 0;
  background-color: #fcfcfc;
}
.section-block .section-content .section-details.no-padding {
  line-height: 24px;
  padding: 0;
}
.section-block .section-content .section-details .table-wrapper {
  background-color: #ffffff;
  border-left: none;
  border-top: 1px solid #d8d8d8;
  padding: 20px;
}
.section-block .section-content .section-details .table-wrapper table {
  margin: 0;
}
.section-block .section-content .section-details h3 {
  margin: 20px 0 10px 0;
}
.section-block .section-content .section-footer {
  background-color: #e6e6e6;
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #cbcbcb;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-block .section-content .section-footer.actions {
  margin: 0;
}
.header {
  background-color: #383a43;
  height: 40px;
}
.header .header-content {
  width: 854px;
  margin: 0 auto;
}
.header .header-content ul.header-navigation > li {
  display: inline-block;
  float: left;
  position: relative;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: 1px solid #444651;
}
.header .header-content ul.header-navigation > li:last-child {
  border-right: 1px solid #444651;
}
.header .header-content ul.header-navigation > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #e1e2e6;
  padding: 11px 20px 12px;
  display: inline-block;
}
.header .header-content ul.header-navigation > li.search {
  float: right;
  border: none;
}
.header .header-content ul.header-navigation > li.search .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header .header-content ul.header-navigation > li ul.sub-navigation {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #4f525f;
  z-index: 12;
  min-width: 250px;
  max-width: 300px;
}
.header .header-content ul.header-navigation > li ul.sub-navigation li {
  display: block;
}
.header .header-content ul.header-navigation > li ul.sub-navigation li a {
  font-size: 12px;
  font-weight: normal;
  color: #e1e2e6;
  padding: 8px 20px 9px;
  display: block;
  border-bottom: 1px solid #606373;
}
.header .header-content ul.header-navigation > li ul.sub-navigation li a:hover {
  background-color: #606373;
  color: #ffffff;
}
.header .header-content ul.header-navigation > li:hover {
  background-color: #4f525f;
}
.header .header-content ul.header-navigation > li:hover .sub-navigation {
  display: block;
}
.top-bar {
  background-color: #f9f9f9;
  height: 66px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
.top-bar.home {
  background-color: #212228;
  border-bottom: 1px solid #0a0a0c;
}
.top-bar .home {
  padding: 6px 12px;
  width: 854px;
  margin: 0 auto;
}
.top-bar .home .account-area {
  padding: 12px 0;
  float: right;
}
.top-bar .home .account-area .btn {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.top-bar .home .logo {
  background-image: url(../images/bg-top-bar-logo.png);
  width: 250px;
  height: 52px;
  background-size: contain;
}
.cart-bar-wrapper {
  background-color: #ffde88;
  min-height: 54px;
  padding: 12px 0 0 0;
  border-bottom: 1px solid #ffd055;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.cart-bar-wrapper.highlight {
  background-color: #fff3d5;
}
.cart-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 5px 5px 20px;
  margin: 0 12px 12px 230px;
  overflow: auto;
}
.cart-bar a.btn {
  margin: 0 0 0 5px;
  float: right;
}
.cart-bar p {
  color: #6f5000;
  line-height: 28px;
  margin: 0;
  display: inline-block;
  font-size: 15px;
}
.cart-bar p strong {
  font-weight: 800;
}
body.home .cart-bar-wrapper {
  margin: 0 auto;
}
body.home .cart-bar-wrapper .cart-bar {
  width: 854px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top-bar.home .home {
    width: 95%;
  }
  body.home .cart-bar-wrapper .cart-bar {
    width: 95%;
  }
  .header .header-content {
    width: 95%;
  }
}
.actions {
  margin: 0 0 10px 0;
  text-align: right;
}
.actions .btn-right {
  margin: 0 0 0 5px;
}
.content-browse .actions {
  margin: 20px 0 10px 0;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table tbody {
  font-size: 13px;
}
table thead tr th {
  font-size: 14px;
  font-weight: 700;
}
table tfoot {
  font-size: 13px;
}
th {
  text-align: left;
}
.table-wrapper {
  border-left: 4px solid #6a6a6a;
}
.table-wrapper.blu-ray {
  border-left: 4px solid #4889f2;
}
.table-wrapper.dvd {
  border-left: 4px solid #d73d2d;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.table .rating {
  margin: 0;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 10px 14px;
  line-height: 17px;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}
.table thead > tr:last-child > th,
.table tbody > tr:last-child > th,
.table tfoot > tr:last-child > th,
.table thead > tr:last-child > td,
.table tbody > tr:last-child > td,
.table tfoot > tr:last-child > td {
  border-bottom: 1px solid #e6e6e6;
}
.table thead > tr > th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #e6e6e6;
}
.table .table {
  background-color: transparent;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 4px;
}
.table-bordered {
  border: 1px solid #e6e6e6;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e6e6e6;
}
.table-no-borders {
  border: none;
}
.table-no-borders > thead > tr > th,
.table-no-borders > tbody > tr > th,
.table-no-borders > tfoot > tr > th,
.table-no-borders > thead > tr > td,
.table-no-borders > tbody > tr > td,
.table-no-borders > tfoot > tr > td {
  border: none;
}
.table-horizontal > tbody > tr > td:first-child {
  font-weight: 600;
  vertical-align: top;
  padding-top: 15px;
  font-size: 13px;
}
.table-single-line > tbody > tr > td {
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f8f8f8;
}
.table-centered > thead > tr > th,
.table-centered > tbody > tr > th,
.table-centered > tfoot > tr > th,
.table-centered > thead > tr > td,
.table-centered > tbody > tr > td,
.table-centered > tfoot > tr > td {
  text-align: center;
}
.content-block .table {
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  color: #242424;
}
table col[class^="col-"] {
  float: none;
  display: table-column;
}
table td[class^="col-"],
table th[class^="col-"] {
  float: none;
  display: table-cell;
}
tr.order-footer td {
  background-color: #e6e6e6;
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #cbcbcb;
  padding: 10px;
  overflow: auto;
}
.button-group {
  margin: 0 0 10px 0;
}
.button-group .btn {
  margin: 0 0 2px 0;
}
.vert-sep:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn {
  background-color: rgba(0, 0, 0, 0.01);
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
  padding: 7px 16px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn i {
  background-repeat: no-repeat;
  background-position: right -5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 32px;
}
.btn small {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.btn.btn-red {
  background-color: #d73d2d;
  color: #ffffff;
}
.btn.btn-red:hover {
  background-color: #d03a2a;
  background-image: -moz-linear-gradient(top, #d73d2d, #c53526);
  background-image: -ms-linear-gradient(top, #d73d2d, #c53526);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d73d2d), to(#c53526));
  background-image: -webkit-linear-gradient(top, #d73d2d, #c53526);
  background-image: -o-linear-gradient(top, #d73d2d, #c53526);
  background-image: linear-gradient(top, #d73d2d, #c53526);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d73d2d', endColorstr='#c53526', GradientType=0);
  border-color: #c53526 #c53526 #852319;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.btn-blue {
  background-color: #4889f2;
  color: #ffffff;
}
.btn.btn-blue:hover {
  background-color: #3e83f1;
  background-image: -moz-linear-gradient(top, #4889f2, #307af0);
  background-image: -ms-linear-gradient(top, #4889f2, #307af0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4889f2), to(#307af0));
  background-image: -webkit-linear-gradient(top, #4889f2, #307af0);
  background-image: -o-linear-gradient(top, #4889f2, #307af0);
  background-image: linear-gradient(top, #4889f2, #307af0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4889f2', endColorstr='#307af0', GradientType=0);
  border-color: #307af0 #307af0 #0e54c6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.btn-dark-purple {
  background-color: #5b5f6d;
  color: #ffffff;
}
.btn.btn-dark-purple:hover {
  background-color: #797d8c;
  background-image: -moz-linear-gradient(top, #8e91a0, #5b5f6d);
  background-image: -ms-linear-gradient(top, #8e91a0, #5b5f6d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e91a0), to(#5b5f6d));
  background-image: -webkit-linear-gradient(top, #8e91a0, #5b5f6d);
  background-image: -o-linear-gradient(top, #8e91a0, #5b5f6d);
  background-image: linear-gradient(top, #8e91a0, #5b5f6d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e91a0', endColorstr='#5b5f6d', GradientType=0);
  border-color: #5b5f6d #5b5f6d #383a43;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.btn-yellow {
  background-color: #ffc222;
  color: #000000;
}
.btn.btn-yellow:hover {
  background-color: #ffbf18;
  background-image: -moz-linear-gradient(top, #ffc222, #ffbb08);
  background-image: -ms-linear-gradient(top, #ffc222, #ffbb08);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc222), to(#ffbb08));
  background-image: -webkit-linear-gradient(top, #ffc222, #ffbb08);
  background-image: -o-linear-gradient(top, #ffc222, #ffbb08);
  background-image: linear-gradient(top, #ffc222, #ffbb08);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc222', endColorstr='#ffbb08', GradientType=0);
  border-color: #ffbb08 #ffbb08 #bb8700;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.btn-light-yellow {
  background-color: #ffd055;
  color: #6f5000;
}
.btn.btn-light-yellow:hover {
  background-color: #f8c233;
  background-image: -moz-linear-gradient(top, #ffd055, #eeac00);
  background-image: -ms-linear-gradient(top, #ffd055, #eeac00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd055), to(#eeac00));
  background-image: -webkit-linear-gradient(top, #ffd055, #eeac00);
  background-image: -o-linear-gradient(top, #ffd055, #eeac00);
  background-image: linear-gradient(top, #ffd055, #eeac00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd055', endColorstr='#eeac00', GradientType=0);
  border-color: #eeac00 #eeac00 #a27500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.btn.btn-green {
  background-color: #00b274;
  color: #ffffff;
}
.btn.btn-green:hover {
  background-color: #00a86d;
  background-image: -moz-linear-gradient(top, #00b274, #009963);
  background-image: -ms-linear-gradient(top, #00b274, #009963);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b274), to(#009963));
  background-image: -webkit-linear-gradient(top, #00b274, #009963);
  background-image: -o-linear-gradient(top, #00b274, #009963);
  background-image: linear-gradient(top, #00b274, #009963);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b274', endColorstr='#009963', GradientType=0);
  border-color: #009963 #009963 #004c32;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.btn-light-green {
  background-color: #00b89a;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.btn.btn-light-green:hover {
  background-color: #00cdac;
  background-image: -moz-linear-gradient(top, #00dcb8, #00b89a);
  background-image: -ms-linear-gradient(top, #00dcb8, #00b89a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00dcb8), to(#00b89a));
  background-image: -webkit-linear-gradient(top, #00dcb8, #00b89a);
  background-image: -o-linear-gradient(top, #00dcb8, #00b89a);
  background-image: linear-gradient(top, #00dcb8, #00b89a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dcb8', endColorstr='#00b89a', GradientType=0);
  border-color: #00b89a #00b89a #006c5a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.btn-white {
  background-color: #ffffff;
  color: #6a6a6a;
}
.btn.btn-white:hover {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(top, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  border-color: #f2f2f2 #f2f2f2 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.btn-grey {
  background-color: #e6e6e6;
  color: #404040;
}
.btn.btn-grey:hover {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #fcfcfc, #d8d8d8);
  background-image: -ms-linear-gradient(top, #fcfcfc, #d8d8d8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#d8d8d8));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #d8d8d8);
  background-image: -o-linear-gradient(top, #fcfcfc, #d8d8d8);
  background-image: linear-gradient(top, #fcfcfc, #d8d8d8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#d8d8d8', GradientType=0);
  border-color: #d8d8d8 #d8d8d8 #b2b2b2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.btn.btn-cart {
  background-color: #00b274;
  color: #ffffff;
  background-image: url(../images/bg-btn-add.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 7px 49px 7px 16px;
}
.btn.btn-cart:hover {
  background-color: #007f53;
}
.btn.btn-cart.btn-processing {
  background-color: #2b2c33;
  background-image: url(../images/bg-btn-processing.gif);
  background-position: 93% 7px;
  padding-right: 35px;
}
.btn.btn-cart.btn-processing:hover {
  background-color: #2b2c33;
  cursor: default;
}
.btn.btn-read-more {
  padding: 7px 49px 7px 16px;
  position: relative;
}
.btn.btn-read-more i {
  background-image: url(../images/bg-btn-read-more.png);
}
.btn.btn-read-more:hover {
  background-color: #00b274;
  background-color: #00a86d;
  background-image: -moz-linear-gradient(top, #00b274, #009963);
  background-image: -ms-linear-gradient(top, #00b274, #009963);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b274), to(#009963));
  background-image: -webkit-linear-gradient(top, #00b274, #009963);
  background-image: -o-linear-gradient(top, #00b274, #009963);
  background-image: linear-gradient(top, #00b274, #009963);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b274', endColorstr='#009963', GradientType=0);
  border-color: #009963 #009963 #004c32;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn.btn-read-more:hover i {
  background-image: url(../images/bg-btn-read-more-white.png);
}
.btn.btn-large {
  font-size: 15px;
  padding: 9px 20px;
  -webkit-border-radius: 4.5px;
  -moz-border-radius: 4.5px;
  border-radius: 4.5px;
}
.btn.btn-small {
  padding: 4px 10px;
  font-size: 12px;
}
.btn.btn-tiny {
  padding: 0px 6px;
  font-size: 11px;
}
.btn.btn-left {
  float: left;
}
.btn.btn-right {
  float: right;
}
.btn.btn-full-width {
  display: block;
  text-align: center;
}
.btn.btn-delete:hover {
  background-color: #d73d2d;
  color: #ffffff;
}
.btn.btn-white-blue:hover {
  background-color: #4889f2;
  color: #ffffff;
}
.btn.btn-menu {
  background-color: #ffffff;
  background-image: url(../images/bg-btn-menu.png);
  background-repeat: no-repeat;
  background-position: right;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  padding: 7px 36px 7px 16px;
  color: #909090;
}
.btn.btn-menu span.current {
  color: #171717;
  font-weight: 600;
  margin: 0 0 0 5px;
}
.btn.btn-menu:hover {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.6);
}
.btn.btn-menu.dropdown-open {
  background-color: #ffffff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.6);
  color: #242424;
}
.btn.btn-login {
  padding: 7px 49px 7px 16px;
  position: relative;
}
.btn.btn-login i {
  background-image: url(../images/bg-btn-login.png);
}
.btn.btn-download {
  padding: 7px 49px 7px 16px;
  position: relative;
}
.btn.btn-download i {
  background-image: url(../images/bg-btn-download.png);
}
.btn.btn-download-dark {
  background-color: #e6e6e6;
  color: #404040;
  padding: 7px 49px 7px 16px;
  position: relative;
}
.btn.btn-download-dark i {
  background-image: url(../images/bg-btn-download-dark.png);
}
.btn.btn-download-dark:hover {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #fcfcfc, #d8d8d8);
  background-image: -ms-linear-gradient(top, #fcfcfc, #d8d8d8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#d8d8d8));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #d8d8d8);
  background-image: -o-linear-gradient(top, #fcfcfc, #d8d8d8);
  background-image: linear-gradient(top, #fcfcfc, #d8d8d8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#d8d8d8', GradientType=0);
  border-color: #d8d8d8 #d8d8d8 #b2b2b2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.btn.btn-calendar {
  padding: 7px 49px 7px 16px;
  position: relative;
}
.btn.btn-calendar i {
  background-image: url(../images/bg-btn-calendar.png);
}
.btn.btn-logout {
  padding: 7px 49px 7px 16px;
  position: relative;
}
.btn.btn-logout i {
  background-image: url(../images/bg-btn-logout.png);
}
.btn.btn-watch {
  background-color: #4889f2;
  background-image: url(../images/bg-btn-watch.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #ffffff;
  padding: 7px 49px 7px 16px;
}
.btn.btn-watch:hover {
  background-color: #307af0;
}
.btn.btn-watch:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-watch.light {
  background-image: url(../images/bg-btn-watch-white.png);
  background-color: #ffffff;
  color: #404040;
}
.btn.btn-watch-minimal {
  background-color: transparent;
  background-image: url(../images/bg-btn-watch-white.png);
  background-repeat: no-repeat;
  background-position: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #ffffff !important;
  float: right;
  margin: 0 0 0 10px;
  padding: 7px 16px;
}
.btn.btn-watch-minimal:before {
  visibility: hidden;
  content: ".";
}
.btn.btn-watch-minimal:hover {
  background-color: #4889f2;
  background-image: url(../images/bg-btn-watch.png);
  padding: 7px 49px 7px 16px;
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  -moz-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn.btn-watch-minimal:hover:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-watch-minimal:hover:before {
  content: "Trailer";
  visibility: visible;
}
.btn.btn-search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  background-image: url(../images/bg-btn-search.png);
  background-repeat: no-repeat;
  background-position: -1px -3px;
  float: right;
  padding: 0;
  height: 32px;
  width: 32px;
}
.btn.btn-search:hover {
  background-color: #e6e6e6;
}
.btn.btn-submit {
  background-color: #4889f2;
  color: #ffffff;
}
.btn.btn-submit:hover {
  background-color: #3e83f1;
  background-image: -moz-linear-gradient(top, #4889f2, #307af0);
  background-image: -ms-linear-gradient(top, #4889f2, #307af0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4889f2), to(#307af0));
  background-image: -webkit-linear-gradient(top, #4889f2, #307af0);
  background-image: -o-linear-gradient(top, #4889f2, #307af0);
  background-image: linear-gradient(top, #4889f2, #307af0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4889f2', endColorstr='#307af0', GradientType=0);
  border-color: #307af0 #307af0 #0e54c6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.extra-space {
  margin: 5px 0;
}
.btn.btn-payment {
  padding: 7px 49px 7px 16px;
  position: relative;
}
.btn.btn-payment.visa i {
  background-image: url(../images/bg-btn-payment-visa.png);
}
.btn.btn-payment.paypal i {
  background-image: url(../images/bg-btn-payment-paypal.png);
}
.btn.btn-payment.mastercard i {
  background-image: url(../images/bg-btn-payment-mastercard.png);
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.001);
  -ms-transform: scale(0.001);
  /* IE 9 */
  -webkit-transform: scale(0.001);
}
@media (min-width: 1130px) {
  .content-browse,
  .content-header {
    margin-left: 115px;
  }
}
/* Tile layout break points */
@media all and (max-width: 1450px) {
  .content-browse,
  .wrapper .browse-view {
    width: 854px;
  }
  .content-header .content-header-wrapper {
    width: 854px;
  }
  .content-header.promo-browse .content-header-wrapper {
    width: 774px;
  }
  .promo-header {
    height: 400px !important;
  }
  .promo-header .promo-item {
    height: 400px !important;
  }
}
@media all and (max-width: 1130px) {
  .content-browse,
  .wrapper .browse-view {
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
  }
  .footer .footer-content > div {
    padding-left: 20px;
  }
  .content-header .content-header-wrapper {
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
  }
  .content-header.promo-browse .content-header-wrapper {
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
  }
  .promo-header {
    height: 350px !important;
  }
  .promo-header .promo-item {
    height: 350px !important;
  }
}
.cart-indicator {
  background-color: #ffde88;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #ffc222;
  position: fixed;
  bottom: 10px;
  right: -310px;
  display: inline-block;
  padding: 0;
  z-index: 100;
  width: 300px;
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cart-indicator.active {
  right: 10px;
}
.cart-indicator h3 {
  color: #6f5000;
  margin: 0 10px 10px 10px;
}
.cart-indicator h3 #indicatorTitle {
  font-weight: 800;
}
.cart-indicator h4 {
  color: #a27500;
  font-weight: 400;
  margin: 10px 10px 0 10px;
}
.cart-indicator:hover {
  background-color: #ffe5a2;
  border: 1px solid #ffd055;
}
.cart-indicator .cart-indicator-footer {
  background-color: #ffd76f;
  border-top: 1px solid #ffd055;
  margin: 5px 0 0 0;
  padding: 5px;
  text-align: right;
}
.autocomplete-suggestions {
  background-color: #ffffff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 2px 3px 16px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 3px 16px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 16px -2px rgba(0, 0, 0, 0.4);
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  color: #6a6a6a;
  font-size: 15px;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #f3f3f3;
  color: #404040;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #F0F0F0;
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  background-image: url(../images/bg-btn-menu.png);
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  position: relative;
  margin: 1px;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  /*vertical-align: top;*/
}
.select2-container .select2-choice {
  display: block;
  height: 30px;
  padding: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 30px;
  color: #171717;
  font-weight: 600;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice span {
  margin-right: 22px;
  display: block;
  overflow: hidden;
  padding: 0 6px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  opacity: 0;
}
.select2-drop {
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.5);
  margin: -1px 2px 0 1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border-top: 0;
}
.select2-display-none {
  display: none;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-bottom: 0;
}
.select2-container .select2-choice > div {
  display: block;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.select2-container .select2-choice > div .icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/select2.png') no-repeat 3px 3px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  left: -6000px;
  position: absolute;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  /*background: #fff url('../images/select2.png') no-repeat 100% -22px;*/
}
.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100%;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  /*background-color: #fffbca;*/
  outline: none;
}
.select2-dropdown-open .select2-choice {
  /*background-color: #eee;*/
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -15px 1px;
}
/* results */
.select2-results {
  max-height: 300px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  border-radius: 3px;
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  border-radius: 3px;
  background: #4889f2;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-more-results .select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #d7d7d7;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #d7d7d7;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../images/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid transparent;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid transparent;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen {
  position: absolute;
  left: -10000px;
}
/* Retina-ize icons 

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
      background-image: url('select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}*/
#contactable.opened #contactable-inner {
  margin-right: 390px;
  background-image: url(../images/feedback-close.png);
}
#contactable.opened #contactable-contactForm {
  margin-right: 0;
}
#contactable.submitted #contactable-inner {
  margin-right: -40px;
  background-image: url(../images/feedback-close.png);
}
#contactable.submitted #contactable-contactForm {
  margin-right: -450px;
}
#contactable-inner {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-image: url(../images/feedback.png);
  color: #FFFFFF;
  cursor: pointer;
  height: 140px;
  right: 0;
  margin-left: -5px;
  *margin-left: -5px;
  overflow: hidden;
  position: fixed;
  *position: absolute;
  text-indent: -100000px;
  top: 50%;
  margin-top: -70px;
  *margin-top: 10px;
  width: 39px;
  z-index: 100000;
}
#contactable-inner:hover {
  box-shadow: -1px 2px 1px 1px rgba(0, 0, 0, 0.3);
}
#contactable-contactForm {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #fff;
  color: #333;
  height: 460px;
  right: 0;
  margin-right: -400px;
  *margin-right: -424px;
  margin-top: -260px;
  overflow: hidden;
  padding: 30px;
  position: fixed;
  top: 50%;
  width: 330px;
  *width: 394px;
  z-index: 105;
}
form#contactable-contactForm input.text-field,
form#contactable-contactForm textarea.text-field,
form#contactable-contactForm select {
  background: #FFFFFF none repeat scroll 0 0;
  outline-style: none;
  outline-width: medium;
  width: 307px;
  padding: 8px 10px;
  border: 1px solid #dfdfdf;
  margin-bottom: 6px;
}
form#contactable-contactForm input.text-field:focus,
form#contactable-contactForm textarea.text-field:focus,
form#contactable-contactForm select:focus {
  background-color: #ECFAF5;
}
form#contactable-contactForm input.text-field.contactable-invalid,
form#contactable-contactForm textarea.text-field.contactable-invalid,
form#contactable-contactForm select.contactable-invalid {
  background-color: #FFE2E2;
}
form#contactable-contactForm select {
  width: 330px;
}
form#contactable-contactForm p {
  width: 325px;
  font-size: 0.9em;
}
form#contactable-contactForm .contactable-disclaimer {
  *margin-left: 20px;
}
#contactable-contactForm .contactable-green {
  color: #76b347;
}
/*#contactable-overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} */
.contactable-invalid {
  background-color: #FFE2E2;
}
#contactable-name.contactable-invalid {
  background-color: #FFE2E2;
}
#contactable-email.contactable-invalid {
  background-color: #FFE2E2;
}
#contactable-message.contactable-invalid {
  background-color: #FFE2E2;
}
form#contactable-contactForm label {
  *margin-left: 20px;
  line-height: 150%;
  font-size: 13px;
}
form#contactable-contactForm #contactable-loading {
  background: url(../images/bg-load.gif) no-repeat;
  width: 66px;
  height: 66px;
  margin: 80px auto;
  display: none;
}
#contactable-callback {
  width: 325px;
  margin: 100px auto;
  display: none;
}
.contactable-holder {
  margin: 0 auto;
  *margin-left: 20px;
}
.contactable-holder h2 {
  margin: 0 0 20px 0;
}
button.contactable-cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}
