/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/share/glyphicons-halflings.png?af9536a5aa93");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/share/glyphicons-halflings-white.png?af9536a5aa93");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-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(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -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 ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/*  Font Awesome 3.0
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    • The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
    • Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
      http://opensource.org/licenses/mit-license.html
    • The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
    • Attribution is no longer required in Font Awesome 3.0, but much appreciated:
      "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://dkvf7eqydjaua.cloudfront.net/static/font/fontawesome-webfont.eot?8f1d6063c4e4');
  src: url('https://dkvf7eqydjaua.cloudfront.net/static/font/fontawesome-webfont.eot?&8f1d6063c4e4#iefix') format('embedded-opentype'),
    url('https://dkvf7eqydjaua.cloudfront.net/static/font/fontawesome-webfont.woff?8f1d6063c4e4') format('woff'),
    url('https://dkvf7eqydjaua.cloudfront.net/static/font/fontawesome-webfont.ttf?8f1d6063c4e4') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
/* includes sprites.less reset */

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

  line-height: 1em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .35em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .35em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .35em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  height: .75em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .45em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }
.icon-lightbulb:before            { content: "\f0eb"; }
.icon-exchange:before             { content: "\f0ec"; }
.icon-cloud-download:before       { content: "\f0ed"; }
.icon-cloud-upload:before         { content: "\f0ee"; }

.icon-user-md:before              { content: "\f0f0"; }
.icon-stethoscope:before          { content: "\f0f1"; }
.icon-suitcase:before             { content: "\f0f2"; }
.icon-bell-alt:before             { content: "\f0f3"; }
.icon-coffee:before               { content: "\f0f4"; }
.icon-food:before                 { content: "\f0f5"; }
.icon-file-alt:before             { content: "\f0f6"; }
.icon-building:before             { content: "\f0f7"; }
.icon-hospital:before             { content: "\f0f8"; }
.icon-ambulance:before            { content: "\f0f9"; }
.icon-medkit:before               { content: "\f0fa"; }
.icon-fighter-jet:before          { content: "\f0fb"; }
.icon-beer:before                 { content: "\f0fc"; }
.icon-h-sign:before               { content: "\f0fd"; }
.icon-plus-sign-alt:before        { content: "\f0fe"; }

.icon-double-angle-left:before    { content: "\f100"; }
.icon-double-angle-right:before   { content: "\f101"; }
.icon-double-angle-up:before      { content: "\f102"; }
.icon-double-angle-down:before    { content: "\f103"; }
.icon-angle-left:before           { content: "\f104"; }
.icon-angle-right:before          { content: "\f105"; }
.icon-angle-up:before             { content: "\f106"; }
.icon-angle-down:before           { content: "\f107"; }
.icon-desktop:before              { content: "\f108"; }
.icon-laptop:before               { content: "\f109"; }
.icon-tablet:before               { content: "\f10a"; }
.icon-mobile-phone:before         { content: "\f10b"; }
.icon-circle-blank:before         { content: "\f10c"; }
.icon-quote-left:before           { content: "\f10d"; }
.icon-quote-right:before          { content: "\f10e"; }

.icon-spinner:before              { content: "\f110"; }
.icon-circle:before               { content: "\f111"; }
.icon-reply:before                { content: "\f112"; }
.icon-github-alt:before           { content: "\f113"; }
.icon-folder-close-alt:before     { content: "\f114"; }
.icon-folder-open-alt:before      { content: "\f115"; }

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.modal-open {
	overflow: hidden;
}


/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
	overflow-y: scroll;
}

@media (max-width: 979px) {
	.modal-open.page-overflow .page-container .navbar-fixed-top,
	.modal-open.page-overflow .page-container .navbar-fixed-bottom  {
		overflow-y: visible;
	}
}


.modal-scrollable {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.modal {
	outline: none;
	position: absolute;
	margin-top: 0;
	top: 50%;
	overflow: visible; /* allow content to popup out (i.e tooltips) */
}

.modal.fade {
	top: -100%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	        transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
	top: 50%;
}

.modal-body {
	max-height: none;
	overflow: visible;
}

.modal.modal-absolute {
	position: absolute;
	z-index: 950;
}

.modal .loading-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 6px;
}

.modal-backdrop.modal-absolute{
	position: absolute;
	z-index: 940;
}

.modal-backdrop,
.modal-backdrop.fade.in{
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #fff;
}

.modal.container {
  width: 940px;
  margin-left: -470px;
}

/* Modal Overflow */

.modal-overflow.modal {
	top: 1%;
}

.modal-overflow.modal.fade {
	top: -100%;
}

.modal-overflow.modal.fade.in {
	top: 1%;
}

.modal-overflow .modal-body {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* Responsive */

@media (min-width: 1200px) {
	.modal.container {
		width: 1170px;
		margin-left: -585px;
	}
}

@media (max-width: 979px) {
	.modal,
	.modal.container,
	.modal.modal-overflow 	{
		    top: 0;
            right: 0;
            left: 0;
            bottom: auto;
            width: auto !important;
            height: auto !important;
            margin: 0 !important;
            padding: 0 !important;
            border-radius: 0;
            border: 0;
	}

	.modal.fade.in,
	.modal.container.fade.in,
	.modal.modal-overflow.fade.in {
		top: 1%;
		bottom: auto;
	}

	.modal-body,
	.modal-overflow .modal-body {
		position: static;
		margin: 0;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.modal-footer,
	.modal-overflow .modal-footer {
		position: static;
	}
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}


/* Watchopolis Theme Stylesheet
-------------------------------------------------- */


/* Import Google Web Fonts
-------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Maven+Pro:400,700,500,900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/*@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700&subset=latin,latin-ext,cyrillic);*/
/*@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Fjord+One);*/
/*@import url(https://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic);*/
/*@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic);*/
/*@import url(https://fonts.googleapis.com/css?family=EB+Garamond);*/


/* Body and structure
-------------------------------------------------- */
html, body {
  height: 99.95%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Fjord One', serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Merriweather', serif;
    font-family: 'EB Garamond', serif;
    font-family: 'Open Sans', Helvetica, sans-serif;;
    background-color: #FFF;
 }

body.transparent {
    background: none;
    background-color: transparent;
}

body.film {
    background-color: #777;
}


#wrapper {
       width: 100%;
       min-height: 100%;
       height: auto !important;
       height: 100%;
       margin: 0px 0px -403px 0px;
 }

body.home,
body.about,
body {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.about #wrapper {
    background: rgba(255, 255, 255, 0.6);
}

#footer_wrapper {
       width: 100%;
 }


#content_wrapper {
       width: 100%;
       padding: 0px 0px 82px 0px;
    padding:0px 0px 403px 0px;
 }


.no_footer #content_wrapper,
.search #content_wrapper{
       padding: 0px 0px 0px 0px;
 }

#footer_wrapper, #content_wrapper {
       min-width: 100%;
 }

.home #wrapper {
    background: rgba(255, 255, 255, 0.6);
}

#footer_inner_wrapper, #content_inner_wrapper {
       width: 100%;
       margin: 0px auto;
 }


.btn.btn-small, input[type="submit"].btn.btn-small {font-family: inherit; color:#333;}


.btn, .btn-small, .btn-large, .btn-primary {
    background: transparent!important;
    border-radius: 1px!important;
    box-shadow: none;
    border: none;
    -webkit-font-smoothing: antialiased;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: top;
}

.btn:hover, .btn-small:hover, .btn-large:hover, .btn-primary:hover {
    background: #DEDEDE!important;
}

.btn-primary {    background-color: #3F89F9!important;
    box-shadow: 0px 2px 2px #AAA;
    border: none;
    background-image: none;
    margin-bottom: 10px;
    color: #FFF!important;
    text-shadow: none;
    border: 1px solid #5369FF;
    border: 1px solid #3F89F9;
}

.dark .btn-primary {
    box-shadow: none;
}

.btn-primary.btn-flat {
    margin-bottom: 0;
    box-shadow: none;
}

.btn-large .info {
    font-size: 12px;
    color: #505050;
}

.btn-primary .info {
    color: #B8D4FF;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #5A94FF!important;}
.btn-primary:active,
.btn-primary.active {background-color: #5A94FF!important;}
.ast {padding-right:10px; margin-right:6px;}
.ast-alt { margin-right:6px;}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 72px;
  margin-right: 0;
  margin-bottom: 3px;
  Padding: 24px 40px;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 50px;
  margin-right: 2px;
  line-height: 14px;}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 1px;
    border: 1px solid transparent;
}


/* Owners Account Nav and Pages */
.owners.nav-tabs > li > a,
.owners.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}


.owners-tabbed-content {
    padding-left: 30px;
    padding-bottom: 50px;
}

.bold {
    font-weight: bold;
}

.color-green {
    color: limegreen;
}

.table td.text-right, .table th.text-right {
    text-align: right;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-pdf {
    padding-bottom: 141.42%;
}

/* Global Styles
-------------------------------------------------- */
a {
    color: #050054;
}

a:hover, a:focus {
color: #10098A;
text-decoration: none;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.display_none {
    display:none;
}

/* Alerts
-------------------------------------------------- */
.alert-warning {
  background:#D5E6F7;
  border: none;
  border-radius: 0px;
  color: #333;
  font-size: 12px;
}

#verified_alert {
    font-size: 14px;
    padding: 15px 35px;
    margin-bottom: 5px;
}

/* Instagram badge
-------------------------------------------------- */
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }


/* Blockquotes
------------------------------------------------- */
blockquote {
font-family: Georgia, serif;
font-size: 18px;
margin: 0 0 20px;
padding: 0;
line-height: 1.45;
position: relative;
color: #383838;
    border: none;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 100px;
position: absolute;
left: -50px;
    top: -30px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}

#about_journeyman blockquote {
    font-size: 30px;
}


/* Spinners
-------------------------------------------------- */

.spinner {
  height: 100px;
  width: 100px;
  animation: rotate 1.5s infinite linear;
  border: 4px solid #CCC;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  bottom: 42%;
  left: 40%;
  right: 40%;
}

.loading-inline {
    display: inline-block;
    padding: 1.5%;
}

.loading-inline .spinner {
    height: 14px;
    width: 14px;
    border: 2px solid #3F89F9;
    border: 2px solid #0050CE;
    border-right-color: transparent;
    animation: rotate 1.5s infinite linear;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -4px 5px;
}

.videoWrapper .spinner {
  height: 100px;
  width: 100px;
  animation: rotate 1.5s infinite linear;
  border: 4px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  /*top: 42%;*/
  /*bottom: 42%;*/
  /*left: 45.5%;*/
  /*right: 45.5%;*/
  margin-left: -3.9em;
  margin-top: -3.9em;
  top: 50%;
  left: 50%;

}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/* Embed
-------------------------------------------------- */
.embed {
    width: 100%;
    height: 100%;
    background: transparent;
    border:0;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* Tables
-------------------------------------------------- */
.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.table-row.col-1 .table-cell {
    width: 99%;
}

.table-row.col-2 .table-cell {
    width: 48%;
}


/* Header
-------------------------------------------------- */

#header {;position: relative;z-index: 2;}
#header .navbar {
font-family: 'Open Sans', sans-serif;
  *position: relative;
  *z-index: 2;
  overflow: visible;

background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(21%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );}

.film #header .navbar {
font-family: 'Open Sans', sans-serif;
  *position: relative;
  *z-index: 2;
  overflow: visible;

background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );}

.dark #header .navbar {
    background: none;
}

#header .navbar-inner {
  min-height: 50px;
    background: none;
    border: none;
    border-top: 1px solid #DDD;
  box-shadow: none;
    padding-top: 10px;
}

#header .navbar-inner.secondary {
  min-height: 30px;
  background-color: rgba(255, 255, 255, 0.19);
  background-image: none;
  border: none;
    border-bottom: 1px solid #FFF;
    box-shadow: none;
}

.background_fullscreen {
 background: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
    z-index: 1;
}

#header.clear .navbar .nav {
    float:right;
}

 #header.clear .navbar-inner {
  min-height: 50px;
  background-color:rgba(0, 0, 0, 0);
  background-image: none;
  border: none;
}

 #header.clear .navbar-inner .container {
     margin: auto;
     float: none;
     width: 50%;
 }

#header .navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
}

#header .navbar .nav > li > a {
float: none;
padding: 15px 13px 15px;
color: #000;
text-decoration: none;
text-shadow: 0 1px 0 white;
    text-shadow: none;
}

#header.clear .navbar .nav > li > a {
    color: #FFF;
}

#header.clear .navbar-link.clear {
  color: #FFE368;
}

#header.clear .navbar-text p {
  color: #FFF;
}

.navbar .btn#about-link {
    padding: 3px;
    margin: -3px 10px 0 0;
    border: 1px solid transparent;
}

.navbar .btn#about-link .caret {
    border-top: 4px solid #000;
    margin: 12px 10px 0px;
}

.dark .navbar .btn#about-link .caret,
.film .navbar .btn#about-link .caret {
    border-top: 4px solid #FFF;
}

.navbar .btn#about-link:hover {
    background: none !important;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s;
    -webkit-font-smoothing: antialiased;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.about-menu .navbar-link {
    text-transform: uppercase;
}

#header .navbar-text.about-menu .dropdown-menu {
    right: auto;
    float: left;
    left: 0;
}

.nav-logo {
float: left;
  width: 220px;
  height: 42px;
  overflow: hidden;
  background: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_header.png?423ff6fcb409");
  text-indent: -9999px;
  background-size: contain;
  margin: 3px 10px 5px -15px;
    padding: 0;
}

#about-link .nav-logo {
        margin: 0;
    }

.payment-summary .nav-logo {
    float: none;
  width: 220px;
  height: 42px;
  overflow: hidden;
  background: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_header.png?423ff6fcb409")!important;
  text-indent: -9999px;
  background-size: contain;
  margin: -0px 0 5px -10px;
  padding: 0;
}

.film-trailer .nav-logo {
    background-image: url(https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_header_white.png?86e2f9e5f40a)!important;
    margin: 10px;
    opacity: 0.8;
}

.foot-logo {
    display:inline-block;
    width: 310px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_logo_medium_white.png?e241d13f3c7e");
}
.white_footer .foot-logo {
    background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_logo_medium.png?704b9ed57fbe");
}

.payment-summary.payment-complete {
    text-align: center;
}

.payment-summary.product_selector {
    width: 100%;
    padding: 15px 5%;
    text-align: left;
    min-height: 390px;
}

.payment-summary.product_selector #buy {
    float: left;
    clear: both;
    width: 100%;
}

.payment-summary.product_selector .btn-small {
}

.payment-summary.product_selector .btn-small.active,
.payment-summary.product_selector .btn-small:hover {
    background: #DEDEDE!important;
}

h1 {
    padding-bottom: 20px;
}

.search-title h1, .search-title h2 {
    font-size: 0;
    margin:0;
    padding: 0;
    line-height: 0;
}


#header .input-search {
font-family: inherit;
background-color: #F9F9F9;
border-color: #E7E7E7;
border-width: 1px;
-moz-border-radius: 0%;
-webkit-border-radius: 0%/3%;
border-radius: 0%/3%;
border-style: solid;
margin: 10px 18px;
font-size: 12px;
}

#header .navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
      color: #050054;
    color: #FFF;
    text-decoration: none;
    background-color: #DEDEDE;
    background-color:#6EA7FF;
    background-color: #3F89F9;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#header .navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
    background: #EAEAEA;

}

#header .navbar .navbar-inner.secondary .nav a {
    font-weight: normal;
    font-size: 11px;
}

#header .navbar .navbar-inner.secondary .nav > .active > a,
.navbar .navbar-inner.secondary .nav > .active > a:hover,
.navbar .navbar-inner.secondary .nav > .active > a:focus {
      color: #444444;
    text-decoration: none;
    background-color: #FFDE4F;
    background-color:rgba(255, 255, 255, 0.72);
    background-color:rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#header .navbar .navbar-inner.secondary .nav > li > a:focus,
#header .navbar .navbar-inner.secondary .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color:rgba(255, 255, 255, 0.40);
    background-color:rgba(255, 255, 255, 0.40);

}

#header .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
  margin-top: 5px;
  margin-right: 15px;
}

#header .navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
  border: 1px solid;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 1px;
        font-family: inherit;
    font-weight: bold;
}

.navbar-form .input-append, .navbar-form .input-prepend {
    margin-top: 4px;
    margin-bottom: 4px;
}

footer .navbar-form {
    margin: 15px 0 0;
}

.input-prepend span.small {
    font-size:12px;
}

#header .dropdown-menu {
text-transform: none;
color: #8D8C8C;
border-radius: 2px;
}

#header .dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
color: #ffffff;
text-decoration: none;
background-color: red;
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(91,187,235)),color-stop(1, rgb(22,150,200)));
background-image:-webkit-linear-gradient(-90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
background-image:-o-linear-gradient(-90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
background-image:linear-gradient(-90deg,rgb(91,187,235) 0%,rgb(22,150,200) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5bbbeb,endColorstr=#ff1696c8,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5bbbeb,endColorstr=#ff1696c8,GradientType=0);
}

#header .dropdown-menu li > a.highlight {
background: #EEE;
}

#header .dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
color: #FFF;
text-decoration: none;
background: #3F89F9;
}

.dropdown-menu li > a.selected{
color: #FFF;
text-decoration: none;
background: #75a6ff;
}

#header .dropdown-menu li p.heading {
    padding: 3px 20px;
    color: #BBA931;
    background: #F7F7F7;
    display: block;
    margin-bottom: 5px;
}

#header .dropdown-menu li > ul {
    list-style: none;
    margin-left: 0px;
}

#header .navbar-text .dropdown-menu {
right: 0;
float: right;
left: auto;
}

#header .navbar-link {
    color: #0064FB;
}
#header .navbar-link:hover, #header .navbar-link:focus {
    color: #2012FF;
}
#header .navbar-text, #header .navbar-text p {
  margin-bottom: 0;
  line-height: 46px;
  color: #777777;
  font-size: 12px;}

#header .navbar-text p.pull-left {
padding: 2px 10px 0px 0px;
}

#header .navbar-text p.pull-right {
padding: 2px 0px 0px 6px;
}

#header .navbar-text p.pull-left.broadcast_preview_link {
    margin-left: 10px;
}

#header .navbar .btn-group {
float: left;
    margin-top: 2px;
}

#header .navbar .btn {
    vertical-align: middle;
}

#header .selected_bin {
    text-transform: none;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#header .myclips_link:hover .selected_bin {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .6s ease;
-o-transition: all .6s ease;
transition: all .6s ease;
}

#header .myclips_link sup {
    font-size: 10px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}

#header .myclips_link i.icon-inbox{
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-top: -10px;
    -webkit-transition: margin 0.1s ease-out;
    -moz-transition: margin 0.1s ease-out;
    -o-transition: margin 0.1s ease-out;
}

#header a.current-selected-bin-link {
    background: #FFF2B8;
}

#header a.current-selected-bin-link:hover {
    background: #FFF2B8;
    background-image: -moz-linear-gradient(50% 0% -90deg,#ffd30f,#ffe36b);
background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0,#ffd30f),color-stop(1,#ffe36b));
background-image: -webkit-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: -o-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: -ms-linear-gradient(-90deg,#ffd30f,#ffe36b);
background-image: linear-gradient(-90deg,#ffd30f,#ffe36b);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd30f,endColorstr=#ffe36b,GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd30f,endColorstr=#ffe36b,GradientType=0);
}

.navbar .about-menu {
    /*display: none;*/
    margin-left: -15px;
}

#header .navbar-form .global_search_input {
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 5px;
}

#header .navbar-form .global_search_input.invisible {
    width: 0px;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




/* Breadcrumb */

.breadcrumb {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #3F89F9;
    border-radius: 0;
    font-size: 12px;
    background: none;
}

.breadcrumb-with-buttons {
    margin: 0 0 0px;
}

.btn-breadcrumb {
    margin: 0 0 0px;
}

/* Main Section */

#main_section {
    padding-top: 15px;
}


/* Global Slider Control */

.global-slide-controls .global-slide-control i.icon-circle-arrow-left {
    display: inline-block;
}

.global-slide-controls .active .global-slide-control i.icon-circle-arrow-left {
    display:none;
}

.global-slide-controls .global-slide-control i.icon-circle-arrow-right {
    display: inline-block;
}

.global-slide-controls .active .global-slide-control i.icon-circle-arrow-right {
    display:none;
}

.global-slide-controls .global-slide-control i.icon-circle-arrow-down {
    display:none;
}

.global-slide-controls .active .global-slide-control i.icon-circle-arrow-down {
    display:inline-block;
}

.search #header .navbar .nav.global-slide-controls li {
    display: none;
}

.search #header .navbar .nav.global-slide-controls li.explore_tab {
    display: block;
}

@media (min-width: 1200px) {
    .navbar-static-top .container {
      width: 1145px;
    }
}


/* Search
-------------------------------------------------- */
.search #header .navbar-form {
    width: 36%;
    margin-left: 2%;
    display: inline-block;
    float: right;
}

.search .navbar-form .input-append {
    width: 100%;
}

.search #header .navbar-form .input-append input {
    width: 93%;
}

.search select {
        font-size: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC), -webkit-linear-gradient(#FFFFFF, #FFFFFF 38%, #FFFFFF);
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: inset 2px 2px 2px #DDD;
    border: none;
}

.search.search-archive select {
    font-size: 16px;
    width:auto;
    min-width: auto;
}

#search_year_form {
    padding: 0 0 10px 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #DDD;

    padding: 10px 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #FFF;
    border-bottom: none;
    background: rgba(255, 255, 255, 0.3);
}

.search select:hover:enabled {
    box-shadow: inset 2px 2px 2px #DDD;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC), -webkit-linear-gradient(#EEEEEE, #EEEEEE 38%, #EEEEEE);
}

#year_choices.collapse, #country_choices.collapse {
    height: auto;
}

.search .accordion-toggle .current {
    display:none;
}

.active_search_filter {
    background: #DDD!important;
}

#country-list {
    display: block;
}
#country-list .loading {
    position: relative;
    display: block;
    min-height: 100px;
}

#country-list .loading .spinner,
#explore_films .loading .spinner {
    height: 14px;
    width: 14px;
    border: 2px solid #FFF;
    border-right-color: transparent;
    animation: rotate 1.5s infinite linear;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin:10px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
#explore_films .loading .spinner {
    border: 2px solid #3773F1;
    border-right-color: transparent;
    margin: 5px 5px -5px;
}

.explore_selector {
    display: block;
    height:0;
    padding-bottom: 41%;
    width: 100%;
}
.explore_selector .col {
    display: inline-block;
    vertical-align: top;
    height: 550px;
    height: 100%;
}

