/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 18, ../sass/screen.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 19, ../sass/screen.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 20, ../sass/screen.scss */
audio:not([controls]) {
  display: none;
}

/* line 21, ../sass/screen.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* line 33, ../sass/screen.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 35, ../sass/screen.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #FFF;
}

/* line 37, ../sass/screen.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * (customize the background color to match your design)
 */
/* line 45, ../sass/screen.scss */
::-moz-selection {
  background: #ce4d30;
  color: #fff;
  text-shadow: none;
}

/* line 46, ../sass/screen.scss */
::selection {
  background: #ce4d30;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 53, ../sass/screen.scss */
a {
  color: #00e;
}

/* line 54, ../sass/screen.scss */
a:visited {
  color: #551a8b;
}

/* line 55, ../sass/screen.scss */
a:hover {
  color: #06e;
}

/* line 56, ../sass/screen.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 59, ../sass/screen.scss */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 66, ../sass/screen.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 68, ../sass/screen.scss */
b, strong {
  font-weight: bold;
}

/* line 70, ../sass/screen.scss */
blockquote {
  margin: 1em 40px;
}

/* line 72, ../sass/screen.scss */
dfn {
  font-style: italic;
}

/* line 74, ../sass/screen.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 76, ../sass/screen.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 78, ../sass/screen.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
/* line 81, ../sass/screen.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
/* line 84, ../sass/screen.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 86, ../sass/screen.scss */
q {
  quotes: none;
}

/* line 87, ../sass/screen.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 89, ../sass/screen.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 92, ../sass/screen.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 93, ../sass/screen.scss */
sup {
  top: -0.5em;
}

/* line 94, ../sass/screen.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 100, ../sass/screen.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 101, ../sass/screen.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 102, ../sass/screen.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
/* line 113, ../sass/screen.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
/* line 119, ../sass/screen.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 125, ../sass/screen.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 132, ../sass/screen.scss */
form {
  margin: 0;
}

/* line 133, ../sass/screen.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 136, ../sass/screen.scss */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
/* line 143, ../sass/screen.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 151, ../sass/screen.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
/* line 157, ../sass/screen.scss */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
/* line 165, ../sass/screen.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
/* line 171, ../sass/screen.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
/* line 177, ../sass/screen.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 178, ../sass/screen.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 179, ../sass/screen.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
/* line 185, ../sass/screen.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
/* line 192, ../sass/screen.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
/* line 196, ../sass/screen.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 202, ../sass/screen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 203, ../sass/screen.scss */
td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
/* line 209, ../sass/screen.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* line 4, ../sass/_nav_bar.scss */
#tb-nav-bar {
  width: 100%;
  position: fixed;
  top: 54px;
  z-index: 999;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/navbar_background.gif?1383880860');
  display: none;
}

/* line 18, ../sass/_nav_bar.scss */
#nb-grey-bar {
  position: fixed;
  top: -54px;
  left: 0px;
  height: 54px;
  width: 100%;
  z-index: 999;
  background-color: #222;
}

/* line 37, ../sass/_nav_bar.scss */
#nb-logo-showtime {
  position: fixed;
  top: -42px;
  left: 20px;
  width: 70px;
  height: 40px;
  z-index: 999;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/showtime-logo_70x40.png?1383880860');
  background-repeat: no-repeat;
}

/* line 56, ../sass/_nav_bar.scss */
#nb-center {
  margin: auto;
  width: 1400px;
  position: relative;
}

/* line 62, ../sass/_nav_bar.scss */
.tb-mobile #nb-center {
  width: 1280px;
}

/* line 67, ../sass/_nav_bar.scss */
.tb-mobile #tb-nav-bar, #nb-grey-bar, #nb-logo-showtime {
  position: absolute;
}

/* line 76, ../sass/_nav_bar.scss */
#nb-series-title-bar {
  height: 42px;
  top: 54px;
}
/* line 79, ../sass/_nav_bar.scss */
#nb-series-title-bar #nb-series-title {
  display: block;
  position: absolute;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/theBorgias.png?1383880860');
  width: 140px;
  height: 28px;
  top: 9px;
  left: 18px;
}

/* line 115, ../sass/_nav_bar.scss */
#nb-links {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding-top: 2px;
  padding-left: 26px;
}
/* line 121, ../sass/_nav_bar.scss */
#nb-links .nba {
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/nav_sprites_1x.png?1383880860');
  height: 27px;
  float: left;
  cursor: pointer;
}
/* line 128, ../sass/_nav_bar.scss */
#nb-links #nb-power-link {
  background-position: 0px 0px;
  width: 42px;
}
/* line 132, ../sass/_nav_bar.scss */
#nb-links #nb-power-link:hover {
  background-position: 0px -27px;
}
/* line 137, ../sass/_nav_bar.scss */
#nb-links #nb-power-link.nb-selected {
  background-position: 0px -27px;
}
/* line 141, ../sass/_nav_bar.scss */
#nb-links #nb-war-link {
  background-position: 0 -54px;
  width: 34px;
  margin-right: 23px;
}
/* line 146, ../sass/_nav_bar.scss */
#nb-links #nb-war-link:hover {
  background-position: 0 -81px;
}
/* line 151, ../sass/_nav_bar.scss */
#nb-links #nb-war-link.nb-selected {
  background-position: 0 -81px;
}
/* line 155, ../sass/_nav_bar.scss */
#nb-links #nb-love-link {
  background-position: 0 -108px;
  width: 29px;
}
/* line 159, ../sass/_nav_bar.scss */
#nb-links #nb-love-link:hover {
  background-position: 0 -135px;
}
/* line 164, ../sass/_nav_bar.scss */
#nb-links #nb-love-link.nb-selected {
  background-position: 0 -135px;
}
/* line 168, ../sass/_nav_bar.scss */
#nb-links #nb-life-link {
  background-position: 0 -162px;
  width: 27px;
}
/* line 172, ../sass/_nav_bar.scss */
#nb-links #nb-life-link:hover {
  background-position: 0 -189px;
}
/* line 177, ../sass/_nav_bar.scss */
#nb-links #nb-life-link.nb-selected {
  background-position: 0 -189px;
}
/* line 181, ../sass/_nav_bar.scss */
#nb-links .nb-divider {
  background: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/nav_sprites_1x.png?1383880860');
  background-position: 0 -216px;
  height: 27px;
  width: 6px;
  float: left;
  margin-right: 4px;
  margin-left: 4px;
}