.explore_selector .shaded {
    background: rgba(255, 255, 255, 0.54);
}
.explore_selector .header {
    width: 98%;
    padding: 0.5% 1%;
    display: inline-block;
    margin-bottom: 0.8%;
}
.explore_selector .header .left {
    float: left;
    color: #000;
}
.explore_selector .header .right {
    float: right;
}
.explore_selector .header .select_confirm {
    font-weight: normal;
}
.explore_selector .years {
    width: 6%;
    float: left;
    margin-left: 1%;
}
.explore_selector .map {
    width: 70%;
    margin: 3px 0 0 3px;
    margin: 3px 0 0 7%;
}
.explore_selector .countries {
    width: 22%;
}
.explore_selector .years_list {
    height: 510px;
    overflow-y: scroll;
    margin: 0 2px 0 0;

    height: 0;
    padding-bottom: 545%;
}
.explore_selector .map #jqvmap {
    width: 100%;
    height: 100%;

}
.jvectormap-region {
    cursor: pointer;
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    margin: -50px 0 0 20px;
    background: #FFF;
    padding: 5px;
    font-size: 18px;
    width: 10px;
    line-height: 10px;
    cursor: pointer;
    z-index: 2;
}
.jqvmap-zoomout {
    margin: 0px 0 0 20px;
}

.explore_selector .year_countries {
    height: 0;
    opacity: 0;
    margin: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.explore_selector .year_countries.selected {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
}
.explore_selector .year_countries .list {
    margin: 0;
    display:none;
}
.explore_selector .year_countries.selected .list {
    height: 510px;
    overflow: auto;
    margin: 0 2px 0 0;
    display:block;

    height: 0;
    padding-bottom: 148%;
}

.explore_selector .year_countries.selected .list ul {
    list-style: none;
    padding:0;
    margin: 0 0 -400% 0;
}

.explore_selector .years_list ul {
    list-style: none;
    padding:0;
    margin: 0 0 -148% 0;
}

.explore_selector .year_countries.selected .list li,
.explore_selector .years_list li {
    cursor: pointer;
}

.explore_selector .years.highlighted .year {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.explore_selector .years.highlighted .year.highlighted {
    opacity: 1;
    filter: alpha(opacity=100);
}

.explore_selector .years .tooltip {
    white-space: nowrap;
}

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    z-index: 1;
}

#explore_films {
    background: #FFF;
    padding: 20px 1.5%;
    min-height: 300px;
    margin-bottom: 20px;
}

#explore_films .tile_box {
    margin: 0;
}

#explore_films .tile_box .tile {
    width: 12.2%;
}

#explore_films .tile_box .tile .caption.text {
    float: left;
}
#explore_films .tile_box .tile .caption-fade {
    width: 100%;
    display: block;
    height: 40px;
    background: #EFEFEF;
    float: right;
    padding: 0 0px;
    margin-top: -40px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 );
}

.nav .explore-map {
    display:block;
}
.nav .explore-search {
    display:none;
}

@media (min-width: 1518px) {
    #explore_films .tile_box .tile .caption.text {
        height: 0;
        min-height: auto;
        padding-top: 5px;
        padding-bottom: 200%;
    }

    #explore_films .tile_box .tile .caption.image {
        height: 0;
        min-height: auto;
        padding-bottom: 80%;
    }
}

@media (max-width: 1518px) {
    .explore_selector {
        padding-bottom: 45%;
    }
    .explore_selector .years {
        width: 30%;
        margin-left: 0;
        display: block;
        float: left;
        height: auto;
    }
    .explore_selector .map {
        width: 70%;
        margin: 3px 0 0 0;
        display: block;
        float: left;
        height: 0;
        padding-bottom: 37%;
    }
    .explore_selector .countries {
        width: 30%;
        float: left;
        display: block;
        height: auto;
    }
    .explore_selector .years_list {
        padding-bottom: 40%;
    }
    .explore_selector .year_countries.selected .list {
        padding-bottom: 60%;
    }

    .explore_selector .year_countries.selected .list ul {
        margin: 0 0 -400% 0;
    }

    .explore_selector .years_list ul {
        margin: 0 0 -148% 0;
    }
    #explore_films .tile_box .tile {
        width: 24.6%;
    }
    #explore_films .tile_box .tile .caption.image {
        min-height: 0;
        height: 0;
        padding-bottom: 56%;
    }
    #explore_films .tile_box .tile .caption.image .snippet {
        display: none;
    }
    #explore_films .tile_box .tile .caption.text {
        height: 0;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 70%;
    }
}

@media (max-width: 1021px) {
    .explore_selector {
        padding-bottom: 68%;
    }
    .explore_selector .years {
        width: 20%;
        display: block;
    }
    .explore_selector .map {
        width: 70%;
        margin: 3px 15% 0;
            display: block;
        float: left;
        height: 0;
        padding-bottom: 35%;
    }
    .explore_selector .countries {
            width: 80%;
            float: right;
            display: block;
    }
    .explore_selector .years_list {
        padding-bottom: 80%;
    }
    .explore_selector .year_countries.selected .list {
        padding-bottom: 20%;
    }

    .explore_selector .year_countries.selected .list ul {
        margin: 0 0 -400% 0;
    }

    .explore_selector .years_list ul {
        margin: 0 0 -148% 0;
    }
    #explore_films .tile_box .tile {
        width: 32%;
    }
    .explore_selector .header h4 {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .nav .explore-map {
        display:none;
    }
    .nav .explore-search {
        display:block;
    }
    .explore_selector {
        padding-bottom: 75%;
    }
    .explore_selector .years {
        width: 30%;
        display: block;
    }
    .explore_selector .map {
        width: 70%;
        margin: 3px 15% 0;
            display: block;
        float: left;
        height: 0;
        padding-bottom: 35%;
        display: none;
    }
    .explore_selector .countries {
            width: 70%;
            float: right;
            display: block;
    }
    .explore_selector .years_list {
        padding-bottom: 180%;
    }
    .explore_selector .year_countries.selected .list {
        padding-bottom: 77%;
    }

    .explore_selector .year_countries.selected .list ul {
        margin: 0 0 -400% 0;
    }

    .explore_selector .years_list ul {
        margin: 0 0 -148% 0;
    }
    #explore_films .tile_box .tile {
        width: 48%;
    }
    .explore_selector .header h4 {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }
    .explore_selector .header h4.left {
        display:none;
    }
    .explore_selector .years_list .tooltip {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* Info Unit
-------------------------------------------------- */

#info-unit { padding-bottom:10px;}
#info-unit .alert-block {position: relative; padding-top: 34px;z-index: 1;}
#info-unit .alert-info .btn-success {background: white; color: #3F7CE2;}
#info-unit .alert-info h4 {color: #3F7CE2; font-weight: 600; margin-bottom: 10px;}
#info-unit  .alert-block p + p {margin-top: 13px;}
#info-unit .alert-block > p, .alert-block > ul {color: #333;font-size: 13px;
  line-height: 22px;}
#info-unit .alert-info {
  font-family: inherit;
  color: #3F7CE2;
 background:-moz-linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
background:-webkit-gradient(linear,color-stop(0, rgba(255,254,245,0.84)),color-stop(1, rgba(255,252,221,0.9)));
background:-webkit-linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
background:-o-linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
background:-ms-linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
background:linear-gradient(rgba(255,254,245,0.84) 0%,rgba(255,252,221,0.9) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#052b8eb,endColorstr=#b52b8eb)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#052b8eb,endColorstr=#b52b8eb);
    -ms-filter: none;
    filter: none;
border: none;
  background: #FFF;
  border-radius: 0;}

#cookies_alert.alert-info {
    font-size: 13px;
    line-height: 32px;
    position: fixed;
    bottom:0;
  width: 80%;
  border: none;
  border-radius: 0;
  padding: 10px 10%;
  text-align: center;
  background: rgb(255, 243, 196);
  color: #333;
margin: 0;
  background: rgb(65, 65, 65);
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      z-index: 1;
}

#cookies_alert.alert-info a {
    color: #E3EFFF;
}

#cookies_alert.alert-info .btn {
    background: #DDD!important;
}

/* 404 Page
-------------------------------------------------- */

#error-page .hero-unit {padding: 60px;text-align: center;margin-bottom: 30px;font-size: 18px;font-weight: 200;line-height: 30px;color: inherit;background-color: rgba(238, 238, 238, 0.13);-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
#error-page .hero-unit h1 {margin-bottom: 0;font-size: 7em;line-height: 1;letter-spacing: -1px; color: inherit; }
#error-page .hero-unit li {line-height: 30px;}

/* Options Bar
-------------------------------------------------- */

.options-bar {
margin-bottom:15px;
padding:10px;
border: 1px solid rgb(241, 241, 241);
-webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;
padding: 0;
background: none;
border: none;
}

.options-bar.search {
    margin-top: 0px;
}

.options-bar td.right {
text-align:right;
}

.options-bar td.right p {
font-size: 12px;
}

.options-bar .title {
    width: 100%;
    display: inline-block;
text-align: left;
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(left,  #efefef 0%, #ffffff 46%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efefef), color-stop(46%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #efefef 0%,#ffffff 46%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #efefef 0%,#ffffff 46%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #efefef 0%,#ffffff 46%); /* IE10+ */
background: linear-gradient(to right,  #efefef 0%,#ffffff 46%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.options-bar-bin.quote .title {
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(left,  #FFFADA 0%, #ffffff 46%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFFADA), color-stop(46%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #FFFADA 0%,#ffffff 46%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #FFFADA 0%,#ffffff 46%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #FFFADA 0%,#ffffff 46%); /* IE10+ */
background: linear-gradient(to right,  #FFFADA 0%,#ffffff 46%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFADA', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


.options-bar-bin form, .options-bar-bin.quote h4 {
    padding: 0;
    margin: 10px 0;
    width: 38%;
display: inline-block;
    vertical-align: top;
}

.options-bar-bin form input[type=text] {
    border:none;
    background:transparent;
    border: none;
background: transparent;
font-weight: bold;
font-size: 17.5px;
font-family: inherit;
margin: 0;
width: 80%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.options-bar-bin form input[type=text]:focus {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 17.5px;
}

.options-bar-bin .title {
    padding-left: 2%;
    margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}

.options-bar-bin .title b {
    font-weight: normal;
    font-size: 17.5px;
vertical-align: middle;
}

.options-bar-bin .title strong {
    font-size: 17.5px;
vertical-align: middle;
}

.options-bar-bin .title .actions {
    width: 60%;
    display: inline-block;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
  padding: 8px 0px;
}

.options-bar-bin .title .actions .btn {
    font-size: 12px;
}

.options-bar-bin .info {
    width: 28%;
    display: inline-block;
}
.options-bar-bin p {
margin: 0px 10px 0px;}

.options-bar-bin span {
font-size: 12px;
padding: 6px 21px;
float:right;
color: #757575;

}

.options-bar table td span {
    font-size: 11px;
  font-weight: bold;
}

.options-bar table {
    width: 100%;
}

.advanced_search_toggle {
    cursor: pointer;
    width:70%;
}

#advanced_search_options {
    width:70%;
}

.options-bar table .dropdown-menu {
    min-width:80px;
}

.options-bar table .btn-mini {
  background: none;
  box-shadow: inset 0px 2px 2px #999;
  border: none;
}

.options-bar table tbody:after {
  display: none;
}

.options-bar .dropdown-menu li > a:hover {
    background-color: hsl(49, 100%, 53%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe36b", endColorstr="#ffd30f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffe36b), to(#ffd30f));
  background-image: -moz-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -ms-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe36b), color-stop(100%, #ffd30f));
  background-image: -webkit-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: -o-linear-gradient(top, #ffe36b, #ffd30f);
  background-image: linear-gradient(#ffe36b, #ffd30f);
  border-color: #ffd30f #ffd30f hsl(49, 100%, 48.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;
}

.options-bar .dropdown-menu li.selected > a {
  background: #FFF2B8;
}

.options-bar .dropdown-menu li.selected > a:hover {
    background: #FCF3D1;
}


/* Quote
-------------------------------------------------- */

.quote-form-box, .order-form-box {
  background: #FFFADA;
}

.quote-form-box form select {
}

.quote-form-box form input, .quote-form-box form select, .quote-form-box form textarea {
    margin-bottom: 0px;
}

.quote-form-box form button[type=submit] {
    margin: 10px 0px;
}

.quote-form-box form td label {
    margin-top: 10px;
}

.quote-form-box form td label:first-child {
    margin-top: 0px;
}

.quote-form-box td, .order-form-box td {
    border: none;
}

.quote-details {
  margin: 2%;
}

.quote-info, .quote-amounts {
  padding: 2%;
  margin: 1% 1% 10px;
  width: 94%;
}

.quote-info {
    min-height: 150px;
  background: #FFF2B8;
  box-shadow: 0px 2px 2px #DDD;
  border-radius: 4px;
}

.quote-form-box ul.checkboxes {
    list-style: none;
}

fieldset.timecode label {
    display: inline-block;
    width: 30px;
}

fieldset.timecode input {
    width: 25px;
    border-radius: 0px;
    margin-left: 4px;
    margin-right: 4px;
}

fieldset.timecode input:first-of-type {
    border-radius: 4px 0px 0px 4px;
}

fieldset.timecode input:last-child {
    border-radius: 0px 4px 4px 0px;
}

/* Tables
-------------------------------------------------- */


thead tr.bin-title {
    font-size: 1.2em;
background: #efefef;
background: -moz-linear-gradient(left, #efefef 0%, #ffffff 46%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efefef), color-stop(46%,#ffffff));
background: -webkit-linear-gradient(left, #efefef 0%,#ffffff 46%);
background: -o-linear-gradient(left, #efefef 0%,#ffffff 46%);
background: -ms-linear-gradient(left, #efefef 0%,#ffffff 46%);
background: linear-gradient(to right, #efefef 0%,#ffffff 46%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 );
}

.table-head.table-row  {
    font-size: 0.8em;
    font-weight:normal;
}

thead tr.bin-title th, .table thead:first-child tr.bin-title:first-child th {
border-top: 1px dashed #777;
}

thead tr.order-cols th:first-child, .order-items .table-row .table-cell:first-child {
    padding-left: 20px;
}

thead tr.order-cols th {
border: none;
}

thead tr.bin-title a.btn-small {
    font-size: 11px;
    color: #999;
}

.order .table-row .table-cell {
    padding: 0 0 10px;
}

.order-items {
    font-size: 1em;
}

.order-items span.small {
    font-size: 0.8em;
}


.order-items .product-image {
    width: 10%;
}

.order-items .product-description {
    width: 30%;
}

.order-items .product-qty {
    width: 5%;
}

.order-items .product-actions {
    font-size: 1.5em;
    width: 10%;
}

.order-items:after {
  content: '';
  display: block;
  height: 5px;
}

.table {
  margin-bottom: 5px;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: rgba(249, 249, 249, 0.28);
}

.table-striped tbody > tr:nth-child(odd).un-striped > td, .table-striped tbody > tr:nth-child(odd).un-striped > th {
    background: none;
}

.order-items .product-image .poster {

width: 100px;
    background-image: url(http://dev-jmassets.com/images/film/6035/poster_4x3.jpg);
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    display: block;
}

.order-items .table-row .table-cell {
    padding: 10px;
}

.order-items .table-row .table-cell,
.table-row.totals .table-cell.underline,
.table-cell.underline {
    border-bottom: 1px solid #DDD;
}

.table-row.totals .table-cell {
    border-bottom: none;
    white-space: nowrap;
}

.order-items .table-head.table-row .table-cell,
.table-row.grand-total .table-cell,
.table-row.grand-total .table-cell.underline {
    border-bottom: 1px solid #333;
    white-space: normal;
}

.nav_basket .order-items .table-row .table-cell.large-screens {
    display: none;
}

.nav_basket .order-items .table-row .product-price.small-screens {
    display: inline!important;
}

.nav_basket {
    padding: 0 15px;
}

.view_basket.empty {
    display: none;
}

/* Modals
-------------------------------------------------- */
#modal-messages {
    padding-top:50px;
    position:absolute;
    width: 100%;
    display: block;
}
.modal-messages {
    display: block;
    width: 100%;
    height: 70px;
}

#modal-messages .popover-title {
    background: #D5E6F7;
border: none;
padding: 3px 14px;
}

#modal-messages .popover-inner {
    text-align: center;
}

#modal-main video, .modal-full video, .clip-video video, .clip-video .video-js {
    width: 100%;
}

.modal-full {
    top: auto;
}

.modal-trailer .modal-body {
    min-height:600px;
}

.modal-trailer .modal-body .loading {
    padding:5%;
    text-align:center;
}

.modal-trailer .modal-body .film-trailer-holder {
    height:0;
    overflow:hidden;
}

#modal-main .video-js .vjs-tech,
.modal-full .video-js .vjs-tech{
    z-index: 1;
}

#modal-payments .modal-body {
    padding:0;
        display: table;
    vertical-align: top;
    width: 100%;
}

#modal-payments .modal-header,
#modal-main .modal-header,
.modal-full .modal-header {
    padding: 0px 15px;
}

.thumbnail video {
    cursor: pointer;
}

#modal-main.modal,
.modal-full.modal {
    left: 0;
width: 90%;
    margin: 0 5% 10%;
    border: none;
}

.modal-full.modal {
    margin-top: 50px;
}

#modal-main.selected,
.modal-full.selected,
.video-page .selected {
    background: #D5E6F7;
}

#modal-main .modal-body,
.modal-full .modal-body {
    padding:0;
        display: table;
    vertical-align: top;
    width: 100%;
    min-height: 355px;
}

.modal-body {
    max-height: inherit;
}

.modal {
    position: absolute;
}

.modal.fade {
  top: 20%;
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}

.modal.fade.in {
  top: 20%;
}

.modal .small {
    font-size: 12px;
}

.modal-header {
    border-bottom: none;
    padding: 5px 15px;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    padding: 10px;
    z-index: 5;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-top: 5px;
    font-size: 30px;
}

.modal-header .close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-backdrop, .modal-backdrop.fade.in {
background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal table.table.table-striped {
    margin-bottom: 0px;
}

.modal table.table.table-striped td {
    padding: 6px;
}

.modal.selected table.table.table-striped tbody > tr:nth-child(odd) > td, .modal.selected table.table.table-striped tbody > tr:nth-child(odd) > th,
.video-page .selected table.table.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #D5E6F7;
}

.modal table.table.table-striped:after {
  content: '';
  display: block;
  height: 0px;
}

/* Video JS
-------------------------------------------------- */

.black_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    z-index: 3;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.2%; /* video dimensions - height/width */
	padding-top: 0px;
	height: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 1;
}

.item-holder .videoWrapper {
    padding-bottom: 56.2%;
}

.videoWrapper.fullscreen {
    position: relative;
	padding-bottom: 0; /* video dimensions - height/width */
	padding-top: 0px;
	height: 100%;
    width:100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 0;
}

.film_link {
}

.film_link:hover {
    text-decoration: none;
}

.videoWrapper.film_link, .videoWrapper.film_link:hover {
    color: transparent;
    display: block;
    position: relative;
}

video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

video.video-js {
  z-index: 1000;
}

.video-js .vjs-controls {
  z-index: 1002;
}

.video-js .vjs-big-play-button {
  z-index: 1002;
}

.videoWrapper .video-js, .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	background: none;
}

.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}

.vjs-spinner {
  display: none !important;
}

.video-js img.vjs-poster {
  height: 100% !important;
  width: 100% !important;
  /*z-index: 1;*/
  max-width: 100%;
}

.vjs-poster {
    background-color: transparent;
    z-index: 1;
}

.videoWrapper .vjs-default-skin .vjs-big-play-button {
  border-radius: 4em;
    width:2.6em;
    background:rgba(255, 255, 255, 0.2);
    border-color: #c9e8ff;
    border-color: #FFFFFF;
    border-color: #5395E5;
}

.videoWrapper .vjs-big-play-button:before {
        content: "\e001";
    font-family: VideoJS;
    text-shadow: .05em .05em .1em #000;
    text-shadow: none;
    text-shadow: .05em .05em .1em #333;
    text-shadow: .0em .05em .1em rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #5395E5;
    color: #FFF;
    color: #c9e8ff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-left: 2px;

}

.videoWrapper .vjs-default-skin:hover .vjs-big-play-button:before {
    color: #c9e8ff;
    color: #FFF;
    color: #5395E5;
    font-size: 1.5em;
    text-shadow: .0em .1em .1em rgba(0, 0, 0, 0.32);
        color: #FFF;
    text-shadow: .0em 0.2em .1em rgba(0, 0, 0, 0.32);
    margin-top: -28px;
    margin-left: 5px;
}

.videoWrapper .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -1.4em;
    top: 50%;
    margin-top: -1.4000000000000001em;
}

.videoWrapper .vjs-default-skin:hover .vjs-big-play-button, .videoWrapper .vjs-default-skin:hover .vjs-big-play-button:focus {
  /*border-radius: 0;*/
    border-color: #5395E5;
    border-color: #c9e8ff;
    border-color: #FFF;
    background: rgba(63, 137, 249, 0.2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.videoWrapper .vjs-default-skin .vjs-play-progress,
.videoWrapper .vjs-default-skin .vjs-volume-level { background: #5395E5; }
.videoWrapper .vjs-default-skin .vjs-control-bar { }

.videoWrapper .vjs-default-skin .vjs-control-bar {
      z-index: 1;
      opacity: 100;
      background: #000000;
  }

.videoWrapper .vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
    text-shadow: none;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: block;
}

#bgvid.video-js.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none;
}

.vjs-youtube .vjs-big-play-button {
    display: block;
}

.vjs-default-skin .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0);
}

.thumbnail .vjs-big-play-button, td.clip-video .vjs-big-play-button {
    font-size: 1.5em;
}

body:hover .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

body:hover .vjs-default-skin.vjs-controls-disabled:hover .vjs-big-play-button {
    display:none;
}

.vjs-error-display div {
    display: none;
}

.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #B7B7B7;
  line-height: 1;
  text-shadow: none;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  width: 100%;
}

/* Homepage
-------------------------------------------------- */
#video_wall {
    position: fixed;
left: 0;
top: 50px;
width: 100%;
z-index: 0;
    display:none;
}

#video_wall ul, #video_wall li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#video_wall li {
    width: 33.3%;
    line-height: 0px;
    float: left;
opacity: 0.8;
filter: alpha(opacity=80);
}

#video_wall li video {
    width: 100%;
}

#video_wall li:hover {
}

#bgvid_wrap #bgvid.video-js {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#bgvid.video-js video {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

#bgvid.video-js, #bgvid.video-js .vjs-poster, #bgvid.video-js video {
    background-repeat: no-repeat;
  background-size: cover;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
}

#main_section.homepage {
    z-index: 1;
position: relative;
background: none;
}

#central_overlay {
    margin: 100px auto 0px;
float: none;
border: none;
      background: rgba(255, 218, 73, 0.9);