/* line 268, ../sass/_nav_bar.scss */
#nb-share {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: show;
  height: 0;
}
/* line 277, ../sass/_nav_bar.scss */
#nb-share #nb-share-links {
  position: relative;
  float: right;
  top: 142px;
  z-index: 998;
  height: 0;
}
/* line 285, ../sass/_nav_bar.scss */
#nb-share #nb-share-links a {
  position: relative;
  display: block;
  margin-right: 15px;
  float: left;
  width: 38px;
  height: 38px;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/social/social_icons.png?1383880980');
}
/* line 295, ../sass/_nav_bar.scss */
#nb-share #nb-share-links #tb-facebook:hover {
  background-position: 0 -38px;
}
/* line 299, ../sass/_nav_bar.scss */
#nb-share #nb-share-links #tb-pinterest {
  background-position: 38px 0;
}
/* line 301, ../sass/_nav_bar.scss */
#nb-share #nb-share-links #tb-pinterest:hover {
  background-position: 38px -38px;
}
/* line 306, ../sass/_nav_bar.scss */
#nb-share #nb-share-links #tb-twitter {
  background-position: 76px 0;
}
/* line 308, ../sass/_nav_bar.scss */
#nb-share #nb-share-links #tb-twitter:hover {
  background-position: 76px -38px;
}

/* line 350, ../sass/_nav_bar.scss */
#tb-footer {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #8e8e8e;
  display: none;
}

/* line 372, ../sass/_nav_bar.scss */
.tb-phone #tb-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 1280px;
  font-size: 48px;
}
/* line 376, ../sass/_nav_bar.scss */
.tb-phone #tb-nav-bar {
  top: 216px;
  background-size: 100% 100%;
}
/* line 380, ../sass/_nav_bar.scss */
.tb-phone #nb-logo-showtime {
  top: -168px;
  left: 80px;
  width: 280px;
  height: 160px;
  background-size: 100%;
}
/* line 384, ../sass/_nav_bar.scss */
.tb-phone #nb-links {
  height: 120px;
  padding-top: 8px;
  padding-left: 104px;
}
/* line 197, ../sass/_nav_bar.scss */
.tb-phone #nb-links .nba {
  background-size: 176px 944px;
  height: 108px;
}
/* line 202, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-power-link {
  background-position: 0px 0px;
  width: 168px;
}
/* line 206, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-power-link:hover {
  background-position: 0px -108px;
}
/* line 211, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-power-link.nb-selected {
  background-position: 0px -108px;
}
/* line 215, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-war-link {
  background-position: 0 -216px;
  width: 136px;
  margin-right: 92px;
}
/* line 220, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-war-link:hover {
  background-position: 0 -324px;
}
/* line 225, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-war-link.nb-selected {
  background-position: 0 -324px;
}
/* line 229, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-love-link {
  background-position: 0 -432px;
  width: 116px;
}
/* line 233, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-love-link:hover {
  background-position: 0 -540px;
}
/* line 238, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-love-link.nb-selected {
  background-position: 0 -540px;
}
/* line 242, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-life-link {
  background-position: 0 -648px;
  width: 108px;
}
/* line 246, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-life-link:hover {
  background-position: 0 -756px;
}
/* line 251, ../sass/_nav_bar.scss */
.tb-phone #nb-links #nb-life-link.nb-selected {
  background-position: 0 -756px;
}
/* line 255, ../sass/_nav_bar.scss */
.tb-phone #nb-links .nb-divider {
  background-size: 176px 944px;
  background-position: 0 -864px;
  height: 108px;
  width: 24px;
  margin-right: 16px;
  margin-left: 16px;
}
/* line 388, ../sass/_nav_bar.scss */
.tb-phone #nb-grey-bar {
  top: -216px;
  height: 216px;
}
/* line 392, ../sass/_nav_bar.scss */
.tb-phone #nb-series-title-bar {
  height: 168px;
  top: 216px;
}
/* line 93, ../sass/_nav_bar.scss */
.tb-phone #nb-series-title-bar #nb-series-title {
  background-size: 560px 112px;
  width: 560px;
  height: 112px;
  top: 36px;
  left: 72px;
}
/* line 396, ../sass/_nav_bar.scss */
.tb-phone #nb-share {
  max-width: 1280px;
}
/* line 318, ../sass/_nav_bar.scss */
.tb-phone #nb-share #nb-share-links {
  top: 568px;
}
/* line 321, ../sass/_nav_bar.scss */
.tb-phone #nb-share #nb-share-links a {
  margin-right: 60px;
  width: 152px;
  height: 152px;
  background-size: 456px 304px;
}
/* line 328, ../sass/_nav_bar.scss */
.tb-phone #nb-share #nb-share-links #tb-facebook:hover, .tb-phone #nb-share #nb-share-links #tb-facebook:active {
  background-position: 0 -152px;
}
/* line 332, ../sass/_nav_bar.scss */
.tb-phone #nb-share #nb-share-links #tb-pinterest {
  background-position: 152px 0;
}
/* line 334, ../sass/_nav_bar.scss */
.tb-phone #nb-share #nb-share-links #tb-pinterest:hover, .tb-phone #nb-share #nb-share-links #tb-pinterest:active {
  background-position: 152px -152px;
}
/* line 339, ../sass/_nav_bar.scss */
.tb-phone #nb-share #nb-share-links #tb-twitter {
  background-position: 304px 0;
}
/* line 341, ../sass/_nav_bar.scss */
.tb-phone #nb-share #nb-share-links #tb-twitter:hover, .tb-phone #nb-share #nb-share-links #tb-twitter:active {
  background-position: 304px -152px;
}