border-radius: 4px;
padding: 10px;
}

#main_section.homepage .overlay {
    margin: 0px auto 0px;
float: left;
border: none;
    background: rgba(255, 218, 73, 0.9);
padding: 10px;
    background:rgba(218, 210, 171, 0.65);
    background:rgba(26, 26, 26, 0.15);
    background:rgba(0, 0, 0, 0);
  float: none;
}

#main_section.homepage .overlay a {
    color: #FFE800;
}

#main_section.homepage .overlay a:hover {
    color: #FFF;
}

#main_section.homepage .overlay a.btn {
    color: #333;
}

#main_section.homepage .overlay.clear a {
      color: #EED80D;
}

#main_section.homepage .overlay.top {
    margin-top: 10%;
    border-bottom: 1px dashed rgba(153, 153, 153, 0.65);
}

#main_section.homepage .overlay.top.shaded {
  background: rgba(0, 0, 0, 0.27);
  border-bottom: 1px solid #000;
      border-radius: 8px 8px 0px 0px;
}

#main_section.homepage .overlay.login {
}

#main_section.homepage .overlay.clear {
    background: none;
}

#main_section.homepage .overlay p.copyright {
   font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

#main_section.homepage .overlay.pull-right {
    float:right;
}

#main_section.homepage .overlay .name_label {
    margin: auto;
display: block;
text-align: center;
background: rgba(255, 255, 255, 0.51);
border-radius: 4px 4px 0px 0px;
padding: 10px;
text-shadow: 1px 1px 1px #4C4C4C;
background: none;
font-size: 18px;
  color: #FDE228;
}

#main_section.homepage .overlay .name_label h1,
#main_section.homepage .overlay .name_label h2 {
    padding:0;
    margin:0;
}

#main_section.homepage .overlay .name_label h1 span,
#main_section.homepage .overlay .name_label h2 {
    font-size: 0;
    line-height: 0;
}

#main_section.homepage .overlay .actions {
text-align: center;
    margin: auto;
display: block;
}

#main_section.homepage .overlay .actions p.error {
      color: black;
  background: rgb(252, 174, 174);
  font-size: 12px;
  padding: 5px;
      border-radius: 4px;
  margin: 0px auto 10px;
  width: 60%;
}

#main_section.homepage .overlay .actions input.error {
      border: 2px solid rgb(255, 137, 137);
}

#main_section.homepage .overlay.login .actions input[type=text],
#main_section.homepage .overlay.login .actions input[type=password]{
margin: 5px 5px 10px;
}

#main_section.homepage .overlay .actions .login_options {
    color: #FFF;
    font-size: 12px;
}

#main_section.homepage .overlay .actions input[type=checkbox] {
  float: none;
  margin: -8px 5px 0px;
}

#main_section.homepage .overlay .actions .inlay {
background: #ECECEC;
border-radius: 4px;
margin-top: 10px;
box-shadow: inset 1px 1px 2px #BBB;
}

#main_section.homepage .overlay .actions .inlay.highlight {
      box-shadow: none;
  background: #BBBBBB;
  text-shadow: none;
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 10px;
    background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top,  #dbdbdb 0%, #ffffff 100%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dbdbdb 0%,#ffffff 100%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

  background: #fff;
  color: #333;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

#main_section.homepage .overlay .actions .inlay form {
    padding: 10px;
}

#main_section.homepage .overlay .actions .inlay ol {
    text-align: left;
    margin: 10px 20%;
}

#main_section.homepage .overlay .actions ul.bins-list {
    margin:0 auto;
    padding: 5px;
    list-style: none;
    text-align: left;
    width: 60%;
}

#main_section.homepage .overlay .actions ul.bins-list li a {
    margin:0;
    padding: 5px;
    list-style: none;
    display: block;
    background: rgba(0, 0, 0, 0.25);

}

#main_section.homepage .overlay .actions ul.bins-list li a:hover {
    background: rgba(0, 0, 0, 0.40);
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}

#main_section.homepage .overlay .actions ul.bins-list li span.itemcount {
    color: #333;
  display: inline-block;
  background: #FFDC51;
  font-size: 0.8em;
  float: right;
  padding: 0px 5px;
  border-radius: 2px;
  box-shadow: 0px -1px 1px #BAA934
  margin-left: 10px;
  line-height: 16px;
}

#main_section.homepage .overlay .actions ul.bins-list li a:hover span.itemcount {
    background: #FFF;
    box-shadow: 0px -1px 1px #CBCBCB;
}



#central_overlay .name_label {
    margin: auto;
display: block;
width: 40%;
text-align: center;
background: rgba(255, 255, 255, 0.51);
border-radius: 4px 4px 0px 0px;
padding: 10px;
text-shadow: 1px 1px 1px #9E9E9E;
background: none;
}

#central_overlay .actions {
text-align: center;
    margin: auto;
display: block;
}

#central_overlay .collapse {
background: #ECECEC;
border-radius: 4px;
margin-top: 10px;
box-shadow: inset 1px 1px 2px #BBB;
}

#central_overlay .collapse ol {
    text-align: left;
    margin: 10px 20%;
text-shadow: 1px 1px 1px #9E9E9E;
}

#main_section.homepage .overlay .categories a {
      display: inline-block;
  color: #B2B2B2;
  background: rgba(0, 0, 0, 0.41);
  padding: 2px 8px;
  margin: 2px;
  font-size: 12px;
}

#main_section.homepage .overlay .categories a:hover {
      color: #FFE800;
  background: rgba(0, 0, 0, 0.56);
}


/* Section Pages
-------------------------------------------------- */


.section_page .row-fluid .col-1.span12 {
    width: 100%;
    margin-left: 0%;
}

.row-fluid .col-1.span11 {
    margin: 0 4%;
    width: 92%;
}

.section_page .row-fluid .col-2.span2 {
    margin-left: 0%;
}

.section_page .row-fluid .col-2.span3 {
    margin-left: 0%;
}

.section_page .row-fluid .col-2.span5 {
    width: 42%;
    margin-left: 0%;
}

.section_page .row-fluid .col-2.span8 {
    width: 67.5%;
    margin-left: 0%;
}

.section_page .row-fluid .col-2.span7 {
    width: 57.99%;
    margin-left: 0%;
}

.section_page .row-fluid .col-2.span4 {
    width: 32.5%;
    margin-left: 0%;
}

.section_page .tile_box {
    border: 1px solid #DADADA;
    padding: 0;
    border-left: none;
    border-bottom: none;
    border: none;
    position: relative;
}

.section_page .col-2:first-child .tile_box:first-child,
.section_page .col-2:first-child .col-2:first-child .tile_box,
.section_page .col-1 .tile_box {
    border-left: 1px solid #DADADA;
    border: none;
}

.section_page .col-2:last-child .tile_box,
.section_page .col-2:first-child .col-2:last-child .tile_box{
    border-left: none;
}

.section_page .col-2:first-child .col-2.span4 .tile_box{
    border-left: 1px solid #DADADA;
    border: none;
}

.carousel {
    margin-bottom: 0;
}

.carousel-wrapper {
    position: relative;
    float:left;
    width: 100%;
    background: #EFEFEF;
}

.carousel-indicators {
        position: absolute;
    top: 5px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li,
.catalogue-list li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #FFF;
    border-radius: 0px;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #FFD416;
}

.carousel-indicators.tile_box {
        position: relative;
    top: auto;
    right: auto;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.playlist.tile_box {
    padding: 0px;
}

.carousel-indicators.tile_box li,
.catalogue-list.tile_box li {
        display: block;
    width: 100%;
    height: auto;
    text-indent: 0;
    background-color: transparent;
    border-radius: 0px;
    margin: 1.4% 1% 1.4%;
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.carousel-indicators.tile_box li.hidden,
.catalogue-list.tile_box li.hidden {
    display: none;
}

.carousel-indicators.tile_box .active {
    background-color: transparent;
}

.carousel-indicators.tile_box.posters {
    float: left;
    width: 100%;
    padding: 0px 0px;

    width: 98%;
    margin: 10px 1%;
}

.tile_box.posters .film_image_holder {
    position:relative;
        display: block;
    height: 0;
    padding-bottom: 56%;
}

.carousel-indicators.tile_box .active .film_image {
    width: 100%;
    margin: 0%;
    box-shadow: 0px 0px 0px #999;
    z-index: 0;
    position:absolute;
}

.carousel-indicators.tile_box.posters .film_image {
    margin: 0%;
    opacity: 0.9;
    filter: alpha(opacity=80);
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
    /*-webkit-transition-delay: all .3s ease;
-o-transition-delay: all .3s ease;
transition-delay: all .3s ease;*/
}

.carousel-indicators.tile_box.posters li:hover .film_image {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-indicators.tile_box.posters .active .film_image {
    width: 101%;
    margin: -1%;
    padding-bottom: 57%;
    box-shadow: 0px 3px 10px #999;
    z-index: 5;
    position:absolute;
        width: 109%;
    margin: -6% -4%;
    padding-bottom: 60%;
    box-shadow: 0px 5px 10px #848484;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-indicators.tile_box.list li {
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.carousel-indicators.tile_box.list .wrapper,
.carousel-indicators.tile_box.list li .wrapper {
    float: left;
    position: absolute;
    width: 100%;
    display: block;
    padding-bottom: 22.4%;
    height: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.carousel-indicators.tile_box.list .active .wrapper {
}

.carousel-indicators.tile_box.list .active .wrapper, .carousel-indicators.tile_box.list li:hover .wrapper {
    float: left;
    display: block;
    height: 0;
    width: 103%;
    box-shadow: 0 3px 3px #999;
    z-index: 5;
    position: absolute;
    margin: -0.5% -2%;
    padding: 0 0.2% 34.7% 0;
    background: #EFEFEF;
}

.carousel-indicators.tile_box.list li:hover,
.carousel-indicators.tile_box.list li.active {
    padding:0 0.2% 32% 0%;
    color: #050054;
}

.carousel .carousel-control {
    position: absolute;
    top: 40%;
    left: 35px;
    width: 30px;
    height: 40px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: all .3s ease;
    z-index: 10;
}

.carousel:hover .carousel-control {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right {
    right: 35px;
    left: auto;
}

.carousel-inner > .item_active {
    position: relative;
    display: block;
    left: 0;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.global-slide-page {
   margin: 0 6.3%;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 87.2%;
    height: 100%;
    position: relative;
}

#features_carousel, #shorts_carousel {
    margin-bottom: 0;
}

#features_carousel .carousel-wrapper {
    background: #EFEFEF;
    background: none;
}

#features_carousel .carousel-inner > .item {
    /*background: #EFEFEF;*/
}

#features_carousel .carousel-indicators.tile_box.posters .tile .strapline {
    display: block;
}

#features_carousel .carousel-indicators.tile_box.posters .tile .overview {
    display: none;
}

/* Catalogue Expander
------------------------------------------------ */

h4.base_title {
    color: #3773F1!important;
    text-align: center;
    font-size: 14px;
    padding: 20px 0 10px;
    font-weight: bold;
}

.catalogue {
    display: block;
    float:left;
    width:100%;
    /*border-top: 1px dashed #3F89F9;*/
    background: #E4E4E4;
}
.catalogue-list-holder,
.catalogue .loading {
    display: block;
    float: left;
    width: 84%;
    padding: 10px 8%;
}
.catalogue-list-holder ul {
    margin: 0;
}
.catalogue .loading {
    padding: 10px 0px;
    text-align: center;
    width: 100%;
}
#tweets_carousel .loading {
    padding: 30px 0px;
    text-align: center;
    width: 90%;
    margin-left:6%;
}
#tweets_carousel .loading .spinner {
    padding: 0px 0px;
}
.catalogue .loading .spinner {
    height: 14px;
    width: 14px;
    border-right-color: transparent;
    animation: rotate 1.5s infinite linear;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
.catalogue-list {
    float: left;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0px;
    width: 100%;
}
.view_more_tab {
    display: block;
    float: left;
    width: 100%;
    background: #E4E4E4;
    padding: 0px 0 40px;
}

.view_more_tab .btn-center {
    color: #3773F1!important;
    font-weight: bold;
    border: 1px solid #3773F1;
}

.view_more_tab .btn-center:hover {
    color: #FFF!important;
    font-weight: bold;
    border: 1px solid #3F89F9;
}

/* Tile Box
------------------------------------------------ */

.tile_box .film_image {
    display: block;
    width: 100%;
        padding-bottom: 56%;
    padding-top: 0px;
    height: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EFEFEF;
    color:transparent;
    position: relative;
}

.tile_box .film_image .length {
    color: #FFF;
    padding: 15px;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.50);
    display: block;
    bottom: 0;
    position: absolute;
    border-radius: 0 15px 0 0;
    font-weight: bold;
    padding: 15px;
    font-size: 25px;
}

.tile_box .film_image .play_arrow {
    color: #FFF;
    padding: 5px 10px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.50);
    display: block;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 15px 0 0 0;
    font-weight: bold;
}

.tile_box .film_image .ref_no {
    color: #FFF;
    padding: 5px 10px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.50);
    display: block;
    bottom: auto;
    right: auto;
    position: absolute;
    border-radius: 0 0 15px 0;
    font-weight: bold;
    top: 0;
    left: 0;
}

.tile_box .tile {
    display: inline-block;
    width: 32.3%;
    vertical-align: top;
    margin-top: 5px;
}

.tile_box.wide .tile {
    display: inline-block;
    width: 12.5%;
    vertical-align: top;
    margin-top: 5px;
}

.tile_box.search {
    padding-bottom: 30px;
}

.tile_box.search .tile {
        display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 1%;
    margin: 0 1.5% 2% 0;
    background: #EFEFEF;
}

.tile_box.search .tile {
    width: 48%;
}

.tile_box.search .film_image {
    width: 50%;
    padding-bottom: 23%;
    float: left;
    -webkit-transition: 0.6s ease-in-out all;
    -moz-transition: 0.6s ease-in-out all;
    -o-transition: 0.6s ease-in-out all;
    transition: 0.6s ease-in-out all;
}

.tile_box.search .tile .film_image {
    width: 100%;
    padding-bottom: 58%;
    float: left;
}

.tile_box.search .image {
    width: 50%;
    float: left;
}

.tile_box.search .snippet {
    width: 100%;
    float: left;
}

.tile_box .tile.feature {
    width: 49%;
}

.tile_box .tile.single {
    width: 99%;
}

.tile_box .tile .caption {
        height: 90px;
    min-height: 90px;
    overflow:hidden;
}

.tile.invisible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.tile_box.search .tile .caption {
    width: 44%;
    float: left;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.tile_box.search .tile:hover .caption {
    height:220px;
    min-height:220px;
}

.tile_box.search .tile .buttons {
}

.tile_box.search .tile .snippet p.buttons {
    font-style: normal;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.tile_box.search .tile:hover .snippet p.buttons {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tile_box .caption.image a.btn-clear-border,
.btn-clear-border {
    border: 1px solid #050054;
    background: none!important;
    color: #050054!important;
    margin: 3px 10px 0 0;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px!important;
    font-size:12px;
}

.film .actions .btn-clear-border {
    border: 1px solid #ECECEC;
    border-bottom: 1px solid #B1B1B1;
    border-top: 1px solid #FFF;
    background: none!important;
    color: #0050CE!important;
    margin: 3px 10px 0 0;
    display: block;
    padding: 5px 10px;
    border-radius: 5px!important;
    font-size:12px;
    text-shadow: none;
        -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dark .actions .btn-clear-border:hover {
    border: 1px solid #FFF;
    background: #DEDEDE!important;
    color: #000!important;
}

.film .actions .btn-clear-border:hover {
    background: #FFFFFF!important;
    box-shadow: 0px 2px 2px #B5B5B5;
}

.caption-fade {
    width: 100%;
    display: block;
    height: 40px;
    background: #EFEFEF;
    float: right;
    padding: 0 0px;
    margin-top: -40px;
    background: -moz-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 1%, rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(239,239,239,0) 0%,rgba(239,239,239,0) 1%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,0) 0%,rgba(239,239,239,0) 1%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 );

    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.film .caption-fade {
    display: none;
    background: -moz-linear-gradient(top, rgba(228, 228, 228,0) 0%, rgba(228, 228, 228,0) 1%, rgba(228, 228, 228,1) 100%);
    background: -webkit-linear-gradient(top, rgba(228, 228, 228,0) 0%,rgba(228, 228, 228,0) 1%,rgba(228, 228, 228,1) 100%);
    background: linear-gradient(to bottom, rgba(228, 228, 228,0) 0%,rgba(228, 228, 228,0) 1%,rgb(228, 228, 228) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00E4E4E4', endColorstr='#E4E4E4',GradientType=0 );
}


.tile_box.search .tile .caption-fade {
    width: 100%;
    display: block;
    height: 40px;
    background: #EFEFEF;
    float: right;
    padding: 0 0px;
    margin-top: -40px;
    background: -moz-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(239,239,239,0) 1%, rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(239,239,239,0) 0%,rgba(239,239,239,0) 1%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,0) 0%,rgba(239,239,239,0) 1%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 );
}

.tile_box .tile.feature .caption {
        height: 110px;
    min-height: 110px;
}

.tile_box .tile.single .caption {
        height: 70px;
    min-height: 70px;
}

.tile_box .tile .caption p {
    font-size: 14px;
    line-height: 16px;
}

.tile_box .tile .caption p.strapline {
    display: none;
}

.tile_box .caption {
padding: 15px;
    border: none;
    line-height: 18px;
    min-height: 100px;
}

.tile_box .tile .caption.image {
    padding: 10px;
}

.tile_box.search .tile .caption.image {
    padding: 2%;
}

.tile_box .tile .snippet p {
    padding: 0 7px;
    margin: 7px 0px 5px 0px;
    color: #999;
    font-style: italic;
}

.tile_box .caption h4 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.search .tile_box .caption h4,
.tile_box.posters .caption h4{
    white-space: nowrap;
}

.tile_box .caption h5 {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.tile_box .caption p {
    margin: 5px 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}

.tile_box .caption a {
    display:inline-block;
}

.tile_box.search .caption a {
    display:block;
}

.tile_box .caption.image a {
    display:block;
}

.tile_box .caption a:hover {
}

.tile_box .tile a.more_link {
    display: block;
    color: #0050CE;
    border: 1px solid #0050CE;
}

.tile_box .tile a.more_link:hover {
    color: #0066FF;
    color: #005AE0;
    border: 1px solid #0066FF;
}

.dark .tile_box .tile a.more_link:hover,
.film .tile_box .tile a.more_link:hover {
    box-shadow: 0px 3px 5px #AAA;
    border: 1px solid #FFFFFF;
    color: #013280;
        -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dark .tile_box .tile a.more_link:active,
.film .tile_box .tile a.more_link:active {
    box-shadow: none;
        -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tile_box .tile a.more_link .film_image_holder {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 58%;
}

.tile_box .tile a.more_link .film_image_holder p {
    text-align: center;
    margin: 40% 0 0;
    font-size: 1.2em;
}

.tile_box.posters .tile {
    width: 18%;
    color: #050054;
}

.tile_box.posters .tile.feature_square {
    width: 38%;
    margin-top: -19.5%;
}

.tile_box.posters .tile.feature_wide {
    width: 56%;
    padding: 0.9%;
    background: #EDEDED;
}

.tile_box.posters .tile.feature_wide .film_image_holder {
    width: 30%;
    padding-bottom: 17%;
    float: left;
}

.tile_box.posters .tile.feature_wide .caption {
    width: 61%;
    float: left;
    padding: 1% 2%;
    height: auto;
}

.tile_box.posters .tile:hover {
    color: #10098A;
    background: #F1F1F1;
}

.tile_box.posters .film_image {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    padding-top: 0px;
    height: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EFEFEF;
    color: transparent;
    float: left;
}

.tile_box.posters .caption {
    min-height: auto;
    border: none;
    line-height: 18px;
    display: block;
    width: 90%;
    height: 65px;
    float: left;
    padding: 5%;
    margin: 0;
    background-color: transparent;
}

.tile_box.posters .tile .caption-fade {
    display: none;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 );
    }

.tile_box.list .tile {
    margin: 0 4% 4% 2%;
    display: block;
    width: 93.5%;
    height: 0;
    padding:0 0.2% 21% 0%;
}

.tile_box.list .film_image {
    display: block;
    width: 100%;
    padding-bottom: 58%;
    padding-top: 0px;
    height: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #BFBFBF;
    color: transparent;
    float: none;
}

.tile_box.list .caption {
 min-height: auto;
    border: none;
    background: none;
    line-height: 18px;
    width: 55%;
    height: 0;
    float: right;
    padding:1% 1.5% 19% 1.5%;
    margin-top: 0;
    opacity: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.tile_box.list .caption h4 {
        padding: 0px 0px 5px 5px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.tile_box.list .caption p {
        font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 5px;
}

.carousel-indicators.tile_box.list .film_image_holder {
    position: relative;
    width: 40%;
    display: inline-block;
    float: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.carousel-indicators.tile_box.list .active .film_image_holder,
.carousel-indicators.tile_box.list li:hover .film_image_holder{
    width: 60%;
}

.carousel-indicators.tile_box.list .active .caption,
.carousel-indicators.tile_box.list li:hover .caption{
    width: 37%;
    padding-bottom: 32.8%;
}

.carousel-inner.side_panel .item-holder {
    display: block;
    width: 100%;
    padding-top: 0px;
    height: 0;
    z-index: 1;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 40.35%;
}

.carousel-inner.side_panel .film_image_holder {
    width:72%;
    display: inline-block;
    vertical-align: top;
}

.carousel-inner.side_panel .caption {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    height: 0;
    min-height: 0;
    padding: 1% 2% 39% 1%;
    overflow: hidden;
    float: right;
}

.carousel-inner.side_panel .caption a {
    color: #DADADA;
}

.carousel-inner.side_panel .caption a:hover {
    color: #FFF;
}

.carousel-inner.side_panel .caption h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 5px 0;
}

.carousel-inner.side_panel .caption h5 {
        font-size: 28px;
        line-height: 32px;
        font-weight: normal;
        padding: 0px 0 10px;
}

.carousel-inner.side_panel .caption .editorial {
    font-size: 18px;
    line-height: 22px;
    color: #AAA;
}

#shorts_carousel .carousel-inner.side_panel .caption .editorial {
    font-size: 22px;
    line-height: 26px;
}

#shorts_carousel .carousel-inner.side_panel .caption h5.strapline {
    display: none;
}

.carousel-inner.side_panel .caption span.metadata {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.carousel-inner.base_panel .item-holder, .slider-inner.base_panel .item-holder {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    height: auto;
    z-index: 1;
    padding-bottom: 0;
}

.carousel-inner.base_panel .film_image_holder {
    width:100%;
    display: inline-block;
    vertical-align: top;
}

.carousel-inner.base_panel .caption, .slider-inner.base_panel .caption {
    display: inline-block;
    width: 96%;
    vertical-align: top;
    padding: 1% 2%;
}

.player .carousel-inner.side_panel {
    width: 28%;
    float: left;
    padding: 0;
}

.player .carousel-inner.side_panel .caption {
        display: inline-block;
    width: 86%;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 4% 7% 140%;
}

.player .carousel-inner.side_panel .item-holder {
    display: block;
    width: 100%;
    padding-top: 0px;
    z-index: 1;
    background-color: transparent;
    height: 0;
    padding-bottom: 144%;
}

.player .film_image_holder.playlist-player {
    width: 72%;
    float: right;
}

.playlist .tile_box.posters .wrapper {
    position: relative;
}

/*.playlist .tile_box.posters .caption {*/
 /*min-height: auto;*/
    /*border: none;*/
    /*display: block;*/
    /*width: 90%;*/
    /*height: 82%;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-color: #000;*/
    /*background-color: rgba(0, 0, 0, 0.58);*/
    /*float: left;*/
    /*margin-top: 0;*/
    /*position: absolute;*/
    /*color: #FFF;*/
    /*padding: 5%;*/
    /*top:0;*/

/*}*/

/*.playlist .tile_box.posters .caption p {*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    /*margin-top: 10px;*/
/*}*/


.carousel-controls {
    position: absolute;
    top: 40%;
    left: 35px;
    left: -70px;
    width: 40px;
    height: 200px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 180px;
    color: #ffffff;
    color: #050054;
    color: #FFF;
    text-align: center;
    background: #222222;
    background: rgba(255, 255, 255, 0.43);
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    opacity: 0.3;
    filter: alpha(opacity=30);

    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all .3s ease;
    z-index: 10;
}

.carousel-controls.right {
    left: auto;
    right: 35px;
    right: -70px;
}

.carousel-controls:hover, .carousel-controls:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #00378A;
    color: #FFF;
}

#shorts_carousel .player {
    float:right;
    position: relative;
    background: #EFEFEF;
    background-color: rgba(0, 0, 0, 0.7);
}

#shorts_carousel .playlist {
    /*float:right;*/
    /*width: 100%;*/
}

#shorts_carousel .player .caption h4 {
    font-size: 30px;
    line-height: 40px;
}

#shorts_carousel .player .caption p {
    font-size: 20px;
    line-height: 30px;
}
#shorts_carousel .player .item .film_image_holder {
        display: none;
    }









/* Swiper */

.carousel-indicators.tile_box.list .film_image_holder {
    position: relative;
    width: 40%;
    display: inline-block;
    float: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.carousel-indicators.tile_box.list .active .film_image_holder,
.carousel-indicators.tile_box.list li:hover .film_image_holder{
    width: 60%;
}

.carousel-indicators.tile_box.list .active .caption,
.carousel-indicators.tile_box.list li:hover .caption{
    width: 37%;
    padding-bottom: 32.8%;
}

#global-swiper .swiper-wrapper {
    opacity: 0;
    filter: alpha(opacity=0);
}


.features-pagination {
    width: 71%;
    list-style: none;
    float:left;
    margin: 0;
    width: 100%;
}

.features-pagination span.wrapper {
    position:relative;
    display: inline-block;
    list-style: none;
    width: 17.8%;
    height: auto;
    text-indent: 0;
    background-color: transparent;
    border-radius: 0px;
    margin: 2% 1%;
    vertical-align: top;
}

.features-pagination .film_image_holder {
    position: relative;
}

.features-pagination .film_image {
    margin: 0%;
    display: block;
    width: 100%;
    padding-bottom: 58%;
    padding-top: 0px;
    height: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #BFBFBF;
    color: transparent;
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
    -webkit-transition-delay: all .3s ease;
-o-transition-delay: all .3s ease;
transition-delay: all .3s ease;
}

.features-pagination .swiper-pagination-bullet-active .film_image {
    width: 101%;
    margin: -1%;
    padding-bottom: 57%;
    box-shadow: 0px 3px 10px #999;
    z-index: 5;
    position:absolute;
        width: 110%;
    margin: -4%;
    padding-bottom: 62%;
    box-shadow: 0px 5px 10px #848484;
}

.features-pagination .swiper-pagination-bullet.wrapper {
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
    -webkit-transition-delay: all .3s ease;
-o-transition-delay: all .3s ease;
transition-delay: all .3s ease;
    opacity:0.6;
    filter: alpha(opacity=60);
}

.features-pagination .swiper-pagination-bullet.wrapper:hover, .features-pagination .swiper-pagination-bullet-active.wrapper {
    opacity:1;
    filter: alpha(opacity=100);
}







/* End Swipper */

/* Search Film Trailer Modal */

.film_trailer_modal {
    padding-bottom: 40px;
}

.film_trailer_modal .video.span9 {
    margin: 0;
    width:70%;
    background: #000;
    padding: 0;
}

.film_trailer_modal .info.span3 {
    margin: 1% 2%;
    width:26%;
}

.film_trailer_modal .version-toggles .version_ampersand {
    padding: 2px 5px 0 0;
    display: inline-block;
}

.modal.film-trailer {
    background: rgba(0, 0, 0, 0.9);
    color: #DADADA;
    position: fixed;
    position: absolute;
}

.modal.film-trailer .video .loading {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 56%;
}

.modal.film-trailer .video .loading .spinner {
    left: 46%;
}

.modal.film-trailer.z-lower {
    z-index: 1030;
}

.modal-backdrop.z-lower {
    z-index: 1020;
}

.modal.film-trailer h1 {
    font-size: 35px;
    font-weight: normal;
    padding: 0;
}

.modal.film-trailer a {
    color: #DADADA;
    text-shadow: none;
}

.modal.film-trailer a:hover,
.modal.film-trailer a:focus {
    color: #FFF;
}

.modal.film-trailer .btn-clear-border {
    border: 1px solid #DADADA;
    background: none!important;
    color: #DADADA!important;
    text-shadow: none;
    display: block;
}

.modal.film-trailer .btn-clear-border:hover {
    border: 1px solid #FFF;
    background: none!important;
    color: #FFF!important;
}

.modal.film-trailer .strapline {
    /*font-size: 20px;*/
    /*line-height: 30px;*/
}

.modal.film-trailer .overview {
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    /*font-weight: bold;*/
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    /*font-weight: normal;*/
}

.modal.film-trailer .synopsis {
    /*font-size: 14px;*/
    /*line-height: 20px;*/
}

.modal.film-trailer .close .icon-share-alt {
    -ms-transform: scaleX(-1) rotate(-40deg);
    -moz-transform: scaleX(-1) rotate(-40deg);
    -webkit-transform: scaleX(-1) rotate(-40deg);
    transform: scaleX(-1) rotate(-40deg);
    display: block;
    font-size: 40px;
}

.modal.film-trailer .actions {
    clear: both;
}

.modal.film-trailer .actions a {
    display: block;
    box-shadow: 0px 2px 2px #000;
}

.modal.film-trailer a.invisible {
    display: none;
}

.film-trailer_modal .info.span3 {
    float: left;
    display: block;
    max-height: 100% !important;
    margin: 0 2% 1%;
}

.modal.film-trailer .close {
    color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: none;
    border-radius: 50%;
    margin-top: 10px;
    right: 10px;
}

.film_trailer_modal .close-button-footer {
    display: none;
}

.modal.film-trailer .close:hover {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.film-trailer .btn-clear-border:hover {
    color: #FFF!important;
}

.modal.film-trailer .btn-small:hover {
    color: #000!important;
}

/* Footer Panels */

.btn-center {
        margin: 0 auto 0px;
    display: block;
    width: 200px;
    box-shadow: none;
    border: 1px solid #6EA7FF;
    border:none;
    color: #FFF!important;
    background: #6EA7FF!important;
    background: #3F89F9!important;
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
    padding: 10px;
}

.btn-center:hover {
    border: 1px solid #4a8fff;
    border: none;
    color: #FFF!important;
    -webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.search .btn-center,
.account .btn-center,
.basket .btn-center,
.supporting_files .btn-center {
}

#news {
    width: 96%;
    margin: 0 2%;
}

.btn-center.active {
    background: rgb(110, 167, 255)!important;
}

#about_journeyman .inner {
    margin: 20px 3%;
}

#about_journeyman .inner .section-text {
        font-style: normal;
    font-size: 30px;
    line-height: 40px;
}

ul.communities, ul.communities li{
    list-style: none;
    display: block;
    float: left;
    clear: left;
    width: 60%;
    margin: 0px 20% 40px;
    padding: 0;
}

ul.communities li {
    border-top: 1px solid #EEE;
    margin: 0 10px;
    width: 96%;
}

ul.communities li:first-child {
    border-top: none;
    padding-top: 20px;
}

ul.communities li .join {
    width: 30%;
    padding: 10px 2%;
    min-height: 30px;
    float: left;
}

ul.communities li .about {
    width: 60%;
    padding: 10px 3%;
    float: left;
}

.modal ul.communities li .join {
    width: 46%;
    padding:10px 2%;
    min-height: 30px;
    float:left;
}

.modal ul.communities li .about {
    width: 44%;
    padding:10px 3%;
    float:left;
}

ul.communities li .join input {
    width: 250px;
}


/* Twitter feed
-------------------------------------------------- */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#about_journeyman {
    width: 60%;
    padding: 20px 2% 0% 2%;
    margin: auto;
    border-top: 1px solid #3F89F9;
    }

#about_journeyman {
    width: 145px;
    padding: 20px 2% 10px 2%;
    margin: auto;
    border: none;
    text-align: center;
}

.modal #about_journeyman {
        width: 51%;
    padding: 2% 3% 2% 6%;
    }
.raised_box {
    box-shadow: 0px 2px 2px #999;
    box-shadow: none;
    -webkit-transition: all .6s ease;
-o-transition: all .6s ease;
transition: all .6s ease;
            border-radius: 2px;
    padding: 10px 3% 3%;
    border-top: 1px solid #FFF;
    position: relative;
    margin: 10px 0;
}

/*
#tweets {
        width: 34%;
    padding: 1% 3%;
    background: rgb(110, 167, 255) !important;
    margin: 0 3% 0 0;
}

#tweets_swiper,
#tweets .carousel {
    width: 100%;
    padding: 10px 0% 20px;
}

#tweets .carousel-inner {
    margin-top: 20px;
    width: 96%;
    min-height: 400px;
}

#tweets .spinner {
    border-color: #FFF;
    border-right-color: transparent;
    top: 20%;
}

#tweets .swiper .slide,
#tweets .carousel .item {
    width: 100%;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
}

#tweets .status {
    font-size: 18px;
    line-height: 25px;
    color: #FFF;
    padding: 1.5% 4%;
    width: 92%;
    margin: 0 0 10px;
    float: left;
    border-radius: 5px;
}

#tweets .status p {
    margin: 0;
}

#tweets .status:hover, #tweets .status.active {

}

#tweets .status a {
    color: #ACE7FF;
}

#tweets .status a:hover {
    color: #10098A;
}

#tweets .status i {
    float: left;
    border-radius: 5px;
    margin: 0px 10px 5px 0px;
        background: #FFFFFF;
    color: #8CD4FF;
    padding: 5px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    font-size: 25px;
}

.tweets-swiper-button-prev.swiper-button-prev,
.tweets-swiper-button-next.swiper-button-next,
#tweets .carousel-control {
    font-size: 50px;
    background:none;
    left: 0;
    height: 30px;
    top: 30%;
    padding: 10px;
    width: 15px;
    color: #776100;
}
.tweets-swiper-button-next.swiper-button-next,
#tweets .carousel-control.right {
    text-align: right;
    right: 0px;
    left:auto;
}

.twython-mention {

}

.twython-hashtag {

}

.twython-url {
    padding: 0px 5px;
}

*/
/* --full width tweets --*/
    /*#tweets {
        width: 96%;
        padding: 0 2% 2% 2%;

    }
    #tweets .carousel {
        width: 94%;
        padding: 3%;
    }
    #tweets .item {
        display: inline-block;
        opacity: 1;
        filter: alpha(opacity=100);
        background: none;
    }

    */
/* Footer tweets */

#tweets_carousel {
    display: block;
    width: 96.1%;
    padding:0 1.95%;
    background: rgb(239, 239, 239);
}

.search #tweets_carousel,
.account #tweets_carousel {
    display: none;
}

#tweets_carousel .left_button {
    padding: 10px;
    width: 5%;
    color: #3F89F9;
    color: #0050CE;
    display: inline-block;
    vertical-align: top;
    padding: 20px 1% 30px;
    font-size: 20px;
}

#tweets_carousel .right_button {
    padding: 15px 1% 30px;
    width: 5%;
    color: #3F89F9;
    color: #0050CE;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 30px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-top: 0;
    font-weight: 100;
    line-height: 30px;
    background: none;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .3s ease;
    opacity: 1;
    filter: alpha(opacity=100);

    float: right;
    left: inherit;
    right: inherit;
}

#tweets_carousel .carousel-inner {
    display: inline-block;
    width: 80%;
    margin: 0 2%;
    text-align: left;
    min-height: 80px;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


#tweets_carousel .carousel-inner .status {
    margin: 0;
}

#tweets_carousel .carousel-inner .status p {
    padding: 12px 10px 8px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

#tweets_carousel .status a {
    color: #277DFF;
    color: #0050CE;
}

#tweets_carousel .status a:hover {
    color: #5A94FF;
    color: #0066FF;
}

.dark #tweets_carousel {
    background: rgb(37, 37, 37);
    color: #8C8C8C;
}

.dark#tweets_carousel a {
    color: #81B3FF;
}

.dark #tweets_carousel .status a {
    color: #81B3FF;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 80px;
}

.carousel.vertical .prev {
  top: -80px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -80px;
}

.carousel.vertical .active.right {
  top: 80px;
}

.carousel.vertical .item {
    left: 0;
}


iframe[id^='twitter-widget-0'] {

 width:100% !important;

}
/* End Twitter */

/* Mailinglist Modal */

.mailinglist_modal {
    padding: 2% 4%;
    max-width: 800px;
    margin: auto;
}

.mailinglist_modal form {
    float: left;
    clear: both;
}

.mailinglist_modal .options {
    padding: 0px 2% 20px 0%;
    width: 48%;
}

.mailinglist_modal .details {
    padding: 10px 0% 20px 2%;
    width: 48%;
}

.mailinglist_modal .submit-row {
    text-align: right;
}

.mailinglist_modal .close {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* End Mailinglist Modal */

.slider-inner.base_panel .panel {
    display:none;
}

.slider-inner.base_panel .panel.active {
    display:block;
}


.bar-title, .uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.section_page .section-text {
    font-style: italic;
}

.tile_box .menu_link {
        display: block;
    padding: 5px 10px;
    background: #D5E6F7;
    background: #FFFFFF;
    margin: 2px;
    white-space: nowrap;
}

.tile_box.wide .columns {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
}

.tile_box.wide .menu_link {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 5%;
    width: 90%;
}

.tile_box .menu_link.selected {
    background: #5A94FF;
    background: #3F89F9;
    color: #FFF;
}

.tile_box .menu_link:hover {
    background: #7eaeff;
    color: #FFF;
}

/* Account Pages
-------------------------------------------------- */

.icon.jumbo {
    font-size: 50px;
}

/* About Pages
-------------------------------------------------- */


.about #content_inner_wrapper > .container {
    background: none;
    padding: 0 0 0px;
    width: 90%;
    margin: 10px 5% 0;
}

.about #content_inner_wrapper > .container #main_section {
    width: 90%;
    border-top: 5px solid #3F89F9;
    background: #FFF;
    padding: 20px 0 50px;
    margin: 0px 5% 50px;
}

.about .row-fluid .main-section.span9 {
    max-width: 850px;
    padding: 0 10% 0 2%;
}

.about h3 {
    font-weight: normal;
    color: #3F89F9;
    margin: 20px 0 40px;
}

.about a {
    color: #3773F1;
}

.about a:hover {
    color: #0047FF;
}

.about .tiles {
    margin: 40px 0;
    float: left;
    width: 100%
}

.about .tiles .tile,
.about .tiles .tile .profile {
    float: left;
    width: 100%;
}

.about .tiles .tile {
    margin: 10px 0 0 10px;
    border-bottom:  1px solid #EEE;
}

.about .tiles .tile .text h4 {
    margin: 0 0 5px 0;
}
.about .tiles .tile .text h5 {
    margin: 0 0 10px 0;
}

.about .tiles .tile .text {
    width: 70%;
    display: inline-block;
}

.about .tiles .tile .image {
    width: 15%;
    background-position: center center;
    background-size: cover;
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 100px;
    border-radius: 0;
    display: block;
    height: 0;
    padding-bottom: 15%;
}

.about .tiles .tile .image .icon {
    font-size: 5em;
    margin: auto;
    display: block;
    width: 60%;
}

.about .google-map {
    height: 600px;
    width: 100%;
}

.faqs {
    font-size: 18px;
    line-height: 25px;
}

.faqs li {
    font-size: 16px;
    line-height: 25px;
}

.faqs ol, .faqs ul {
    margin: 30px 0 20px 25px;
    list-style: none;
}

.faqs ol > li, .faqs ul > li {
    list-style: none;
}

.faqs ol > li > ol > li, .faqs ul > li > ul > li {
    list-style: none;
}

.faqs ol > li > ol > li > ol > li, .faqs ul > li > ul > li > ul > li {
    list-style: disc;
}

.faqs ol ol, .faqs ul ul {
    margin: 10px 0 20px 25px;
    list-style: none;
}

.faqs ol li {
    margin: 10px 0 20px;
}

.contact-form {
    max-width: 800px;
}


/* Film Page
-------------------------------------------------- */

.nowrap {
    white-space: nowrap;
}

.video-page .info.span12 {
    margin-left: 0;
    padding: 0px 0 0 0px;
}

.video-page .nav-tabs {
       border-bottom: 1px solid rgba(255, 255, 255, 0);
  margin: 10px 0px 0px;
}

.video-page .nav-tabs > li > a {
  padding: 20px;
  margin-right: 2px;
  line-height: 14px;
  font-size: 20px;
  color: #A39505;
}

.video-page .nav-tabs > li.active > a {
    background: #FCFCFC;
    color:#333;
}

.video-page .tab-pane {
    background: #F9F9F9;
    padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}

#side-section .version-toggles {
    padding: 5px 0px 15px;
  text-align: left;
  font-size: 12px;
}

.video-page h2.strapline {
    padding: 10px 20px;
    font-size: 17px;
    font-style: italic;
    line-height:20px;
    margin: 0px;
}

.video-page .tab-pane .text {
    padding: 0px 10px;
    text-align: justify;
}

.video-page .tab-pane h4 {
padding: 30px 0px 0px;
}

.video-page .tab-pane h4:first-of-type {
padding: 0px 0px 0px;
}

.video-page .tab-pane#filmmakers img {
      float: left;
  margin: 20px 30px 3px 0px;
}

.video-page .tab-pane img.left {
      float: left;
  margin: 5px 30px 10px 0px;
}

.video-page .accordion {
    margin-top: 10px;
}

.video-page .accordion-group {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.video-page .accordion-heading .accordion-toggle {
  font-weight: normal;
}

#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
width: 100% !important;
}

/*----------*/

@media (min-width: 768px) {

    body.dark {
        background-color: #333;
        background-size: cover;
    }

    .film #wrapper {
        background: rgba(0, 0, 0, 0.7);
    }

    .dark #wrapper{
        background: rgba(0, 0, 0, 0.5);
    }

    .film #content_inner_wrapper > .container {
        width: 100%;
    }

    .dark #header .navbar .nav > li > a,
    .film #header .navbar .nav > li > a {
        color: #FFF;
    }

    .dark #header .navbar .nav > li > a:hover,
    .film #header .navbar .nav > li > a:hover {
        color: #333;
    }

    .dark #header .navbar-text,
    .dark #header .navbar-text p,
    .film #header .navbar-text,
    .film #header .navbar-text p {
        margin-bottom: 0;
        color: #FFF;
    }

    .dark #header .navbar-text .dropdown-menu p,
    .film #header .navbar-text .dropdown-menu p {
        color: #777777;
    }

    .dark #header .navbar .btn-group > .btn,
    .dark #header .navbar .input-append > .btn,
    .film #header .navbar .btn-group > .btn,
    .film #header .navbar .input-append > .btn{
        color: #FFF;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    }

    .dark #header .navbar .btn-group > .btn:hover,
    .dark #header .navbar .input-append > .btn:hover,
    .film #header .navbar .btn-group > .btn:hover,
    .film #header .navbar .input-append > .btn:hover{
        color: #333;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    }

    .dark .btn .caret,
    .film .btn .caret {
        border-top: 4px solid #FFF;
    }

    .dark .btn:hover .caret,
    .film .btn:hover .caret {
        border-top: 4px solid #000;
    }

    .dark #header .navbar-form .input-append input,
    .dark .navbar-form .input-prepend input,
    .film #header .navbar-form .input-append input,
    .film .navbar-form .input-prepend input {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.22);
        color: #FFF;
        width: 140px;
    }

    .dark #header .navbar-form .input-append input::-webkit-input-placeholder,
    .film #header .navbar-form .input-append input::-webkit-input-placeholder {
       color: rgba(255, 255, 255, 0.64);
    }

    .dark #header .navbar-form .input-append input:-moz-placeholder,
    .film #header .navbar-form .input-append input:-moz-placeholder { /* Firefox 18- */
       color: rgba(255, 255, 255, 0.64);
    }

    .dark #header .navbar-form .input-append input::-moz-placeholder,
    .film #header .navbar-form .input-append input::-moz-placeholder {  /* Firefox 19+ */
       color: rgba(255, 255, 255, 0.64);
    }

    .dark #header .navbar-form .input-append input:-ms-input-placeholder,
    .film #header .navbar-form .input-append input:-ms-input-placeholder {
       color: rgba(255, 255, 255, 0.64);
    }

    .dark #header .navbar-link,
    .film #header .navbar-link {
        color: #0064FB;
    }

    .dark #header .pull-right > .navbar-link,
    .film #header .pull-right > .navbar-link {
        color: #E3EFFF;
        text-shadow: 0px 1px 1px #000;
    }

    .dark #header .pull-right > .navbar-link:hover,
    .film #header .pull-right > .navbar-link:hover {
        color: #FFF;
    }

    .dark #header .navbar .nav > li.active > a,
    .film #header .navbar .nav > li.active > a {
            color: #FFF;
    }
    .dark #header .navbar .nav > li.active > a:hover,
    .dark #header .navbar .nav > li.active > a:focus:hover,
    .film #header .navbar .nav > li.active > a:hover,
    .film #header .navbar .nav > li.active > a:focus:hover {
        color: #050054;
    }
}