/* line 409, ../sass/_nav_bar.scss */
.tb-phone #nb-share #nb-share-links a {
  float: none;
  margin-bottom: 60px;
}

/* line 372, ../sass/_nav_bar.scss */
.tb-tablet #tb-footer {
  padding-top: 20.04px;
  padding-bottom: 20.04px;
  max-width: 1280px;
  font-size: 20.04px;
}
/* line 376, ../sass/_nav_bar.scss */
.tb-tablet #tb-nav-bar {
  top: 90.18px;
  background-size: 100% 100%;
}
/* line 380, ../sass/_nav_bar.scss */
.tb-tablet #nb-logo-showtime {
  top: -70.14px;
  left: 33.4px;
  width: 116.9px;
  height: 66.8px;
  background-size: 100%;
}
/* line 384, ../sass/_nav_bar.scss */
.tb-tablet #nb-links {
  height: 50.1px;
  padding-top: 3.34px;
  padding-left: 43.42px;
}
/* line 197, ../sass/_nav_bar.scss */
.tb-tablet #nb-links .nba {
  background-size: 73.48px 394.12px;
  height: 45.09px;
}
/* line 202, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-power-link {
  background-position: 0px 0px;
  width: 70.14px;
}
/* line 206, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-power-link:hover {
  background-position: 0px -45.09px;
}
/* line 211, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-power-link.nb-selected {
  background-position: 0px -45.09px;
}
/* line 215, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-war-link {
  background-position: 0 -90.18px;
  width: 56.78px;
  margin-right: 38.41px;
}
/* line 220, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-war-link:hover {
  background-position: 0 -135.27px;
}
/* line 225, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-war-link.nb-selected {
  background-position: 0 -135.27px;
}
/* line 229, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-love-link {
  background-position: 0 -180.36px;
  width: 48.43px;
}
/* line 233, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-love-link:hover {
  background-position: 0 -225.45px;
}
/* line 238, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-love-link.nb-selected {
  background-position: 0 -225.45px;
}
/* line 242, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-life-link {
  background-position: 0 -270.54px;
  width: 45.09px;
}
/* line 246, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-life-link:hover {
  background-position: 0 -315.63px;
}
/* line 251, ../sass/_nav_bar.scss */
.tb-tablet #nb-links #nb-life-link.nb-selected {
  background-position: 0 -315.63px;
}
/* line 255, ../sass/_nav_bar.scss */
.tb-tablet #nb-links .nb-divider {
  background-size: 73.48px 394.12px;
  background-position: 0 -360.72px;
  height: 45.09px;
  width: 10.02px;
  margin-right: 6.68px;
  margin-left: 6.68px;
}
/* line 388, ../sass/_nav_bar.scss */
.tb-tablet #nb-grey-bar {
  top: -90.18px;
  height: 90.18px;
}
/* line 392, ../sass/_nav_bar.scss */
.tb-tablet #nb-series-title-bar {
  height: 70.14px;
  top: 90.18px;
}
/* line 93, ../sass/_nav_bar.scss */
.tb-tablet #nb-series-title-bar #nb-series-title {
  background-size: 233.8px 46.76px;
  width: 233.8px;
  height: 46.76px;
  top: 15.03px;
  left: 30.06px;
}
/* line 396, ../sass/_nav_bar.scss */
.tb-tablet #nb-share {
  max-width: 1280px;
}
/* line 318, ../sass/_nav_bar.scss */
.tb-tablet #nb-share #nb-share-links {
  top: 237.14px;
}
/* line 321, ../sass/_nav_bar.scss */
.tb-tablet #nb-share #nb-share-links a {
  margin-right: 25.05px;
  width: 63.46px;
  height: 63.46px;
  background-size: 190.38px 126.92px;
}
/* line 328, ../sass/_nav_bar.scss */
.tb-tablet #nb-share #nb-share-links #tb-facebook:hover, .tb-tablet #nb-share #nb-share-links #tb-facebook:active {
  background-position: 0 -63.46px;
}
/* line 332, ../sass/_nav_bar.scss */
.tb-tablet #nb-share #nb-share-links #tb-pinterest {
  background-position: 63.46px 0;
}
/* line 334, ../sass/_nav_bar.scss */
.tb-tablet #nb-share #nb-share-links #tb-pinterest:hover, .tb-tablet #nb-share #nb-share-links #tb-pinterest:active {
  background-position: 63.46px -63.46px;
}
/* line 339, ../sass/_nav_bar.scss */
.tb-tablet #nb-share #nb-share-links #tb-twitter {
  background-position: 126.92px 0;
}
/* line 341, ../sass/_nav_bar.scss */
.tb-tablet #nb-share #nb-share-links #tb-twitter:hover, .tb-tablet #nb-share #nb-share-links #tb-twitter:active {
  background-position: 126.92px -63.46px;
}

/* line 425, ../sass/_nav_bar.scss */
.tb-tablet #nb-share #nb-share-links a {
  float: left;
  margin-bottom: 0;
}