@media (min-width: 0px) {

    .film #wrapper {
        /*background: rgba(0, 0, 0, 0.7);*/
        background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.9) 5%, rgba(0,0,0,0.95) 45%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 5%,rgba(0,0,0,0.95) 45%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 5%,rgba(0,0,0,0.95) 45%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#f2000000',GradientType=0 );
    }

    .film #content_inner_wrapper > .container,
    .home #content_inner_wrapper > .container {
        width: 100%;
    }

    .film #header .navbar .nav > li > a {
        color: #FFF;
    }

    .film #header .navbar .nav > li > a:hover {
        color: #333;
    }

    .film #header .navbar-text,
    .film #header .navbar-text p {
        margin-bottom: 0;
        color: #FFF;
    }

    .film #header .navbar-text .dropdown-menu p {
        color: #777777;
    }

    .film #header .navbar .btn-group > .btn,
    .film #header .navbar .input-append > .btn{
        color: #FFF;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    }

    .film #header .navbar .btn-group > .btn:hover,
    .film #header .navbar .input-append > .btn:hover{
        color: #333;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    }

    .film .btn .caret {
        border-top: 4px solid #FFF;
    }

    .film .btn:hover .caret {
        border-top: 4px solid #000;
    }

    .film #header .navbar-form .input-append input,
    .film .navbar-form .input-prepend input {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.22);
        color: #FFF;
    }

    .film #header .navbar-form .input-append input::-webkit-input-placeholder {
       color: rgba(255, 255, 255, 0.64);
    }

    .film #header .navbar-form .input-append input:-moz-placeholder { /* Firefox 18- */
       color: rgba(255, 255, 255, 0.64);
    }

    .film #header .navbar-form .input-append input::-moz-placeholder {  /* Firefox 19+ */
       color: rgba(255, 255, 255, 0.64);
    }

    .film #header .navbar-form .input-append input:-ms-input-placeholder {
       color: rgba(255, 255, 255, 0.64);
    }

    .film #header .navbar-link {
        color: #0064FB;
    }

    .film #header .pull-right > .navbar-link,
    .film #header .pull-left > .navbar-link {
        color: #E3EFFF;
        text-shadow: 0px 1px 1px #000;
    }

    .film #header .pull-right > .navbar-link:hover {
        color: #FFF;
    }

    .film #header .navbar .nav > li.active > a {
            color: #FFF;
    }

    .film #header .navbar .nav > li.active > a:hover,
    .film #header .navbar .nav > li.active > a:focus {
        color: #050054;
    }
}


.film .film-video {
    padding: 0px 20px 20px;
    -ms-transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
}

.film_blocked {
    width: 70%;
    padding: 22% 15%;
    margin: auto;
    color: #FFF;
    display: block;
    text-align: center;
    background: rgba(51, 51, 51, 0.75);
    font-size: 18px;
}

.mainsite_film_page .span12 {
    width: 100%;
    margin: auto;
    float: none;
    padding: 0 16%;
}

.mainsite_film_page .span12.viewer {
    border-bottom: 1px solid #464646;
    border-bottom: none;
}

.mainsite_film_page .span12.details {
    background: #151515;
    background: #F7F7F7;
}

.supporting_files .mainsite_film_page .span12.details {
    min-height: 700px;
}

.supporting_files ul {
    list-style: none;
}

.mainsite_film_page .span12.related_films {
    padding: 20px 17.2%;
    background: #E4E4E4;
    color: #6D6D6D;
}

.dark .mainsite_film_page .span12.related_films {
    background: #0E0E0E;
    color: #FFF;
}


.related_films .tile_box .tile {
    display: inline-block;
    width: 23.5%;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 1%;
    background: none;
}

.related_films .tile_box .tile a {
    /*color: #3C3C3C;*/
}

.related_films .tile_box .tile a:hover {
    /*color: #0050CE;*/
}

.related_films .loading {
    text-align: center;
    width: 97%;
}

.dark .related_films .tile_box .tile a {
    color: #EEE;
}

.dark .related_films .tile_box .tile a:hover {
    color: #FFF;
}


.mainsite_film_page .details .left-col {
    padding: 5px 60px 40px 40px;
    color: #000;
    margin: 0;
}

.mainsite_film_page .details .left-col .text {
    text-align: left;
}

.mainsite_film_page .details .left-col .text .description {
    /*background: #353535;*/
    /*padding: 10px 20px 10px;*/
    /*border-radius: 4px;*/
    font-size: 16px;
    line-height: 24px;
}

.mainsite_film_page .details .left-col .text .description img.right {
    width: 200px;
    float: right;
    margin: 5px 20px 10px 30px;
}

.mainsite_film_page .details .left-col .text .overview {
    float: left;
}

.mainsite_film_page .details .left-col .text .synopsis {
    margin: 10px 0px 10px;
    color: #999;
    float: left;
}

.mainsite_film_page .details .left-col .text .more_link_synopsis {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.mainsite_film_page .details .left-col #about {
    padding: 0px 0 20px;
}

.mainsite_film_page .details .left-col #filmmakers,
.mainsite_film_page .details .left-col #discuss {
    background: #DDDDDD;
    background: #EFEFEF;
    color: #333;
    padding: 10px 30px 30px;
    border-radius: 2px 2px;
}

.mainsite_film_page .details .left-col #discuss {
    background: #DDDDDD;
    color: #333;
    padding: 10px 30px 30px;
    border-radius: 0 0 2px 2px;
}

.mainsite_film_page .details .left-col #filmmakers h4 {
    color: #000;
}

.mainsite_film_page .details .right-col {
    padding: 25px 40px 20px 10px;
    color: #A2A2A2;
    margin: 0;
}

.mainsite_film_page .details .left-col .btn.btn-small {
}

.mainsite_film_page .details .left-col .btn.btn-small.active,
.mainsite_film_page .details .left-col .btn.btn-small:hover {
    text-shadow: none;
}

.mainsite_film_page .details .left-col a {
    color: #0050CE;
}


.mainsite_film_page .details .left-col h4 {
padding: 30px 0px 0px;
    color: #FFF;
    font-weight:normal;
}

.mainsite_film_page .details .left-col h5 {
    font-weight: normal;
}

.mainsite_film_page .details .left-col h5.right {
    text-align: right;
}

.mainsite_film_page .details .left-col h4:first-of-type {
padding: 0px 0px 0px;
}

.mainsite_film_page .details .left-col #filmmakers img {
      float: left;
  margin: 20px 30px 3px 0px;
        clear: left;
}

.mainsite_film_page .details .left-col img.left {
      float: left;
  margin: 5px 30px 10px 0px;
}

.mainsite_film_page .details .right-col .actions {
    padding: 0px 0px 20px;
}

.mainsite_film_page .details .actions .btn-access,
.film_control.actions .btn-access {
    background: #DEDEDE!important;
    color: #000;
}

.mainsite_film_page .details .actions .btn-access:hover,
.film_control.actions .btn-access:hover {
    background: #FEFEFE!important;
    color: #000;
}

.mainsite_film_page .details .actions .btn,
.film_control.actions .btn {
    margin-bottom: 10px;
}

.mainsite_film_page .details a.invisible {
    display: none;
    position: absolute;
    left:-9999;
}

.web_service_links {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.web_service_links li {
        list-style: none;
    padding: 0;
    float: left;
}

.web_service_links ol {
        list-style: none;
    float: right;
    margin: 0;
}
.web_service_links ul {
        list-style: none;
    float: left;
    margin: 0;
}

.web_service_links li.right {
    float: right;
}

.film .web_service_links > li.right {
    margin: 5px 0;
}

.web_service_links li > ul > li > ul > li,
.web_service_links li > ul > li > ol > li {
    padding: 12px 10px 0px 0px;
}

.web_service_links li > ul > li > ul > li.right,
.web_service_links li > ul > li > ol > li.right{
    padding: 0px 0px 0px 10px;
}

.web_service_links li a {
    background-position: center;
    background-size: cover;
    display: inline-block;
    opacity: 0.9;
    filter: alpha(opacity=70);
    -ms-transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
}
.web_service_links li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.web_service_links li a img {
    border: none;
}

.web_service_links .btn {
    width: auto;
    height: auto;
    color: #8CC0FF!important;
    padding: 5px 10px;
    background: #2B2B2B!important;
    border-radius: 5px!important;
    border: 1px solid rgba(255, 255, 255, 0);
    margin: 15px 0;
    text-shadow: none;
}

.web_service_links li.btn {
    margin-left: 10px;
}

.home .web_service_links {
    list-style: none;
    padding: 0;
    margin:0 10px 10px 0;
    background: none;
    box-shadow: none;
}

.home .web_service_links > li {
    margin: 5px 0 0px;
    clear: left;
}

.home .web_service_links > li > ul > li {
    margin: 5px 10px 0px 0px;
}

.home .web_service_links li.right {
    margin: 0;
    float: left;
    clear: left;
}

.web_service_links li a {
    margin: 5px 0;
}

.home .web_service_links li .btn {
    border: 1px solid #050054;
    background: none!important;
    color: #050054!important;
    color: #DADADA!important;
    border: 1px solid #DADADA;
    margin: 5px 0;
    padding: 9px 15px;
}

.home .web_service_links li .btn:hover {
    border: 1px solid #10098A;
    background: none!important;
    color: #10098A!important;
    border: 1px solid #FFF;
    background: none!important;
    color: #FFF!important;
}

.home .web_service_links a.btn.more-details {
        display: none;
    }


.web_service_links .btn-primary {
    color: #000000!important;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #5DA6FF!important;
}

.mainsite_film_page .details .btn,
.film_control.actions .btn {
    box-shadow: none;
}

.mainsite_film_page .details .actions .btn {
    display: inline-block;
    border-radius: 3px!important;
}

.mainsite_film_page .details .right-col .actions .btn,
.film_control.actions .btn {
    display: block;
    border-radius: 1px!important;
}

.mainsite_film_page .details .actions ol,
.film_control.actions ol {
    margin: 0 0 10px 0;
}

ul.metadata {
    list-style: none;
    margin:0px 0px 20px;
    padding:0;
    display: table;
    color: #000;
    width:100%;
    font-size: 12px;
}

.dark ul.metadata {
    color: #FFF;
}

ul.metadata li {
    list-style: none;
    display: table-row;
}

ul.metadata li span {
    list-style: none;
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #D8D8D8;
}

.dark ul.metadata li span {
    border-bottom: 1px solid #403F3F;
}

ul.metadata li span.key {
    background: #DEDEDE;
    color: #000;
}

.dark ul.metadata li span.key {
    background: #313131;
    color: #FFF;
}


.version-toggles.btn-block {
    padding-bottom: 20px;
    display: block;
    float: left;
    clear: both;
}

.payment-summary.product_selector .version-toggles.btn-block {
    border-bottom: 1px dashed #DDD;
    padding-bottom: 10px;
}

.payment-summary .loading {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 56%;
    background: #FFF;
    border-radius: 6px;
}

.version-toggles .btn.btn-small {
    display: block;
    float: left;
    clear: left;
    margin: 2px;
    color: #BAD5FF;
    background: transparent!important;
}

.payment-summary.product_selector .version-toggles .btn.btn-small {
    color: #6d99dc;
}

.version-toggles .btn.btn-small:hover,
.version-toggles .btn.btn-small:hover span.type,
.version-toggles .btn.btn-small:hover span.title,
.payment-summary.product_selector .version-toggles .btn.btn-small:hover,
.payment-summary.product_selector .version-toggles .btn.btn-small:hover span.type,
.payment-summary.product_selector .version-toggles .btn.btn-small:hover span.title{
    background: #E4E4E4!important;
    color: #003fc1;
}

.version-toggles .btn.btn-small.active,
.version-toggles .btn.btn-small.active span.type,
.version-toggles .btn.btn-small.active span.title,
.payment-summary.product_selector .version-toggles .btn.btn-small.active,
.payment-summary.product_selector .version-toggles .btn.btn-small.active span.type,
.payment-summary.product_selector .version-toggles .btn.btn-small.active span.title {
    background: #E4E4E4!important;
    color: #003fc1;
}

.version-toggles .btn.btn-small .time {
    color: #DDD;
}

.version-toggles .btn.btn-small.active .time,
.version-toggles .btn.btn-small:hover .time {
    color: #333;
}

.version-toggles .btn.btn-small .title {
    color: #BAD5FF;
}

.version-toggles .btn.btn-small.active .title,
.version-toggles .btn.btn-small:hover .title{
    color: #003fc1;
}

.version-toggles .btn.btn-small .time {
    font-style: italic;
}

.version-toggles .btn.btn-small.active,
.version-toggles .btn.btn-small:hover {
    box-shadow: none!important;
    border-radius: 2px !important;
}

.mainsite_film_page h2.strapline {
        font-size: 20px;
    font-weight: normal;
    margin: 0px 0 20px;
    line-height: 30px;
}

.mainsite_film_page h2.section-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0 20px;
    line-height: 30px;
    color: #333;
}

.mainsite_film_page h1 {
    margin: 20px 0px 20px;
    color: #333;
    font-size: 35px;
    line-height: 45px;
    padding: 0px 0px;
    font-weight: normal;
    text-align: left;
}

.dark .mainsite_film_page h2.section-title {
    color: #FFF;
}

.dark .mainsite_film_page h1 {
    color: #FFFFFF;
}

.mainsite_film_page .extra-info {
    margin: 10px 0;
    color: #FFF;
}

#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
width: 100% !important;
    background:#DDD;
}

.fb-comments {
    margin: 0px 0px;
}

.film #footer_wrapper {
    background: #0E0E0E;
}

.film.supporting_files #footer_wrapper {
    background: #151515;
}

.film .footer {
    border-top: 3px solid #222;
    border-top: none;
    background-color: #1D1D1D;
}

.film .footer a {
    color: #A8CBFF;
}

.film .footer a:hover {
    color: #FFF;
}


/* Film Documents
-------------------------------------------------- */
.film_documents .container {
    width: 100%;
    max-width: 750px;
}

.film_documents .documents_header .logo {
    padding: 10px 20px 0px;
    display:block;
}

.film_documents .documents_contents {
    padding: 10px 20px;
}

.film_documents .documents_header h3 {
        background: #DEDEDE;
    padding: 10px 20px;
    margin: 0;
}

.film_documents .documents_header h4 {
    padding: 10px 20px;
    background: #90CBFF;
    margin: 0 0 20px;
}

.film_documents .documents_header h5.print_url {
    padding: 5px 20px;
    margin: 0;
}

.print-only {
    display: none;
}

@media print {


    .film_documents .documents_contents {
        padding: 10px 20px;
    }
    .film_documents .documents_header h3 {
        background: #DEDEDE;
        padding: 10px 20px;
        margin: 0;
        -webkit-print-color-adjust: exact;
    }

    .film_documents .documents_header h4 {
        padding: 10px 20px;
        border-top: 2px solid #000;
        border-bottom: 3px solid #000;
        background: #90CBFF;
        margin: 0 0 20px;
        -webkit-print-color-adjust: exact;
    }
    .film_documents .documents_header h5.print_url {
        padding: 5px 20px 20px;
        margin: 0;
    }
    a[href]:after {
        content: none !important;
      }
    #header, #side-section, .alert-block {
        display:none
    }
    .large-screens {
        display:block;
    }
    .large-screens.table-cell {
        display: table-cell;
    }
    .print-only {
        display: block;
    }
    .print-hide {
        display: none;
    }

}

/* Card Payments
-------------------------------------------------- */

.input.cardNumberInput>span.card.amex,
.input.cardNumberInput>span.card.diners,
.input.cardNumberInput>span.card.discover,
.input.cardNumberInput>span.card.jcb,
.input.cardNumberInput>span.card.mastercard,
.input.cardNumberInput>span.card.visa {
  background-repeat: no-repeat;
  background-size: 32px 20px;
}

.input.cardNumberInput>span.card.amex {
  background: url("https://dkvf7eqydjaua.cloudfront.net/static/img/share/payments/cards/amex-icon.png?1321bbfcd222");
}

.input.cardNumberInput>span.card.diners {
  background: url("https://dkvf7eqydjaua.cloudfront.net/static/img/share/payments/cards/diners-icon.png?20dc3fab9645");
}

.input.cardNumberInput>span.card.discover {
  background: url("https://dkvf7eqydjaua.cloudfront.net/static/img/share/payments/cards/discover-icon.png?1321bbfcd222");
}

.input.cardNumberInput>span.card.jcb {
  background: url("https://dkvf7eqydjaua.cloudfront.net/static/img/share/payments/cards/jcb-icon.png?1321bbfcd222");
}

.input.cardNumberInput>span.card.mastercard {
  background: url("https://dkvf7eqydjaua.cloudfront.net/static/img/share/payments/cards/mastercard-icon.png?1321bbfcd222");
}

.input.cardNumberInput>span.card.visa {
  background: url("https://dkvf7eqydjaua.cloudfront.net/static/img/share/payments/cards/visa-icon.png?20dc3fab9645");
}

.input>.control {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 6px 2px 29px;
  margin: 0 auto 10px;
  font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
  font-size: 15px;
  color: #000;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cececf;
  border-top-color: #b5b5b6;
  border-bottom-color: #ECECEC;
  -webkit-box-shadow: inset 0 1px 1px rgba(124,124,127,0.1),0 1px 0 rgba(255,255,255,0.7),0 0 4px rgba(86,149,219,0);
  -moz-box-shadow: inset 0 1px 1px rgba(124,124,127,0.1),0 1px 0 rgba(255,255,255,0.7),0 0 4px rgba(86,149,219,0);
  -ms-box-shadow: inset 0 1px 1px rgba(124,124,127,0.1),0 1px 0 rgba(255,255,255,0.7),0 0 4px rgba(86,149,219,0);
  -o-box-shadow: inset 0 1px 1px rgba(124,124,127,0.1),0 1px 0 rgba(255,255,255,0.7),0 0 4px rgba(86,149,219,0);
  box-shadow: inset 0 1px 1px rgba(124,124,127,0.1),0 1px 0 rgba(255,255,255,0.7),0 0 4px rgba(86,149,219,0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border-color .15s linear,box-shadow .15s linear;
  -moz-transition: border-color .15s linear,box-shadow .15s linear;
  -ms-transition: border-color .15s linear,box-shadow .15s linear;
  -o-transition: border-color .15s linear,box-shadow .15s linear;
  transition: border-color .15s linear,box-shadow .15s linear;
}

.input>.control.error {
    border: 1px solid #FF9595;
}

#payment-form select {
  margin: 0 1px 10px 0;
}

.payment-action h5 sup {
    margin: 10px;
    font-weight: normal;
}

.payment-action button sup {
    margin: 0;
    font-weight: normal;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    top: -0.15em;
}

.input>textarea.control {
      padding: 8px 0px 8px 29px;
    height:80px;
}

.card-form.span12, .row-fluid [class*="span"]:first-child .card-form.span12 {
    width: 250px;
    float: none;
    margin: auto;
}

.card-form .amount {
    width: 100px;
}

.card-form .svg.icon {
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: -45px;
}

.card-form .svg.icon.padded {
    padding: 7px 0px 0px 7px;
  width: 16px;
  height: 16px;
}

form.card-form p.error {
   font-size: 0.8em;
  color: #333;
  margin: 0px 0px 10px;
  background: #FFC2C2;
  padding: 5px 10px;
  border-radius: 4px;
}

.row-fluid .payment-summary.span6 {
        border-right: 1px dashed #BFBFBF;
    padding: 10px 20px 10px 20px;
        display: table-cell;
    float: none;
    vertical-align: top;
        background: #DEDEDE;
    border-radius: 5px 0px 0px 5px;
}

.payment-action form h5 {
    margin: 0 0 5px;
}

.payment-action .checkout_signin a {
    color: #3F89F9;
}

.payment-action .checkout_signin a:hover {
    color: #2577f9;
}

.payment-action .checkout_signin a.selected {
    color: #2577f9;
}

.payment-action .disabled {
    opacity: 0.3;
    filter:alpha(opacity=30);
}

.payment-action .btn {
    width: 100%;
}

.row-fluid .payment-action.span6 {
        padding: 40px 0px 40px 0px;
        display: table-cell;
    float: none;
    vertical-align: top;
}

.payment-processing {
    text-align: center;
    min-height: 300px;
    display: none;
    position:relative;
}

.payment-processing .spinner {
    left: 30%;
    right: 30%;
}

.payment-complete .payment-processing {
    display: block;
}

.payment-complete .payment-processing .spinner {
    left: 40%;
    right: 40%;
}

#side-section .nav-tabs {
  border-bottom: 1px solid whitesmoke;
  margin-bottom: 0;
}

#side-section .nav-tabs > .active > a, #side-section .nav-tabs > .active > a:hover {
  color: #FFFFFF;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid whitesmoke;
  border-bottom-color: transparent;
  font-weight: bold;
  padding: 10px 20px;
  text-shadow: 0px 1px 3px #B0B0B0;
}

#side-section .nav-tabs > li > a, #side-section .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 50px;
  margin-right: 2px;
  line-height: 14px;
  padding: 10px 20px;
  color: #494949;
  font-weight: bold;
}

#side-section .module.tab-content {
    border-top: none;
}

.options_selector, .options_selector ul {
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
}

.options_selector li {
        background: #F7F9FD;
    border-radius: 3px;
    padding: 10px 5px 5px 15px;
    list-style: none;
    margin: 10px;
    box-shadow: inset 0px 2px 2px #DDD;
}

.options_selector li strong span {
    font-weight: normal;
}

.options_selector li:hover, .options_selector li.selected, .options_selector li.selected:hover {
        background: #DCE9FF;
    box-shadow: 0px 2px 2px #DDD;
}

.options_selector.deletable label {
    width: 80%;
    display: inline-block;
}

.options_selector.deletable .delete {
    width: 15%;
    text-align: right;
    display: inline-block;
}

.buy_confirm_amount {
        width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    margin: 5px 0px;
    padding: 5px 0px;
}

.btn-large.full-width {
    width: 100%;
}

.btn-large {
    margin-bottom: 10px;
}

.bar-title {
  display: table;
  white-space: nowrap;
    width: 99%;
}
.bar-title:before,
.bar-title:after {
  border-top:1px solid #3F89F9;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.7em;
}

.bar-title:after {
    width: 85%;
    left: 1.5%;
}

.bar-title:before {
    width: 5%;
    right: 1.5%;
}

.bar-title.centered:before,
.bar-title.centered:after {
  width: 45%;
}

.options_selector li input[type=checkbox] {
    float: left;
    padding: 3px;
    margin: 0px 10px 0px 0px;
    width: 20px;
    height: 20px;
}

.options_selector li p.small {
    margin-bottom: 5px;
}


/* Pagination
-------------------------------------------------- */

.pagination {
    margin: 0px 0 10px;
}
.pagination ul > li.current a {
    background-color: #DEDEDE;
    color: #000;
    border-color: rgba(255, 0, 0, 0);
    font-weight: normal;
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    border-radius: 0px;
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    border-radius: 0px;
}

.pagination ul {
    border-radius: 0px;
    box-shadow: none;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-radius: 0px;
  background: #EAEAEA;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-radius: 0px;
  background: #EAEAEA;
}

.pagination ul > li > span {
float: left;
padding: 10px 4px 0px;
line-height: 16px;
text-decoration: none;
background-color: transparent;
border: 1px solid #dddddd;
border-left-width: 0;
margin: 0;
display: inline;
margin: 0px;
border-top: none;
border-bottom: none;
    border: none;
}

.pagination ul > li > a {
    border: none;
    margin: 0 1px;
    background-color: transparent;
}

/* Pricing Plans
-------------------------------------------------- */
.pricing-table { border: solid 1px #dddddd; margin-left: 0; margin-bottom: 20px;   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);}
.pricing-table * { list-style: none; line-height: 1; }
.pricing-table .title {
border-bottom: 1px solid rgba(19, 125, 176, 0.28);
-moz-box-shadow:0px 1px 1px rgba(19,125,176,0.65);
-webkit-box-shadow:0px 1px 1px rgba(19,125,176,0.65);
box-shadow:0px 1px 1px rgba(19,125,176,0.65);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#a6137db0,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#a6137db0,Positive=true);
background-color: #33ADE8; padding: 15px 20px; text-align: center;
color: #FFF;
font-weight: 400;
font-size: 32px; }
.pricing-table .price { background-color: #50B9EB; padding: 15px 20px; text-align: center; color: #FFF; font-weight: normal; font-size: 20px; border-top: 1px solid rgba(255, 255, 255, 0.13);}
.pricing-table .description { background-color: white; padding: 15px; text-align: center; color: #777777; font-size: 12px; font-weight: normal; line-height: 19px; border-bottom: dotted 1px #dddddd; }
.pricing-table .bullet-item { background-color: white; padding: 15px; text-align: center; color: #333333; font-size: 13px; font-weight: 600; border-bottom: dotted 1px #dddddd; }
.pricing-table .cta-button { background-color: rgba(238, 238, 238, 0.13); text-align: center; padding: 20px; }
#pricing-plans {background: #F2F2F2;height: auto;padding: 50px 0px; border-bottom:1px solid rgba(218, 218, 218, 0.89); border-top:1px solid rgba(218, 218, 218, 0.89); }
#pricing-plans .page-header h3 {font-weight:300;}
#pricing-plans .page-header small {font-size: 14px;}
.overview {padding:10px 0px; margin:0;}
.overview .tab-content {font-weight: 300;}
.overview .page-header h1 {font-weight: 300;}

/* Thumnails
-------------------------------------------------- */

.thumbnail {background: #F2F2F2; border: 1px solid rgba(145, 145, 145, 0.0); box-shadow: 0 2px 1px rgba(145, 145, 145, 0); border-radius: 0px; height: 204px;}
.thumbnail.selected {background: #FFF2B8;
box-shadow: 0 2px 4px rgba(145, 145, 145, 0.6);}
.thumbnail h6 {margin: 0px 0px 9px 0px; text-align: right; font-size: 15px;}
.thumbnail h6 a {color: #555;}
.thumbnail h6 a:hover {color: #000;}
.thumbnail > img {opacity: 1;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 500ms;}
.thumbnail > img:hover {opacity: .5;background: red;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 500ms;}
.thumbnail p {font-size: 12px;line-height: 15px;}
ul.thumbnails li.span4:nth-child(3n + 4) {margin-left : 0px;}
ul.thumbnails li.span3:nth-child(4n + 5) {margin-left : 0px;}
ul.thumbnails li.span12 + li {margin-left : 0px;}

.row-fluid ul.thumbnails li[class*="span"] {
    margin-left: 0px;
    padding-left: 2%;
}
.row-fluid  ul.thumbnails li.span4 {
/*width: 32.623931623931625%;*/
}
.thumbnail:hover {
background: #F2F2F2;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,0);
box-shadow: 0 2px 4px rgba(145, 145, 145, 0.6);}

.thumbnail.selected:hover {
background: #FCF3D1;
border: 1px solid #FFF6B5;
border: 1px solid rgba(0,0,0,0);}

.row-fluid .span4 .thumbnail video {
    width: 100%;
    height: 121px;
}

.container {
    width: 100%;
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 98%;
}

.small-screens {
     display: none!important;
 }

/* CLEAR STYLE */

#header .navbar,
.film #header .navbar,
.mainsite_film_page .span12.details {
    background: none;
}
.mainsite_film_page .details .left-col .btn.btn-small {
    text-shadow: none;
}
.mainsite_film_page .details .left-col .btn.btn-small.active,
.mainsite_film_page .details .left-col .btn.btn-small:hover {
    text-shadow: none;
}
.mainsite_film_page h1,
.mainsite_film_page .details .left-col #about .text {
    color: #FFF;
}
.mainsite_film_page .details .laurels {
    padding: 5px;
}
.mainsite_film_page .details .left-col a,
.mainsite_film_page .details .metadata a {
    color: #BAD5FF;
}
.mainsite_film_page .details .left-col a:hover,
.mainsite_film_page .details .metadata a:hover {
    color: #d9e8ff;
}

ul.metadata li span.key {
    background: rgba(222, 222, 222, 0.14);
    color: #FFF;
}
ul.metadata {
    color: #FFF;
}
ul.metadata li span {
    border-bottom: 1px solid #D8D8D8;
}

.film .actions .btn-clear-border {
    border: 1px solid #BAD5FF;
    background: none!important;
    color: #BAD5FF!important;
    margin: 3px 10px 0 0;
    display: block;
    padding: 5px 10px;
    border-radius: 2px!important;
    font-size: 12px;
    text-shadow: none;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.film .actions .btn-clear-border:hover {
    background: none!important;
    box-shadow: none;
    color: #d9e8ff!important;
    border: 1px solid #d9e8ff;
}

.dark .footer,
.film .footer,
.film #footer_wrapper {
    background: none;
}

.btn-center {
    border: 1px solid #FFF;
    background: transparent!important;
    color: #FFF!important;
    font-weight: bold;
    border: 1px solid #FFF;
}

.btn-center:hover {
    border: 1px solid #355FCF;
    background: #3F89F9!important;
    color: #FFF!important;
    font-weight: bold;
    border: 1px solid #3F89F9;
}

.white_footer .btn-center {
    border: 1px solid #355FCF;
    background: transparent!important;
    color: #355FCF!important;
    font-weight: bold;
    border: 1px solid #355FCF;
}

.white_footer .btn-center:hover {
    border: 1px solid #355FCF;
    background: #3F89F9!important;
    color: #FFF!important;
    font-weight: bold;
    border: 1px solid #3F89F9;
}

.dark #tweets_carousel {
    background: rgb(37, 37, 37);
    background: rgba(255, 255, 255, 0.71);
    border: 0px solid #FFF;
    border-radius: 1px;
    background: rgb(255, 255, 255);
    background: #F2F2F2;
    color: #151515;
        display: block;
    width: 85.5%;
    padding: 0 1.95%;
    margin: 0 auto;
    /*max-height: 435px;*/
    /*min-height: 320px;*/
}
.dark #tweets_carousel .left_button,
.dark #tweets_carousel .right_button,
.dark #tweets_carousel .status a {
    color: #3773F1;
}
.dark #tweets_carousel .left_button:hover,
.dark #tweets_carousel .right_button:hover,
.dark #tweets_carousel .status a:hover {
    color: #0047FF;
}

#main_section #tweets_carousel {
    width: 96.1%;
    margin: 0;
    /*padding-bottom: 10px;*/
    background: #EDEDED;
    box-shadow: inset 0px 3px 3px #DDD;
    border-bottom: 1px solid #E6E6E6;
}

.home #footer_wrapper,
.about #footer_wrapper{
    width: 88%;
    min-width: 88%;
    margin: auto;
}

.explore_selector {
    background: rgba(255, 255, 255, 0.28);
}
/* END CLEAR STYLE */

@media (min-width: 1200px) {
    .row-fluid .span4 .thumbnail {
     height: 233px;
    }
    .row-fluid .span4 .thumbnail video {
    height: 140px;
    }
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 98%;
    }
}

@media (min-width: 1800px) {
    .tile_box.search .tile .caption {
        width: 47%;
        max-width: inherit;
    }
    .tile_box.search .tile .caption.image {
        width: 41%;
    }
}

@media (min-width: 1700px)and (max-width:1799px) {
    .tile_box.search .tile .caption {
        width: 44%;
        max-width: inherit;
    }

    .tile_box.search .tile .caption.image {
        width: 44%;
    }
}

@media (min-width: 1518px) and (max-width:1699px) {
    .tile_box.search .tile .caption {
        width: 41.5%;
        max-width: 260px;
    }
    .tile_box.search .tile .caption.image {
        width: 48%;
    }
    #explore_films .tile_box .tile {
        width: 14%;
    }
}

@media (min-width: 1518px) {

    .tile_box .tile .caption p {
        font-size: 18px;
        line-height: 22px;
    }
    .tile_box.search .tile .caption p {
        font-size: 16px;
        line-height: 20px;
    }
    .tile_box.search .tile .caption .snippet p {
        font-size: 14px;
        line-height: 18px;
    }
    .tile_box .tile .caption {
        height: 135px;
        min-height: 135px;
    }
    .tile_box.search .tile .caption {
        height: 140px;
        min-height: 140px;
    }
    .tile_box.search .tile:hover .caption {
        height: 270px;
        min-height: 270px;
    }
    .modal-full.modal.fade, .modal-full.modal.fade.in {
        top: auto;
    }
}

@media (max-width: 1618px) {
    .tile_box.wide .menu_link {
        font-size: 14px;
        padding: 3px 5%;
        width: 90%;
    }
}

/* Inc Ipad 1024px wide 4:3 */
@media (max-width: 1518px) {
    .features-pagination {
        width: 100%;
        margin: 0;
        float: left;
    }
    .tile_box.search .tile {
    }
    .tile_box.search .tile .caption .buttons {
        display: none;
    }
    .tile_box.search {
        padding-bottom: 20px;
    }
    .options-bar {
        margin-bottom:15px;
    }

    .tile_box .tile .caption {
        height: 107px;
        min-height: 107px;
        height: auto;
        height: 107px;
        padding: 12px;
    }
    .tile_box.posters .tile .caption {
        height: 120px;
        min-height: 120px;
        margin-bottom: 5%;
    }
    .mainsite_film_page .span12 {
        padding: 0 12%;
    }
    .mainsite_film_page .span12.related_films {
        padding: 20px 13%;
    }
    .full-width-text {
        display: none;
    }
    .carousel-inner.side_panel .caption {
        padding: 1.5% 2% 38% 1%;
    }
    .carousel-inner.side_panel .caption h5 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 5px;
    }
    .player .carousel-inner.side_panel .caption {
        font-size: 14px;
        line-height: 20px;
    }
    .modal.fade, .modal.fade.in {
        top: 10%;
    }
    .modal-full.modal.fade, .modal-full.modal.fade.in {
        top: auto;
    }
    .modal #about_journeyman {
        width: 51%;
        padding: 4% 3% 2% 6%;
    }
    #tweets .status {
        font-size: 12px;
        line-height: 14px;
    }
    #about_journeyman blockquote {
        font-size: 20px;
    }
    #about_journeyman blockquote:before {
        font-size: 50px;
        left: -30px;
        top: -20px;
    }
    ul.communities, ul.communities li {
        font-size: 12px;
        line-height: 14px;
    }
    ul.communities li .join input {
        width: 160px;
    }
    /*.playlist .tile_box.posters .caption {*/
        /*width: 92%;*/
        /*height: 86%;*/
        /*float: left;*/
        /*margin-top: 0;*/
        /*padding: 4%;*/
        /*top: 0;*/
    /*}*/
    /*.playlist .tile_box.posters .caption h4 {*/
        /*padding: 0;*/
        /*margin: 0;*/
        /*font-size: 12px;*/
        /*line-height: 14px;*/
    /*}*/
    /*.playlist .tile_box.posters .caption p {*/
        /*font-size: 12px;*/
        /*line-height: 13px;*/
        /*margin-top: 6px;*/
    /*}*/
}

@media (min-width: 1370px) and (max-width: 1518px) {
    .tile_box.search .tile .caption {
        max-width: 204px;
    }
}

/* Above Ipad 1340px wide Letterbox */
@media (max-width: 1370px) {
    .mainsite_film_page .span12 {
        padding: 0 12%;
    }

    .mainsite_film_page .span12.related_films {
        padding: 20px 18%;
    }
    .global-slide-page {
        margin: 0 7% 20px;
        width: 86%;
    }
    .carousel-inner.side_panel .caption .editorial {
        font-size: 12px;
        line-height: 16px;
    }
    #shorts_carousel .carousel-inner.side_panel .caption .editorial {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 5px;
    }
    #features_carousel .carousel-inner.side_panel .caption h4 {
        font-size: 20px;
        line-height: 26px;
    }
    #features_carousel .carousel-inner.side_panel .caption span.metadata {
        font-size: 12px;
        line-height: 16px;
    }
    .home .web_service_links {
        margin: 0px 10px 0px 0;
    }
    .home .web_service_links li a img {
        width: 75px;
    }
    .home .web_service_links > li > ul > li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .home .web_service_links > li {
        margin: 5px 0 0;
    }
    .home .web_service_links li a {
        font-size: 12px;
        margin: 0;
    }
    .home .web_service_links li .btn {
        margin: 7px 0 10px;
        padding: 6px 12px;
        font-size: 14px;
    }
    .tile_box.wide .menu_link {
        font-size: 14px;
        padding: 5px 5%;
        width: 90%;
        margin: 0;
    }

    .tile_box.wide .columns {
        -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
    }

}

@media (min-width: 1200px) {

    .nav-logo {
        width: 285px;
        height: 42px;
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymanpictures_globe_logo_header.png?86e2f9e5f40a");
        margin-right: 0px;
    }
    .film-trailer .nav-logo {
        background-image: url(https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymanpictures_globe_logo_header_white.png?8c93bd18ddbc)!important;
    }
    .navbar .about-menu {
        display: block;
    }
    .navbar .about-menu .btn-group {
        padding-right: 0px;
    }
    .dark .navbar-inner .nav-logo,
    .film .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymanpictures_globe_logo_header_white.png?8c93bd18ddbc");
    }
    .foot-logo {
        width: 404px;
        height: 60px;
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymanpictures_globe_logo_medium_white.png?8c93bd18ddbc");
    }
    .white_footer .foot-logo {
        width: 404px;
        height: 60px;
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymanpictures_globe_logo_medium.png?e241d13f3c7e");
    }
    .navbar .btn#about-link .caret {
        margin: 20px 10px 0px;
    }
}

/* Above Ipad 1024px wide 4:3 */
@media (max-width: 1200px) {
    .mainsite_film_page .span12 {
        padding: 0 8%;
    }
    .mainsite_film_page .span12.related_films {
        padding: 20px 12%;
    }
    .tile_box.search .tile .film_image {
        width: 75%;
        padding-bottom: 42%;
        float: left;
    }
    .tile_box.wide .columns {

        -webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
            -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    }

    .tile_box.wide .menu_link {
        font-size: 14px;
        padding: 5px 5%;
        width: 90%;
    }
    .about #content_inner_wrapper > .container {
        width: 90%;
        margin: 10px 5% 20px;
        padding: 0 0 50px 0;
    }
    .navbar-text .btn {
        padding: 4px 8px;
    }
    #header .navbar-form.pull-left input.span2 {
        width: 112px;
    }
    .search #header .navbar-form .input-append input {
        width: 80%;
    }
    .carousel-inner.side_panel .caption h5 {
        font-size: 16px;
        line-height: 20px;
    }
    #shorts_carousel .carousel-inner.side_panel .caption h5.strapline {
        display: none;
    }
    .home .web_service_links a.btn.more-details {
        display: inline-block;
    }

    .tile_box.search .tile .caption {
        height: 107px;
        min-height: 107px;
    }
    .carousel-controls.right {
        top: 30%;
        right: -55px;
    }
    .carousel-controls.left {
        top: 30%;
        left: -55px;
    }
    .search #search_sort_form select {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .dark .navbar-inner .nav-logo,
    .film .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_header_white.png?86e2f9e5f40a");
    }
}

/* Below Ipad 1024px wide 4:3 */
@media (max-width: 1021px) {
    .search #header .navbar .nav.global-slide-controls {
        display: none;
    }
    #side-section .nav-tabs > li > a,
    #side-section .nav-tabs > li > a:hover {
        padding: 10px 10px;
    }
    .tile_box .caption {
        padding: 8px;
    }
    .tile_box.wide .columns {

        -webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
    }
    .tile_box.search .tile {
    }
    .options-bar.search {
        margin-top: 0px;
    }

    .modal #tweets {
        width:90.1%;
        padding: 1% 5%;
        margin: 0;
        display: block;
    }
    .modal #about_journeyman {
        width: 90%;
        padding: 4% 5% 20px 5%;
        display: block;
    }
    .modal #about_journeyman blockquote,
    .modal #about_journeyman p {
        margin: 20px;
    }
    #tweets .status p {
    }

    #tweets .status img {
        width:30px;
    }
    .carousel-inner.side_panel .item-holder, .carousel-inner.base_panel .item-holder {
        display: inline-block;
        width: 100%;
        padding-top: 0px;
        height: auto;
        z-index: 1;
        background-color: transparent;
        padding-bottom: 0px;
    }
    .carousel-controls.right {
        right: -40px;
        top: 30%;
    }
    .carousel-controls.left {
        left: -40px;
        top: 30%;
    }
    .carousel.vertical .next {
      top: 120px;
    }

    .carousel.vertical .prev {
      top: -120px;
    }

    .carousel.vertical .active.left {
      top: -120px;
    }

    .carousel.vertical .active.right {
      top: 120px;
    }
    #features_carousel .carousel-inner > .item {
        background: transparent;
    }

    .carousel-inner.side_panel .film_image_holder {
        width:100%;
        display: inline-block;
        vertical-align: top;
    }

    .carousel-inner.side_panel .caption {
        display: inline-block;
        width: 90%;
        vertical-align: top;
        padding: 15px 5%;
        background: #EFEFEF;
    }
    .carousel .carousel-control {
        top: 30%;
    }
    .tile_box.posters .tile {
        width: 47.9%;
    }
    .carousel-indicators.tile_box.posters .active .film_image {
        width: 100%;
        margin: 0%;
        padding-bottom: 58%;
    }
    .player .film_image_holder.playlist-player {
    width: 100%;
    }
    .player .carousel-inner.side_panel {
        width: 100%;
        background: transparent;
        padding: 0;
    }

    .player .carousel-inner.side_panel .caption {
        display: inline-block;
        width: 90%;
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
        padding: 1% 5% 25%;
    }
    .player .carousel-inner.side_panel .caption h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .player .carousel-inner.side_panel .item-holder {
        height: auto;
        padding-bottom: inherit;
    }

    .tile_box.wide .columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    /*.playlist .tile_box.posters .caption p {*/
        /*font-size: 18px;*/
        /*line-height: 24px;*/
    /*}*/
    .tile_box.posters .tile .caption {
        height: 80px;
        min-height: 80px;
    }
    .tile_box .caption h4 {
        font-size: 12px;
        line-height: 16px;
    }
    .tile_box.search .caption h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .tile_box.search .tile .caption {
        height: 110px;
        min-height: 110px;
        overflow: hidden;
    }
    .tile_box.wide .menu_link {
        font-size: 12px;
        padding: 5px 5%;
        width: 90%;
    }
    .film #wrapper {
        background: #F7F7F7;
        background: rgba(0, 0, 0, 0.9);
    }
    .film .film-video {
        padding: 0;
    }
    .mainsite_film_page .span12 {
        padding: 0;
    }
    .mainsite_film_page .span12.related_films {
        padding: 20px 5%;
    }
    .mainsite_film_page .span12.related_films .row-fluid {
        padding: 0;
    }
    .related_films .tile_box .tile .caption {
        height: auto;
        min-height: auto;
    }
    .about #content_inner_wrapper > .container {
        width: 95%;
        margin: 10px 2.5% 20px;
        padding: 0 0 50px 0;
    }
    .web_service_links {
        margin: 0;
    }

    .film_trailer_modal .video.span9 {
        margin: 0px 0 0;
        width: 99.98%;
    }
    .film_trailer_modal .info.span3 {
        margin: 2%;
        width: 96%;
        margin: 3% 5% 10%;
        width: 90%;
    }
    .tile_box.posters .tile .caption-fade {
        display: block;
    }
    #features_carousel .carousel-wrapper,
    #shorts_carousel .player {
        display:none;
    }
    #features_carousel .tile_box.posters .tile,
    #shorts_carousel .tile_box.posters .tile,
    #catalogue .tile_box.posters .tile {
        width: 46.9%;
        height: 0;
        min-height: 0;
        padding: 0 0 52%;
        overflow: hidden;
    }
    #shorts_carousel .tile_box.posters .tile {
        padding: 0 0 55%;
    }
    #features_carousel .tile_box.posters .tile .caption-fade,
    #shorts_carousel .tile_box.posters .tile .caption-fade,
    #catalogue .tile_box.posters .tile .caption-fade {
        display:none;
    }
    .carousel-indicators.tile_box.posters .tile .strapline {
        display: block;
    }
    .carousel-indicators.tile_box.posters .tile .overview {
        display: none;
    }
    #features_carousel .carousel-indicators.tile_box.posters .tile:first-child .overview,
    #features_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .overview{
        display: none;
        font-size: 14px;
        line-height: 18px;
        font-style: normal;
        padding-bottom: 4%;
    }
    #features_carousel .tile_box.posters .tile:first-child,
    #shorts_carousel .tile_box.posters .tile:first-child,
    #catalogue .tile_box.posters .tile:first-child,
    #features_carousel .tile_box.posters .tile:nth-child(6),
    #shorts_carousel .tile_box.posters .tile:nth-child(6) {
        width: 98%;
        padding-bottom: 70%;
        overflow: inherit;
        height: auto;
    padding-bottom: 0;
    }
    #features_carousel .tile_box.posters .tile .film_image_holder,
    #shorts_carousel .tile_box.posters .tile .film_image_holder,
    #catalogue .tile_box.posters .tile .film_image_holder  {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #features_carousel .tile_box.posters .tile:first-child .film_image_holder,
    #shorts_carousel .tile_box.posters .tile:first-child .film_image_holder,
    #catalogue .tile_box.posters .tile:first-child .film_image_holder,
    #features_carousel .tile_box.posters .tile:nth-child(6) .film_image_holder,
    #shorts_carousel .tile_box.posters .tile:nth-child(6) .film_image_holder {
        padding-bottom: 56%;
    }
    .carousel-indicators.tile_box.posters .film_image {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #features_carousel .tile_box.posters .tile.active .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile.active .film_image_holder .film_image,
    #catalogue .tile_box.posters .tile.active .film_image_holder .film_image{
        margin: 0%;
        box-shadow: none;
    }
    #features_carousel .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder,
    #catalogue .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder,
    #features_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder{
        padding-bottom: 55%;
    }
    #features_carousel .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder .film_image,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder .film_image,
    #catalogue .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder .film_image,
    #features_carousel .carousel-indicators.tile_box.posters .tile.active:first-child .film_image_holder .film_image,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile.active:first-child .film_image_holder .film_image,
    #catalogue .carousel-indicators.tile_box.posters .tile.active:first-child .film_image_holder .film_image,

    #features_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #catalogue .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #features_carousel .carousel-indicators.tile_box.posters .tile.active:nth-child(6) .film_image_holder .film_image,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile.active:nth-child(6) .film_image_holder .film_image{
        width: 104%;
        margin: -3.1% 0 0 -2%;
        padding-bottom: 58%;
        position: absolute;
    }
    #features_carousel .tile_box.posters .tile:first-child .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile:first-child .film_image_holder .film_image,
    #catalogue .tile_box.posters .tile:first-child .film_image_holder .film_image,
    #features_carousel .tile_box.posters .tile.active:first-child .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile.active:first-child .film_image_holder .film_image,
    #catalogue .tile_box.posters .tile.active:first-child .film_image_holder .film_image,

    #features_carousel .tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #features_carousel .tile_box.posters .tile.active:nth-child(6) .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile.active:nth-child(6) .film_image_holder .film_image{
        width: 100%;
        margin: 0;
        padding-bottom: 56%;
    }
    #features_carousel .tile_box .tile .caption {
        height: 0;
        min-height: 0;
        padding-bottom: 45%;
    }
    #shorts_carousel .tile_box .tile .caption,
    #catalogue .tile_box .tile .caption {
        height: 0;
        min-height: 0;
        padding-bottom: 65%;
    }
    #features_carousel .tile_box .tile:first-child .caption,
    #shorts_carousel .tile_box .tile:first-child .caption,
    #catalogue .tile_box .tile:first-child .caption,

    #features_carousel .tile_box .tile:nth-child(6) .caption,
    #shorts_carousel .tile_box .tile:nth-child(6) .caption{
        padding-bottom: 16%;
        height: auto;
    padding-bottom: 0;
    }
    #features_carousel .tile_box.posters .caption h4,
    #shorts_carousel .tile_box.posters .caption h4,
    #catalogue .tile_box.posters .caption h4 {
        white-space: normal;
    }
    #features_carousel .tile_box .tile .caption p,
    #shorts_carousel .tile_box .tile .caption p,
    #catalogue .tile_box .tile .caption p {
        font-size: 18px;
    line-height: 22px;
    }
    #features_carousel .tile_box .tile .caption p.strapline,
    #shorts_carousel .tile_box .tile .caption p.strapline,
    #catalogue .tile_box .tile .caption p.strapline {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .search #header {
        position: fixed;
        width: 100%;
    }
    .search #header .navbar {
        background: rgba(255, 255, 255, 0.88);
        min-height: 70px;
    }
    .search #main_section {
        width: 96%;
        margin: 65px 2% 0;
    }
    .search #side-section {
        position: fixed;
    }
    .search .row-fluid .span9.main-section {
        margin-left: 27.076923076923077%;
        width: 72.46808510638297%;
    }
    .carousel-indicators.tile_box.posters {
        background: none;
        padding-bottom: 50px;
    }

    .carousel-indicators.tile_box.posters .tile {
        color: #DADADA;
        background: none;
    }

    .carousel-indicators.tile_box.posters .tile:hover,
    .carousel-indicators.tile_box.posters .tile.active{
        color: #FFFFFF;
    }

    .carousel-indicators.tile_box.posters .film_image_holder {
        background: rgba(0, 0, 0, 1);
            -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .carousel-indicators.tile_box.posters .tile:hover .film_image_holder,
    .carousel-indicators.tile_box.posters .tile.active .film_image_holder{
        background: rgba(0, 0, 0, 0);
    }
    .navbar .btn#about-link .caret {
        border-top: 4px solid #000;
    }
}