@media only screen and (orientation: landscape) {
  /* line 372, ../sass/_nav_bar.scss */
  .tb-phone #tb-footer {
    padding-top: 32.04px;
    padding-bottom: 32.04px;
    max-width: 1280px;
    font-size: 32.04px;
  }
  /* line 376, ../sass/_nav_bar.scss */
  .tb-phone #tb-nav-bar {
    top: 144.18px;
    background-size: 100% 100%;
  }
  /* line 380, ../sass/_nav_bar.scss */
  .tb-phone #nb-logo-showtime {
    top: -112.14px;
    left: 53.4px;
    width: 186.9px;
    height: 106.8px;
    background-size: 100%;
  }
  /* line 384, ../sass/_nav_bar.scss */
  .tb-phone #nb-links {
    height: 80.1px;
    padding-top: 5.34px;
    padding-left: 69.42px;
  }
  /* line 197, ../sass/_nav_bar.scss */
  .tb-phone #nb-links .nba {
    background-size: 117.48px 630.12px;
    height: 72.09px;
  }
  /* line 202, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-power-link {
    background-position: 0px 0px;
    width: 112.14px;
  }
  /* line 206, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-power-link:hover {
    background-position: 0px -72.09px;
  }
  /* line 211, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-power-link.nb-selected {
    background-position: 0px -72.09px;
  }
  /* line 215, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-war-link {
    background-position: 0 -144.18px;
    width: 90.78px;
    margin-right: 61.41px;
  }
  /* line 220, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-war-link:hover {
    background-position: 0 -216.27px;
  }
  /* line 225, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-war-link.nb-selected {
    background-position: 0 -216.27px;
  }
  /* line 229, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-love-link {
    background-position: 0 -288.36px;
    width: 77.43px;
  }
  /* line 233, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-love-link:hover {
    background-position: 0 -360.45px;
  }
  /* line 238, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-love-link.nb-selected {
    background-position: 0 -360.45px;
  }
  /* line 242, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-life-link {
    background-position: 0 -432.54px;
    width: 72.09px;
  }
  /* line 246, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-life-link:hover {
    background-position: 0 -504.63px;
  }
  /* line 251, ../sass/_nav_bar.scss */
  .tb-phone #nb-links #nb-life-link.nb-selected {
    background-position: 0 -504.63px;
  }
  /* line 255, ../sass/_nav_bar.scss */
  .tb-phone #nb-links .nb-divider {
    background-size: 117.48px 630.12px;
    background-position: 0 -576.72px;
    height: 72.09px;
    width: 16.02px;
    margin-right: 10.68px;
    margin-left: 10.68px;
  }
  /* line 388, ../sass/_nav_bar.scss */
  .tb-phone #nb-grey-bar {
    top: -144.18px;
    height: 144.18px;
  }
  /* line 392, ../sass/_nav_bar.scss */
  .tb-phone #nb-series-title-bar {
    height: 112.14px;
    top: 144.18px;
  }
  /* line 93, ../sass/_nav_bar.scss */
  .tb-phone #nb-series-title-bar #nb-series-title {
    background-size: 373.8px 74.76px;
    width: 373.8px;
    height: 74.76px;
    top: 24.03px;
    left: 48.06px;
  }
  /* line 396, ../sass/_nav_bar.scss */
  .tb-phone #nb-share {
    max-width: 1280px;
  }
  /* line 318, ../sass/_nav_bar.scss */
  .tb-phone #nb-share #nb-share-links {
    top: 379.14px;
  }
  /* line 321, ../sass/_nav_bar.scss */
  .tb-phone #nb-share #nb-share-links a {
    margin-right: 40.05px;
    width: 101.46px;
    height: 101.46px;
    background-size: 304.38px 202.92px;
  }
  /* line 328, ../sass/_nav_bar.scss */
  .tb-phone #nb-share #nb-share-links #tb-facebook:hover, .tb-phone #nb-share #nb-share-links #tb-facebook:active {
    background-position: 0 -101.46px;
  }
  /* line 332, ../sass/_nav_bar.scss */
  .tb-phone #nb-share #nb-share-links #tb-pinterest {
    background-position: 101.46px 0;
  }
  /* line 334, ../sass/_nav_bar.scss */
  .tb-phone #nb-share #nb-share-links #tb-pinterest:hover, .tb-phone #nb-share #nb-share-links #tb-pinterest:active {
    background-position: 101.46px -101.46px;
  }
  /* line 339, ../sass/_nav_bar.scss */
  .tb-phone #nb-share #nb-share-links #tb-twitter {
    background-position: 202.92px 0;
  }
  /* line 341, ../sass/_nav_bar.scss */
  .tb-phone #nb-share #nb-share-links #tb-twitter:hover, .tb-phone #nb-share #nb-share-links #tb-twitter:active {
    background-position: 202.92px -101.46px;
  }

  /* line 446, ../sass/_nav_bar.scss */
  .tb-phone #nb-share #nb-share-links a {
    float: left;
    margin-bottom: 0;
  }

  /* line 372, ../sass/_nav_bar.scss */
  .tb-tablet #tb-footer {
    padding-top: 16.8px;
    padding-bottom: 16.8px;
    max-width: 1280px;
    font-size: 16.8px;
  }
  /* line 376, ../sass/_nav_bar.scss */
  .tb-tablet #tb-nav-bar {
    top: 75.6px;
    background-size: 100% 100%;
  }
  /* line 380, ../sass/_nav_bar.scss */
  .tb-tablet #nb-logo-showtime {
    top: -58.8px;
    left: 28px;
    width: 98px;
    height: 56px;
    background-size: 100%;
  }
  /* line 384, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links {
    height: 42px;
    padding-top: 2.8px;
    padding-left: 36.4px;
  }
  /* line 197, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links .nba {
    background-size: 61.6px 330.4px;
    height: 37.8px;
  }
  /* line 202, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-power-link {
    background-position: 0px 0px;
    width: 58.8px;
  }
  /* line 206, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-power-link:hover {
    background-position: 0px -37.8px;
  }
  /* line 211, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-power-link.nb-selected {
    background-position: 0px -37.8px;
  }
  /* line 215, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-war-link {
    background-position: 0 -75.6px;
    width: 47.6px;
    margin-right: 32.2px;
  }
  /* line 220, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-war-link:hover {
    background-position: 0 -113.4px;
  }
  /* line 225, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-war-link.nb-selected {
    background-position: 0 -113.4px;
  }
  /* line 229, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-love-link {
    background-position: 0 -151.2px;
    width: 40.6px;
  }
  /* line 233, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-love-link:hover {
    background-position: 0 -189px;
  }
  /* line 238, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-love-link.nb-selected {
    background-position: 0 -189px;
  }
  /* line 242, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-life-link {
    background-position: 0 -226.8px;
    width: 37.8px;
  }
  /* line 246, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-life-link:hover {
    background-position: 0 -264.6px;
  }
  /* line 251, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links #nb-life-link.nb-selected {
    background-position: 0 -264.6px;
  }
  /* line 255, ../sass/_nav_bar.scss */
  .tb-tablet #nb-links .nb-divider {
    background-size: 61.6px 330.4px;
    background-position: 0 -302.4px;
    height: 37.8px;
    width: 8.4px;
    margin-right: 5.6px;
    margin-left: 5.6px;
  }
  /* line 388, ../sass/_nav_bar.scss */
  .tb-tablet #nb-grey-bar {
    top: -75.6px;
    height: 75.6px;
  }
  /* line 392, ../sass/_nav_bar.scss */
  .tb-tablet #nb-series-title-bar {
    height: 58.8px;
    top: 75.6px;
  }
  /* line 93, ../sass/_nav_bar.scss */
  .tb-tablet #nb-series-title-bar #nb-series-title {
    background-size: 196px 39.2px;
    width: 196px;
    height: 39.2px;
    top: 12.6px;
    left: 25.2px;
  }
  /* line 396, ../sass/_nav_bar.scss */
  .tb-tablet #nb-share {
    max-width: 1280px;
  }
  /* line 318, ../sass/_nav_bar.scss */
  .tb-tablet #nb-share #nb-share-links {
    top: 198.8px;
  }
  /* line 321, ../sass/_nav_bar.scss */
  .tb-tablet #nb-share #nb-share-links a {
    margin-right: 21px;
    width: 53.2px;
    height: 53.2px;
    background-size: 159.6px 106.4px;
  }
  /* line 328, ../sass/_nav_bar.scss */
  .tb-tablet #nb-share #nb-share-links #tb-facebook:hover, .tb-tablet #nb-share #nb-share-links #tb-facebook:active {
    background-position: 0 -53.2px;
  }
  /* line 332, ../sass/_nav_bar.scss */
  .tb-tablet #nb-share #nb-share-links #tb-pinterest {
    background-position: 53.2px 0;
  }
  /* line 334, ../sass/_nav_bar.scss */
  .tb-tablet #nb-share #nb-share-links #tb-pinterest:hover, .tb-tablet #nb-share #nb-share-links #tb-pinterest:active {
    background-position: 53.2px -53.2px;
  }
  /* line 339, ../sass/_nav_bar.scss */
  .tb-tablet #nb-share #nb-share-links #tb-twitter {
    background-position: 106.4px 0;
  }
  /* line 341, ../sass/_nav_bar.scss */
  .tb-tablet #nb-share #nb-share-links #tb-twitter:hover, .tb-tablet #nb-share #nb-share-links #tb-twitter:active {
    background-position: 106.4px -53.2px;
  }
}
/* line 464, ../sass/_nav_bar.scss */
.tb-retina #nb-links .nba {
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/nav_sprites_2x.png?1383880860');
}
/* line 468, ../sass/_nav_bar.scss */
.tb-retina #nb-links .nb-divider {
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/nav_sprites_2x.png?1383880860');
}