@media (max-width: 1021px) and (min-width: 768px) {
    .row-fluid .span4 .thumbnail {
     height: 174px;
    }
    .row-fluid .span4 .thumbnail video {
    height: 91px;
    }
    .card-form.span12, .row-fluid [class*="span"]:first-child .card-form.span12 {
        width: 190px;
    }

    .tile_box.wide .columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .tile_box.wide .menu_link {
        font-size: 14px;
        padding: 8px 5%;
        width: 90%;
    }
    .tile_box .tile {
        width: 49%;
    }
    .tile_box.wide .tile {
        width: 24.6%;
    }
    .tile_box.search .tile {
        width: 48.3%;
    }
    .section_page .row-fluid .col-2.span4,
    .section_page .row-fluid .col-2.span8 {
        width: 100%;
    }
    .tile_box .tile.feature:first-of-type {
        width: 100%;
    }
    .tile_box .tile.feature .caption {
        height: 170px;
        min-height: 170px;
    }
    .section_page .row-fluid .col-2.span7 {
        width: 54%;
    }
    .section_page .row-fluid .col-2.span5 {
        width: 45%;
        margin-left: 0%;
    }
    .carousel-indicators {
        top: 70px;
        right: 25px;
    }
}

@media (max-width: 1021px) {

    #modal-search .modal-header {
        padding: 1px 3px;
    }

    #modal-search {
        height: 100%;
    }

    #modal-search .modal-body {
        padding: 0 3%;
        width: 94%;
    }
    .modal-header .close {
        padding: 10px;
    }

    #header .navbar-form.pull-left input.span2 {
        width: 150px;
    }
    #header.clear .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
    #header.clear .nav-collapse .nav > li {
        float: left;
    }
    /*.navbar .btn-navbar {*/
        /*display: none;*/
    /*}*/
    /*.nav-collapse, .nav-collapse.collapse {*/
        /*height: auto;*/
        /*overflow: visible;*/
        /*clear: none;*/
    /*}*/
    #header.clear .open > .dropdown-menu {
        display: block;
    }
    #header.clear .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

    .footer span.footer_break {
        float: left;
        clear: left;
    }

    #side-section .nav-tabs > li > a,
    #side-section .nav-tabs > li > a:hover {
        padding: 10px 5px;
        font-size: 12px;
    }

    #side-section .nav-tabs > .active > a,
    #side-section .nav-tabs > .active > a:hover {
        padding: 10px 10px;
        font-size: 12px;
    }

    .video-page .nav-tabs > li > a {
        padding: 8px;
        font-size: 12px;
    }

    .video-page .tab-pane#about table {
        font-size: 11px;
        padding: 2px;
    }
    .tile_box.search .tile {
        width: 47.3%;
    }
    .tile_box.search .tile .caption {
        height: 107px;
        min-height: 107px;
        width: 43%;
    }
    #header .navbar .navbar-inner.primary .nav {
        clear: left;
        height: auto;
        margin: 0px 0 0 1%;
        width: 99%;
    }
    .navbar .nav > li {
        float: left;
        width: 33%;
        text-align: center;
    }
    #header .navbar .nav > li > a {
        padding: 4px 8px;
        font-size: 11px;
    }
    #shorts_carousel .carousel-inner.side_panel .caption h5.strapline {
        display: none;
    }
    .carousel-inner.side_panel .caption .editorial {
        display: block;
    }
    #features_carousel .carousel-inner > .item .caption .editorial  {
        font-size: 14px;
        line-height: 16px;
    }
    .home .web_service_links {
        margin-top: 10px;
    }
    .home .web_service_links li a img {
        width: 90px;
        margin: 4px 5px 5px 0px;
    }
    .home .web_service_links li.right {
        float: right;
        margin: 5px 0;
    }
    .home .web_service_links li a.btn.more-details {
        display: none;
    }
    .dark #tweets_carousel {
        max-height: none;
    }
}

@media screen and (max-width: 767px) {
    #header .navbar-form.pull-left input.span2 {
        width: 110px;
    }
    #header .navbar-form input.span2,
    #modal-search input.span2 {
        width: 90%;
    }

    #header .navbar-form .input-append,
    #modal-search .input-append {
        width: 100%;
    }

    #header .navbar-form#global_search,
    .global_search {
        width: 98%;
        padding: 0 1%;
        margin: 0;
    }
    #header .navbar-form#global_search {
        display: none;
    }
    .search #header .navbar-form#global_search {
        display: block;
    }
    #header .navbar-form.pull-left input.span2 {
        width: 85%;
    }
    #header .navbar .nav > li > a {
        background: #EEEEEE;
    }
     .large-screens {
         display: none!important;
     }
    .small-screens {
         display: block!important;
     }
    .small-screens.inline {
         display: inline-block!important;
     }
    .small-screens.table {
         display: table!important;
     }
    .metadata.small-screens {
         display: table!important;
        padding: 20px 0 10px;
     }
    .mailinglist_modal {
        padding: 4% 8%;
    }
    .mailinglist_modal .options {
        padding: 0px 2% 20px;
        width: 96%;
        display: block;
    }
    .mailinglist_modal .details {
        padding: 0px 8% 20px;
        width: 84%;
        display: block;
    }
    .metadata .key {
        width: 30%;
    }
    .main-section .row-fluid,
    #side-section .row-fluid {
        width: 94%;
        padding: 0 3% 20px;
    }
    .row-fluid .span4 .thumbnail {
        height: auto;
    }

    .row-fluid .span4 .thumbnail video {
        height: auto;
    }

    #main_section.homepage .overlay .input-append input[class*="span"] {
        display: inline-block;
        width: 70%;
    }

    #main_section.homepage .overlay input[class*="span2"] {
        display: inline-block;
        width: 30%;
    }

    #header.clear .navbar-static-top {
        margin-right: 0px;
    }

    #header.clear .navbar-inner .container {
        width: 90%;
    }

    #header .navbar-text,
    #header .navbar-text p {
        margin-bottom: 0;
        line-height: 30px;
    }
    .navbar .btn-navbar {
        display: block;
    }
    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }
    #header .navbar .btn-group {
        margin: 5px 0px;
    }
    #header .navbar .btn-group .btn {
        padding: 4px 8px;
    }
    #header .navbar .pull-right .btn-group .btn {
        padding: 6px 8px 0;
    }
    #header .navbar-text p.pull-left {
        padding: 7px 10px 0px 0px;
    }
    #header .navbar .btn-group .btn .caret {
        display: none;
    }
    #header .navbar .about-menu .btn-group .btn .caret {
        display: block;
        margin: 12px 5px 0px;
        float: right;
        border-top: 4px solid #000;
    }
    .film #header .navbar .about-menu .btn-group .btn .caret {
        border-top: 4px solid #FFF;
    }
    .nav-logo {
        width: 155px;
        height: 30px;
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
        margin:6px 5px 2px 3px;
        padding: 0;
    }
    .film-trailer .nav-logo {
        background-image: url(https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645)!important;
    }
    #about-link .nav-logo {
        margin: 0;
    }
    .dark .navbar-inner .nav-logo,
    .film .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645");
    }
    /* CLEAR STYLE */
    .dark .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
    }
    /* END CLEAR STYLE */

    .modal.film-trailer .close {
        margin-top: 0;
    }
    .modal .nav-logo {
        margin: 6px 5px 2px 4px;
        margin: 7px 5px 2px 10px;
    }
    .modal .payment-summary .nav-logo {
        width: 155px;
        height: 30px;
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97")!important;
        margin:0px 5px 10px 0px;
        padding: 0;
        background-size: cover!important;
    }
    .white_footer .foot-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
    }





    #header.clear .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }

    #header.clear .nav-collapse .nav > li {
        float: left;
    }

    #header.clear .open > .dropdown-menu {
        display: block;
    }

    #header.clear .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

    #header.clear .dropdown-menu li > a {
        white-space: normal;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: 0px;
        margin-left: 0px;
    }

    #main_section {
        padding-top: 5px;
    }
    .global-slide-page {
        margin: 0;
        width: 100%;
    }
    h3 {
        font-size: 20.5px;
        margin: 0;
        margin: 0 0 10px;
        line-height: 30px;
    }
    h3.bar-title:before, h3.bar-title:after {
        top: 0.9em;
    }

    #bgvid.video-js video {
        display: none;
    }
    .card-form.span12, .row-fluid [class*="span"]:first-child .card-form.span12 {
        width: 80%;
    }

    .section_page .row-fluid .col-2[class*="span"] {
        width:100%;
    }
    .about .tiles .tile .image .icon {
            font-size: 4em;
            margin: auto;
            display: block;
            width: 80%;
    }
    .tile_box .tile {
        width: 100%;
    }
    .tile_box .film_image .length {
        padding: 15px;
        font-size: 16px;
    }
    .tile_box.wide .tile {
        width: 32.3%;
    }
    .tile_box.wide .columns {

        -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    }
    .tile_box.wide .menu_link {
        font-size: 12px;
        padding: 5px 5%;
        width: 90%;
    }
    .tile_box.search .tile .caption.image .film_image_link {
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .tile_box.search .tile .caption.image .snippet {
        width: 100%;
        padding: 15px 0 0;
        margin: 0;
    }
    .tile_box.search .tile .caption.image .snippet p {
        margin: 0;
    }
    .tile_box.search .tile .caption p {
        font-size: 13px;
        line-height: 15px;
        margin: 5px 5px 10px 0px;
        text-align: justify;
    }
    .carousel-indicators {
        top: 70px;
        right: 25px;
    }
    .input-prepend span.small {
        font-size:10px;
    }

    .tile_box.posters .tile {
        width: 98%;
        display: block;
    }
    .tile_box.posters li {
        position: relative;
        display: block;
    }

    .carousel-indicators.tile_box .film_image_holder {
        position: relative;
        display: block;
    }

    .carousel-indicators.tile_box.posters .active .film_image {
        width: 101%;
        margin: -0.5%;
        padding-bottom: 57%;
        position: relative;
    }
    .home #wrapper {
        background:#FFF;
    }
    #features_carousel, #shorts_carousel {
        margin-bottom: 20px;
        background: #E4E4E4;
    }
    #shorts_carousel .player .item .film_image_holder {
        display: block;
    }
    #features_carousel .tile_box.posters .tile:first-child,
    #shorts_carousel .tile_box.posters .tile:first-child,
    #catalogue .tile_box.posters .tile:first-child,
    #features_carousel .tile_box.posters .tile:nth-child(6),
    #shorts_carousel .tile_box.posters .tile:nth-child(6) {
        width: 98%;
        padding-bottom: 75%;
        overflow: hidden;
        height: auto;
    padding-bottom: 0;
    }
    #features_carousel .tile_box .tile:first-child .caption,
    #shorts_carousel .tile_box .tile:first-child .caption,
    #catalogue .tile_box .tile:first-child .caption,
    #features_carousel .tile_box .tile:nth-child(6) .caption,
    #shorts_carousel .tile_box .tile:nth-child(6) .caption{
        padding-bottom: 18%;
        height: auto;
    padding-bottom: 0;
    }
    #features_carousel .tile_box.posters .tile:first-child .film_image_holder,
    #shorts_carousel .tile_box.posters .tile:first-child .film_image_holder,
    #catalogue .tile_box.posters .tile:first-child .film_image_holder,
    #features_carousel .tile_box.posters .tile:nth-child(6) .film_image_holder,
    #shorts_carousel .tile_box.posters .tile:nth-child(6) .film_image_holder{
        padding-bottom: 56%;
    }
    #features_carousel .tile_box.posters .tile:first-child .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile:first-child .film_image_holder .film_image,
    #catalogue .tile_box.posters .tile:first-child .film_image_holder .film_image,
    #features_carousel .tile_box.posters .tile.active:first-child .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile.active:first-child .film_image_holder .film_image,
    #catalogue .tile_box.posters .tile.active:first-child .film_image_holder .film_image,

    #features_carousel .tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #features_carousel .tile_box.posters .tile.active:nth-child(6) .film_image_holder .film_image,
    #shorts_carousel .tile_box.posters .tile.active:nth-child(6) .film_image_holder .film_image {
        width: 100%;
        margin: 0;
        padding-bottom: 56%;
    }
    #features_carousel .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder,
    #catalogue .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder,
    #features_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder{
        padding-bottom: 56%;
    }
    #features_carousel .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder .film_image,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder .film_image,
    #catalogue .carousel-indicators.tile_box.posters .tile:first-child .film_image_holder .film_image,
    #features_carousel .carousel-indicators.tile_box.posters .tile.active:first-child .film_image_holder .film_image,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile.active:first-child .film_image_holder .film_image,
    #catalogue .carousel-indicators.tile_box.posters .tile.active:first-child .film_image_holder .film_image,

    #features_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile:nth-child(6) .film_image_holder .film_image,
    #features_carousel .carousel-indicators.tile_box.posters .tile.active:nth-child(6) .film_image_holder .film_image,
    #shorts_carousel .carousel-indicators.tile_box.posters .tile.active:nth-child(6) .film_image_holder .film_image {
        width: 100%;
        margin: 0;
        padding-bottom: 56%;
    }
    .player .carousel-inner.side_panel {
        background: transparent;
        display:none;
    }
    #tweets_carousel .right_button {
        display: none;
    }
    .carousel-inner > .item {
        display: block;
        margin-bottom: 10px;
        background: transparent;
    }
    .carousel.vertical .next {
      top: inherit;
    }

    .carousel.vertical .prev {
      top: inherit;
    }

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
      top: inherit;
    }

    .carousel.vertical .active.left {
      top: inherit;
    }

    .carousel.vertical .active.right {
      top: inherit;
    }
    .carousel-inner > .next, .carousel-inner > .prev {
        position: relative;
        top: inherit;
        width: 100%;
    }
    .carousel-inner > .item .caption h4, #shorts_carousel .player .caption h4 {
        padding-bottom: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 26px;
    }
    .carousel-inner > .item .caption .metadata {
        padding-bottom: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
    }
    .carousel-inner > .item .caption h5,
    .player .carousel-inner.side_panel .caption h5 {
        padding-bottom: 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
    }
    #tweets_carousel .carousel-inner .status p {
        font-size: 17px;
        line-height: 24px;
    }
    #header .navbar-inner {
        padding: 0;
        min-height: 40px;
    }
    /*#shorts_carousel .playlist, #shorts_carousel .player .playlist-player {*/
        /*display: none;*/
    /*}*/
    #shorts_carousel .player {
        background: none;
        padding-bottom: 10px;
    }
    #features_carousel .carousel-controls {
        display: none;
    }
    #search_year_form {
        padding: 0 5px 5px;
        margin: 0 0 5px;
    }
    #search_year_form select,
    #search_year_form .btn-large,
    #search_year_form h4 {
        font-size: 12px;
    }
    #search_year_form .btn-large {
        padding: 5px;
        margin: 5px;
    }
    .film #header .navbar .nav.global-slide-controls {
        display: none;
    }
    .film #content_inner_wrapper {
        background: #F7F7F7;
        background: none;
    }
    .dark #content_inner_wrapper {
        background: #222;
        background: none;
    }
    .mainsite_film_page .details .right-col,
    .mainsite_film_page .details .left-col {
        padding:30px 5% 0px;
    }
    .mainsite_film_page .details .right-col .actions,
    .film_control.actions {
        padding: 0;
    }
    .mainsite_film_page .span12 {
        padding: 0;
    }
    .mainsite_film_page .details .left-col #filmmakers img {
        width: 30%;
        margin: 20px 20px 3px 0;
    }
    .mainsite_film_page .details .left-col #filmmakers,
    .mainsite_film_page .details .left-col #discuss {
        padding: 10px 20px 30px;
        margin: 0 0 20px;
    }
    .mainsite_film_page .details .left-col .text {
        font-size: 13px;
        line-height: 18px;
    }
    .related_films .tile_box .tile {
        width:48%;
    }
    .search .options-bar {
        margin: 0 3% 15px;
    }
    .pagination-top {
        display: none;
    }
    .search .small-screen-search-btn {
        display: none!important;
    }

    #year_choices.collapse, #country_choices.collapse {
        height: 0;
    }

    #year_choices.collapse.in, #country_choices.collapse.in {
        height: auto;
    }
    .search .accordion-toggle .current {
        display:inline;
    }
    .modal, .modal.fade, .modal.fade.in {
        top: 0px;
        border: none;
        border-radius: 0;
        width: 100%;
        height:auto;
        margin: 0;
        left: 0;
        padding: 0;
        right: 0;
    }

    ul.communities li .join input {
        width: 80%;
    }
    #modal-payments .modal-body,
    .row-fluid .payment-summary.span6,
    .row-fluid .payment-action.span6{
        display: block;
        border: none;
    }
    #modal-payments .modal-body {
    }
    .modal-body {
        width: 99.8%;
        max-height: inherit;
        min-height: 400px;

    }
    #modal-main.modal,
    .modal-full.modal {
        width: 100%;
        margin: 0;
    }

    .modal #tweets {
        width: 90%;
    }
    .payment-summary table {
        width: 100%;
    }
    #header #nav_basket_items {
        display: none;
    }
    .navbar .btn-group .nav_basket .btn {
        margin-top: 10px;
    }
    .about #wrapper {
        background: #EAEAEA;
    }
    .about #content_inner_wrapper > .container {
        width: 100%;
        margin: 0px;
        padding: 0 0 20px;
    }
    .about .google-map {
        height: 200px;
        width:90%;
        margin: 0 5%;
    }
    .view_basket.empty {
        display: block;
    }
    .navbar .about-menu {
        margin-left: 0;
    }
    #main_section #tweets_carousel {
        margin: 0;
    }
    .related_films ul.tile_box {
        margin-left: 0px;
    }
    .catalogue-list-holder, .catalogue .loading {
        display: block;
        float: left;
        width: 94%;
        padding: 10px 3%;
    }
}

@media (max-width: 675px) {
    .tile_box.search .tile {
        width: 100%;
    }
    .tile_box.search .tile .caption {
        height: 130px;
        min-height: 130px;
        width: 45%;
    }
    #features_carousel .tile_box .tile:first-child .caption,
    #shorts_carousel .tile_box .tile:first-child .caption,
    #catalogue .tile_box .tile:first-child .caption {
        padding-bottom: 27%;
        height: auto;
    padding-bottom: 2%;
    }

    #features_carousel .tile_box.posters .tile:first-child,
    #shorts_carousel .tile_box.posters .tile:first-child,
    #catalogue .tile_box.posters .tile:first-child {
        width: 98%;
        padding-bottom: 85%;
        overflow: hidden;
        height: auto;
    padding-bottom: 0;
    }
    #features_carousel .tile_box.posters .tile,
    #shorts_carousel .tile_box.posters .tile,
    #catalogue .tile_box.posters .tile {
        padding: 0 0 70%;
        height:auto;
        padding-bottom: 0;
        float: none;
        display: inline-block;
    }

    #features_carousel .tile_box .tile .caption,
    #shorts_carousel .tile_box .tile .caption,
    #catalogue .tile_box .tile .caption {
        height: 0;
        min-height: 0;
        padding-bottom: 82%;
        height:auto;
        padding-bottom: 15%;
    }
    #explore_films .tile_box .tile .caption.text {
        padding-bottom: 100%;
    }
    .vjs-current-time,
    .vjs-time-divider,
    .vjs-duration,
    .vjs-quality-button,
    .vjs-live-controls {
        display: none;
    }

    .modal.film-trailer .video .loading .spinner,
    .modal .loading .spinner {
        left: 40%;
    }
}

@media (max-width: 451px) {
    .tile_box.search .tile {
        width: 100%;
        margin: 0 1.5% 4% 0;
    }
    .tile_box.search .tile .film_image {
        width: 100%;
        padding-bottom: 58%;
    }
    .tile_box.search .tile .caption,
    .tile_box.search .tile:hover .caption {
        height: auto;
        min-height: auto;
        width: 92%;
        padding: 4%;
    }

    .tile_box.search .tile .caption.image {
        height: auto;
        min-height: auto;
        width: 92%;
        padding: 4% 4% 0;
    }
    .tile_box.search .tile .caption-fade {
        display: none;
    }

    .tile_box.search .tile .caption.image .film_image_link {
        width: 100%;
    }
    .tile_box.search .tile .caption.image .snippet {
        width: 100%;
    }
    .related_films ul.tile_box {
        margin-left: 0px;
    }


    #features_carousel .tile_box.posters .tile,
    #shorts_carousel .tile_box.posters .tile,
    #catalogue .tile_box.posters .tile {
        padding: 0 0 100%;
        height:auto;
        padding-bottom: 0;
        display: inline-block;
        float: none;
    }

    #features_carousel .tile_box .tile .caption,
    #shorts_carousel .tile_box .tile .caption,
    #catalogue .tile_box .tile .caption {
        height: 0;
        min-height: 0;
        padding-bottom: 150%;
        height:auto;
        padding-bottom: 15%;
    }
    #features_carousel .tile_box.posters .tile:first-child,
    #shorts_carousel .tile_box.posters .tile:first-child,
    #catalogue .tile_box.posters .tile:first-child {
        width: 98%;
        padding-bottom: 110%;
        height: auto;
        padding-bottom: 0;
    }

    #features_carousel .tile_box .tile:first-child .caption,
    #shorts_carousel .tile_box .tile:first-child .caption,
    #catalogue .tile_box .tile:first-child .caption {
        padding-bottom: 50%;
        height: auto;
        padding-bottom: 4%;
    }
    #features_carousel .tile_box .tile .caption p,
    #shorts_carousel .tile_box .tile .caption p,
    #catalogue .tile_box .tile .caption p {
        font-size: 14px;
        line-height: 18px;
    }
    #features_carousel .tile_box .tile .caption p.strapline,
    #shorts_carousel .tile_box .tile .caption p.strapline,
    #catalogue .tile_box .tile .caption p.strapline {
        font-size: 16px;
        line-height: 20px;
    }
    #features_carousel .tile_box .tile .caption p.overview,
    #shorts_carousel .tile_box .tile .caption p.overview,
    #catalogue .tile_box .tile .caption p.overview {
        font-size: 12px;
        line-height: 14px;
    }
    .white_footer .foot-logo {
        width: 90%;
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
        margin: auto;
        padding-bottom: 18%;
        height: 0;
    }
    .film-trailer .modal-header .close {
        /*display: none;*/
    }
    .film_trailer_modal .info.span3 {
        margin: 3% 5% 0;
        padding-bottom: 0;
        /*max-height: 435px;*/
        max-height: none;
        min-height: 435px;
        overflow-y: visible;
        width: 90%;
    }
    .film_trailer_modal .info.span3 .overview {
        padding: 0 0 5%;
    }
    .film_trailer_modal .close-button-footer{
        display: block;
    }
    .film_trailer_modal .close-button-footer .close {
        font-size: 30px;
        line-height: 30px;
        margin: 0 10px 30px;
    }
    .modal.film-trailer .video .loading .spinner,
    .modal .loading .spinner {
        top: 32%;
        bottom: 32%;
        left: 34%;
        padding: 0;
    }
    #modal-payments .modal-body {
        min-height: 535px;
    }
}

@media ( max-height: 650px ) {
    .film_trailer_modal .info.span3 {
        /*max-height: 405px;*/
        max-height: none;
        min-height: 405px;
    }
    #modal-payments .modal-body {
        min-height: 505px;
    }
}

@media ( max-height: 600px ) {
    .film_trailer_modal .info.span3 {
        /*max-height: 345px;*/
        max-height: none;
        min-height: 345px;
    }
    #modal-payments .modal-body {
        min-height: 445px;
    }
}

@media ( max-height: 500px ) {
    .film_trailer_modal .info.span3 {
        /*max-height: 245px;*/
        max-height: none;
        min-height: 245px;
    }
    #modal-payments .modal-body {
        min-height: 345px;
    }
}

.film_trailer_modal .info.span3 {
            max-height: inherit;
            overflow-y: visible;
        }


#side-section p.small {
font-size: 0.8em;
}

#side-section .nav-list > .active > a,
.nav-list > .active > a:hover{
  color: #1596C7;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
  background-color: #F7F7F7;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

#side-section .nav-list > li > a {
  padding: 8px 15px;
  color: #000;
   -webkit-transition-property: background color;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -o-transition-property: background color;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: linear;
  -ms-transition-property: background color;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: linear;
  transition-property: background color;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

#side-section .nav-list > li.small > a {
    font-size: 12px;
    box-shadow: inset 0px 1px 2px #DDD;
}

.nav > li > ul > li > a:hover {
text-decoration: none;
background-color: #eeeeee;
}
.nav-list > li > ul > li > a {
padding: 3px 15px;
}
.nav-list > li > ul > li > a, .nav-list .nav-header {
margin-right: -15px;
margin-left: -15px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Film Page Styling
============================================== */


/* Right Section styling
============================================== */

#side-section  { padding-top:0px;}
#side-section .module-top {margin-top:15px;-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;height: 20px;background: #ffd30f;color: #333333;padding: 5px 13px 7px 13px;font-size: 12px;font-weight: 500;}
#side-section .module-top {border-top-left-radius: 0px; border-top-right-radius: 0px;}
#side-section .module-top.top {margin-top:0px;}
#side-section .module-top i { padding-right:10px;}
#side-section .error input, #side-section input.error {border: 1px solid #FFA0A0;}
#side-section form p.error {font-size: 0.8em;
color: #FFA0A0;
margin: -5px 5px 10px;}
#side-section .module {padding: 15px;margin:  0px;}
#side-section .module.titled {padding-top: 0px;}
#side-section .module span {font-size: 11px;}
#side-section .module .w-input { box-sizing: border-box;
width: 100%;}

#side-section .module .label-main {font-weight: 600;font-size: 12px;}
#side-section  .nav-list {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 0;
border-left: 1px solid #DEDEDE;
border-radius: 4px;
border-radius: 0px;}

#side-section .nav-list .nav-list {
padding-right: 15px;
padding-left: 10px;
margin-bottom: 0;
border: none;
border-radius: 4px;
border-radius: 0px;
    margin-left: 0px;
    list-style: none;
    margin: 5px 0px 10px 0px;
      max-height: 250px;
  overflow-y: scroll;

}

#side-section .nav.nav-list > li > ul.nav-list > li > a {
display: block;
font-size: 0.9em;
padding: 4px 15px;
    color: #000;
}

#side-section .nav.nav-list > li > ul.nav-list > li.selected > a {
    background: #CDDEF5;
}

.nav > li > ul > li > a span.itemcount {
    color: #000;
display: inline-block;
background: #FFFFFF;
font-size: 0.8em;
padding: 0px 5px;
border-radius: 2px;
box-shadow: 0px -1px 1px #CBCBCB;
    line-height: 16px;
    margin: 2px 2px 0;
}

#side-section .nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #000;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
  background-color: #DEDEDE;
  border: none;
}

.about #side-section .nav-list > .active > a,
.about .nav-list > .active > a:hover {
    background-color: #DEEBFF;
}

.account #side-section .nav-list {
    text-align: right;
    border: none;
    border-right: 1px solid #DEDEDE;
}

.account .nav.nav-list > li > a {
    border-radius: 20px 0px 0px 20px;
}

.account .nav.nav-list > li > a:hover {
    background-color: #DEDEDE;
    border: none;
}

.account #side-section .nav-list > .active > a,
.account .nav-list > .active > a:hover {
    background-color: #D3E4FF;
    border: none;
}

.account #side-section .module {
    text-align: right;
}

#side-section .accordion-group {
    border: none;
}

#side-section .btn-group.select-radio {
    width: 100%;
}

#side-section .btn-group.select-radio .btn {
    width: 20%;
    padding: 4px 2.6%;
    font-size: 10px;
    font-weight: bold;
    background: #EFEFEF!important;
}

#side-section .btn-group.select-radio .btn:hover {
    background: #dbdbdb !important;
}

#side-section .btn-group.select-radio .btn .icon-radio {
    display:none;
}

#side-section .btn-group.select-radio .btn.active .icon-radio {
    display: inline-block;
}

#side-section .btn-group .btn.active {
    background: #DEDEDE!important;
    box-shadow: none;
    z-index: 0;
}

#side-section #filter_accordion {
    margin-bottom: 10px;
}

.nav-list > .active > a .current {
    color: #3F89F9;
}

.myclips #side-section .nav.nav-list > li.selected > a {
    background: #A8DFFF;
    font-weight: bold;
    color: #000;
}

.myclips #side-section .nav.nav-list > li > ul.nav-list > li.selected > a {
font-weight: normal;
}

.myclips #side-section .nav.nav-list > li > ul.nav-list > li > a i.icon {
color: #CBCBCB;
padding-top: 4px;
    margin: 2px 0px 2px 5px;
}

.myclips #side-section .nav.nav-list > li > ul.nav-list > li.selected > a i.icon {
color: #333;
}

.comment {  border-bottom: 1px dashed #E7E7E7; padding-top:10px;}
.comment-body {font-size: 10px;line-height: 16px;color: grey;*overflow: visible;zoom: 1;}
.comment-heading {color:grey;margin: 0 0 5px;font-size: 12px;font-weight: 600;}
.comment:first-child {padding:0px;}
.comment:last-child {margin-top: 0;border: 0px;}
.comment-object {display: block;margin-top: 3px;}
.comment-heading .time {float: right;font-size: 9px;color: #ACACAC;}
.comment .pull-left {margin-right: 10px;}
.comment .pull-right {margin-left: 10px;}
.comment-list {margin-left: 0;list-style: none;}



@media (max-width: 767px) {
    #side-section {
        padding-top: 0px;
        margin: 2%;
        width: 96%;
    }
    #side-section .btn-group.select-radio .btn {
        width: 26.95%;
    }
}
/* Input styling
============================================== */
select,
input[type='checkbox'],
input[type='radio'],
input[type='button']
{
  -webkit-appearance: none;
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
  color: #444;
  font: inherit;
  margin: 0 1px 0 0;
  text-shadow: 0 1px 0 #F0F0F0;
}

input[type='checkbox']:checked::before {
  -webkit-user-select: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wDBhYcG79aGIsAAACbSURBVBjTjdFBCkFhFAXgj4fp24PBy0SZ2ICRXRgYGb2xlKzBSEo2YgsiKWVoZgFKMjD5X/2Ux6lb99bpnNO5lKMR5i8MsEQHkhJiEzlS9HCqfiFWMUIt3AfsC3KKLCL30Qr7HfM4Ro4h6rhiEqmusIMKuphGqo+ogSPGcbYLzh91vdkXSHDDBk+0gxussS3rNcMCs+D6E18/9gLPPhbDshfzLgAAAABJRU5ErkJggg==");
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
html[dir='rtl'] input[type='checkbox']:checked::before {
  -webkit-transform: scaleX(-1);
}
input[type='radio']:checked::before {
  background-color: #666;
  border-radius: 100%;
  bottom: 3px;
  content: '';
  display: block;
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
}
select {
  -webkit-appearance: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC), -webkit-linear-gradient(#EDEDED, #F3F3F3 38%, #FDFDFD);
  background-position: right center;
  background-repeat: no-repeat;
}
select {
  min-height: 2em;
  min-width: 4em;
  font-size: 11px;
}
html[dir='rtl'] select {
  background-position: center left;
}
input[type='checkbox'] {
  bottom: 0px;
  height: 13px;
  position: relative;
  vertical-align: middle;
  width: 13px;
}
input[type='radio'] {
  /* OVERRIDE */

  border-radius: 100%;
  bottom: 0px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}

.radio,
.checkbox {
  margin: 0.65em 0;
}
select:focus,
input[type='checkbox']:focus,
input[type='radio']:focus
 {
  -webkit-transition: border-color 200ms;
  border-color: #4d90fe;
  outline: none;
}

select:disabled {
  background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
  border-color: rgba(80, 80, 80, 0.2);
  box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
  color: #aaa;
}
select:disabled {
background-image: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAAXNSR0IArs4c6QAAAAd0SU1FB9sLAxYEBKriBmwAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAABLSURBVCiRY2CgA4gC4jQ8OIpokxKBoKGh4T8uDJIn2rD///8rLFiwYCE2g0DiIHkSfIndQLIMwmYgRQYhG/j27dsmig1CMpCVGHUAo8FcsHfxfXQAAAAASUVORK5CYII=") 1 x), -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);}
input[type='checkbox']:disabled,
input[type='radio']:disabled {
  opacity: .75;
}

select:hover:enabled,
input[type='checkbox']:hover:enabled,
input[type='radio']:hover:enabled
 {

  background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
  color: black;
}
select:hover:enabled {

  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC"), -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
}
select:active:enabled,
input[type='checkbox']:active:enabled,
input[type='radio']:active:enabled
{
  background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
  box-shadow: none;
  text-shadow: none;
}
select:active:enabled {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC"), -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);}

label {
    font-weight: bold;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin: 2px 10px 0 0px;
}
/* Footer
-------------------------------------------------- */

.footer {
  position: relative;
  padding:  0;
  border-top: 1px solid #CFE2FF;
    border-top: 3px solid #6EA7FF;
    border-top:none;
    background-color: #1D1D1D;
    top: inherit;
    bottom: 0;
    margin-top: inherit;
    width: 100%;
    min-height: 363px;
}


.footer .contacts {
    margin-bottom: 0;
    color: #A8A7A7;
    font-size: 11px;
    padding: 30px 10px 20px;
    text-align: center;
    display: block;
}

.footer .contacts.copyright {
    padding: 10px 10px 30px;
}

.footer a {
    color: #BCD3FF;
}
.footer a:hover {
    color: #d2e2ff;
}

.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}
.foot-logo {margin-right:25px;opacity: 1;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 500ms;}
.foot-logo:hover {opacity: 0.8;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 500ms;}


.footer .pagination ul > li:first-child a,
.footer .pagination ul > li:last-child a {
    background: #FFF;
}

.footer .contacts {
    text-align: center;
}

.developer_link {
    float:right;
    clear: right;
    font-size: 12px;
    padding: 30px 10px 20px;
    color: #bbb;
}

.white_footer .footer {
    background-color: #FFF;
    border-top: 1px solid #E8E8E8;
    background-color: #DCE9FF;
    border-top: 1px solid #D0E1FF;
    min-height: 402px;
}

.search.white_footer .footer {
    background-color: #FFF;
    border-top: 2px solid #DDD;
}

.white_footer .footer a {
    color: #2E80FF;
    color: #0050CE;
}
.white_footer .footer a:hover {
    color: #0051ff;
}

.footer-nav-links {
    font-size: 12px;
    padding: 20px 0px 0px;
}

.footer .footer-nav-links a {
    background: #252525;
    padding: 5px 10px;
    border-radius: 5px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #424242;
    margin: 0 3px;
}

.footer .footer-nav-links a:hover {
    border-bottom: 1px solid #424242;
    border-top: 1px solid #000000;
}

.white_footer .footer .footer-nav-links a {
        background: #F5F5F5;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #FFF;
}
.white_footer .footer .footer-nav-links a:hover {
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #DCDCDC;
}

/* CLEAR STYLE */

.footer .footer-nav-links a {
    background: none;
    color: #FFF;
    border: 1px solid transparent;
    border-radius: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}
.footer .footer-nav-links a:hover {
    background: none;
    color: #FFF;
    border: 1px solid #3F89F9;
    border-radius: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.white_footer .footer .footer-nav-links a {
    background: none;
    border: 1px solid transparent;
    color: #355FCF;
}
.white_footer .footer .footer-nav-links a:hover {
    background: none;
    color: #355FCF;
    border: 1px solid #355FCF;
}

@media (max-width: 1021px) {
    #side-section .btn-group.select-radio .btn {
        font-size: 8px;
    }
}

@media (max-width: 768px) {
    .home .footer a,
    .about .footer a {
        color: #2E80FF;
        color: #0050CE;
    }

    .home .footer a:hover,
    .about .footer a:hover {
        color: #0051ff;
    }

    .home .footer .footer-nav-links a,
    .about .footer .footer-nav-links a {
        background: none;
        border: 1px solid transparent;
        color: #355FCF;
    }
    .home .footer .footer-nav-links a:hover,
    .about .footer .footer-nav-links a:hover {
        background: none;
        color: #355FCF;
        border: 1px solid #355FCF;
    }
    .home .btn-center,
    .about .btn-center {
        background: transparent!important;
        color: #355FCF!important;
        font-weight: bold;
        border: 1px solid #355FCF;
    }
    .home .btn-center:hover,
    .about .btn-center:hover {
        background: #3F89F9!important;
        color: #FFF!important;
        font-weight: bold;
        border: 1px solid #3F89F9;
    }
    .home .foot-logo,
    .about .foot-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_logo_medium.png?704b9ed57fbe");
    }
}

@media (max-width: 451px) {
    .foot-logo {
        max-width: 202px;
        height: 39px;
    }
    .vjs-default-skin .vjs-seek-handle {
        margin-right: 10px;
    }
    .videoWrapper .vjs-default-skin .vjs-control-bar {
        padding: 0 10px;
        height: auto;
    }
    #side-section .btn-group.select-radio .btn {
        font-size: 10px;
    }
}

/* END CLEAR STYLE */

/* Page Elements Styling
-------------------------------------------------- */

.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.bs-docs-example .label-e {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}


/* Forms */
ul.errorlist {
    padding: 0;
margin: 0;
text-align: left;
color: #F94949;
list-style: none;
font-size: 0.8em;
}

.small-form {
    margin: 0px;
}

.small-form .btn-large {
    margin-bottom: 0px;
}


@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1200px),

only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1200px),

only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px),

only screen and (min-device-pixel-ratio: 2) and (max-width: 1200px) {

    .web_service_links li a img {
        width: 82px;
        height: 30px;
    }
    .foot-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645");
    }
    .white_footer .foot-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
    }
    .nav-logo,
    .dark.home .navbar-inner .nav-logo {
        width: 155px;
        height: 30px;
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645");
        margin:6px 5px 2px 3px;
        padding: 0;
    }
    .film-trailer .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645")!important;
    }
    .film .navbar-inner .nav-logo,
    .dark .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645");
    }
    .search .navbar-inner .nav-logo,
    .account .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
    }
    .about .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645");
    }

}

@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 740px),

only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 740px),

only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 740px),

only screen and (min-device-pixel-ratio: 2) and (max-width: 740px){

    .web_service_links li a img {
        width: 82px;
        height: 30px;
    }
    .foot-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645");
    }
    .white_footer .foot-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
    }
    .nav-logo,
    .dark.home .navbar-inner .nav-logo {
        width: 155px;
        height: 30px;
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
        margin:6px 5px 2px 3px;
        padding: 0;
    }
    .film-trailer .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645")!important;
    }
    .film .navbar-inner .nav-logo,
    .dark .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large_white.png?20dc3fab9645");
    }
    .search .navbar-inner .nav-logo,
    .about .navbar-inner .nav-logo {
        background-image: url("https://dkvf7eqydjaua.cloudfront.net/static/img/mainsite/journeymantv_globe_logo_large.png?26a582ff9d97");
    }

}


.video-js {
    /*opacity: 0;
    filter: alpha(opacity=0);*/
}

.vjs-default-skin {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.jm-vjs-big-play-button {
    left: .5em;
    top: .5em;
    font-size: 1.5em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    border: .1em solid #3b4249;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4em;
    -webkit-box-shadow: 0 0 1em rgba(255,255,255,.25);
    -moz-box-shadow: 0 0 1em rgba(255,255,255,.25);
    box-shadow: 0 0 1em rgba(255,255,255,.25);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: rgba(0, 0, 0, 0.2);
    background: none;
    border-color: rgba(0, 0, 0, 0);
    color: #FFF;
    font-size: 1.2em;
    top: auto;
    bottom: .5em;
}

.tile_box.list:hover .jm-vjs-big-play-button:focus {
    border-color: #FFE800;
}

.jm-vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 1.5em;
    text-shadow: .05em .05em .1em #000;
    text-shadow: none;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #BCEDFF;
}
/*progressbar*/
.steps-progress {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
    text-align: center;
}
.steps-progress li {
    list-style-type: none;
    color: #272727;
    text-transform: uppercase;
    font-size: 10px;
    width: 33.33%;
    float: left;
    position: relative;
    text-align: left;
}
.steps-progress li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px 0px;
    text-align: center;
}
/*progressbar connectors*/
.steps-progress li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -100%;
    top: 15px;
    z-index: -1; /*put it behind the numbers*/
}
.steps-progress li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.steps-progress li.active:before,  .steps-progress li.active:after{
	background: #FFDC3F;
    color: #272727;
}

.totals td {
    text-align: right;
}

td.amount, th.amount {
    text-align: right;
    width:15%;
    padding-right:8%;
}

.taxable-total {
    font-size: 11px;
}

.modal .net_total {
    border-top: 1px solid #999;
}

.modal .grand-total {
    border: 1px solid #999;
}

.grand-total {
    font-size: 16px;
    font-weight: bold;
}

.grand-total .small {
    font-size: 10px;
}

#side-section .grand-total {
    font-size: 20px;
}

@media (max-width: 800px) {
    .order #side-section {
        display: none;
    }
}
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 60px;
}
.jqvmap-zoomout
{
	top: 60px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