/* line 473, ../sass/_nav_bar.scss */
.tb-retina #nb-series-title-bar #nb-series-title {
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/theBorgias_2x.png?1383880860');
}

/* line 479, ../sass/_nav_bar.scss */
.tb-retina #nb-share #nb-share-links a {
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/social/social_icons_2x.png?1383880980');
}

/* line 485, ../sass/_nav_bar.scss */
.tb-retina #nb-logo-showtime {
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/showtime-logo_140x80.png?1383880860');
}

/* line 1, ../sass/_preloader.scss */
#pl-overlay {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
/* line 10, ../sass/_preloader.scss */
#pl-overlay #pl-image-container {
  width: 1066px;
  height: 700px;
  margin: auto;
  position: relative;
  display: none;
}
/* line 18, ../sass/_preloader.scss */
#pl-overlay #pl-image-container #pl-x-pos-helper {
  width: inherit;
  height: inherit;
  position: relative;
}
/* line 23, ../sass/_preloader.scss */
#pl-overlay #pl-image-container #pl-x-pos-helper #pl-progress-bar {
  width: 220px;
  height: 2px;
  position: absolute;
  top: 381px;
  left: 426px;
  z-index: 1;
}
/* line 31, ../sass/_preloader.scss */
#pl-overlay #pl-image-container #pl-x-pos-helper #pl-progress-bar #pl-progress-bar-fill {
  background: red;
  height: inherit;
  width: 0%;
  float: left;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

/* line 45, ../sass/_preloader.scss */
.lt-ie8 #pl-overlay #pl-image-container #pl-x-pos-helper {
  top: 10%;
}
/* line 47, ../sass/_preloader.scss */
.lt-ie8 #pl-overlay #pl-image-container #pl-x-pos-helper #pl-progress-bar #pl-progress-bar-fill {
  height: 2px !important;
}

/* line 52, ../sass/_preloader.scss */
#pl-image {
  background: url('../assets/images/series/borgias/s2/worldofborgias/loader/loader.png?1383880860') no-repeat;
  width: 1066px;
  height: 515px;
}

/* line 60, ../sass/_preloader.scss */
.tb-mobile #pl-overlay {
  z-index: 1100;
  position: absolute;
}
/* line 66, ../sass/_preloader.scss */
.tb-mobile #pl-overlay #pl-image-container {
  width: 1280px;
  height: 900px;
}
/* line 72, ../sass/_preloader.scss */
.tb-mobile #pl-overlay #pl-image-container #pl-x-pos-helper #pl-progress-bar {
  width: 424px;
  height: 4px;
  top: 442px;
  left: 422px;
}

/* line 82, ../sass/_preloader.scss */
.tb-tablet #pl-image {
  background: url('../assets/images/series/borgias/s2/worldofborgias/loader/loader_mobile.png?1383880860') no-repeat;
  width: 1280px;
  height: 578px;
}

/* line 88, ../sass/_preloader.scss */
.tb-phone #pl-image {
  background: url('../assets/images/series/borgias/s2/worldofborgias/loader/loader_phone.png?1383880860') no-repeat;
  width: inherit;
  height: inherit;
  background-size: 100%;
}

/* line 97, ../sass/_preloader.scss */
.tb-phone #pl-overlay #pl-image-container #pl-x-pos-helper #pl-progress-bar {
  width: 1075px;
  height: 8px;
  top: 549px;
  left: 84px;
}

@media only screen and (orientation: landscape) {
  /* line 106, ../sass/_preloader.scss */
  .tb-phone #pl-overlay #pl-image-container {
    width: 700px;
    height: 420px;
  }
  /* line 110, ../sass/_preloader.scss */
  .tb-phone #pl-overlay #pl-image-container #pl-x-pos-helper #pl-progress-bar {
    width: 590px;
    height: 3px;
    top: 301px;
    left: 46px;
  }
}
/* line 1, ../sass/_video_player.scss */
#vp-video-overlay {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 10, ../sass/_video_player.scss */
#vp-video-overlay #vp-video {
  position: relative;
  width: 960px;
  height: 540px;
  margin: auto;
  background: black;
  z-index: 1;
}
/* line 19, ../sass/_video_player.scss */
#vp-video-overlay #vp-close-btn {
  position: absolute;
  z-index: 2;
  top: -21px;
  right: -25px;
  width: 29px;
  height: 25px;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/globalnav/closeBtn.png?1383880860');
  cursor: pointer;
}
/* line 30, ../sass/_video_player.scss */
#vp-video-overlay #vp-shroud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* line 41, ../sass/_video_player.scss */
.lt-ie9 #vp-video-overlay #vp-shroud {
  background: url('../assets/images/series/borgias/s2/worldofborgias/ui/pixel_shroud.png?1383880980');
}

/* line 47, ../sass/_video_player.scss */
.lt-ie8 #vp-video-overlay #vp-video {
  top: 10%;
}

/* line 52, ../sass/_video_player.scss */
.tb-mobile #vp-video-overlay {
  position: absolute;
}
/* line 55, ../sass/_video_player.scss */
.tb-mobile #vp-video-overlay #vp-video {
  width: 1280px;
  height: 720px;
  margin: 0;
}
/* line 61, ../sass/_video_player.scss */
.tb-mobile #vp-video-overlay #vp-close-btn {
  top: -60px;
  right: 0px;
  width: 58px;
  height: 50px;
  background-size: 100% 100%;
}

/* line 1, ../sass/_torture.scss */
#torture {
  width: 1200px;
  height: 560px;
  position: relative !important;
}
/* line 6, ../sass/_torture.scss */
#torture .torture-nav-item {
  position: static !important;
  height: 13px;
  margin-right: 21px;
  float: left;
  font-size: 0;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/war/torture/torture_menu.png?1383880980');
  cursor: pointer;
}
/* line 16, ../sass/_torture.scss */
#torture #strappado {
  width: 98px;
  opacity: 0.9;
}
/* line 21, ../sass/_torture.scss */
#torture #strappado.tb-selected {
  background-position: 0 -13px;
  opacity: 0.9;
}
/* line 26, ../sass/_torture.scss */
#torture #judas-cradle {
  width: 118px;
  background-position: 0 -26px;
  opacity: 0.9;
}
/* line 32, ../sass/_torture.scss */
#torture #judas-cradle.tb-selected {
  background-position: 0 -39px;
  opacity: 0.9;
}
/* line 37, ../sass/_torture.scss */
#torture #pear-of-anguish {
  width: 141px;
  background-position: 0 -52px;
  opacity: 0.9;
}
/* line 43, ../sass/_torture.scss */
#torture #pear-of-anguish.tb-selected {
  background-position: 0 -65px;
  opacity: 0.9;
}
/* line 48, ../sass/_torture.scss */
#torture #garrote {
  width: 83px;
  background-position: 0 -78px;
  opacity: 0.9;
}
/* line 54, ../sass/_torture.scss */
#torture #garrote.tb-selected {
  background-position: 0 -91px;
  opacity: 0.9;
}

/* line 61, ../sass/_torture.scss */
.tb-mobile #torture {
  width: 1200px;
}
/* line 64, ../sass/_torture.scss */
.tb-mobile #torture .torture-nav-item {
  height: 84px;
  background-image: none;
  margin-right: 42px;
}
/* line 69, ../sass/_torture.scss */
.tb-mobile #torture .torture-nav-item .torture-btn-bg {
  height: 24px;
  margin-top: 30px;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/mobile/power_war/torture_menu_mobile.png?1383880920');
  width: inherit;
}
/* line 77, ../sass/_torture.scss */
.tb-mobile #torture #strappado {
  width: 195px;
}
/* line 79, ../sass/_torture.scss */
.tb-mobile #torture #strappado .torture-btn-bg {
  background-position: 0 0;
}
/* line 85, ../sass/_torture.scss */
.tb-mobile #torture #strappado.selected .torture-btn-bg {
  background-position: 0 -26px;
}
/* line 90, ../sass/_torture.scss */
.tb-mobile #torture #judas-cradle {
  width: 236px;
}
/* line 92, ../sass/_torture.scss */
.tb-mobile #torture #judas-cradle .torture-btn-bg {
  background-position: 0 -51px;
}
/* line 98, ../sass/_torture.scss */
.tb-mobile #torture #judas-cradle.tb-selected .torture-btn-bg {
  background-position: 0 -78px;
}
/* line 103, ../sass/_torture.scss */
.tb-mobile #torture #pear-of-anguish {
  width: 279px;
}
/* line 105, ../sass/_torture.scss */
.tb-mobile #torture #pear-of-anguish .torture-btn-bg {
  background-position: 0 -103px;
}
/* line 111, ../sass/_torture.scss */
.tb-mobile #torture #pear-of-anguish.tb-selected .torture-btn-bg {
  background-position: 0 -130px;
}
/* line 116, ../sass/_torture.scss */
.tb-mobile #torture #garrote {
  width: 166px;
}
/* line 118, ../sass/_torture.scss */
.tb-mobile #torture #garrote .torture-btn-bg {
  background-position: 0 -156px;
}
/* line 124, ../sass/_torture.scss */
.tb-mobile #torture #garrote.tb-selected .torture-btn-bg {
  background-position: 0 -183px;
}

/* line 132, ../sass/_torture.scss */
.lt-ie9 #torture {
  top: 2920px !important;
  left: 73px !important;
}

/* line 144, ../sass/_torture.scss */
.lt-ie8 #strappado-title,
.lt-ie8 #judas-title,
.lt-ie8 #pear-title,
.lt-ie8 #garrote-title,
.lt-ie8 #strappado-icon,
.lt-ie8 #judas-icon,
.lt-ie8 #pear-icon,
.lt-ie8 #garrote-icon {
  left: -525px !important;
}

/* line 151, ../sass/_torture.scss */
.lt-ie8 #strappado-content,
.lt-ie8 #judas-content,
.lt-ie8 #pear-content,
.lt-ie8 #garrote-content {
  z-index: 50;
}

/* line 158, ../sass/_torture.scss */
.lt-ie8 #strappado-description,
.lt-ie8 #judas-description,
.lt-ie8 #pear-description,
.lt-ie8 #garrote-description {
  left: -100px !important;
}

/* line 1, ../sass/_tangled_web.scss */
#tangled_web {
  width: 625px;
  height: 560px;
  position: relative !important;
}
/* line 6, ../sass/_tangled_web.scss */
#tangled_web .tw-nav-item {
  height: 13px;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/love/tree/names_menu.png?1383880920');
  cursor: pointer;
}
/* line 12, ../sass/_tangled_web.scss */
#tangled_web #cesare {
  width: 145px;
}
/* line 16, ../sass/_tangled_web.scss */
#tangled_web #cesare.tb-selected {
  background-position: 0 -19px;
}
/* line 20, ../sass/_tangled_web.scss */
#tangled_web #lucrezia {
  width: 145px;
  background-position: 0 -39px;
}
/* line 25, ../sass/_tangled_web.scss */
#tangled_web #lucrezia.tb-selected {
  background-position: 0 -58px;
}
/* line 29, ../sass/_tangled_web.scss */
#tangled_web #juan {
  width: 145px;
  background-position: 0 -77px;
}
/* line 34, ../sass/_tangled_web.scss */
#tangled_web #juan.tb-selected {
  background-position: 0 -96px;
}
/* line 38, ../sass/_tangled_web.scss */
#tangled_web #joffrey {
  width: 145px;
  background-position: 0 -115px;
}
/* line 43, ../sass/_tangled_web.scss */
#tangled_web #joffrey.tb-selected {
  background-position: 0 -134px;
}
/* line 47, ../sass/_tangled_web.scss */
#tangled_web #rodrigo {
  width: 145px;
  background-position: 0 -152px;
}
/* line 52, ../sass/_tangled_web.scss */
#tangled_web #rodrigo.tb-selected {
  background-position: 0 -169px;
}

/* line 59, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web .tw-mobile-click-space {
  height: 65px;
}
/* line 63, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web .tw-nav-item {
  height: 80px;
  background-image: none;
}
/* line 67, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web .tw-nav-item .tw-btn-bg {
  height: 20px;
  margin-top: 30px;
  background-image: url('../assets/images/series/borgias/s2/worldofborgias/love/tree/names_menu_mobile.png?1383880920');
  width: inherit;
}
/* line 75, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #cesare {
  width: 208px;
}
/* line 80, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #cesare.tb-selected .tw-btn-bg {
  background-position: 0 -29px;
}
/* line 85, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #lucrezia {
  width: 230px;
}
/* line 87, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #lucrezia .tw-btn-bg {
  background-position: 0 -57px;
}
/* line 93, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #lucrezia.tb-selected .tw-btn-bg {
  background-position: 0 -86px;
}
/* line 98, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #juan {
  width: 176px;
}
/* line 100, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #juan .tw-btn-bg {
  background-position: 0 -115px;
}
/* line 106, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #juan.tb-selected .tw-btn-bg {
  background-position: 0 -144px;
}
/* line 111, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #joffrey {
  width: 217px;
}
/* line 113, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #joffrey .tw-btn-bg {
  background-position: 0 -173px;
}
/* line 119, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #joffrey.tb-selected .tw-btn-bg {
  background-position: 0 -201px;
}
/* line 124, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #rodrigo {
  width: 225px;
}
/* line 126, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #rodrigo .tw-btn-bg {
  background-position: 0 -227px;
}
/* line 132, ../sass/_tangled_web.scss */
.tb-mobile #tangled_web #rodrigo.tb-selected .tw-btn-bg {
  background-position: 0 -256px;
}

/* line 15, ../sass/_the_borgias.scss */
.tb-table {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 20, ../sass/_the_borgias.scss */
.tb-table .tb-tr {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 27, ../sass/_the_borgias.scss */
#tb-content {
  position: relative;
  width: 1400px;
  margin: auto;
  overflow: hidden;
}

/* line 36, ../sass/_the_borgias.scss */
.tb-mobile #tb-content {
  width: 1280px;
}

/* line 41, ../sass/_the_borgias.scss */
#tb-main {
  position: relative;
}
/* line 44, ../sass/_the_borgias.scss */
#tb-main section div {
  position: absolute;
}
/* line 48, ../sass/_the_borgias.scss */
#tb-main section {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 53, ../sass/_the_borgias.scss */
#tb-main section .tb-bg {
  position: static;
}
/* line 55, ../sass/_the_borgias.scss */
#tb-main section .tb-bg img {
  height: 100%;
}
/* line 60, ../sass/_the_borgias.scss */
#tb-main .tb-alt {
  display: none;
}
/* line 64, ../sass/_the_borgias.scss */
#tb-main .tb-img {
  top: 0px;
  left: 0px;
}
/* line 70, ../sass/_the_borgias.scss */
#tb-main .tb-info-popup {
  width: 24px;
  height: 24px;
  background: url('../assets/images/series/borgias/s2/worldofborgias/ui/more_info.png?1383880980');
}
/* line 76, ../sass/_the_borgias.scss */
#tb-main .tb-info-popup.tb-selected {
  background-position: 0 24px !important;
}
/* line 82, ../sass/_the_borgias.scss */
#tb-main .tb-click-target, #tb-main .tb-info-popup-click-target, #tb-main .tb-watch-video-click-target {
  position: absolute;
  z-index: 997;
  top: 0px;
  left: 0px;
  background: url('../assets/images/series/borgias/s2/worldofborgias/ui/pixel_trans.png?1383880980');
}
/* line 92, ../sass/_the_borgias.scss */
#tb-main .tb-info-popup-click-target {
  width: 128px;
  height: 128px;
  cursor: pointer;
}
/* line 99, ../sass/_the_borgias.scss */
#tb-main .tb-watch-video-click-target {
  display: block;
  width: 250px;
  height: 70px;
  z-index: 998;
  cursor: pointer;
}

/* line 111, ../sass/_the_borgias.scss */
.tb-mobile #tb-main .tb-info-popup {
  width: 48px;
  height: 48px;
  background: url('../assets/images/series/borgias/s2/worldofborgias/ui/more_info_mobile.png?1383880980');
}
/* line 117, ../sass/_the_borgias.scss */
.tb-mobile #tb-main .tb-click-target, .tb-mobile #tb-main .tb-info-popup-click-target, .tb-mobile #tb-main .tb-watch-video-click-target, .tb-mobile #tb-main .tb-info-popup-click-target, .tb-mobile #tb-main .tb-watch-video-click-target {
  background: rgba(0, 0, 0, 0);
}
/* line 121, ../sass/_the_borgias.scss */
.tb-mobile #tb-main .tb-watch-video-click-target {
  width: 350px;
  height: 220px;
}
/* line 126, ../sass/_the_borgias.scss */
.tb-mobile #tb-main .tb-info-popup.tb-selected {
  background-position: 0 48px !important;
}

/* line 131, ../sass/_the_borgias.scss */
#tb-spacer {
  display: block;
  position: static;
  width: 1400px;
  height: 32px;
}

/* line 139, ../sass/_the_borgias.scss */
.tb-mobile #tb-spacer {
  width: 1280px;
}

/* line 146, ../sass/_the_borgias.scss */
.tb-phone #tb-spacer {
  height: 500.2px;
}

/* line 151, ../sass/_the_borgias.scss */
.tb-tablet #tb-spacer {
  height: 203.74px;
}

@media only screen and (orientation: landscape) {
  /* line 159, ../sass/_the_borgias.scss */
  .tb-phone #tb-spacer {
    height: 337.94px;
  }

  /* line 164, ../sass/_the_borgias.scss */
  .tb-tablet #tb-spacer {
    height: 170.8px;
  }
}
/* ==|== media queries ======================================================
EXAMPLE Media Query for Responsive Design.
This example overrides the primary ('mobile first') styles
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
/* line 233, ../sass/screen.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 234, ../sass/screen.scss */
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 237, ../sass/screen.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 240, ../sass/screen.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* line 243, ../sass/screen.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 246, ../sass/screen.scss */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
/* line 249, ../sass/screen.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 250, ../sass/screen.scss */
.clearfix:after {
  clear: both;
}

/* line 251, ../sass/screen.scss */
.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 259, ../sass/screen.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  /* line 260, ../sass/screen.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 261, ../sass/screen.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 262, ../sass/screen.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 263, ../sass/screen.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 264, ../sass/screen.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 265, ../sass/screen.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 266, ../sass/screen.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 267, ../sass/screen.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 269, ../sass/screen.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 270, ../sass/screen.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
