/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    /*text-shadow: none !important;*/
    /*color: #000 !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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }*/
  .navbar {
    display: none;
  }
  /*
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-pp-1, .col-pp-2, .col-pp-3, .col-pp-4, .col-pp-5, .col-pp-6, .col-pp-7, .col-pp-8,  .col-pp-9,  .col-pp-10,  .col-pp-11,  .col-pp-12,
.col-pl-1, .col-pl-2, .col-pl-3, .col-pl-4, .col-pl-5, .col-pl-6, .col-pl-7, .col-pl-8,  .col-pl-9,  .col-pl-10,  .col-pl-11,  .col-pl-12,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media print {
  .col-pp-1, .col-pp-2, .col-pp-3, .col-pp-4, .col-pp-5, .col-pp-6, .col-pp-7, .col-pp-8,  .col-pp-9,  .col-pp-10,  .col-pp-11,  .col-pp-12 {
    float: left;
  }
  .col-pp-12 {
    width: 100%;
  }
  .col-pp-11 {
    width: 91.66666667%;
  }
  .col-pp-10 {
    width: 83.33333333%;
  }
  .col-pp-9 {
    width: 75%;
  }
  .col-pp-8 {
    width: 66.66666667%;
  }
  .col-pp-7 {
    width: 58.33333333%;
  }
  .col-pp-6 {
    width: 50%;
  }
  .col-pp-5 {
    width: 41.66666667%;
  }
  .col-pp-4 {
    width: 33.33333333%;
  }
  .col-pp-3 {
    width: 25%;
  }
  .col-pp-2 {
    width: 16.66666667%;
  }
  .col-pp-1 {
    width: 8.33333333%;
  }
  .col-pp-pull-12 {
    right: 100%;
  }
  .col-pp-pull-11 {
    right: 91.66666667%;
  }
  .col-pp-pull-10 {
    right: 83.33333333%;
  }
  .col-pp-pull-9 {
    right: 75%;
  }
  .col-pp-pull-8 {
    right: 66.66666667%;
  }
  .col-pp-pull-7 {
    right: 58.33333333%;
  }
  .col-pp-pull-6 {
    right: 50%;
  }
  .col-pp-pull-5 {
    right: 41.66666667%;
  }
  .col-pp-pull-4 {
    right: 33.33333333%;
  }
  .col-pp-pull-3 {
    right: 25%;
  }
  .col-pp-pull-2 {
    right: 16.66666667%;
  }
  .col-pp-pull-1 {
    right: 8.33333333%;
  }
  .col-pp-pull-0 {
    right: 0%;
  }
  .col-pp-push-12 {
    left: 100%;
  }
  .col-pp-push-11 {
    left: 91.66666667%;
  }
  .col-pp-push-10 {
    left: 83.33333333%;
  }
  .col-pp-push-9 {
    left: 75%;
  }
  .col-pp-push-8 {
    left: 66.66666667%;
  }
  .col-pp-push-7 {
    left: 58.33333333%;
  }
  .col-pp-push-6 {
    left: 50%;
  }
  .col-pp-push-5 {
    left: 41.66666667%;
  }
  .col-pp-push-4 {
    left: 33.33333333%;
  }
  .col-pp-push-3 {
    left: 25%;
  }
  .col-pp-push-2 {
    left: 16.66666667%;
  }
  .col-pp-push-1 {
    left: 8.33333333%;
  }
  .col-pp-push-0 {
    left: 0%;
  }
  .col-pp-offset-12 {
    margin-left: 100%;
  }
  .col-pp-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-pp-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-pp-offset-9 {
    margin-left: 75%;
  }
  .col-pp-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-pp-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-pp-offset-6 {
    margin-left: 50%;
  }
  .col-pp-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-pp-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-pp-offset-3 {
    margin-left: 25%;
  }
  .col-pp-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-pp-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-pp-offset-0 {
    margin-left: 0%;
  }
}
@media print and (orientation:landscape) {
  .col-pl-1, .col-pl-2, .col-pl-3, .col-pl-4, .col-pl-5, .col-pl-6, .col-pl-7, .col-pl-8,  .col-pl-9,  .col-pl-10,  .col-pl-11,  .col-pl-12 {
    float: left;
  }
  .col-pl-12 {
    width: 100%;
  }
  .col-pl-11 {
    width: 91.66666667%;
  }
  .col-pl-10 {
    width: 83.33333333%;
  }
  .col-pl-9 {
    width: 75%;
  }
  .col-pl-8 {
    width: 66.66666667%;
  }
  .col-pl-7 {
    width: 58.33333333%;
  }
  .col-pl-6 {
    width: 50%;
  }
  .col-pl-5 {
    width: 41.66666667%;
  }
  .col-pl-4 {
    width: 33.33333333%;
  }
  .col-pl-3 {
    width: 25%;
  }
  .col-pl-2 {
    width: 16.66666667%;
  }
  .col-pl-1 {
    width: 8.33333333%;
  }
  .col-pl-pull-12 {
    right: 100%;
  }
  .col-pl-pull-11 {
    right: 91.66666667%;
  }
  .col-pl-pull-10 {
    right: 83.33333333%;
  }
  .col-pl-pull-9 {
    right: 75%;
  }
  .col-pl-pull-8 {
    right: 66.66666667%;
  }
  .col-pl-pull-7 {
    right: 58.33333333%;
  }
  .col-pl-pull-6 {
    right: 50%;
  }
  .col-pl-pull-5 {
    right: 41.66666667%;
  }
  .col-pl-pull-4 {
    right: 33.33333333%;
  }
  .col-pl-pull-3 {
    right: 25%;
  }
  .col-pl-pull-2 {
    right: 16.66666667%;
  }
  .col-pl-pull-1 {
    right: 8.33333333%;
  }
  .col-pl-pull-0 {
    right: 0%;
  }
  .col-pl-push-12 {
    left: 100%;
  }
  .col-pl-push-11 {
    left: 91.66666667%;
  }
  .col-pl-push-10 {
    left: 83.33333333%;
  }
  .col-pl-push-9 {
    left: 75%;
  }
  .col-pl-push-8 {
    left: 66.66666667%;
  }
  .col-pl-push-7 {
    left: 58.33333333%;
  }
  .col-pl-push-6 {
    left: 50%;
  }
  .col-pl-push-5 {
    left: 41.66666667%;
  }
  .col-pl-push-4 {
    left: 33.33333333%;
  }
  .col-pl-push-3 {
    left: 25%;
  }
  .col-pl-push-2 {
    left: 16.66666667%;
  }
  .col-pl-push-1 {
    left: 8.33333333%;
  }
  .col-pl-push-0 {
    left: 0%;
  }
  .col-pl-offset-12 {
    margin-left: 100%;
  }
  .col-pl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-pl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-pl-offset-9 {
    margin-left: 75%;
  }
  .col-pl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-pl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-pl-offset-6 {
    margin-left: 50%;
  }
  .col-pl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-pl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-pl-offset-3 {
    margin-left: 25%;
  }
  .col-pl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-pl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-pl-offset-0 {
    margin-left: 0%;
  }
}
@media screen {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: 0%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: 0%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: transparent;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 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;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 22.5px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 65px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
.navbar-btn.btn-sm {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-xs {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-text {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  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.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.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-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! jQuery UI - v1.10.3 - 2013-09-19
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2C%20Verdana%2C%20Arial%2C%20sans-serif&fwDefault=normal&fsDefault=1.0em&cornerRadius=0px&bgColorHeader=%23f2f2f2&bgTextureHeader=flat&bgImgOpacityHeader=0&borderColorHeader=%23ffffff&fcHeader=%234e4e50&iconColorHeader=%234e4e50&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23ffffff&fcContent=%234e4e50&iconColorContent=%234e4e50&bgColorDefault=%23ffffff&bgTextureDefault=flat&bgImgOpacityDefault=60&borderColorDefault=%23ffffff&fcDefault=%23ea148c&iconColorDefault=%23ea148c&bgColorHover=%23ea148c&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%23ffffff&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23ea148c&bgTextureActive=flat&bgImgOpacityActive=0&borderColorActive=%23ffff&fcActive=%23ffffff&iconColorActive=%23fff&bgColorHighlight=%23eeeeee&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23ffffff&fcHighlight=%234e4e50&iconColorHighlight=%23ea148c&bgColorError=%23ea148c&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23ea148c&fcError=%23ffffff&iconColorError=%23fff&bgColorOverlay=%23eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 14em;
	padding: .2em .2em 0;
	display: none;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker-trigger {
	position: relative;
	top: 3px;
	left: 5px;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.85em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #ffffff;
	background: #ffffff url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;
	color: #4e4e50;
}
.ui-widget-content a {
	color: #4e4e50;
}
.ui-widget-header {
	border: 1px solid #ffffff;
	background: #f2f2f2 url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_0_f2f2f2_40x100.png) 50% 50% repeat-x;
	color: #4e4e50;
	font-weight: bold;
}
.ui-widget-header a {
	color: #4e4e50;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ffffff;
	background: #ffffff url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_60_ffffff_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ea148c;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ea148c;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ffffff;
	background: #ea148c url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_100_ea148c_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #ffff;
	background: #ea148c url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_0_ea148c_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #ffffff;
	background: #eeeeee url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_55_eeeeee_40x100.png) 50% 50% repeat-x;
	color: #4e4e50;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #4e4e50;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ea148c;
	background: #ea148c url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_0_ea148c_40x100.png) 50% 50% repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-icons_4e4e50_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-icons_4e4e50_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-icons_ea148c_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-icons_fff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-icons_ea148c_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-icons_fff_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -4px 0 0 -4px;
	padding: 4px;
	background: #aaaaaa url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60);
	border-radius: 0px;
}

body {
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: rgb(77, 77, 79);
	line-height: 1.35em;
}

input {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
}

textarea {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 10pt;
}

@media print { body {
	font: 10pt;
	line-height: 1.2;
}}

/* @see http://css-tricks.com/snippets/css/clear-fix/ */
.group:after {
	content: "";
	display: table;
	clear: both;
}

.relative {
	position: relative;
}

p {
	margin: 10px 0;
}

a {
	color: rgb(77, 77, 79);
	text-decoration: none;
}

a:active,
/*a:visited,*/
a:hover {
	color: rgb(156, 0, 93);
}
.is-footage a:active,
/*.is-footage a:visited,*/
.is-footage a:hover {
	color: rgb(196, 92, 29);
}
.is-studio a:active,
/*.is-studio a:visited,*/
.is-studio a:hover {
	color: rgb(94, 48, 114);
}

.bold{
	font-weight: 600;
}

a, img {
    border:none;
}

a {
	outline: none;
}

.block{
	display: block;
}

.none{
	display: none;
}

@media screen { .is-print-only {
	display: none;
}}

@media print { .is-screen-only {
	display: none;
}}



/* Update jquery ui appearance */

.ui-widget-overlay {
	background: rgb(16, 16, 16);
	background-image: none;
	opacity: 0.65;
}

.ui-dialog {
	padding: 23px 45px 25px 45px;
}

.ui-dialog .ui-dialog-content {
	padding: 0;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	background: none;
	border-bottom: 1px solid rgb(77, 77, 79);
	position: relative;
	margin: 0;
	padding: 0;
}

.ui-dialog .ui-dialog-title {
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0 0 1px 0;
	font-size: 10pt;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: rgb(77, 77, 79);
	border: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	display: block;
	font-weight: bold;
	line-height: 25px;
	padding: 0px;
	position: absolute;
	right: -91px;
	top: -15px;
	text-align: center;
	width: 45px;
	height: 45px;
	text-decoration: none;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	background: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
}

.ui-datepicker-trigger {
	top: -3px;
	cursor: pointer;
}

.is-studio #ui-datepicker-div{
	width: 225px;
}

/* -- studio colors for jquery ui -- */

.is-studio .ui-state-default,
.is-studio .ui-widget-content .ui-state-default,
.is-studio .ui-widget-header .ui-state-default,
.is-studio .ui-state-default a,
.is-studio .ui-state-default a:link,
.is-studio .ui-state-default a:visited {
	color: rgb(127, 64, 153);
}

.is-studio .ui-state-hover,
.is-studio .ui-widget-content .ui-state-hover,
.is-studio .ui-widget-header .ui-state-hover,
.is-studio .ui-state-focus,
.is-studio .ui-widget-content .ui-state-focus,
.is-studio .ui-widget-header .ui-state-focus,
.is-studio .ui-state-active,
.is-studio .ui-widget-content .ui-state-active,
.is-studio .ui-widget-header .ui-state-active {
	background-color: rgb(127, 64, 153);
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_0_7f4099_40x100.png);
	color: rgb(255, 255, 255);
}

.is-studio .ui-state-error,
.is-studio .ui-widget-content .ui-state-error,
.is-studio .ui-widget-header .ui-state-error {
	border-color: rgb(127, 64, 153);
	background-color: rgb(127, 64, 153);
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-bg_flat_0_7f4099_40x100.png);
}

.is-studio .ui-state-default .ui-icon,
.is-studio .ui-state-highlight .ui-icon {
	background-image: url(/bundles/balpublic/gfx/jquery-ui-theme/ui-icons_7f4099_256x240.png);
}



/* Bootstrap tweaks */

label {
	font-weight: normal;
	margin: 0;
}

@media screen {
	.container-fluid {
		min-width: 320px;
		max-width: 1200px;
	}
}

.container-fluid.full {
	max-width: 100%;
}

@media print {
	.container-fluid {
		margin-left: -10px;
		margin-right: -10px;
		max-width: 100%;
	}
	a[href]:after {
		content: "";
	}
}

.collapsed .hidden-collapsed,
.visible-collapsed {
	display: none;
}

.collapsed .visible-collapsed {
	display: inline;
}





/* -- Layout Footer -- */

.layout-footer {
	clear: both;
	background: rgb(209, 211, 212);
}

@media print { .layout-footer {
	display: none;
}}

.layout-footer-printable {
	display: none;
}

@media print {
	.layout-footer-printable {
		margin-top: 40px;
		display: block;
		border-top: 1pt solid rgb(77, 77, 79);
	}

	.layout-footer-printable p {
		margin: 5px 0;
		font-size: 8pt;
	}
}



/* -- Dev Toolbar -- */

.layout-dev {
	background: rgb(34, 34, 34);
	color: rgb(134, 134, 134);
	padding: 10px 20px 20px 20px;
}

@media print {.layout-dev {
	display: none;
}}



/* -- Lightboxes -- */

.col-lightbox-content {
	margin: 0 340px 0 10px;
}

@media (max-width: 991px) {
	.col-lightbox-content {
		margin: 0 10px;
	}
}

@media print {
	.col-lightbox-content {
		margin: 0 10px;
	}
}

.col-lightbox-sidebar {
	width: 310px;
	margin-right: 10px;
	float: right;
}

@media (max-width: 991px) {
	.col-lightbox-sidebar {
		width: auto;
		margin: 0 10px;
		float: none;
	}
	.col-lightbox-sidebar > div {
		background: rgb(255, 255, 255);
	}
}

@media print {
	.col-lightbox-sidebar {
		display: none;
	}
}



/* -- Search -- */

.col-search-sidebar-left,
.col-search-sidebar-right {
	width: 50%;
	float: left;
	z-index: 199;
}
.col-search-sidebar-left [data-dom-type="sidebar"],
.col-search-sidebar-right [data-dom-type="sidebar"] {
	padding: 0 10px;
}

.col-search-sidebar-left .row:after {
	clear: left;
}

.col-search-sidebar-right {
	float: right;
}

@media (min-width: 768px) {
	.col-search-sidebar-right {
		width: 255px;
		z-index: 85;
	}
	.col-search-sidebar-left {
		margin-right: 255px;
		width: auto;
		float: none;
	}
}

@media (min-width: 1200px) {
	.col-search-sidebar-left,
	.col-search-sidebar-right {
		width: 255px;
	}
	.col-search-sidebar-left {
		margin-right: 0px;
		float: left;
		z-index: 85;
	}
}

@media (max-width: 1199px) {
	.col-search-sidebar-left [data-dom-type="sidebar"],
	.col-search-sidebar-right [data-dom-type="sidebar"] {
		background: rgb(255, 255, 255);
	}
}

@media print {
	.col-search-sidebar-left,
	.col-search-sidebar-right {
		display: none;
	}
}

.col-search-content {
	margin: 0 10px;
}

@media (min-width: 768px) {
	.col-search-content {
		clear: left;
		margin: 0 265px 0 10px;
	}
}

@media (min-width: 1200px) {
	.col-search-content {
		clear: none;
		margin: 0 265px;
	}
}

@media print {
	.col-search-content {
		margin: 0 10px;
	}
}



/* -- Layout spacer -- */

.layout-spacer-half,
.layout-spacer-single,
.layout-spacer-double,
.layout-spacer-triple {
	background: none;
	border: 0;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
}

.layout-spacer-half {
	height: 10px;
}

.layout-spacer-double {
	height: 40px;
}

.layout-spacer-triple {
	height: 80px;
}

/*
Usage examples:

<a href="" class="icon twitter" title="..."></a>
<a href="" title="..."><img src="transparent.gif" class="icon twitter" /></a>
<span class="icon twitter is-inactive" title="..."></span>

Available icons:

	cart
	facebook
	twitter
	vimeo
	locale-en_GB
	locale-en_US
	locale-de
	locale-fr
	asset-basket-add
	asset-add
	asset-remove
	asset-restrictions
	asset-copyright
	previous
	next
	next-dark

*/


/* -- General Icon rules -- */

.icon {
	display: inline-block;
	background-image: url('/bundles/balpublic/gfx/icons-sprite-active.png');
	background-position: 100px 100px; /* Do not display image by default */
	text-decoration: none;
	position: relative;
}

@media print { .icon {
	display: none;
}}

a.icon:hover,
.icon.is-active:hover,
a:hover .icon {
	background-image: url('/bundles/balpublic/gfx/icons-sprite-hover.png');
}

.icon.is-inactive,
.icon.is-inactive:hover {
	background-image: url('/bundles/balpublic/gfx/icons-sprite-inactive.png');
}

.icon-quantity {
	background: rgb(234, 20, 140);
	border-radius: 20px;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-weight: bold;
	font-size: 9px;
	height: 17px;
	line-height: 17px;
	text-decoration: none;
	padding: 0px 5px;
	position: absolute;
	top: -3px;
	right: -3px;
}
.is-footage .icon-quantity {
	background: rgb(243, 130, 62);
}
.is-studio .icon-quantity {
	background: rgb(127, 64, 153);
}

.text-container .icon.with-quantity:hover,
.text-container .icon.with-quantity,
.icon.with-quantity:hover,
.icon.with-quantity {
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
}


/* -- White Arrows -- */

.icon.arrow-left-flat-white,
.icon.arrow-right-flat-white,
.icon.arrow-left-large-white,
.icon.arrow-right-large-white,
.icon.arrow-left-medium-white,
.icon.arrow-right-medium-white,
.icon.arrow-up-medium-white,
.icon.arrow-down-medium-white {
	width: 20px;
	height: 20px;
}

.icon.arrow-left-flat-white		{ background-position:  -80px 0px;}
.icon.arrow-right-flat-white	{ background-position: -100px 0px;}
.icon.arrow-left-large-white	{ background-position: -120px 0px;}
.icon.arrow-right-large-white	{ background-position: -140px 0px;}
.icon.arrow-left-medium-white	{ background-position: -160px 0px;}
.icon.arrow-right-medium-white	{ background-position: -180px 0px;}
.icon.arrow-up-medium-white		{ background-position: -200px 0px;}
.icon.arrow-down-medium-white	{ background-position: -220px 0px;}



/* -- Dark Arrows -- */

.icon.arrow-left-flat-dark,
.icon.arrow-right-flat-dark,
.icon.arrow-left-large-dark,
.icon.arrow-right-large-dark,
.icon.arrow-left-medium-dark,
.icon.arrow-right-medium-dark,
.icon.arrow-up-medium-dark,
.icon.arrow-down-medium-dark {
	width: 20px;
	height: 20px;
}

.icon.arrow-left-flat-dark		{ background-position:  -80px -400px;}
.icon.arrow-right-flat-dark		{ background-position: -100px -400px;}
.icon.arrow-left-large-dark		{ background-position: -120px -400px;}
.icon.arrow-right-large-dark	{ background-position: -140px -400px;}
.icon.arrow-left-medium-dark	{ background-position: -160px -400px;}
.icon.arrow-right-medium-dark	{ background-position: -180px -400px;}
.icon.arrow-up-medium-dark		{ background-position: -200px -400px;}
.icon.arrow-down-medium-dark	{ background-position: -220px -400px;}



/* -- Purple (studio) Arrows -- */

.icon.arrow-left-flat-purple,
.icon.arrow-right-flat-purple,
.icon.arrow-left-large-purple,
.icon.arrow-right-large-purple,
.icon.arrow-left-medium-purple,
.icon.arrow-right-medium-purple,
.icon.arrow-up-medium-purple,
.icon.arrow-down-medium-purple {
	width: 20px;
	height: 20px;
}

.icon.arrow-left-flat-purple	{ background-position:  -80px -300px;}
.icon.arrow-right-flat-purple	{ background-position: -100px -300px;}
.icon.arrow-left-large-purple	{ background-position: -120px -300px;}
.icon.arrow-right-large-purple	{ background-position: -140px -300px;}
.icon.arrow-left-medium-purple	{ background-position: -160px -300px;}
.icon.arrow-right-medium-purple	{ background-position: -180px -300px;}
.icon.arrow-up-medium-purple	{ background-position: -200px -300px;}
.icon.arrow-down-medium-purple	{ background-position: -220px -300px;}



/* -- Pink Arrows -- */

.icon.arrow-left-flat-pink,
.icon.arrow-right-flat-pink,
.icon.arrow-left-large-pink,
.icon.arrow-right-large-pink,
.icon.arrow-left-medium-pink,
.icon.arrow-right-medium-pink,
.icon.arrow-up-medium-pink,
.icon.arrow-down-medium-pink {
	width: 20px;
	height: 20px;
}

.icon.arrow-left-flat-pink		{ background-position:  -80px -100px;}
.icon.arrow-right-flat-pink		{ background-position: -100px -100px;}
.icon.arrow-left-large-pink		{ background-position: -120px -100px;}
.icon.arrow-right-large-pink	{ background-position: -140px -100px;}
.icon.arrow-left-medium-pink	{ background-position: -160px -100px;}
.icon.arrow-right-medium-pink	{ background-position: -180px -100px;}
.icon.arrow-up-medium-pink		{ background-position: -200px -100px;}
.icon.arrow-down-medium-pink	{ background-position: -220px -100px;}
.icon.arrow-left-large-pink.navigation-result-previous	{ background-position: -122px -100px;}
.icon.arrow-right-large-pink.navigation-result-next		{ background-position: -138px -100px;}



/* -- Common Actions -- */

.icon.add-dark,
.icon.remove-dark {
	background-color: rgb(242, 242, 242);
	border-radius: 3px;
	width:  20px;
	height: 20px;
}
.icon.add-dark			{ background-position:  -20px -400px;}
.icon.remove-dark		{ background-position:    0px -400px;}
.icon.move-up-dark		{ background-position:  -80px -420px;}
.icon.move-down-dark	{ background-position: -100px -420px;}



/* -- Header Cart -- */

.icon.cart {
	background-position: -318px -20px;
	width:  24px;
	height: 20px;
}



/* -- Social Media Links -- */

.icon.facebook,
.icon.twitter,
.icon.youtube,
.icon.linkedin,
.icon.pinterest,
.icon.tumblr,
.icon.vimeo,
.icon.like,
.icon.share,
.icon.googleplus {
	background-color: rgb(77, 77, 79);
	width:  20px;
	height: 20px;
}

.icon.facebook:hover,
.icon.twitter:hover,
.icon.youtube:hover,
.icon.linkedin:hover,
.icon.pinterest:hover,
.icon.tumblr:hover,
.icon.vimeo:hover,
.icon.googleplus:hover {
	background-color: rgb(156, 0, 93);
}

.is-footage .icon.facebook:hover,
.is-footage .icon.twitter:hover,
.is-footage .icon.youtube:hover,
.is-footage .icon.linkedin:hover,
.is-footage .icon.pinterest:hover,
.is-footage .icon.tumblr:hover,
.is-footage .icon.vimeo:hover,
.is-footage .icon.googleplus:hover {
	background-color: rgb(196, 92, 29);
}

.is-studio .icon.facebook:hover,
.is-studio .icon.twitter:hover,
.is-studio .icon.youtube:hover,
.is-studio .icon.linkedin:hover,
.is-studio .icon.pinterest:hover,
.is-studio .icon.tumblr:hover,
.is-studio .icon.vimeo:hover,
.is-studio .icon.googleplus:hover {
	background-color: rgb(94, 48, 114);
}

.header-creator .icon.facebook,
.header-creator .icon.twitter,
.header-creator .icon.youtube,
.header-creator .icon.linkedin,
.header-creator .icon.pinterest,
.header-creator .icon.tumblr,
.header-creator .icon.vimeo,
.header-creator .icon.googleplus {
	background-color: rgba(255, 255, 255, 0.15);
}

.header-creator .icon.facebook:hover,
.header-creator .icon.twitter:hover,
.header-creator .icon.youtube:hover,
.header-creator .icon.linkedin:hover,
.header-creator .icon.pinterest:hover,
.header-creator .icon.tumblr:hover,
.header-creator .icon.vimeo:hover,
.header-creator .icon.googleplus:hover {
	background-color: rgb(94, 48, 114);
}


.icon.facebook 	{ background-position:    0px  -40px;}
.icon.twitter 	{ background-position:  -20px  -40px;}
.icon.youtube	{ background-position:  -40px  -40px;}
.icon.linkedin	{ background-position:  -60px  -40px;}
.icon.pinterest	{ background-position:  -80px  -40px;}
.icon.tumblr	{ background-position: -100px  -40px;}
.icon.vimeo		{ background-position: -120px  -40px;}
.icon.googleplus{ background-position: -140px  -40px;}


.listing-item-social .icon.facebook,
.listing-item-social .icon.twitter,
.listing-item-social .icon.youtube,
.listing-item-social .icon.linkedin,
.listing-item-social .icon.pinterest,
.listing-item-social .icon.tumblr,
.listing-item-social .icon.vimeo,
.listing-item-social .icon.googleplus {
	background-color: rgba(77, 77, 79, 0.10);
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.listing-item-social .icon.facebook:hover,
.listing-item-social .icon.twitter:hover,
.listing-item-social .icon.youtube:hover,
.listing-item-social .icon.linkedin:hover,
.listing-item-social .icon.pinterest:hover,
.listing-item-social .icon.tumblr:hover,
.listing-item-social .icon.vimeo:hover,
.listing-item-social .icon.googleplus:hover {
	background-color: rgba(77, 77, 79, 0.15);
	/*background-color: rgb(255, 255, 255);*/
}

.listing-item-social .icon.facebook 	{ background-position:    0px -140px;}
.listing-item-social .icon.twitter 		{ background-position:  -20px -140px;}
.listing-item-social .icon.youtube		{ background-position:  -40px -140px;}
.listing-item-social .icon.linkedin		{ background-position:  -60px -140px;}
.listing-item-social .icon.pinterest	{ background-position:  -80px -140px;}
.listing-item-social .icon.tumblr		{ background-position: -100px -140px;}
.listing-item-social .icon.vimeo		{ background-position: -120px -140px;}
.listing-item-social .icon.googleplus	{ background-position: -140px -140px;}

.is-studio .listing-item-social .icon.facebook 		{ background-position:    0px -340px;}
.is-studio .listing-item-social .icon.twitter 		{ background-position:  -20px -340px;}
.is-studio .listing-item-social .icon.youtube		{ background-position:  -40px -340px;}
.is-studio .listing-item-social .icon.linkedin		{ background-position:  -60px -340px;}
.is-studio .listing-item-social .icon.pinterest		{ background-position:  -80px -340px;}
.is-studio .listing-item-social .icon.tumblr		{ background-position: -100px -340px;}
.is-studio .listing-item-social .icon.vimeo			{ background-position: -120px -340px;}
.is-studio .listing-item-social .icon.googleplus	{ background-position: -140px -340px;}

.is-footage .listing-item-social .icon.facebook		{ background-position:    0px -240px;}
.is-footage .listing-item-social .icon.twitter 		{ background-position:  -20px -240px;}
.is-footage .listing-item-social .icon.youtube		{ background-position:  -40px -240px;}
.is-footage .listing-item-social .icon.linkedin		{ background-position:  -60px -240px;}
.is-footage .listing-item-social .icon.pinterest	{ background-position:  -80px -240px;}
.is-footage .listing-item-social .icon.tumblr		{ background-position: -100px -240px;}
.is-footage .listing-item-social .icon.vimeo		{ background-position: -120px -240px;}
.is-footage .listing-item-social .icon.googleplus	{ background-position: -140px -240px;}



/* -- Likes and comments -- */

.icon.like,
.icon.comment {
	background-color: transparent;
	width: 30px;
}

.icon.like 		{ background-position: -160px -140px;}
.icon.comment 	{ background-position: -190px -540px;}

.is-footage .icon.like 		{ background-position: -160px -240px;}
.is-footage .icon.comment 	{ background-position: -190px -540px;}

.is-studio .icon.like 		{ background-position: -160px -340px;}
.is-studio .icon.comment 	{ background-position: -190px -540px;}



/* -- Pager -- */

.icon.pager-previous,
.icon.pager-next {
	width:  20px;
	height: 20px;
}
.icon.pager-previous	{ background-position: -120px -420px;}
.icon.pager-next		{ background-position: -140px -420px;}

.icon.pager-items-previous,
.icon.pager-items-next {
	background-color: rgb(242, 242, 242);
	border-radius: 3px;
	width:  20px;
	height: 20px;
}
.icon.pager-items-previous	{ background-position: -120px -120px;}
.icon.pager-items-next		{ background-position: -140px -120px;}



/* -- Assets -- */

.icon.asset-basket-add,
.icon.asset-add,
.icon.asset-remove,
.icon.asset-restrictions,
.icon.asset-copyright,
.icon.asset-footage,
.icon.asset-download {
	background-color: rgb(242, 242, 242);
	border-radius: 3px;
	width:  20px;
	height: 20px;
}

.icon.asset-remove 		{ background-position:    0px -100px;}
.icon.asset-add 		{ background-position:  -20px -100px;}
.icon.asset-footage 	{ background-position:  -40px -100px;}
.icon.asset-basket-add	{ background-position:    0px -120px;}
.icon.asset-download	{ background-position:  -60px -120px;}
.icon.asset-restrictions {
	background-position: -20px -120px;
	background-image: url("/bundles/balpublic/gfx/icons-sprite-hover.png");
}
.icon.asset-copyright {
	background-position: -40px -120px;
	background-image: url("/bundles/balpublic/gfx/icons-sprite-hover.png");
}

.icon.asset-download.asset-download-disabled {
	background-color: transparent;
	background-position-y: -420px;
	cursor: default;
}

.is-studio .icon.asset-basket-add,
.is-studio .icon.asset-add,
.is-studio .icon.asset-remove,
.is-studio .icon.asset-restrictions,
.is-studio .icon.asset-copyright,
.is-studio .icon.asset-footage,
.is-studio .icon.asset-download {
	background-color: rgb(127, 64, 153);
}
.is-studio .icon.asset-basket-add:hover,
.is-studio .icon.asset-add:hover,
.is-studio .icon.asset-remove:hover,
.is-studio .icon.asset-restrictions:hover,
.is-studio .icon.asset-copyright:hover,
.is-studio .icon.asset-footage:hover,
.is-studio .icon.asset-download:hover {
	background-color: rgb(94, 48, 114);
}

.is-studio .icon.asset-remove		{ background-position:   0px   0px;}
.is-studio .icon.asset-add			{ background-position: -20px   0px;}
.is-studio .icon.asset-footage		{ background-position: -40px   0px;}
.is-studio .icon.asset-basket-add	{ background-position:   0px -20px;}
.is-studio .icon.asset-download		{ background-position: -60px -20px;}
.is-studio .icon.asset-restrictions {
	background-position: -20px -20px;
	background-color: rgb(94, 48, 114);
}
.is-studio .icon.asset-copyright {
	background-position: -40px -20px;
	background-color: rgb(94, 48, 114);
}

@media print {
	.icon.asset-restrictions {
		display: inline-block;
		width: 1px;
		margin-right: 5px;
	}
	.icon.asset-restrictions:after {
		content: "!";
	}
	.icon.asset-copyright {
		display: inline-block;
		width: 1px;
		margin-right: 5px;
	}
	.icon.asset-copyright:after {
		content: "©";
	}
}



/* -- Homepage -- */

.icon.homepage-footage,
.icon.homepage-images-in-action,
.icon.homepage-register {
	width: 60px;
	height: 60px;
}

.icon.homepage-footage {
	background-position: -360px 0px;
}

.icon.homepage-images-in-action {
	background-position: -420px 0px;
}

.icon.homepage-register {
	background-position: -480px 0px;
}



/* -- Order Summary -- */

.icon.download-big,
.icon.pdf-big,
.icon.browse-big {
	height: 120px;
	width: 120px;
}

.icon.download-big	{ background-position: -240px -60px;}
.icon.pdf-big		{ background-position: -360px -60px;}
.icon.browse-big	{ background-position: -480px -60px;}



/* -- Footage -- */

.icon.footage {
	background-position: -240px -180px;
	height: 260px;
	width: 260px;
}



/* -- Studio -- */

.icon.studio {
	background-position: -464px -180px;
	height: 260px;
	width: 260px;
}



/* -- Colapse -- */

.icon.collapse {
	width: 20px;
	height: 20px;
	background-position: -80px -120px;
}

.title .icon.collapse,
.title-main .icon.collapse,
.title-section .icon.collapse {
	float: right;
	position: relative;
	top: 2px;
}

.collapsed .icon.collapse {
	background-position: -100px -120px;
}

.studio-toggle-bio .icon.collapse {
	background-position: -80px -20px;
	position: relative;
	top: 5px;
}

.studio-toggle-bio.collapsed .icon.collapse {
	background-position: -100px -20px;
}




/* -- Progress indicators -- */

.progress-cover {
	background-color: rgb(228, 228, 228);
	background-color: rgba(228, 228, 228, 0.85);
	background-image: url('/bundles/balpublic/gfx/loader-01.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.progress-processing {
	background-color: rgb(228, 228, 228);
	/*background-color: rgba(228, 228, 228, 0.85);*/
	background-image: url('/bundles/balpublic/gfx/loader-01.gif');
	background-repeat: no-repeat;
	background-position: center;
}



/* -- Navbar Bridgeman --*/

.navbar-bridgeman.navbar {
	margin: 0;
	border: 0;
	border-radius: 0;
}

.navbar-bridgeman .nav {
	font-size: 11pt;
	letter-spacing: 0;
	margin-top: 18px;
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.navbar-bridgeman .nav:first-child {
		border-top: 1px solid rgb(228, 228, 228);
	}
	.navbar-bridgeman .nav {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.navbar-bridgeman .navbar-nav.navbar-right:last-child {
		margin-right: 0px;
	}
}

@media (min-width: 768px) and (max-width: 880px) {
	/* Fit long menu on vertical ipad screen */
	.navbar-bridgeman .nav {
		margin-top: 0px;
	}
}

.navbar-bridgeman .nav > li {

}

@media (max-width: 767px) {
	.navbar-bridgeman .nav > li {
		border-bottom: 1px solid rgb(228, 228, 228);
	}
}

.navbar-bridgeman .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 10px;
}

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

.navbar-bridgeman .nav > li.disabled > a {
}
.navbar-bridgeman .nav > li.disabled > a:hover,
.navbar-bridgeman .nav > li.disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
}

.navbar-bridgeman .nav .open > a,
.navbar-bridgeman .nav .open > a:hover,
.navbar-bridgeman .nav .open > a:focus {
	background-color: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
}
.is-footage .navbar-bridgeman .nav .open > a,
.is-footage .navbar-bridgeman .nav .open > a:hover,
.is-footage .navbar-bridgeman .nav .open > a:focus {
	background-color: rgb(243, 130, 62);
}
.is-studio .navbar-bridgeman .nav .open > a,
.is-studio .navbar-bridgeman .nav .open > a:hover,
.is-studio .navbar-bridgeman .nav .open > a:focus {
	background-color: rgb(127, 64, 153);
}

.navbar-bridgeman .dropdown-menu {
	background: rgb(234, 20, 140);
	border: 0px;
	border-radius: 0;
	box-shadow: none;
	padding: 30px 0 15px 0;
	min-width: 250px;
}
.is-footage .navbar-bridgeman .dropdown-menu {
	background: rgb(243, 130, 62);
}
.is-studio .navbar-bridgeman .dropdown-menu {
	background: rgb(127, 64, 153);
}

@media (max-width: 767px) {
	.navbar-bridgeman .navbar-nav .open .dropdown-menu {
		background: rgb(234, 20, 140);
		padding: 0px 0px 10px 0px;
	}
	.is-footage .navbar-bridgeman .navbar-nav .open .dropdown-menu {
		background: rgb(243, 130, 62);
	}
	.is-studio .navbar-bridgeman .navbar-nav .open .dropdown-menu {
		background: rgb(127, 64, 153);
	}
}

.navbar-bridgeman .dropdown-menu > li > a {
	color: rgb(255, 255, 255);
	padding: 8px 15px 10px 15px;
}

.navbar-bridgeman .dropdown-menu > li > a:hover,
.navbar-bridgeman .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: rgb(255, 255, 255);
	background-color: rgb(156, 0, 93);
}
.is-footage .navbar-bridgeman .dropdown-menu > li > a:hover,
.is-footage .navbar-bridgeman .dropdown-menu > li > a:focus {
	background-color: rgb(196, 92, 29);
}
.is-studio .navbar-bridgeman .dropdown-menu > li > a:hover,
.is-studio .navbar-bridgeman .dropdown-menu > li > a:focus {
	background-color: rgb(94, 48, 114);
}

.navbar-bridgeman .dropdown-menu > li > a > .icon {
	position: relative;
	top: 5px;
}

.navbar-bridgeman .navbar-toggle {
  border-color: #dddddd;
}
.navbar-bridgeman .navbar-toggle:hover,
.navbar-bridgeman .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-bridgeman .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-bridgeman .navbar-collapse {
	padding-right: 0px;
}
@media (max-width: 767px) {
	.navbar-bridgeman .navbar-collapse {
		padding-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 880px) {
	/* Fit long menu on vertical ipad screen */
	.navbar-bridgeman .navbar-collapse {
		clear: left;
		padding: 0px;
		/*margin-left: -10px;*/
		border-top: 1px solid rgb(77, 77, 79);
	}
}


/* -- Logo -- */

.navbar-logo {
	height: 65px;
	width: 180px;
	background-image: url('/bundles/balpublic/gfx/logo-sprite.png');
	background-position: 0 0;
}

.is-footage .navbar-logo {
	background-position: 364px 0;
}

.is-studio .navbar-logo {
	background-position: 179px 2px;;
}

.navbar-logo a{
	display: block;
	width: 100%;
	height: 65px;
}
.navbar-logo-image {
	border: none;
	display: none;
}



/* -- Languages -- */

@media (min-width: 768px) {

	.navbar-bridgeman .navbar-languages {
		margin-left: 10px;
	}

	.navbar-bridgeman .navbar-languages .dropdown-toggle,
	.navbar-bridgeman .navbar-languages .dropdown-menu > li > a {
		font-size: 10pt;
		font-weight: bold;
	}

	.navbar-bridgeman .navbar-languages .dropdown {
		width: 90px;
		padding-top: 8px;
	}

	.navbar-bridgeman .navbar-languages .dropdown-toggle,
	.navbar-bridgeman .nav.navbar-languages .open .dropdown-toggle {
		background: rgb(77, 77, 79);
		color: rgb(255, 255, 255);
		padding: 0px 15px 0px 5px;
	}

	.navbar-bridgeman .nav.navbar-languages .open .dropdown-toggle {
		background: rgb(77, 77, 79) !important;
	}

	.navbar-bridgeman .navbar-languages .dropdown-toggle:hover {
		background: rgb(156, 0, 93);
	}
	.is-footage .navbar-bridgeman .navbar-languages .dropdown-toggle:hover {
		background: rgb(196, 92, 29);
	}
	.is-studio .navbar-bridgeman .navbar-languages .dropdown-toggle:hover {
		background: rgb(94, 48, 114);
	}

	.navbar-bridgeman .navbar-languages .dropdown-menu {
		background: rgb(77, 77, 79);
		min-width: 90px;
		padding: 5px 0;
	}

	.navbar-bridgeman .navbar-languages .dropdown-menu > li > a {
		padding: 5px;

	}

	.navbar-bridgeman .navbar-languages .dropdown-toggle > .icon {
		position: absolute;
		right: 0px;
		top: 1px;
	}
}



/* -- Orders -- */

@media (min-width: 768px) {
	.navbar-bridgeman .nav.navbar-order {
		padding: 8px 10px 0px 10px;
	}

	.navbar-bridgeman .nav.navbar-order > li > a {
		padding: 10px;
		text-decoration: none;
	}
}



/* -- Follow Social Media -- */

.navbar-bridgeman .nav.navbar-follow {
	padding: 0 8px;
}

.navbar-bridgeman .nav.navbar-follow > li {
	padding: 8px 2px 0 2px;
}

.navbar-bridgeman .nav.navbar-follow > li > a {
	padding: 10px;
	font-size: 11pt;
	font-weight: 100;
	text-decoration: none;
}




/* -- Basic -- */

.navigation {
	display: block;
	margin:  0;
	padding: 0;
}

.navigation-element {
	display: block;
	margin:  0;
	padding: 0;
	list-style-type: none;
}

.is-studio .navigation-side .navigation-element-link{
	background-color: #F2F2F2;
	color: #7F3F98;
}

.is-studio .navigation-side .navigation-element-link:hover {
	background: none repeat scroll 0 0 #502860;
	color: #FFFFFF;
}

.navigation-element-link:hover,
.navigation-element-link {
	text-decoration: none;
}

.navigation-element-text {}



/* -- Footer -- */

.navigation-footer {
	margin: 10px 0;
	padding: 0;
}

.navigation-footer .navigation-element {
	margin: 7px 0;
}



/* -- Navigation Alphabet -- */

.navigation.navigation-alphabet {
	margin: 0px;
	height: 35px;
}

.navigation-alphabet .navigation-element {
	float: left;
	margin: 0px;
	width: 3.846153%;
	min-width: 20px;
}

.navigation-alphabet .navigation-element-text,
.navigation-alphabet .navigation-element-link {
	background-color: rgb(242, 242, 242);
	display: block;
	font-size: 10pt;
	height: 35px;
	line-height: 20px;
	padding: 7px 0;
	text-align: center;
	margin-right: 1px;
}

.navigation-alphabet .navigation-element:last-child  .navigation-element-text,
.navigation-alphabet .navigation-element:last-child .navigation-element-link {
	margin-right: 0;
}

.navigation-alphabet .navigation-element-text {
	color: rgb(142, 142, 142);
}

.navigation-alphabet .navigation-element-link {
	color: rgb(234, 20, 140);
}

.is-studio .navigation-alphabet .navigation-element-link {
	color: rgb(127, 64, 153);
}

.is-footage .navigation-alphabet .navigation-element-link {
	color: rgb(243, 130, 62);
}

.navigation-alphabet .is-active .navigation-element-link:hover {
	background: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
}

.is-footage .navigation-alphabet .is-active .navigation-element-link:hover {
	background: rgb(196, 92, 29);
}

.is-studio .navigation-alphabet .is-active .navigation-element-link:hover {
	background: rgb(94, 48, 114);
}

.navigation-alphabet .is-selected .navigation-element-link {
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
}

.is-footage .navigation-alphabet .is-selected .navigation-element-link {
	background: rgb(243, 130, 62);
}

.is-studio .navigation-alphabet .is-selected .navigation-element-link {
	background: #7F3F98;
	color: rgb(255, 255, 255);
}



/* My account tabs */

.navigation-my-account-tabs {
	padding: 0;
	margin: 0;
	border-bottom: 2px solid rgb(234, 20, 140);
}
.is-studio .navigation-my-account-tabs {
	border-bottom-color: rgb(127, 64, 153);
}

.navigation-my-account-tabs .navigation-element {
	float: left;
	margin: 0px;
	width: 25%;
	min-width: 20px;
	border-right: 1px solid rgb(255, 255, 255);
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.navigation-my-account-tabs.count-3 .navigation-element {
	width: 33.3333%;
}
.navigation-my-account-tabs.count-5 .navigation-element {
	width: 20%;
}
.navigation-my-account-tabs.count-6 .navigation-element {
	width: 16.6666%;
}

.navigation-my-account-tabs .navigation-element:last-child {
	border-right: none;
}

.navigation-my-account-tabs .navigation-element-link {
	height: 40px;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	background: rgb(242, 242, 242);
	color: rgb(234, 20, 140);
}
.is-studio .navigation-my-account-tabs .navigation-element-link {
	color: rgb(127, 64, 153);
}

.navigation-my-account-tabs .navigation-element-link:hover {
	color: rgb(255, 255, 255);
	background: rgb(156, 0, 93);
}
.is-studio .navigation-my-account-tabs .navigation-element-link:hover {
	color: rgb(255, 255, 255);
	background: rgb(94, 48, 114);
}

.navigation-my-account-tabs .is-selected .navigation-element-link {
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
	display: block;
	font-weight: bold;
}

.is-studio  .navigation-my-account-tabs .is-selected .navigation-element-link {
	background: rgb(94, 48, 114);
}

/* Artist account tabs */

.navigation-artist-account-tabs .navigation-element{
	float: left;
	margin: 0px;
	width: 20%;
	min-width: 20px;
	border-bottom: 2px solid #7F3F98;
}

.layout-grid-12-12 ul.navigation-artist-account-tabs {
	padding: 0;
	margin: 0;
}

.navigation-artist-account-tabs .navigation-element-link {
	height: 40px;
	display: block;	
	line-height: 40px;
	padding: 0 10px;
	background: #D1D3D4;
	color: #4D4D4F;
	border-bottom: 2px solid #7F3F98;
}

.navigation-artist-account-tabs .is-selected .navigation-element-link {
	background: #7F3F98;
	color: rgb(255, 255, 255);
	display: block;
}

.navigation-artist-account-tabs .is-selected .navigation-element-link:hover{
	color: rgb(255, 255, 255);
}

.navigation-artist-account-tabs .is-active.navigation-element {
	background-color: #878789;
	line-height: 40px;
	border-bottom: 2px solid #7F3F98;
}

.navigation-artist-account-tabs .is-active.navigation-element .navigation-element-text{
	margin-left:10px;
}



/* -- Navigation Side -- */

.navigation-side {
}

.navigation-side .navigation-element-text,
.navigation-side .navigation-element-link {
	display: block;
	padding: 10px;
	margin-top: 1px;
}

.navigation-side .navigation-element-text {
	background-color: rgb(242, 242, 242);
}

.navigation-side .navigation-element-link {
	background-color: rgb(242, 242, 242);
	color: rgb(234, 20, 140);
}

.is-footage .navigation-side .navigation-element-link {
	color: rgb(243, 130, 62);
}

.navigation-side .is-selected .navigation-element-text,
.navigation-side .is-selected .navigation-element-link {
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
}

.is-footage .navigation-side .is-selected .navigation-element-text,
.is-footage .navigation-side .is-selected .navigation-element-link {
	background: rgb(243, 130, 62);
}

.is-studio .navigation-side .is-selected .navigation-element-text,
.is-studio .navigation-side .is-selected .navigation-element-link {
	background: #7F3F98;
}

.navigation-side .icon {
	height: 14px;
}

.navigation-side .arrow-right-flat-dark {
	background-image: url('/bundles/balpublic/gfx/icons-sprite-hover.png');
}

.navigation-side .navigation-element-link:hover {
	background: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
}

.is-footage .navigation-side .navigation-element-link:hover {
	background: rgb(196, 92, 29);
}



/* -- Navigation Tabs -- */

.navigation-tabs {

}

@media print {
	.navigation-tabs {
		display: none;
	}
}

.navigation-tab {
	display: none;
}

.navigation-tab.is-visible {
	display: block;
}

.navigation-tab-header {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	margin: 0;
	padding: 10px 0;
	text-align: center;
	vertical-align:text-top;
	font-size: 12pt;
	font-weight: bold;
}

.navigation-tab-title {
	margin: 0 10px;
}



/* -- Navigation Results -- */

.navigation-result-next.icon,
.navigation-result-previous.icon {
	background-color: rgb(255, 255, 255);
	border: 3px solid rgb(255, 255, 255);
	border-radius: 30px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
	height: 25px;
	width: 25px;
}

.asset .navigation-result-next,
.asset .navigation-result-previous {
	position: absolute;
	top: 50%;
	margin: -35px 0 0 0;
	display: none;
}

.asset .navigation-result-previous {
	left: 10px;
}

.asset .navigation-result-next {
	right: 10px;
}

.asset:hover .navigation-result-next,
.asset:hover .navigation-result-previous {
	display: block;
	cursor: pointer;
}



/* -- Navigation Creator -- */

.navigation-creator-tabs {
	padding: 0;
	margin: 0 0 0 10px;
	height: 40px;
}

.header-creator .navigation-creator-tabs {
	position: relative;
	top: 11px;
}

@media (min-width: 768px) {
	.header-creator .navigation-creator-tabs {
		margin-left: 0;
		margin-top: -40px;
	}
}

.navigation-creator-tabs .navigation-element {
	float: left;
	margin: 0 10px 0 0;
	min-width: 20px;
}

.navigation-creator-tabs .navigation-element-link {
	height: 40px;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	background: transparent;
	color: rgb(255, 255, 255);
}

.navigation-creator-tabs .navigation-element-link:hover {
	color: rgb(255, 255, 255);
}

.navigation-creator-tabs .is-selected .navigation-element-link {
	background: rgb(255, 255, 255);
	color: rgb(234, 20, 140);
	display: block;
	font-weight: bold;
}

.navigation-creator-tabs .is-selected .navigation-element-link {
	color: rgb(127, 64, 153);
}



/* -- Subnavigation -- */

.navigation-subheader {
	padding: 0;
	margin: 0;
	position: relative;
}

.navigation-subheader .navigation-element {
	float: left;
	margin: 0px;
	min-width: 20px;
}

.navigation-subheader .sub-navigation-element {
	list-style-type: none;
	background: rgb(255, 255, 255);
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 300;
}

.navigation-subheader .navigation-element.is-revealed .sub-navigation-element,
.navigation-subheader .navigation-element.is-selected .sub-navigation-element,
.navigation-subheader .navigation-element:hover .sub-navigation-element {
	display: block;
}

.navigation-subheader .sub-navigation-element .navigation-element {
	/*float: none;*/
	/*max-width: 250px;*/
	/*margin: 0;*/
	/*padding: 0;*/
}

.navigation-subheader .navigation-element-link {
	height: 30px;
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	color: rgb(255, 255, 255);
}
.navigation-subheader .sub-navigation-element .navigation-element-link {
	color: rgb(234, 20, 140);
}
.is-footage .navigation-subheader .sub-navigation-element .navigation-element-link {
	color: rgb(243, 130, 62);
}
.is-studio .navigation-subheader .sub-navigation-element .navigation-element-link {
	color: rgb(127, 64, 153);
}

.navigation-subheader .navigation-element-link:hover {
	color: rgb(255, 255, 255);
	background: rgb(156, 0, 93);
}
.is-footage .navigation-subheader .navigation-element-link:hover {
	color: rgb(255, 255, 255);
	background: rgb(196, 92, 29);
}
.is-studio .navigation-subheader .navigation-element-link:hover {
	color: rgb(255, 255, 255);
	background: rgb(94, 48, 114);
}

.navigation-subheader .is-revealed > .navigation-element-link,
.navigation-subheader .is-selected > .navigation-element-link {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}
.navigation-subheader .sub-navigation-element .is-selected > .navigation-element-link {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}






/* -- Flash Messages -- */

.flash-messages {
}

.flash-message {
	margin: 5px 0px;
	background: rgb(128, 128, 128);
	padding: 10px 20px;
	color: rgb(255, 255, 255);
}

.flash-message:last-child {
	margin-bottom: 20px;
}

.flash-message.type-error {
	background-color: rgb(156, 0, 93);
}

.flash-message.type-warning {
	background-color: rgb(192, 197, 0);
}

.flash-message.type-notification {
	background-color: rgb(192, 197, 0);
}

.flash-message.type-confirmation {
	background-color: rgb(40, 168, 0);
}

.flash-message.type-confirmation-permanent {
	background-color: rgb(40, 168, 0);
}

.flash-message-title{
	margin: 5px 0;
	font-size: 1.5em;
}

.flash-message.type-error + .flash-message.type-error .flash-message-title,
.flash-message.type-warning + .flash-message.type-warning .flash-message-title,
.flash-message.type-notification + .flash-message.type-notification .flash-message-title,
.flash-message.type-confirmation + .flash-message.type-confirmation .flash-message-title {
	display: none;
}

.flash-message p {
	margin: 4px 0;
}



/* -- Flash Messages -- */

.instant-messages {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

@media print { .instant-messages {
	display: none;
}}

.instant-message {
	background: rgb(128, 128, 128);
	background: rgba(128, 128, 128, 0.95);
	color: rgb(255, 255, 255);
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 15px 40px 15px 20px;
	position: relative;
}

.instant-message.type-error {
	background-color: rgb(156, 0, 93);
	background-color: rgba(156, 0, 93, 0.95);
}

.instant-message.type-warning {
	background-color: rgb(172, 176, 0);
	background-color: rgba(172, 176, 0, 0.95);
}

.instant-message.type-notification {
	background-color: rgb(192, 197, 0);
	background-color: rgba(192, 197, 0, 0.95);
}

.instant-message.type-confirmation {
	background-color: rgb(40, 168, 0);
	background-color: rgba(40, 168, 0, 0.95);
}

.instant-message-close {
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 15px 0;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	text-decoration: none;
	width: 35px;
}

.instant-message-close:hover {
	background-color: rgba(255, 255, 255, 0.3);
}



/* --- Modal Window -- */

.modal-window {
	background: transparent;
	background: rgba(16, 16, 16, 0.65);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5101010,endColorstr=#A5101010)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5101010,endColorstr=#A5101010);   /* IE6 & 7 */
	zoom: 1;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 100%;
	width: 0%;
	height: 100%;
	z-index: 99991;
	overflow-y: scroll;
	opacity:0;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}

.modal-window.display-modal-popup,
.modal-window:target {
	pointer-events: auto;
	left: 0;
	width: 100%;
	opacity:1;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

/* -- IE8 & IE7 hack --*/
.modal-window.target {
	pointer-events: auto;
	left: 0;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.modal-window-dialog {
	background: #fff;
	display: none;
	margin: 5% auto;
	position: relative;
	padding: 25px 45px 25px 45px;
	width: 550px;
	z-index: 99993;
}

@media (max-width: 767px) {
	.modal-window-dialog {
		margin: 20% 5%;
		padding-left: 20px;
		padding-right: 20px;
		width: 90%;
	}
}

.modal-window.display-modal-popup .modal-window-dialog,
.modal-window:target .modal-window-dialog {
	display: block;
}

/* -- IE8 & IE7 hack (mind the dot) --*/
.modal-window.target .modal-window-dialog {
	display: block;
}

.text-container .modal-window-dialog-title,
.text-container h4.modal-window-dialog-title:first-child,
.modal-window-dialog-title {
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
	line-height: 20px;
	margin: -25px -45px 5px -45px;
	padding: 35px 45px 32px 45px;
	font-size: 12pt;
}
.is-footage .text-container .modal-window-dialog-title,
.is-footage .modal-window-dialog-title {
	background: rgb(243, 130, 62);
}
.is-studio .text-container .modal-window-dialog-title,
.is-studio .modal-window-dialog-title {
	background: rgb(127, 64, 153);
}

@media (max-width: 767px) {
	.text-container .modal-window-dialog-title,
	.modal-window-dialog-title {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.text-container .modal-window-dialog-close,
.text-container .modal-window-dialog-close2,
.modal-window-dialog-close,
.modal-window-dialog-close2 {
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0;
	position: absolute;
	right: -45px;
	top: 0px;
	text-align: center;
	width: 45px;
	height: 45px;
	text-decoration: none;
}
.is-footage .text-container .modal-window-dialog-close,
.is-footage .text-container .modal-window-dialog-close2,
.is-footage .modal-window-dialog-close,
.is-footage .modal-window-dialog-close2 {
	background: rgb(243, 130, 62);
}
.is-studio .text-container .modal-window-dialog-close,
.is-studio .text-container .modal-window-dialog-close2,
.is-studio .modal-window-dialog-close,
.is-studio .modal-window-dialog-close2 {
	background: rgb(127, 64, 153);
}

@media (max-width: 767px) {
	.text-container .modal-window-dialog-close,
	.text-container .modal-window-dialog-close2,
	.modal-window-dialog-close,
	.modal-window-dialog-close2 {
		right: 0;
		top: -45px;
	}
}

.text-container .modal-window-dialog-close:hover,
.text-container .modal-window-dialog-close2:hover,
.modal-window-dialog-close:hover,
.modal-window-dialog-close2:hover {
	background: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.is-footage .text-container .modal-window-dialog-close:hover,
.is-footage .text-container .modal-window-dialog-close2:hover,
.is-footage .modal-window-dialog-close:hover,
.is-footage .modal-window-dialog-close2:hover {
	background: rgb(196, 92, 29);
	color: rgb(255, 255, 255);
}
.is-studio .text-container .modal-window-dialog-close:hover,
.is-studio .text-container .modal-window-dialog-close2:hover,
.is-studio .modal-window-dialog-close:hover,
.is-studio .modal-window-dialog-close2:hover {
	background: rgb(94, 48, 114);
	color: rgb(255, 255, 255);
}

.text-container .modal-window-dialog-content,
.modal-window-dialog-content {
	padding: 1px;
	color: rgb(77, 77, 79);
}

.modal-window.type-iframe .modal-window-dialog-content {
	margin: 0 -10px;
}



/* -- iFrame -- */

.modal-window-iframe {
	width: 100%;
	height: 550px;
}




/* -- Popup -- */

.popup-holder {
	position: relative;
}

.popup-content {
	background: rgb(255, 255, 255);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
	color: rgb(77, 77, 79);
	display: none;
	font-size: 9pt;
	font-weight: normal;
	padding: 15px;
	position: absolute;
	top: -5px;
	text-align: left;
	width: 350px;
	z-index: 99;
}

.popup-content.is-left {
	left: -10px;
}

.popup-content.is-right {
	right: -10px;
}

.popup-holder:hover .popup-content {
	display: block;
}



/* -- Text basic margin -- */

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6,
.text-container table,
.text-container dl,
.text-container ul,
.text-container ol,
.text-container p {
	margin: 10px 0;
}

.text-container td > p {
	margin: 10px;
}

.listing-item.type-search-result .text-container > p {
	margin: 3px 0;
}

.report-list-assets .text-container > p {
	margin: 5px 0;
}


/* -- Text anchors -- */

.text-container a {
	color: rgb(234, 20, 140);
}

.text-container a:hover {
	color: rgb(156, 0, 93);
}

.is-footage .text-container a {
	color: rgb(243, 130, 62);
}

.is-footage .text-container a:hover {
	color: rgb(196, 92, 29);
}

.is-studio .text-container a {
	color: rgb(127, 64, 153);
}

.is-studio .text-container a:hover {
	color: rgb(94, 48, 114);
}

@media print {

	.text-container a {
		color: rgb(77, 77, 79);
		font-style: italic;
		word-wrap: break-word;
	}

	/* Print url after link name */

	.text-container a:after {
		content: " (http://www.bridgemanimages.com" attr(href) ")";
		color: rgb(96, 96, 96);
		font-size: 0.8em;
		font-style: normal;
	}

	.text-container a[href^="http://"]:after,
	.text-container a[href^="https://"]:after {
		content: " (" attr(href) ")";
	}

	.text-container .dataTable a:after,
	.text-container .title a:after,
	.text-container .title-main a:after,
	.text-container .title-main-big a:after,
	.text-container .title-section a:after,
	.text-container .title-with-image-large a:after,
	.text-container .list-inline a:after,
	.text-container a[href^="mailto"]:after {
		content: "";
	}

}



/* -- Quotations -- */

.text-container blockquote {
	margin: 20px auto;
	max-width: 600px;
}

.text-container blockquote p {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.text-container blockquote footer {
	font-style: italic;
	text-align: right;
}




/* -- Text - lists -- */

.text-container ul,
.text-container ol {
	padding-left: 30px;
}

.text-container dl ul,
.text-container dl ol {
	margin: 0px;
}


.text-container ul li {
	margin: 5px 0;
}

.text-container ol li {
	margin: 5px 0;
}

.text-container dt {
	margin-top: 10px;
	color: rgb(128, 128, 128);
}

.text-container dd {
	margin: 2px 0;
	font-weight: bold;
}

.text-container dd.is-special {
	font-size: 13pt;
}



/* -- Text headers -- */

.text-container h1 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 26pt;
	font-weight: normal;
	line-height: 30pt;
}

.text-container h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 16pt;
	line-height: 16pt;
}

.text-container h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 12pt;
}

.text-container h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 10pt;
}

.blog-content .text-container h1 {
	margin-top: 40px;
}

.text-container .studio-creator-details h2,
.text-container .studio-creator-details h3,
.text-container h1:first-child,
.text-container h2:first-child,
.text-container h3:first-child,
.text-container h4:first-child,
.text-container h5:first-child,
.text-container h6:first-child {
	margin-top: 20px;
}

.text-container .studio-creator-details h1,
.text-container .studio-creator-details h2,
.text-container .studio-creator-details h3 {
	color: rgb(127, 64, 153);
}

.text-headline,
.text-container .text-headline {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* -- Text extra styles -- */

.text-container .is-centered {
	text-align: center;
}

.text-container .is-emphasised {
	font-style: italic;
}

.text-container .is-extra-emphasied {
	font-weight: bold;
	text-align: center;
}

.text-container .highlighted {
	color: rgb(234, 20, 140);
}

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

.listing-item.type-search-result .text-container > p strong {
	background: rgb(209, 211, 212);
	padding: 0 2px;
}


/* -- Blog images in text container -- */

.text-container img.alignright,
.text-container img.alignleft,
.text-container img.alignnone {
	height: auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	.text-container table img.alignright,
	.text-container table img.alignleft,
	.text-container table img.alignnone {
		width: 100%;
		min-width: 120px;
	}
}




/* -- Image -- */

.image-container {
}

.text-container .image-container {
	margin: 20px 0;
}

.image-image {
	max-width: 100%;
	display: block;
}

.image-caption,
.text-container .image-caption {
	background: rgb(228, 228, 228);
	font-size: 9pt;
	margin: 0;
	padding: 10px;
}

@media print {
	.image-caption,
	.text-container .image-caption {
		padding: 3px 0 0 0;
		font-style: italic;
	}
}



/* -- Basic titles -- */

.title-main,
.title-main-big,
.title,
.title-section,
.title-block {
	border: 1px solid rgb(77, 77, 79);
	border-width: 1px 0;
	margin: 0 0 0 0;
	padding: 4px 0;
	display: block;
	line-height: 1.35em;
}

.is-studio .title-main,
.is-studio .title-main-big,
.is-studio .title,
.is-studio .title-section {
	border-width: 0;
	padding: 0;
}

.title-block {
	background: rgb(77, 77, 79);
	background: rgb(142, 142, 142);
	border-color: rgb(142, 142, 142);
	color: rgb(255, 255, 255);
	padding: 6px 10px;
}

@media print {
	.title-main,
	.title-main-big,
	.title,
	.title-section,
	.title-block {
		border-width: 1pt 0;
	}
	.title-block {
		padding: 4px 0;
	}
}

.title-main:focus,
.title-main-big:focus,
.title:focus,
.title-section:focus,
.title-main:hover,
.title-main-big:hover,
.title-block:hover,
.title:hover,
.title-section:hover,
.title-main,
.title-main-big,
.title,
.title-section,
.title-block {
	text-decoration: none;
}

.title-main:focus,
.title-main {
	font-size: 13pt;
	font-weight: bold;
	color: rgb(234, 20, 140);
	letter-spacing: -0.3px;
}

.is-footage .title-main:focus,
.is-footage .title-main {
	color: rgb(243, 130, 62);
}
.is-studio .title-main:focus,
.is-studio .title-main {
	color: rgb(127, 64, 153);
}

.text-container .title-main {
	font-size: 16pt;
}

.title-main-big {
	color: rgb(234, 20, 140);
	font-weight: normal;
	font-size: 26pt;
	padding: 10px 0;
}

.is-footage .title-main-big {
	color: rgb(243, 130, 62);
}
.is-studio .title-main-big {
	color: rgb(127, 64, 153);
}

.title {
	font-size: 13pt;
	font-weight: bold;
}

.text-container .title {
	font-size: 16pt;
}

.title-section {
	border-bottom: none;
	font-size: 13pt;
	font-weight: normal;
}

.title-block {
	font-size: 10pt;
	font-weight: bold;
}



/* -- Title with image in background -- */

.title-with-image-large {
	display: block;
	height: 270px;
	margin: 0 0 15px 0;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left;
}

.is-footage .title-with-image-large {
	background-color: rgb(243, 130, 62);
}

@media print {
	.title-with-image-large {
		display: block;
		height: auto;
	}
}

@media (max-width: 767px) {
	.title-with-image-large {
		padding: 0 10px;
		height: 200px;
	}
}

.title-with-image-large a,
.title-with-image-large span {
	color: rgb(255, 255, 255);
	display: table-cell;
	font-size: 40pt;
	height: 260px;
	width: 360px;
	line-height: 1.1em;
	/*padding: 20px 30px;*/
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	/*text-shadow: 1px 1px 3px rgb(0, 0, 0);*/
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.title-with-image-large a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
}

.de .title-with-image-large a,
.de .title-with-image-large span {
	font-size: 35pt;
}

@media print {
	.title-with-image-large a,
	.title-with-image-large span {
		color: rgb(77, 77, 79);
		font-size: 30pt;
		text-align: left;
		display: inline;
		padding: 0;
		width: auto;
}}

@media (max-width: 767px) {
	.title-with-image-large a,
	.title-with-image-large span {
		font-size: 24pt;
		height: 195px;
	}
}

/*
.registration-title{
	background: none repeat scroll 0 0 #878789;
    color: #FFFFFF;
    font-size: 9pt;
    margin: 10px 20px 10px 20px;
    padding: 5px 5px 5px 5px;
	font-size: 14.333px;
    font-weight: bold;
}

.artist-account-title{
	background: none repeat scroll 0 0 #878789;
    color: #FFFFFF;
    font-size: 14.333px;
    font-weight: bold;
    margin: 10px 5px;
    padding: 5px;
}
*/
/* -- Top Header -- */

@media print { .header {
    border-top: 1pt solid rgb(77, 77, 79);
    border-bottom: 1pt solid rgb(77, 77, 79);
    padding: 5px 0;
    margin-bottom: 10px;
}}

.header-subnavigation {
    background: rgb(234, 20, 140);
    margin-bottom: 10px;
}
.is-footage .header-subnavigation {
    background: rgb(243, 130, 62);
}
.is-studio .header-subnavigation {
    background: rgb(127, 64, 153);
}



/* -- Header - for content headers -- */

.header-title-container {
    background-color: rgb(77, 77, 79);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 20px;
    margin-right: -10px;
}

.header-title-container.type-footage-home {
    padding: 0;
}

.header-title-container.type-big {
    height: 500px;
    padding: 150px 60px 0px 60px;
}

@media screen and (max-width: 991px) {
    .header-title-container.type-big {
        padding-top: 75px;
    }
}

@media screen and (max-width: 767px) {
    .header-title-container.type-big,
    .header-title-container {
        margin-right: 0px;
        padding: 30px 20px;
        height: auto;
    }
}

@media print {
    .header-title-container {
        background: none !important;
        border: 1pt solid rgb(77, 77, 79);
        border-width: 1pt 0;
        margin: 10px 0;
        padding: 4px 0;
    }
}

.header-title-container.type-footage-home iframe {
    display: block;
    width: 100%;
    height: 500px;
}

.header-title {
    color: rgb(255, 255, 255);
    display: table-cell;
    font-size: 55pt;
    font-weight: bold;
    height: 240px;
    line-height: 1em;
    margin: 0;
    vertical-align: middle;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.type-categories .header-title {
    height: 220px;
}

.type-big .header-title {
    height: auto;
    display: block;
    font-size: 45pt;
}

@media screen and (max-width: 767px) {
    .header-title {
        font-size: 35pt;
        height: auto !important;
        padding: 0;
    }
    .header-title-container.type-footage-home iframe {
        height: 350px;
    }
}

@media screen and (max-width: 991px) {
    .header-title-container.type-footage-home {
        height: auto !important;
        margin-right: 0px;
        padding: 0px;
    }
}

@media print {
    .header-title {
        color: rgb(77, 77, 79);
        font-size: 20pt;
        height: auto !important;
        text-shadow: none;
    }
}


/* -- Header title backgrounds -- */

.header-title-container.type-offices {
    background-image: url("/images/offices/intro/default.jpg");
}

.header-title-container.type-order-summary {
    background-image: url("/images/orders/intro/summary.jpg");
}

.header-title-container.type-download-error {
    background-image: url("/images/orders/intro/download-error.jpg");
}

.header-title-container.type-anniversaries {
    background-image: url("/images/anniversaries/intro/default.jpg");
}

.header-title-container.type-search-tips {
    background-image: url("/images/about-bridgeman/intro/search-tips.jpg");
}

.header-title-container.type-careers {
    background-image: url("/images/careers/intro/default.jpg");
}

.header-title-container.type-categories {
    background-image: url("/images/categories/intro/default.jpg");
}

.header-title-container.type-news {
    background-image: url("/images/news/intro/default.jpg");
}

.header-title-container.type-features{
    background-image: url("/images/news/intro/features.jpg");
}

.header-title-container.type-new-collections{
    background-image: url("/images/news/intro/newcollections.jpg");
}

.header-title-container.type-creative-concepts{
    background-image: url("/images/news/intro/creative.jpg");
}

.header-title-container.type-footage {
    background-image: url("/images/news/intro/footage.jpg");
}

.header-title-container.type-images-in-action {
    background-image: url("/images/news/intro/imagesinaction.jpg");
}

.header-title-container.type-artists {
    background-image: url('/images/creators/intro/default.jpg');
}

.header-title-container.type-contemporary-artists {
    background-image: url("/images/creators/intro/contemporary.jpg");
}

.header-title-container.type-bridgeman-copyright-artists {
    background-image: url("/images/creators/intro/copyright.jpg");
}

.header-title-container.type-Studio{
    background-image: url("/images/studio/intro/artists.jpg");
}

.header-title-container.type-about-bridgeman {
    background-image: url("/images/about-bridgeman/intro/default.jpg");
}

.header-title-container.type-museums-and-collections {
    background-image: url("/images/collections/intro/museums-collections.jpg");
}

.header-title-container.type-museums {
    background-image: url("/images/collections/intro/museum.jpg");
}

.header-title-container.type-private-galleries {
    background-image: url("/images/collections/intro/private-gallery.jpg");
}

.header-title-container.type-auction-houses {
    background-image: url("/images/collections/intro/auction-house.jpg");
}

.header-title-container.type-photographers {
    background-image: url("/images/collections/intro/photographer.jpg");
}

.header-title-container.type-historic-houses-and-collections {
    background-image: url("/images/collections/intro/museums-collections.jpg");
}

.header-title-container.type-my-account {
    background-image: url("/images/my-account/intro/default.jpg");
}
.header-title-container.type-supplier-account {
    background-image: url("/images/my-account/intro/supplier.jpg");
}
.header-title-container.type-supplier-account {
	background-image: url("/images/my-account/intro/supplier.jpg");
}
.header-title-container.type-studio-account{
    background-image: url("/images/studio/intro/default.jpg");
}
.header-title-container.type-studio-account.studio-aotm{
    background-image: url("/images/studio/intro/artistofthemonth.jpg");
}
.header-title-container.type-studio-account.studio-interviews{
    background-image: url("/images/studio/intro/interviews.jpg");
}
.header-title-container.type-studio-account.studio-news{
    background-image: url("/images/studio/intro/studionews.jpg");
}
.header-title-container.type-studio-account.studio-features{
    background-image: url("/images/studio/intro/studiofeatures.jpg");
}
.header-title-container.type-studio-account.studio-meet-the-team{
    background-image: url("/images/studio/intro/interviews.jpg");
}

.header-lead {
    color: rgb(255, 255, 255);
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.35em;
    margin: 20px 5px 0 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}

.header-lead p {
    margin: 0;
}


/* -- Header - text container -- */

.header-text-container {
    background: rgb(234, 20, 140);
    color: rgb(255, 255, 255);
    margin-left: -10px;
    padding: 0 20px;
}
.is-footage .header-text-container {
    background: rgb(243, 130, 62);
}
.is-studio .header-text-container {
    background: none repeat scroll 0 0 rgb(127, 64, 153);
}

@media (max-width: 767px) {
    .header-text-container {
        margin-left: 0px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .header-text-container.type-footage-home {
        margin-left: 0px;
        padding: 20px;
    }
}

.header-text {
    display: table-cell;
    vertical-align: middle;
    height: 240px;
}

.type-categories .header-text {
    height: 220px;
}

.type-big .header-text,
.type-footage-home .header-text {
    height: 500px;
}

.type-big .header-text {
    display: block;
    text-align: center;
    padding-top: 50px;
}

.type-big .header-text .img-responsive {
    display: inline;
}

@media (max-width: 767px) {
    .type-big .header-text,
    .header-text {
        height: auto !important;
        padding: 0;
    }
}

.header-text-container.type-studio-home .widget-home-action {
    height: 280px;
}

.header-text h2,
.header-text h3,
.header-text p {
    margin: 5px 0;
}

.header-text h2,
.header-text h3 {
    font-size: 13pt;
}

.header-text a,
.header-text a:hover {
    color: rgb(255, 255, 255);
}



/* -- Header - error -- */

.header-error-container {
    background: rgb(234, 20, 140) url("/images/error/intro/error.jpg") no-repeat 570px 100%;
    color: rgb(255, 255, 255);
    padding-top: 60px;
    padding-bottom: 40px;
    min-height: 770px;
}

@media (max-width: 767px) {
    .header-error-container {
        background-image: none;
        min-height: 120px;
    }
}

@media (max-width: 991px) {
    .header-error-container {
        background-position: 410px 100%;
    }
}

.header-error-container h1,
.header-error-container h2,
.header-error-container p {
    margin: 20px 0;
}

.header-error-container h1 {
    font-size: 36pt;
    font-style: italic;
    margin-top: 0px;
    line-height: 1.0em;
}

.header-error-container h2 {
    font-size: 16pt;
}

.header-error-container a,
.header-error-container a:hover {
    color: #9C005D;
}



/* -- Header - search -- */

.header-search {
    background-image: url('/bundles/balpublic/gfx/header-bg-01.jpg');
    background-position: center;
    background-repeat: repeat-x;
    height: 130px;
    padding-top: 35px;
    padding-bottom: 35px;
    position:relative;
}

.header-search-homepage {
    background-image: url("/bundles/balpublic/gfx/header-bg-homepage-06.jpg");
    background-position: center;
    background-repeat: repeat-x;
    height: auto;
    padding-top: 90px;
    padding-bottom: 120px;
    position:relative;
}

@media (max-width: 767px) {
    .header-search-homepage {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.header-search-fake {
    margin: 0;
    position: absolute;
    top: -130px; /* compensate header 60px + 35px and compensate breadcrumbs 35px */
    width: 100%;
}

.header-homepage-title {
    color: rgb(255, 255, 255);
    font-size: 4em;
    line-height: 1em;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .header-homepage-title {
        font-size: 2.5em;
        margin-bottom: 20px;
    }
}

.header-search.image-01 {
    background-image: url('/bundles/balpublic/gfx/header-bg-01.jpg');
}

.header-search.image-02 {
    background-image: url('/bundles/balpublic/gfx/header-bg-02.jpg');
}

.header-search.image-03 {
    background-image: url('/bundles/balpublic/gfx/header-bg-03.jpg');
}

.header-search.image-04 {
    background-image: url('/bundles/balpublic/gfx/header-bg-04.jpg');
}

.header-search.image-05 {
    background-image: url('/bundles/balpublic/gfx/header-bg-05.jpg');
}

.header-search.image-06 {
    background-image: url('/bundles/balpublic/gfx/header-bg-06.jpg');
}

.header-search.image-07 {
    background-image: url('/bundles/balpublic/gfx/header-bg-07.jpg');
}

.header-search.image-08 {
    background-image: url('/bundles/balpublic/gfx/header-bg-08.jpg');
}

.header-search-homepage.image-01{
    background-image: url('/bundles/balpublic/gfx/header-bg-homepage-01.jpg');
}

.header-search-homepage.image-02{
    background-image: url('/bundles/balpublic/gfx/header-bg-homepage-02.jpg');
}

.header-search-homepage.image-03{
    background-image: url('/bundles/balpublic/gfx/header-bg-homepage-03.jpg');
}

.header-search-homepage.image-04{
    background-image: url('/bundles/balpublic/gfx/header-bg-homepage-04.jpg');
}

.header-search-homepage.image-05{
    background-image: url('/bundles/balpublic/gfx/header-bg-homepage-05.jpg');
}

.header-search-homepage.image-06{
    background-image: url('/bundles/balpublic/gfx/header-bg-homepage-06.jpg');
}

.header-search-homepage.image-07{
    background-image: url('/bundles/balpublic/gfx/header-bg-homepage-07.jpg');
}

.header-search-homepage.image-08{
    background-image: url('/bundles/balpublic/gfx/header-bg-homepage-08.jpg');
}



/* -- Creator header -- */

.header-creator {
    background: rgb(127, 64, 153);
    color: rgb(255, 255, 255);
    padding: 10px 0;
    min-height: 100px;
}

.header-creator-avatar {
    padding-left: 10px;
    max-width: 150px;
}

.header-creator-title {
    font-weight: normal;
    font-size: 24pt;
    margin: 10px 0 10px 0;
}

@media (max-width: 767px) {
    .header-creator-title {
        font-size: 18pt;
    }
}

.header-creator-links {
    text-align: right;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .header-creator-links {
        text-align: left;
    }
}

.header-creator-links a.header-creator-link-website {
    color: rgb(255, 255, 255);
    font-size: 14pt;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .header-creator-links a.header-creator-link-website {
        font-size: 12pt;
    }
}



/* -- Signuo header -- */

.header-signup {
    background-color: rgb(234, 20, 140);
    color: rgb(255, 255, 255);
}

.is-studio .header-signup {
    background-color: rgb(127, 64, 153);
}

.header-signup-blurb,
.header-signup-title {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    padding: 0 40px;
}
.header-signup-blurb {
    padding-left: 20px;
}
.header-signup-title {
    font-size: 55pt;
    line-height: 1em;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .header-signup-blurb,
    .header-signup-title {
        display: table-cell;
        vertical-align: middle;
        height: auto;
        padding: 20px;
    }
    .header-signup-title {
        font-size: 35pt;
        padding-bottom: 0px;
    }
}

.header-signup-blurb > h1,
.header-signup-blurb > h2,
.header-signup-blurb > h3,
.header-signup-blurb > h4,
.header-signup-blurb > p,
.header-signup-blurb > ul,
.header-signup-blurb > ol {
    color: rgb(255, 255, 255);
    margin: 10px 0;
}

.header-signup-blurb > h1,
.header-signup-blurb > h2,
.header-signup-blurb > h3,
.header-signup-blurb > h4 {
    font-size: 14pt;
}




/* -- Button - inline -- */

.button-inline,
a.button-inline:visited,
a.button-inline {
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
	padding: 2px 5px 3px 5px;
	border-radius: 3px;
}

.is-studio .button-inline,
.is-studio a.button-inline:visited,
.is-studio a.button-inline {
	background: rgb(127, 64, 153);
}

.button-inline:hover,
a.button-inline:hover {
	background: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.is-studio .button-inline:hover,
.is-studio a.button-inline:hover {
	background: rgb(94, 48, 114);
}

.button-inline .icon.arrow-right-medium-white {
	margin-left: 10px;
	/* overwrite icon setings */
	background-position: -185px -3px;
	width:  10px;
	height: 12px;
}



/* -- Button - large -- */

.button-large {
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
	display: block;
	line-height: 1.1em;
	padding: 7px 30px 7px 10px;
	position: relative;
}

.button-large:hover {
	background: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.download-zips .button-large {
	width: 40%;
	float: right;
}

.download-zips .button-large:first-child {
	float: left;
}

.button-large .arrow-right-medium-white {
	display: block;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 7px;
}



/* -- Button - medium -- */

.button-medium,
.button-medium:visited,
.text-container .button-medium {
	background: rgb(234, 20, 140);
	border-radius: 5px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 30px 5px 10px;
	position: relative;
}

.is-studio .button-medium,
.is-studio .button-medium:visited,
.is-studio .text-container .button-medium {
	background: rgb(127, 64, 153);
}

.button-medium.none,
.text-container .button-medium.none {
	display: none;
}

.button-medium.is-inactive,
.text-container .button-medium.is-inactive {
	background: rgb(244, 137, 197); /* rgba(234, 20, 140, 0.50) */
	color: rgb(252, 225, 228); /* rgba(255, 255, 255, 0.75) */
}

.button-medium.inline,
.text-container .button-medium.inline {
	display: inline-block;
}

.button-medium.small-text{
	font-size: 9pt;
}

.button-medium.is-special,
.text-container .button-medium.is-special {
	background-color: rgb(0, 175, 237);
}

.lightbox-sidebar-action .button-medium {
	padding-right: 10px;
}

.asset-tools .button-medium {
	width: 100px;
	padding-right: 10px;
	float: right;
	text-align: center;
	margin-left: 10px;
}

@media print { .asset-tools .button-medium {
	display: none;
}}


.button-medium:hover,
.text-container .button-medium:hover {
	background: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.is-studio .button-medium:hover,
.is-studio .text-container .button-medium:hover {
	background: rgb(94, 48, 114);
	color: rgb(255, 255, 255);
}

.button-medium.is-special:hover,
.text-container .button-medium.is-special:hover {
	background-color: rgb(0, 117, 158);
}

.button-medium.is-inactive:hover,
.text-container .button-medium.is-inactive:hover {
	background: rgb(244, 137, 197);
	color: rgb(252, 225, 228);
}

.button-medium .arrow-right-medium-white {
	display: block;
	margin: 0;
	position: absolute;
	top: 6px;
	right: 6px;
	/* overwrite icon setings */
	background-position: -185px -3px;
	width:  10px;
	height: 12px;
}



/* -- Button - submit -- */

.button-submit,
a.button-submit {
	background: rgb(234, 20, 140) url(/bundles/balpublic/gfx/icon-arrow-right-white.png) no-repeat right;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 31px 5px 11px;
	position: relative;
	text-align: left;
}

.is-studio .button-submit,
.is-studio a.button-submit {
	background-color: rgb(127, 64, 153);
	color: rgb(255, 255, 255);
}

.button-submit:hover,
a.button-submit:hover {
	background-color: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.is-studio .button-submit:hover,
.is-studio a.button-submit:hover {
	background-color: rgb(94, 48, 114);
	color: rgb(255, 255, 255);
}

.button-submit.inline {
	display: inline-block;
}

.button-submit.inverted,
a.button-submit.inverted {
	background-color: rgb(255, 255, 255);
	background-image: url(/bundles/balpublic/gfx/icon-arrow-right-invert-a.png);
	color: rgb(234, 20, 140);
}

.button-submit.inverted:hover,
a.button-submit.inverted:hover {
	color: rgb(156, 0, 93);
}

.is-studio .button-submit.inverted,
.is-studio a.button-submit.inverted {
	background-color: rgb(255, 255, 255);
	background-image: url(/bundles/balpublic/gfx/icon-arrow-right-invert-b.png);
	color: rgb(127, 64, 153);
}

.is-studio .button-submit.inverted:hover,
.is-studio a.button-submit.inverted:hover {
	color: rgb(94, 48, 114);
}



/* -- Button - big icon -- */

.button-bigicon {
	color: rgb(234, 20, 140);
	font-weight: bold;
	display: block;
	position: relative;
	padding: 70px 115px 30px 0;
}

.button-bigicon .icon {
	position: absolute;
	top: 0px;
	right: 0px;
}




/* -- Switch -- */

.switch-right {
	position: relative;
}

.switch-right .icon {
	display: block;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 0px;
}




/* -- List - Inline -- */

.list-inline li {
	display: inline;
	list-style-type: none;
}
.blog-content .list-inline li {
	margin: 0 10px 0 0;
}

.list-inline li:after {
	content: ',';
}

.blog-content .list-inline li:after,
.list-inline li:last-child:after {
	content: '';
}

.text-container .list-inline {
	padding: 0;
}



/* -- List - links -- */

.list-links,
.text-container .list-links {
	list-style-type: none;
	padding-left: 0;
}

.list-medium-item .list-links {
	font-size: 8.5pt;
	margin: 5px 0;
}

.list-links-item,
.text-container .list-links-item {
	margin: 2px 0;
}



/* -- Medium List -- */

.list-medium-item {
	float: left;
	width: 180px;
	padding: 0px;
	margin: 0px 10px;
	position: relative;
}

@media (max-width: 399px) {
	.list-medium-item {
		float: none;
		margin: 0px auto;
	}
}


.list-medium-item.type-normal {
	height: 310px;
}

.list-medium-item.type-short {
	height: 180px;
}

.list-medium-item.type-asset {
    height: 225px;
}

.list-medium-item.type-image {
	height: 170px;
	width: 170px;
	padding: 20px 10px 0 10px;
}

.list-medium-item-title,
.text-container .list-medium-item-title {
	font-size: 9pt;
	margin: 8px 0;
}

.list-medium-item-title a,
.text-container .list-medium-item-title a {
	color: rgb(77, 77, 79);
}

.list-medium-item-text,
.text-container .list-medium-item-text {
	line-height: 1.3em;
	font-size: 8.5pt;
	margin: 5px 0;
	max-height: 7.6em;
	overflow: hidden;
}

.list-medium-item-thumbnail-link {
	display: block;
	width: 180px;
	height: 140px;
	overflow: hidden;
}
.list-medium-item.type-image .list-medium-item-thumbnail-link {
	height: 150px;
}
.list-medium-item.type-short .list-medium-item-thumbnail-link {
	height: 130px;
}
.list-medium-item.type-asset .list-medium-item-thumbnail-link {
	display: table-cell;
	height: 150px;
	vertical-align: bottom;
}

.list-medium-item-thumbnail {
	background-color: rgb(217,217,217);
	display: block;
}
.list-medium-item.type-image .list-medium-item-thumbnail {
	background-color: none;
	width: auto;
	height: auto;
	max-width: 180px;
	max-height: 150px;
}



/* -- Large List -- */

.list-large-item {
	width: 100%;
	margin: 40px auto 0 auto;
	max-width: 400px;
	position: relative;
	padding: 0 20px;
	line-height: 1.25em;
}
.list-large-item:first-child {
	margin-top: 0;
}

@media (max-width: 379px) {
	.list-large-item {
		padding: 0 10px;
	}
}

@media (min-width: 992px) and (max-width: 1140px) {
	.list-large-item {
		padding: 0 10px;
	}
}

@media print, (min-width: 768px) {
	.list-large-item {
		float: left;
		margin: 0;
		width: 50.00%;
		height: 440px;
	}
}

@media print, (min-width: 992px) {
	.list-large-item {
		width: 33.333333%;
	}
}



/* -- Row list -- */

.list-row-item {
	background-color: rgb(242, 242, 242);
	padding: 10px;
	margin: 10px 0;
}

.list-row-item-thumbnail {
	width: 100%;
	max-width: 200px;
}

.text-container .list-row-item-title:first-child,
.text-container .list-row-item-title,
.list-row-item-title {
	margin-top: 0;
}

.list-row-item-asset {
	width: 33.333%;
	padding: 0 10px;
	display: block;
	float: left;
}

.list-row-item-asset-thumbnail {
	max-width: 100%;
}




/* -- Table Biography -- */

.table-biography{
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 20px 0;
}

.table-biography td{
	padding: 10px 0px 10px 20px;
	vertical-align: top;
}

.table-biography th{
	border-right: 3px solid rgb(77, 77, 79);
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	padding: 13px 20px 10px 0px;
	text-align: right;
	vertical-align: top;
}

.table-biography tr{
	border: 0px none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0px;
	outline: 0px none;
	padding: 0px;
	vertical-align: baseline;
}

/* -- Search Tips -- */

.table-search-tips{
	margin: 0 auto !important;
	float: none !important;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 20px 0;
}

.table-search-tips td{
	padding: 10px 10px 10px 20px;
	vertical-align: top;
	border-bottom: 1px solid grey;
}

.table-search-tips th{
	font-style: italic;
	padding: 15px 0 5px 20px;
	text-align: left;
	vertical-align: top;
	background-color: grey;
	color: #ffffff;
}

.table-search-tips tr{
	border: 1px solid grey;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0px;
	outline: 0px none;
	padding: 0px;
	vertical-align: baseline;
}

/* -- Defaults -- */

.column-05 { width:  5%; }
.column-10 { width: 10%; }
.column-15 { width: 15%; }
.column-20 { width: 20%; }
.column-25 { width: 25%; }
.column-30 { width: 30%; }
.column-33 { width: 33.333%; }
.column-35 { width: 35%; }
.column-40 { width: 40%; }
.column-45 { width: 45%; }
.column-50 { width: 50%; }
.column-55 { width: 55%; }
.column-60 { width: 60%; }
.column-65 { width: 65%; }
.column-66 { width: 66.666%; }
.column-70 { width: 70%; }
.column-75 { width: 75%; }
.column-80 { width: 80%; }
.column-85 { width: 85%; }
.column-90 { width: 90%; }
.column-95 { width: 95%; }

td.table-content-number {
	text-align: right;
}




/* -- Toggle -- */

a.studio-toggle-bio {
	color: rgb(255, 255, 255);
	display: block;
	float: right;
	font-size: 9pt;
	height: 30px;
	line-height: 20px;
	margin-right: 10px;
	margin-top: -30px;
	width: 200px;
	text-decoration: none;
	text-align: right;
}

a.studio-toggle-bio:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}



/* -- Bar -- */

.studio-bar-single {
	background: rgb(127, 64, 153);
	height: 20px;
}



/* -- Creator -- */

.studio-creator-details {
	margin: 0 10px;
}



/* -- Background -- */

.studio-background-1,
.studio-background-2,
.studio-background-3 {
	background-image: url('/images/studio/background/signup.jpg');
	background-position: center ;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
}

.studio-background-2 {
	background-image: url('/images/studio/background/upload-mq.jpg');
}

.studio-background-3 {
	background-image: url('/images/studio/background/signup2.jpg');
}

@media (max-width: 767px) {
	.studio-background-1,
	.studio-background-2,
	.studio-background-3 {
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.studio-background-mat {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
}



/* -- Content -- */
.studio-content {
	margin: 0 10px;
}

@media (max-width: 767px) {
	.studio-content {
		margin: 0;
	}
}

/*
 * Table related to sortable plugin
 */
table.dataTable {
	border-collapse:collapse;
	clear: both;
	margin: 0 auto;
	width: 100%;
}

table.dataTable thead th {
	padding: 5px 18px 5px 10px;
	border-bottom: 1px solid rgb(77, 77, 79);
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
	text-align: left;
}

table.dataTable tfoot th {
	padding: 5px 18px 5px 10px;
	border-top: 1px solid rgb(77, 77, 79);
	font-weight: bold;
}

table.dataTable td {
	padding: 5px 10px;
	vertical-align: middle;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { xbackground-color: white; }
table.dataTable tr.even { xbackground-color: white; }

table.dataTable th.sorting_asc,
table.dataTable th.sorting_desc,
table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
	background-color: rgb(242, 242, 242);
}

table.dataTable tr.odd td.sorting_2 { }
table.dataTable tr.odd td.sorting_3 { }
table.dataTable tr.even td.sorting_2 { }
table.dataTable tr.even td.sorting_3 { }

table.dataTable tbody tr:hover td {
	background-color: rgb(242, 242, 242);
}
table.dataTable tbody tr:hover td.sorting_1 {
	background-color: rgb(228, 228, 228);
}

/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	xfloat: right;
	text-align: right;
	margin: 20px 0;
}

.dataTables_filter label {
	display: block;
	font-weight: bold;
}
.dataTables_filter input {
	border: 1px solid rgb(242, 242, 242);
	background: rgb(242, 242, 242);
	padding: 3px 3px;
	width: 25%;
	min-width: 200px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	margin: 10px;
}




/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
table.dataTable .sorting { background: url('/images/datatable-images/sort_both.png') no-repeat center right; }
table.dataTable .sorting_asc { background: url('/images/datatable-images/sort_asc.png') no-repeat center right; }
table.dataTable .sorting_desc { background: url('/images/datatable-images/sort_desc.png') no-repeat center right; }

table.dataTable .sorting_asc_disabled { background: url('/images/datatable-images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable .sorting_desc_disabled { background: url('/images/datatable-images/sort_desc_disabled.png') no-repeat center right; }

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}





/* -- Form - common -- */

*:focus {
	outline: none;
}

.form-field-title {
	display: block;
	font-weight: normal;
}

.form-field.is-required .form-field-title:after {
	content: ' *';
}

.form-action-main.form-action-search input,
.form-action-main.form-action-search a{
	float: left;
}

.form-action input[type="submit"],
.form-action button {
	background: rgb(234, 20, 140);
	border-radius: 5px;
	border: 0;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	margin:  0;
	padding: 2px 20px 4px 20px;
	vertical-align: middle;
}

.form-action input[type="submit"]:hover {
	background-color: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
}

.is-footage .form-action input[type="submit"] {
	background-color: rgb(243, 130, 62);
}

.is-footage .form-action input[type="submit"]:hover {
	background-color: rgb(196, 92, 29);
}

.is-studio .form-action input[type="submit"] {
	background-color: rgb(127, 64, 153);
}

.is-studio .form-action input[type="submit"]:hover {
	background-color: rgb(94, 48, 114);
}

.form-action-main .advancedSearch {
	background: rgb(234, 20, 140);
	background-position: -600px 0px;
	width: 60px;
	height: 60px;
	padding: 0px 21px 3px;
	border: 0px none;
	background-image: url('/bundles/balpublic/gfx/icons-sprite-active.png');
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px 11px 3px;
	vertical-align: middle;
	border-radius: 0px;
}

.form-action-main .advancedSearch:hover {
	background-color: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
}

.is-footage .form-action-main .advancedSearch {
	background-color: rgb(243, 130, 62);
}

.is-footage .form-action-main .advancedSearch:hover {
	background-color: rgb(196, 92, 29);
}

.is-studio .form-action-main .advancedSearch {
	background-color: rgb(127, 64, 153);
}

.is-studio .form-action-main .advancedSearch:hover {
	background-color: rgb(94, 48, 114);
}

.form-field-separator {
	background: rgb(228, 228, 228);
	border: 0;
	height: 1px;
	margin: 0;
}

.form-field-separator-title {
	margin: 0 0 10px 0;
	font-size: 10pt;
	border-top: 1px solid rgb(228, 228, 228);
	padding-top: 5px;
}

.form-field-field input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
	color: rgb(142, 142, 142);
}

.form-field-field input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: rgb(142, 142, 142);
	opacity: 1;
}
.form-field-field input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: rgb(142, 142, 142);
	opacity: 1;
}
.form-field-field input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: rgb(142, 142, 142);
}




/* -- Form - human detector -- */

.form-field.bridgeman_phone {
	display: none;
}



/* -- Form - standard -- */

.form {
	padding: 1px 0 0 0;
	margin: 0;
	position: relative;
}

.form .form-field {
	max-width: 600px;
	margin: 15px 0px;
}
.studio-content .form .form-field {
	margin: 20px 0;
}

.form .form-field-title {
	display: block;
	line-height: 1.1em;
	color: rgb(142, 142, 142);
	margin: 0 0 2px 0;
	font-size: 10pt;
}
.modal-window .form .form-field-title {
	font-weight: bold;
	margin: 0 0 3px 0;
}
.studio-content .form .form-field-title {
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.form .form-field-hint {
	color: rgb(142, 142, 142);
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	margin: 1px 0 0 0;
}

.form .form-action {
	border-top: 1px solid rgb(228, 228, 228);
	padding: 20px 0;
}

.studio-content .form .form-action {
	border-top: none;
	padding-top: 10px;
}

/* @see http://css-tricks.com/snippets/css/clear-fix/ */
.form .form-action:after {
	content: "";
	display: table;
	clear: both;
}

.form .form-action-main,
.form .form-action-alternative,
.form .form-action-alternative-item {
	float: left;
	margin: 0;
	padding: 0;
}

.form .form-action-alternative-item {
	border-left: 1px solid rgb(228, 228, 228);
	list-style-type: none;
	margin-top: 2px;
	margin-left: 15px;
	padding-left: 15px;
}

.form .form-action-alternative-item:first-child {
	border-left: 0;
	padding-left: 0;
}

.form .form-information {
	border-top: 1px solid rgb(228, 228, 228);
	padding: 5px 0px;
}
.form .form-information:first-child {
	border-top: 0;
	margin-top: -1px;
}

.text-container .form .form-information-title,
.form.text-container .form-information-title,
.form .form-information-title {
	margin: 10px 0 5px 0;
	font-size: 10pt;
	font-weight: bold;
}

.form .form-information p {
	margin: 5px 0;
	font-size: 10pt;
	line-height: 1.15em;
}

.form .form-field-error-message {
	color: rgb(234, 20, 140);
	margin: 5px 0;
	border-left: 10px solid rgb(234, 20, 140);
	padding-left: 5px;
}
.is-studio .form .form-field-error-message {
	color: rgb(127, 64, 153);
	border-left: 10px solid rgb(127, 64, 153);
}

.form .form-field-field input[type="password"],
.form .form-field-field input[type="text"],
.form .form-field-field textarea,
.form .form-field-field select {
	border: 1px solid rgb(242, 242, 242);
	background: rgb(242, 242, 242);
	padding: 3px 3px;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.modal-window .form .form-field-field input[type="password"],
.modal-window .form .form-field-field input[type="text"],
.modal-window .form-advanced-search .form-field-field input[type="text"],
.modal-window .form .form-field-field textarea {
	border: 1px solid rgb(228, 228, 228);
	background: rgb(228, 228, 228);
	padding: 6px 3px;
}
.studio-content .form .form-field-field input[type="password"],
.studio-content .form-advanced-search .form-field-field input[type="text"],
.studio-content .form .form-field-field input[type="text"],
.studio-content .form .form-field-field textarea {
	border-color: transparent;
	border-bottom: 1px dotted rgb(77, 77, 79);
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

.form .form-field-field textarea {
	height: 7em;
}

.form .form-field-field select {
	padding: 1px;
	height: 23px;
}

.form .is-error .form-field-field input[type="password"],
.form .is-error .form-field-field input[type="text"],
.form .is-error .form-field-field textarea,
.form .is-error .form-field-field select {
	border: 1px solid rgb(234, 20, 140);
	background: rgb(242, 242, 242);
}

.is-studio .form .is-error .form-field-field input[type="password"],
.is-studio .form .is-error .form-field-field input[type="text"],
.is-studio .form .is-error .form-field-field textarea,
.is-studio .form .is-error .form-field-field select {
	border: 1px solid rgb(127, 64, 153);
}

.form .form-field-field input[name="author"],
.form .form-field-field input[name="url"],
.form .form-field-field input[name*="medium"],
.form .form-field-field input[name*="bank_iban"],
.form .form-field-field input[name*="town"],
.form .form-field-field input[name*="county"],
.form .form-field-field input[name*="login"],
.form .form-field-field input[name*="email"] {
	max-width: 300px;
}

.form .form-field-field input[name*="vat_number"],
.form .form-field-field input[name*="companyVat"],
.form .form-field-field input[name*="phone"],
.form .form-field-field input[type="password"] {
	max-width: 175px;
}

.form .form-field-field input[name*="country"],
.form .form-field-field select[name*="country"] {
	max-width: 200px;
}

.form .form-field-field input[name*="dimension"],
.form .form-field-field input[name*="postcode"],
.form .form-field-field input[name*="bank_sort_code"],
.form .form-field-field input[name*="licenceStart"],
.form .form-field-field input[name*="year"],
.form .form-field-field input[name*="_dob"],
.form .form-field-field input[name*="date"],
.form .form-field-field input[name*="Date"] {
	max-width: 125px;
}

.form .form-field-field textarea[name*="biography"] {
	min-height: 200px;
}

.form .form-action input[type="submit"],
.form .form-action button {
	text-align: left;
	padding: 2px 30px 4px 10px;
	background-image: url(/bundles/balpublic/gfx/icon-arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: right;
}



/* -- Login Goad -- */

.form-login-goad .form-action {
	width: 55%;
	border-top: none;
	margin-left: 45%;
	margin-top: -63px;
}



/* -- Search images & blog -- */

.form-search-blog {
	width: 50%;
	float: right;
}

.form-search .form-field {

}

.form-search-blog .form-field.blog-search-text {
	margin-right: 40px;
}

.form-search-blog .form-field.blog-search-text .form-field-field,
.form-search .form-field.filter_text .form-field-field {
	background: rgb(255, 255, 255);
	height: 40px;
}
.form-search .form-field.filter_text .form-field-field {
	height: 60px;
	margin-right: -10px;
	padding-left: 10px;
}

.form-search .form-field.filter_group {
	background: rgb(255, 255, 255);
	height: 60px;
	padding-top: 18px;
}

.form-search .form-action {
	margin-left: -10px;
}

.form-search-blog .form-action {
	float: right;
	margin-top: -40px;
	width: 40px;
}

.form-search .form-field.filter_group .form-field-field {
	overflow: hidden;
	background: url(/bundles/balpublic/gfx/icon-arrow-right.png) no-repeat right;
}

.form-search .form-field.filter_group select {
	/* Chrome will not display its 'interface' */
	-webkit-appearance: none;

	background: transparent;
	border: 0;
	border-radius: 0;
	color: #6D6071;
	cursor: pointer;
	font-size: 1.25em;
	line-height: 1.25em;
	margin-top: 4px;
	width: 140%;
	/*padding: 2px 5px 5px 0px;*/
}

@media (max-width: 767px) {
	.form-search .form-field.filter_group select {
		color: transparent;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Reveal background icon for Chrome */
	.form-search .form-field.filter_group select {
		padding-right: 12px;
		position: relative;
		top: -2px;
	}
}

.form-search .form-field.filter_group select option{
	color: #6D6071;
	line-height: 115%;
	padding-left: 8px;
}

.form-search-blog .form-field.blog-search-text input[type="text"],
.form-search .form-field.filter_text input[type="text"] {
	background: transparent;
	border: 0;
	color: #6D6071;
	font-size: 12pt;
	line-height: 12pt;
	width: 100%;
}
.form-search-blog .form-field.blog-search-text input[type="text"] {
	border: 1px solid rgb(234, 20, 140);
	height: 40px;
	padding: 5px 10px;
}

.is-studio .form-search-blog .form-field.blog-search-text input[type="text"] {
	border: 1px solid #7F3F98;
}

.form-search .form-field.filter_text input[type="text"] {
	border: 0;
	font-size: 18pt;
	line-height: 18pt;
	height: 60px;
	padding: 7px 0px;
}

.form-search-blog input[type="submit"],
.form .form-advanced-search .form-action input[type="submit"],
.form-search input[type="submit"] {
	border: 0;
	background-image: url('/bundles/balpublic/gfx/icons-sprite-active.png');
	background-repeat: no-repeat;
	color:   rgb(255, 255, 255);
	display: block;
	margin:  0;
	padding: 0 11px 3px 11px;
	vertical-align: middle;
	border-radius: 0;
}
.form-search-blog input[type="submit"] {
	background-position: -550px -10px;
	width: 40px;
	height: 40px;
}
.form .form-advanced-search .form-action input[type="submit"],
.form-search input[type="submit"] {
	background-position: -240px 0px;
	width: 60px;
	height: 60px;
	padding: 0 21px 3px 21px;
}



/* -- Form aside -- */

.form-aside {
	margin: 0px 0;
}

.form-aside .form-field {
	background: transparent;
	font-size: 9pt;
	margin: 10px 0;
	padding: 0;
}

.form-aside .form-field-title {
	color: rgb(0, 0, 0);
	font-size: 10pt;
	margin: 0 0 3px 0;
	padding: 0 0 1px 0;
}

/* @see http://css-tricks.com/snippets/css/clear-fix/ */
.form-aside .form-field-field:after {
	content: "";
	display: table;
	clear: both;
}

.form-aside .form-field-option {
	line-height: 1em;
	float: left;
	font-size: 9pt;
	margin-left: 15%;
	margin-bottom: 2px;
	width: 35%;
}

.form-aside .form-field-option input {
	margin: 0 -20px 0 0;
	padding: 0;
	position: relative;
	top: 2px;
	left: -20px;
	width: 17px;
}

.form-aside input[type="text"],
.form-aside select {
	width: 100%;
	border: 0;
	background: rgb(242, 242, 242);
	padding: 2px 0;
	margin-top: 1px;
	font-size: 9pt;
}

.form-aside input[type="text"] {
	padding: 4px 2px;
}

.form-aside .form-action {
	margin: 10px 0;
}

.form-aside .form-action input[type="submit"] {
	text-align: left;
	padding: 2px 30px 4px 10px;
	background-image: url(/bundles/balpublic/gfx/icon-arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: right;
}



/* -- Form create lightbox -- */

.form-aside.form-create-lightbox {
	padding-bottom: 10px;
}

.form-aside.form-create-lightbox .form-field-option {
	width: 85%
}

.form-aside.form-create-lightbox .form-field.name .form-field-field {
	padding-right: 28px;
}

.form-aside.form-create-lightbox .form-field.name .form-field-field input[type="text"] {
	height: 24px;
}

.form-aside.form-create-lightbox .form-field.name .form-field-title {
	display: none;
}

.form-aside.form-create-lightbox .form-action {
	background: none;
	float: right;
	margin: 0;
	position: relative;
	top: -35px;
	width: 35px;
	text-align: right;
}

.form-aside.form-create-lightbox input[type="submit"] {
	background-image: url('/bundles/balpublic/gfx/icons-sprite-active.png');
	background-repeat: no-repeat;
	background-position: -18px 2px;
	padding: 0 5px;
	width: 24px;
	height: 24px;
	margin-top: 1px;
	border-radius: 0;
}

.form-aside.form-create-lightbox input[type="submit"]:hover {
	background-image: url('/bundles/balpublic/gfx/icons-sprite-hover.png');
}



/* -- Form subscribe -- */

.form-subscribe-footer {
	margin: 10px 0;
}

.form-subscribe-footer .form-field {
	background-color: #ffffff;
	border: 1px solid rgb(255, 255, 255);
	padding: 7px 7px;
	margin: 4px 0;
}

.form-subscribe-footer .form-field.newslettersubscriber_email {
	padding-right: 60px;
}

.form-subscribe-footer .form-field input[type="text"] {
	border: 0;
	width: 100%;
	height: 16px;
	padding: 1px 0;
}

.form-subscribe-footer input[type="submit"] {
	border: 0;
	font-weight: bold;
	font-size: 10.5pt;
	height:  26px;
	margin:  0;
	padding: 0 10px 2px 10px;
	vertical-align: middle;
	position: relative;
	top: -3px;
	left: -3px;
}

.form-subscribe-footer .form-action {
	background: none;
	float: right;
	margin: 0 1px 0 0;
	position: relative;
	top: -31px;
	width: 60px;
	text-align: right;
}



/* -- Form dev -- */

.form-dev .form-field {
	font-size: 10px;
	margin: 10px 0;
	padding: 0;
}

.form-dev .form-field-title {
	border-bottom: 1px dotted rgb(64, 64, 64);
	font-size: 10px;
	margin: 0 0 3px 0;
	padding: 0 0 1px 0;
}

/* @see http://css-tricks.com/snippets/css/clear-fix/ */
.form-dev .form-field-field:after {
	content: "";
	display: table;
	clear: both;
}

.form-dev .form-field-option {
	line-height: 1em;
	float: left;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 2px;
}

.form-dev .form-action input[type="submit"] {
	background: rgb(204, 204, 204);
	color: rgb(60, 60, 60);
	cursor: pointer;
	font-size: 10px;
	padding: 1px 5px 2px 5px;
}



/* -- Form Choose Item Licence -- */


.form-choose-item-licence {
	margin: 15px 0;
}

.form-choose-item-licence .form-field,
.form-choose-item-licence .form-field-title {
	/*font-size: 12px;*/
}

.form-choose-item-licence .form-field-title {
	margin: 1px 0;
}

.form-choose-item-licence .form-field {
	margin: 10px 0 2px 0;
}

.form-choose-item-licence .form-field select {
	max-width: 98%;
}

.form-choose-item-licence .form-field.applyToAllUnprocessed {
	margin: 20px 0;
}



/* -- Form Apply Item Licence -- */

.form-apply-item-licence .form-action-main {
	margin: 10px 0;
}



/* -- Form Final Order Process Button -- */

.form-final-order-process {
	margin: 0;
}

.form-final-order-process .form-field {
	margin: 0 0 10px 0;
}

.form-final-order-process .form-action {
	padding: 10px 0;
}

.form-final-order-process .form-action-main {
	float: right;
}

.form-final-order-process .form-action.is-first,
.form-final-order-process #order_proceed_summary .form-action {
	border-top: none;
}



/* -- Form Button -- */

.form-button {
	margin: 10px 0;
}

.form-button .form-action {
}

.form-button .form-action input[type="submit"] {
	text-align: left;
	padding: 2px 30px 4px 10px;
	background-image: url(/bundles/balpublic/gfx/icon-arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* Hack to compensate Firefox's extra space in submit button */
@-moz-document url-prefix() {
	.form-button .form-action input[type="submit"] {
		padding-left: 7px;
	}
}


/* -- Form Button Medium -- */

.form-button-medium {
	margin: 10px 0;
}

.lightbox-sidebar-action .form-button-medium {
	margin: 0;
}

.form-button-medium .form-action input[type="submit"] {
	display: inline-block;
	text-align: left;
	padding: 2px 10px 4px 10px;
	background-image: none;
	width: 100%;
}

/* Hack to compensate Firefox's extra space in submit button */
@-moz-document url-prefix() {
	.form-button-medium .form-action input[type="submit"] {
		padding-left: 7px;
	}
}



/* -- Contact form -- */

.form.form-compact {
	max-width: none;
	padding: 1px 10px 0 10px;
	margin: 20px 0;
	position: relative;
	background: rgb(209, 211, 212);
}

.form.form-compact .form-action {
	border-top: none;
	text-align: right;
	padding: 20px 10px;
}

.form.form-compact .form-action-main,
.form.form-compact .form-action-alternative,
.form.form-compact .form-action-alternative-item {
	float: right;
}

.form.form-compact .form-field {
	position: relative;
	padding: 0;
	margin: 10px 10px 0 10px;
}

.form.form-compact .form-field-title {
	color: rgb(77, 77, 79);
	display: block;
	font-size: 10pt;
	margin: 4px 0 0 0;
	width: 102px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
}

.form.form-compact .form-field-hint,
.form.form-compact .form-field-field {
	padding-left: 105px;
}

.form.form-compact .form-field-hint {
	color: rgb(77, 77, 79);
}

.form.form-compact .form-field-error-message {
	color: rgb(234, 20, 140);
	margin: 5px 0 5px 105px;
	border-left: 10px solid rgb(234, 20, 140);
	padding-left: 5px;
}

.order-trolley-container .form-action .form-action-main input{
	width: 200px;
}

.order-trolley-container .order-trolley-navigation{
	margin-top: 5px;
}

.order-trolley-container .form-button{
	margin-bottom: 5px;
}

/* Project select or create form */

.form-field.project .form-field-option.value-NEW {

	margin-bottom: 5px;
	border-bottom: 1px dashed rgb(228, 228, 228);
	padding-bottom: 5px;
}

/* Something not named */

.form .form-field .form-field-field .pc100{
	margin: 5px 0;
}

.form .form-field .form-field-field .pc50{
	margin-top: 10px;
	width: 48%;
}

.form .form-field .form-field-field .pc50.left{
	float: left;
}

.form .form-field .form-field-field .pc50.right{
	float: right;
}

.artist-details .form .form-action button.add-more{
	width: 50%;
	margin-top: 20px;
	float: right;
}

.artist-details .form .form-action{
	border: none;
}

.additional-container .form-field .form-field-title-container .form-field-title{
	/*border-top: 1px solid #E4E4E4;*/
    /*margin-top: 70px;*/
    padding-top: 3px;
}



/* Project select or create form */

.form-field.project .form-field-option.value-NEW {
	margin-bottom: 5px;
	border-bottom: 1px dashed rgb(228, 228, 228);
	padding-bottom: 5px;
}

.modal-window-content input[type="text"], .modal-window-content textarea , .modal-window-content select{
	width: 90%;
	margin: 5px;
}

.modal-window-content input[type="submit"]{
	margin: 5px;
}

.modal-window-content .form-field-title-container{
	margin-left: 5px;
}

.creator_website_avatar{
	margin-left: 5px;
}

.creator-avatar-preview{
	text-align:center;
}



/* -- form fixes -- */

.form .form-compensate-bottom-margin {
	margin-bottom: -20px;
}



/* -- Form inrow -- */

.form-inrow .form-field,
.form.form-inrow .form-field {
	margin: 0;
}

.form-inrow .form-action,
.form.form-inrow .form-action {
	border-top: none;
	padding-top: 15px;
}

/* -- Advanced Search Form -- */

.form .form-advanced-search .row .form-field {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0px;
}

.form .form-advanced-search .form-field input{
	height: 32px;
}

.form .form-advanced-search .form-field-title-container {
	height: 20px;
	display: block;
}

.form .form-advanced-search .form-field-title {
	padding-top: 2px;
}

.form .form-advanced-search .form-field.filter_group .form-field-title-container {
	display: none;
}

.form .form-advanced-search .form-field.filter_group {
	margin-top: 20px;
}

.form .form-advanced-search .form-action {
	border: 0;
}

.form .form-advanced-search .form-field-liaison {
	margin-top: 42px;
	padding-left: 10px;
	text-align: center;
}

/*
.form .form-advanced-search  .form-field-select .sbSelector{
	background-color: #ffffff;
}
*/

.form .form-advanced-search  .form-field-select .sbToggle{
	background: url("/bundles/balpublic/gfx/select-icons.png") no-repeat scroll 0 -116px #ffffff;
}

.form .form-advanced-search  .form-field-select .sbHolder{
	height: 32px;
	border: 0;
	border: 1px solid #E4E4E4;
}

.form .form-advanced-search  .form-field-select .sbSelector{
	height: 31px;
}

.form .form-advanced-search  .form-field-select .sbHolder,
.form .form-advanced-search  .form-field-select .sbSelector{
	width: 51px;	
	color: #6d6071;
	/*background-color: #ffffff;*/
}

.form .form-advanced-search  .form-field-select .sbHolder .sbOptions{
	border: 1px solid #E4E4E4;
	color: #6d6071;
	margin: 0;
	padding-left: 0;
	width: 69px;
}

.form .form-advanced-search .sbOptions li a:link, 
.form .form-advanced-search .sbOptions li a:visited {
	color: #6d6071;
}

 .form .form-advanced-search .sbOptions li a:hover {
	color: rgb(234, 20, 140);
}

.form .form-advanced-search .col-sm-5  .form-field-select .sbHolder,
.form .form-advanced-search .col-sm-5  .form-field-select .sbSelector,
.form .form-advanced-search .col-sm-5  .form-field-select .sbOptions{
	width: 183px;
}



/* -- Slider -- */

.slider {
	margin: 10px 0 0 0;
	position: relative;
}

.slider > .slide {
	display: none;
}

.slider > .slide:first-child {
	display: block;
}

.slidesjs-container {
	height: 500px !important;
	z-index: 0;
}



/* -- SlideJS - Navigation -- */

.slidesjs-next,
.slidesjs-previous {
	background: url('/images/left-scroll-50pc.png') center no-repeat;
	display: block;
	height: 46px;
	margin: -23px 10px 0 10px;
	position: absolute;
	top: 50%;
	width: 31px;
	z-index: 1;
}
.slidesjs-previous {
	left: 0px;
}
.slidesjs-previous:hover{
	background-image: url('/images/left-scroll.png');
}
.slidesjs-next{
	background-image: url('/images/right-scroll-50pc.png');
	right: 0px;
}
.slidesjs-next:hover{
	background-image: url('/images/right-scroll.png');
}

.slidesjs-pagination {
	display: block;
	height: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 1;
}
.slidesjs-pagination > ul {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.slidesjs-pagination > ul > li {
	list-style: none outside none;
	display: inline;
	padding: 0;
	margin: 0;
}
.slidesjs-pagination > ul > li > a {
	background-image: url("/bundles/balpublic/gfx/pagination.png");
	background-position: 0 0;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding-top: 13px;
	margin: 0 2px;
	width: 13px;
}
.slidesjs-pagination > ul > li > a.active,
.slidesjs-pagination > ul > li > a.active:hover {
	background-position: 0 -13px;
}
.slidesjs-pagination > ul > li > a:hover {
	background-position: 0 -26px;
}



/* -- Single Slide -- */

.slide {
	height: 500px;
	padding: 0 60px;
}

.slide-container-bottom {
	display: table-cell;
	vertical-align: bottom;
	height: 500px;
}

@media (max-width: 767px) {
	.slide-container-bottom {
		height: auto;
	}
}

.slide-title-large,
.slide-title {
	color: rgb(255, 255, 255);
	font-size: 70pt;
	line-height: 1em;
	margin: 40px 0 20px 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}
.slide-title-large {
	font-size: 90pt;
}
.slide-title a:hover,
.slide-title-large a:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.slide-title {
		font-size: 30pt;
	}
	.slide-title-large {
		font-size: 45pt;
	}
}
@media (max-width: 991px) {
	.slide-title {
		font-size: 50pt;
	}
	.slide-title-large {
		font-size: 60pt;
	}
}

.slide-blurb {
	color: rgb(255, 255, 255);
	font-size: 13pt;
	font-weight: bold;
	line-height: 1.25em;
	margin: 20px 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}
.slide-blurb a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
.slide-blurb ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-image: url('/images/star.png');
}
.slide-blurb ul > li {
	margin: 10px 0;
}

.slide-date {
	color: rgb(255, 255, 255);
	font-size: 14pt;
	margin: 20px 0 -20px 0;
}




/* -- Widget Footer -- */

.widget-footer {
	border-left: 1px solid rgb(142, 142, 142); /* IE 8 hack*/
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 15px;
	margin: 25px 0;
	min-height: 175px;
	font-size: 9pt;
	line-height: 1.15em;
}

.widget-footer.is-first {
	border-left: 0px;
}

@media (max-width: 991px) {
	.widget-footer.is-second {
		border-left: 0px;
	}
}

@media (max-width: 767px) {
	.widget-footer.is-third {
		border-left: 0px;
	}
}

.widget-footer-title {
	color: rgb(234, 20, 140);
	font-weight: normal;
	font-size: 12pt;
	margin: 15px 0;
}

.is-footage .widget-footer-title {
	color: rgb(243, 130, 62);
}

.is-studio .widget-footer-title {
	color: #7F3F98;
}

.widget-footer-link {
	color: rgb(234, 20, 140);
	font-weight: bold;
	text-decoration: none;
}

.is-footage .widget-footer-link {
	color: rgb(243, 130, 62);
}

.is-studio .widget-footer-link {
	color: #7F3F98;
}

.widget-footer-link:hover {
	text-decoration: underline;
}

.widget-footer-copyright{
	background-color: rgb(255, 255, 255);
	padding: 3px 20px;
	font-size: 0.8em;
}

.widget-footer-back-to-top {
	clear: both;
	margin-top: 135px;
	text-align: center;
	padding: 15px 0;
}

@media print { .widget-footer-back-to-top {
	display: none;
}}

.widget-footer-back-to-top-link {
	display: block;
	text-align: block;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	font-size: 9pt;
}

.widget-footer-back-to-top-link .icon {
	margin-bottom: -5px;
}

.widget-footer-contact {
	line-height: 1.35em;
}

.widget-footer-info {
	line-height: 1.6em;
}

.widget-footer-follow {
	margin: 10px;
	text-align: center;
}



/* -- Widget Aside -- */

.widget-aside-content {
	padding: 1px 0px;
}

.widget-aside-collapsable.collapse {
	border-bottom: 0px;
}

.widget-aside-collapsable.collapse.in {
	border-bottom: 1px solid rgb(77, 77, 79);
}

@media (min-width: 768px) {
	.col-search-sidebar-right .widget-aside-collapsable.collapse {
		display: block;
	}
}

@media (min-width: 992px) {
	.col-search-sidebar-right .widget-aside-collapsable.collapse,
	.col-lightbox-sidebar .widget-aside-collapsable.collapse {
		display: block;
	}
}

@media (min-width: 1200px) {
	.col-search-sidebar-left .widget-aside-collapsable.collapse {
		display: block;
	}
}



/* -- Widget Cookie Notification -- */

.widget-cookie-notification {
	background: rgb(77, 77, 79);
	color: rgb(228, 228, 228);
	min-height: 30px;
	padding: 1px 0;
	position: relative;
	width: 100%;
	z-index: 100;
}

@media screen and (min-width: 480px) {
	.widget-cookie-notification {
		position: fixed;
		bottom: 0;
		left: 0;
	}
}

@media print { .widget-cookie-notification {
	display: none;
}}

.widget-cookie-notification-text a {
	color: rgb(234, 20, 140);
	font-weight: bold;
}

.widget-cookie-notification-text {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 9px 30px 9px 10px;
}

.widget-cookie-notification-close {
	background: rgb(234, 20, 140);
	border-radius: 10px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	padding: 2px 7px 4px 7px;
	position: absolute;
	top: 14px;
	right: 10px;
	text-decoration: none;
}

.widget-cookie-notification-close:hover {
	background: rgb(156, 0, 93);
	color: rgb(255, 255, 255);
}



/* -- Widget Home Action -- */

.widget-home-action {
	background-color: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 50px 0px;
	height: 280px;
}

.is-footage .widget-home-action {
	background-color: transparent;
	height: 500px;
}

@media (max-width: 767px) {
	.widget-home-action {
		padding: 10px 0px 0px 0px;
		height: 220px;
	}
}

.widget-home-action *,
.widget-home-action a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.widget-home-action h2 {
	margin: 15px 30px;
	font-size: 16pt;
	font-weight: bold;
}

.widget-home-action p {
	margin: 10px 30px;
}

.widget-homepage-purple-footer-centre{
	background-color: rgb(234, 20, 140);
}



/* -- Office Map -- */

.widget-office-map {
	width: 100%;
	height: 650px;
}
@media screen and (max-width: 1199px) {
	.widget-office-map {
		height: 550px;
	}
}
@media screen and (max-width: 767px) {
	.widget-office-map {
		height: 350px;
	}
}
@media print {
	.widget-office-map {
		height: 400px;
	}
}



/* -- Pager - Default -- */

.pager {
	float: right;
	text-align: right;
	vertical-align: text-bottom;
}

.pager span, .pager div, .pager form{
	float: left;
}
.lightbox-view .pager,
.search-results .pager {
	margin: 5px 0px;
}

.pager form,
.pager .form-field,
.pager .form-field .form-field-field,
.pager .form-action,
.pager .form-action .form-action-main {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

.pager .form-field-title {
	display: none;
}

.pager .form-field.currentPage input[type="text"]{
	background: rgb(242, 242, 242);
	border: 1px solid rgb(242, 242, 242);
	display: inline-block;
	height: 18px;
	padding: 0;
	position: relative;
	top: 1px;
	text-align: center;
	width: 40px;
	margin: 0 2px;
}

.pager .form-action input[type="submit"] {
	display: inline-block;
	font-size: 10px;
	margin: 0 2px;
	height: 20px;
	width: 22px;
	padding: 0 1px 2px 1px;
	position: relative;
	top: -1px;
}

.pager.js-on-hide-form-action-main .form-action {
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* update for chrome */
	.pager .form-action input[type="submit"] {
		top: -2px;
	}
}

.pager .icon {
	margin: 0 2px;
	height: 16px;
	position: relative;
	top: 1px;
}

@media print {
	.pager .form-action {
		display: none;
	}
	.pager .form-field.current input[type="text"] {
		border: 0;
		color: rgb(77, 77, 79);
		font-size: 1.05em;
		margin: 0;
		position: relative;
		top: 2px;
	}
}



/* Items pager (of riffleItems widget) */

.pager-items-page {
}

.pager-items-navigation {
	margin-top: 5px;
	text-align: right;
}

.pager-items-previous,
.pager-items-next {
	margin-left: 5px;

}

.pager-items-previous.is-active:hover,
.pager-items-next.is-active:hover {
	cursor: pointer;
}




/* -- Asset General Rules -- */

.asset {
	position: relative;
	z-index: 1;
}

@media print { .asset {
	page-break-inside: avoid;
}}

.asset:hover {
	/* fix popup visuals */
	z-index: 90;
}

.is-studio .asset {
	background-color: #DFD0E5;
	padding: 5px 10px;
}

.type-grid .asset {
	float: left;
}

@media print { .type-grid .asset {
	display: inline-block;
	float: none;
}}

@media print {
	/* hide invisible assets in infinite scroll */
	.asset[data-status="prepared"],
	.asset[data-status="revealed"],
	.asset[data-status="hidden"] {
		display: none;
	}
}

/* Fix ui state disabled */
.asset.ui-state-disabled {
	opacity: 1;
}

.asset-image {
	display: table-cell;
	position: relative;
	vertical-align: bottom;
}

.asset-image.asset-footage {
	background-color: rgb(0, 0, 0);
	vertical-align: middle;
}

@media print { .asset-image.asset-footage {
	vertical-align: bottom;
}}

.type-list .asset-image {
	position: absolute;
	top: 0px;
	left: 0px;
}

.asset-image-thumbnail {
	margin: 0 auto 0 auto;
	display: block;
}

.orderitem-description-image .asset-image-thumbnail {
	margin: 0 auto;
}

.asset-image-draggable.is-dragging {
	background-color: rgb(255, 255, 255);
	padding: 5px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.asset-image-draggable.is-dragging {
	max-width: 150px;
}

.asset-play{
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/one.png);
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.asset-image-popup {
	background: rgb(255, 255, 255);
	box-shadow: 2px 2px 28px rgba(0, 0, 0, 0.75);
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: -100px;
	left: -9050px;
	z-index: 99;
}

.asset-image-popup-info {
	margin: 5px 0 0 0;
	font-size: 0.8em;
}

.asset-image.is-mouseover .asset-image-popup {
	left: -100px;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.asset-tools {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid rgb(228, 228, 228);
	height: 30px;
	position: relative;
}

.type-single .asset-tools {
	padding: 5px 0 4px 0;
	height: 29px;
}

.type-list .asset-tools {
	padding: 0 0 5px 60px;
	height: 25px;
}

@media print { .type-list .asset-tools {
	padding-left: 0;
}}

.asset-tools-select {
	float: right;
	font-size: 11px;
	position: relative;
	top: -3px;
	left: 0px;
}

@media print { .asset-tools-select {
	display: none;
}}

.is-printing .asset-tools-select {
	display: none;
}

.type-list .asset-tools-select {
	position: absolute;
	top: 3px;
	left: 0px;
	padding-left: 15px;
}

.asset-tools-select input {
	position: relative;
	top: 3px;
	margin-left: 4px;
}

.type-list .asset-tools-select input {
	position: absolute;
	top: -2px;
	left: 0px;
	margin-left: 0px;
}


.asset-metadata {
	line-height: 1.1em;
	overflow: hidden;
}

.asset.is-addable .icon.asset-add,
.asset.is-removable .icon.asset-remove {
	display: inline-block;
}

@media print {
	.asset .icon.asset-download,
	.asset.is-addable .icon.asset-add,
	.asset.is-removable .icon.asset-remove {
		display: none;
	}
}

.is-printing .asset .icon.asset-download,
.is-printing .asset.is-addable .icon.asset-add,
.is-printing .asset.is-removable .icon.asset-remove {
	display: none;
}

.asset.is-removable .icon.asset-add,
.asset.is-addable .icon.asset-remove {
	display: none;
}



/* -- Asset None Type -- */

.asset.type-none {
	width: 150px;
	height: 120px;
	margin: 10px 10px 15px 10px;
}

.type-list .asset.type-none {
	height: 90px;
	width: auto;
}

.asset.type-none .asset-metadata {
	font-size: 9pt;
	height: 90px;
}

.asset.type-none .asset-metadata-link {
	margin: 4px 0;
}

.asset.type-none .asset-metadata-title,
.asset.type-none .asset-metadata-creator {
	max-height: 2.2em;
	margin: 2px 0;
	overflow: hidden;
}

.asset.type-none .asset-metadata-title {
	font-weight: bold;
}



/* -- Asset Small Type -- */

.asset.type-small {
	width: 75px;
	height: 160px;
	margin: 10px 10px 15px 10px;
}

.type-list .asset.type-small {
	padding-left: 90px;
	height: 75px;
	width: auto;
}

.type-grid .asset.type-small .asset-tools {
	height: 55px;
	line-height: 18px;
}

@media print { .type-grid .asset.type-small .asset-tools {
	height: 20px;
}}

.is-printing .type-grid .asset.type-small .asset-tools {
	height: 20px;
}

.asset.type-small .asset-metadata {
	font-size: 8pt;
	height: 20px;
	margin-top: 4px;
}

.type-list .asset.type-small .asset-metadata {
	height: 42px;
}

.asset.type-small .asset-image {
	height: 75px;
	width: 75px;
}

.asset.type-small .asset-image.asset-footage {
	height: 75px;
	width: 75px;
}

.type-small .asset-play{
	background-image: url(/images/one-small.png);
	height: 75px;
	width: 75px;
}

.asset.type-small .asset-metadata-link,
.asset.type-small .asset-metadata-title,
.asset.type-small .asset-metadata-creator {
	max-height: 2.2em;
	margin: 2px 0;
	overflow: hidden;
}

.type-grid .asset.type-small .asset-metadata-title,
.type-grid .asset.type-small .asset-metadata-creator {
	display: none;
}

.asset.type-small .asset-metadata-title {
	font-weight: bold;
}



/* -- Asset Small Type in lightbox preview -- */

.lightbox-sidebar-preview .asset.type-small {
	float: none;
	display: inline-block;
	width: auto;
	height: 50px;
	margin: 0;
	border-right: 1px solid rgb(228, 228, 228);
}

.lightbox-sidebar-preview .asset.type-small .asset-image img,
.lightbox-sidebar-preview .asset.type-small .asset-image {
	width: auto;
	height: 50px;
}



/* -- Asset Medium Type -- */

.asset.type-medium {
	width: 150px;
	height: 270px;
	margin: 10px 10px 15px 10px;
}

@media (max-width: 339px) {
	.type-grid .asset.type-medium {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.studio-creator-results .asset.type-medium {
	width: 220px;
	height: 310px;
}

@media (max-width: 479px) {
	.studio-creator-results .asset.type-medium {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.type-list .asset.type-medium {
	padding-left: 165px;
	height: 150px;
	width: auto;
}

.asset.type-medium .asset-metadata {
	font-size: 9pt;
	height: 90px;
}

.asset.type-medium .asset-image {
	height: 150px;
	width: 150px;
	/*display: table-cell;
	vertical-align: middle;
	background-color: #000000;
	line-height:150px;*/
}

.asset.type-medium .asset-image.asset-footage {
	height: 150px;
	width: 150px;
}

.type-medium .asset-play{
	background-image: url(/images/one.png);
	height: 150px;
	width: 150px;
}

.studio-creator-results .asset.type-medium .asset-image,
.studio-creator-results .asset.type-medium .asset-image.asset-footage,
.studio-creator-results .type-medium .asset-play{
	width: 200px;
}

.asset.type-medium .asset-metadata-link {
	margin: 4px 0;
}

.asset.type-medium .asset-metadata-title,
.asset.type-medium .asset-metadata-creator {
	max-height: 4.2em;
	margin: 2px 0;
	overflow: hidden;
}

.asset.type-medium .asset-metadata-title {
	font-weight: bold;
}



/* -- Asset Medium Type in lightbox preview -- */

.lightbox-action-preview .asset.type-medium {
	float: none;
	display: inline-block;
	width: auto;
	height: 150px;
	margin: 0;
	border-right: 1px solid rgb(228, 228, 228);
}

.lightbox-action-preview .asset.type-medium .asset-image img,
.lightbox-action-preview .asset.type-medium .asset-image {
	width: auto;
	height: 150px;
}



/* -- Asset Large Type -- */

.asset.type-large {
	width: 400px;
	height: 530px;
	margin: 10px 10px 15px 10px;
}

.type-list .asset.type-large {
	padding-left: 415px;
	height: 400px;
	width: auto;
}

.asset.type-large .asset-metadata {
	font-size: 10pt;
	height: 100px;
}

.asset.type-large .asset-image {
	height: 400px;
	width: 400px;
}

.asset.type-large .asset-image.asset-footage {
	height: 400px;
	width: 400px;
}

.type-large .asset-play {
	background-image: url(/images/one-large.png);
	height: 400px;
	width: 400px;
}

.asset.type-large .asset-metadata-link,
.asset.type-large .asset-metadata-title,
.asset.type-large .asset-metadata-creator {
	margin: 4px 0;
}

.asset.type-large .asset-metadata-title {
	font-weight: bold;
}



/* -- Asset Single Type -- */

.asset.type-single {
	float: none;
}

.asset.type-single .asset-tools{
	height: 32px;
	border-bottom: none;
}

.asset.type-single .asset-tools .icon{
	margin-top: 3px;
}

.asset.type-single .asset-image img {
	width: 100%;
}

.asset.type-single .asset-image.asset-footage {
	display: block;
}

@media print {
	.asset.type-single .asset-image {
		display: block;
	}

	.asset.type-single .asset-image img {
		max-width: 100%;
	}
}



/* -- Asset popup -- */

.asset-image-popup .asset-play {
	background-image: url(/images/one-large.png);
	width: 600px;
	height: 300px;
}



/* -- Asset Download Type -- */

.asset.type-download {
	float: none;
	margin: 10px 0 35px 75px;
}

.asset.type-download .asset-image{
	height: 75px;
	width: 75px;
	position: absolute;
	top: 0;
	left: -75px;
}

.asset.type-download .asset-metadata{
	float: left;
	width: 50%;
	overflow: visible;
}

.asset.type-download .asset-metadata-link {
	margin: 0 0 5px 10px;
	font-weight: bold;
}

.asset.type-download .asset-metadata-title,
.asset.type-download .asset-metadata-creator,
.asset.type-download .asset-metadata-creditline,
.asset.type-download .asset-metadata-usage {
	margin: 0 0 5px 10px;
	font-size: 0.85em;
}

.asset.type-download .asset-copyright,
.asset.type-download .asset-restrictions {
	margin: 0 0 5px 10px;
}

.asset.type-download .asset-restrictions ~ .asset-copyright {
	margin-left: 0;
}



/* -- Download container -- */

.asset-download-container {
	float: left;
	width: 50%;
	text-align: right;
}

.asset-download-button,
.asset-download-notice {
	margin: 0 0 10px 10px;
	font-size: 0.85em;
}

.asset-download-size {
	margin: -8px 0 10px 10px;
	font-size: 0.85em;
}



/* -- Asset single page view -- */
/*
.asset-single-left-and-middle {
	float: left;
	position: relative;
	width: 965px;
	min-height: 400px;
}

@media print {
	.asset-single-left-and-middle {
		width: auto;
	}
}

.asset-single-left {
	float: left;
	width: 600px;
	margin: 0 10px;
	font-size: 10pt;
}

@media print {
	.asset-single-left {
		width: 47.5%;
		margin: 0 2.5% 0 0;
	}
}

.asset-single-middle {
	float: left;
	width: 325px;
	margin: 0 10px;
	font-size: 10pt;
}

@media print {
	.asset-single-middle {
		width: 47.5%;
		margin: 0 0 0 2.5%;
	}
}

.asset-single-right {
	float: left;
	margin: 0 10px;
	width: 215px;
}

@media print {
	.asset-single-right {
		display: none;
	}
}

.asset-single-left .asset-image-popup {
	display:none;
}

.asset-share-socialmedia{
	float: right;
}




.search-results {
	position: relative;
}

.is-studio .search-results {
	float: none;
    margin: 0 auto;
}

@media print { .search-results-items {
	margin-bottom: 10px;
}}



/* -- Lightbox View -- */

.lightbox-view {
}




/* -- Lightbox Sidebar - on search result page -- */

.lightbox-sidebar-action {
	margin: 8px 0;
	font-size: 0.85em;
}

.lightbox-sidebar-dropzone {
	background: rgb(242, 242, 242);
	border: 1px solid rgb(142, 142, 142);
	color: rgb(142, 142, 142);
	display: none;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.15em;
	height: 175px;
	margin: 10px 0;
	padding: 70px 25px;
	text-align: center;
}

.lightbox-sidebar-dropzone.is-draggedover {
	border-color: rgb(234, 20, 140);
	background-color: rgb(252, 223, 239); /* rgba(234, 20, 140, 0.35) */
}

.lightbox-sidebar-dropzone.progress-processing {
	background-color: rgb(228, 228, 228);
	background-image: url('/bundles/balpublic/gfx/loader-01.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.lightbox-sidebar-preview {
	margin: 8px 0;
}

.lightbox-sidebar-preview .lightbox-preview-container {
	height: 50px;
	overflow: hidden;
	position: relative;
}

.lightbox-sidebar-preview .lightbox-preview-items {
	display: block;
	position: absolute;
	left: 0px;
	text-align: left;
	width: 600px;
}

.lightbox-sidebar-preview:hover .lightbox-preview-container.is-active {
	overflow: visible;
}

.lightbox-sidebar-preview:hover .lightbox-preview-container.is-active .lightbox-preview-items {
	display: block;
	left: auto;
	right: 0px;
	text-align: right;
	z-index: 99;
}

.lightbox-action-preview {
	margin: 10px 0;
}

.lightbox-action-preview .lightbox-preview-container {
	height: 150px;
	overflow: hidden;
	position: relative;
}

.lightbox-action-preview .lightbox-preview-items {
	display: block;
	position: absolute;
	left: 0px;
	text-align: left;
	width: 600px;
}




/* -- Orderitem in Trolley of Asset Type -- */

.orderitem-trolley.type-asset {
	width: 85px;
	height: 85px;
	margin: 0;
	padding: 5px;
	border-radius: 5px;
	float: left;
}

.orderitem-trolley.type-asset.is-selected {
	background: rgb(77, 77, 79);
}

.orderitem-trolley.type-asset .asset-image {
	height: 75px;
	width: 75px;
	vertical-align: middle;
}

.orderitem-trolley.type-asset .asset-image-thumbnail {
	margin: 0 auto;
}



/* -- Orderitem Description -- */

.orderitem-description {
	font-size: 9pt;
}

.orderitem-description-image {
	background: rgb(242, 242, 242);
	margin: 10px 0;
	text-align: center;
}

.orderitem-description-title {
	background: rgb(242, 242, 242);
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 5px;
}

.orderitem-description-navigation {
	clear: left;
	display: block;
	margin: 10px 0;
	padding: 0;
}

.orderitem-description-navigation-element {
	display: block;
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
}

.orderitem-description-navigation-element .icon {
	vertical-align: text-top;
	top: -2px;
}

.orderitem-choose-licence {
	font-size: 9pt;
	margin-bottom: 50px;
	position: relative;
}

.order-licence-choose-title {
	font-weight: normal;
	margin: 0;
}

.orderitem-choose-licence .form-field.typeTier .form-field-title {
	display: none;
}


/* -- Orderitem Summary -- */

.orderitem-summary {
	margin: 20px 0;
	min-height: 75px;
}

@media print { .orderitem-summary {
	page-break-inside: avoid;
}}

.orderitem-summary .asset-image {
	float: left;
}

.orderitem-summary-infobox {
	margin-left: 85px;
	margin-right: 0px;
}

.orderitem-summary-navigation,
.orderitem-summary-licence,
.orderitem-summary-warning,
.orderitem-summary-fee-value {
	margin: 2px 0;
}

.orderitem-summary-warning,
.orderitem-summary-fee-value {
	text-align: right;
	color: rgb(97, 23, 89);
	font-weight: bold;
}

.orderitem-summary-fee-value {
	margin-left: 120px;
}

.orderitem-summary-navigation {
	display: block;
	line-height: 0.55em;
	margin-top: -17px;
	padding: 0;
	padding-left: 23px;
}

@media print {.orderitem-summary-navigation {
	display: none;
}}

.orderitem-summary-navigation .icon {
	vertical-align: text-top;
	top: -1px;
	margin-left: -23px;
	margin-right: 3px;
}

.orderitem-summary-licence {
	font-size: 8pt;
}

.orderitem-summary-fee-value.is-error,
.orderitem-summary-warning {
	color: rgb(234, 20, 140);
}




/* -- Order Trolley -- */

.order-trolley-container {
	margin: 0;
	position: relative;
}

.order-trolley {
	position: relative;
}

.order-trolley-navigation {
	clear: left;
	display: block;
	margin: 10px 0;
	padding: 5px 0 0 0;
}

.order-trolley-navigation-element {
	display: block;
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
	max-width: 200px;
}

.order-trolley-navigation-element .icon.remove-dark {
	vertical-align: text-top;
	top: -2px;
}



/* -- Order Licence -- */

.order-summary-fee {
	font-size: 11pt;
	margin: 0;
}

.order-summary-fee-total {
	border-top: 2px solid;
	font-size: 13pt;
	margin: 2px 0 0 0;
}

.order-licence-usagemedia-fee {
	border: 1px solid;
	border-width: 1px 0;
	font-size: 13pt;
	margin: 10px 0;
	padding: 10px 0;
}

.order-summary-fee,
.order-summary-fee-total,
.order-licence-usagemedia-fee-value {
	color: rgb(97, 23, 89);
	font-weight: bold;
}

.order-summary-fee-value,
.order-licence-usagemedia-fee-value {
	float: right;
}

.order-summary-fee-value.is-error,
.order-licence-usagemedia-fee-value.is-error {
	color: rgb(234, 20, 140);
}



/* -- Order Summary -- */

.order-summary-title {
	border-top: 1px solid;
	font-size: 13pt;
	font-weight: normal;
	padding-top: 3px;
	margin: 10px 0;
}

.order-summary-info,
.order-summary-warning {
	margin: 10px 0;
}

.order-summary-warning {
	color: rgb(234, 20, 140);
}

.order-summary-total {
	border-top: 1px solid;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
}

.order-summary-total.is-first {
	border-top: none;
	margin: 10px 0;
	padding: 0;
}




/* -- Subpage -- */


.result-space-top {
	background-color: rgb(228, 228, 228);
}

@media print { .result-space-top {
	display: none;
}}

.result-space-bottom {
	background-color: rgb(228, 228, 228);
	clear: left;
}

@media print { .result-space-bottom {
	display: none;
}}

.result-status {
	display:none;
	position: fixed;
	z-index: 99999;
	bottom: 0px;
	left: 0px;
	width: 96%;
	padding: 5px 2%;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-family: monospace;
}

@media print { .result-status {
	display: none;
}}



/* -- Basic -- */

.breadcrumbs {
	margin: 10px 0;
	color: rgb(109, 96, 113);
	font-size: 8pt;
	height: 15px;
	line-height: 15px;
}

.breadcrumbs-current {
	color: rgb(234, 20, 140);
}

.is-footage .breadcrumbs-current {
	color: rgb(243, 130, 62);
}

.is-studio .breadcrumbs-current {
	color: #7F3F98;
}

#fileuploader {
	width: 100%;
	margin: auto;
}

#fileuploader_drop {
	background-color: rgb(209, 211, 212);
	font-size: 16px;
	font-weight: bold;
	height: 360px;
	padding: 40px;
	text-align: center;
}

#fileuploader_drop a {
	color:#7F4099;
}

#fileuploader_list {
}

#fileuploader_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#fileuploader_list li {
	margin-top: 10px;
}

#fileuploader_list .thumb {
	width: 100px;
	margin-right: 10px;
	float: left;
}

#fileuploader_control {
	/*float: left;*/
	display: none;
	width: 400px;
	float: left;
	margin-top: 10px;
}

.upload-error{
	color: #ff0000;
}

.upload-ok{
	color: #00ff21;
}


#fileuploader_list a {
	color: #7F4099;
	font-weight: bold;
}
#progressbar{
	visibility: hidden;
	clear: both;
	margin-right: 20px;
}
.ui-progressbar {
	position: relative;
}
.progress-label {
	position: absolute;
	left: 50%;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.blog-home-column-left {
	margin-right: -10px;
}
.blog-home-column-middle {
	margin-right: -10px;
	margin-left: -10px;
}
.blog-home-column-right {
	margin-top: -10px;
	margin-left: -10px;
	padding-top: 10px;
}

@media (max-width: 991px) {
	.blog-home-column-middle {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.blog-home-column-left,
	.blog-home-column-middle,
	.blog-home-column-right {
		margin: 0;
		padding: 0;
	}
}


.blog-home-column-middle,
.blog-home-column-right {
	background-color: rgb(228, 228, 228);
	-webkit-box-shadow: -4px 4px 4px 0px rgba(77, 77, 79, 0.5);
	-moz-box-shadow:    -4px 4px 4px 0px rgba(77, 77, 79, 0.5);
	box-shadow:         -4px 4px 4px 0px rgba(77, 77, 79, 0.5);
	padding-bottom: 1px;
	position: relative;
	z-index: 10;
}
.blog-home-column-right {
	z-index: 20;
}

@media (max-width: 991px) {
	.blog-home-column-middle {
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
}
@media (max-width: 767px) {
	.blog-home-column-right {
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
}

.listing-title {
	background: rgb(255, 255, 255);
	color: rgb(234, 20, 140);
	font-size: 12pt;
	line-height: 1.25em;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 10px;
}

.is-studio .listing-title {
	color: #7F3F98;
}

.listing-whats-new .listing-title {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255)
}
.listing-whats-hot .listing-title {
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255)
}

.is-studio .listing-whats-hot .listing-title {
	background: #7F3F98;
}




.listing-item {
	background: rgb(255, 255, 255);
	margin: 10px;
}
.blog-home-column-left .listing-item {
	margin-right: 15px;
	margin-left: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(228, 228, 228);
}
.blog-home-column-left .listing-item:last-child {
	border-bottom: 0;
}
.listing.type-studio .listing-item {
	background: rgb(228, 228, 228);
	margin: 20px 0 0 0;
}


.listing-item.type-medium {
	max-width: 460px;
}
.listing-item.type-search-result {
	min-height: 160px;
	margin-left: 160px;
	position: relative;
	padding: 0 10px 10px 10px;
}

.listing-item-link-container {
	display: block;
}

.listing-item-image-container {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.listing-item.type-small .listing-item-image-container {
	width: 65px;
	height: 65px;
	float: left;
}
.listing-item.type-search-result .listing-item-image-container {
	position: absolute;
	left: -160px;
	top: 0;
	width: 160px;
	height: 160px;
}
.listing-item.type-medium .listing-item-image-container {
	max-height: 160px;
}
/*.listing.type-studio .listing-item.type-medium .listing-item-image-container {
	height: 160px;
}*/
.listing-item.type-large .listing-item-image-container {
	max-height: 310px;
}

.listing-item-image {
	width: 100%;
}

.listing-item.type-small .listing-item-image {
	width: auto;
	min-width: 65px;
	min-height: 65px;
	max-width: 95px;
	max-height: 95px;
}
.listing-item.type-search-result .listing-item-image {
	width: auto;
	min-width: 160px;
	min-height: 160px;
	max-width: 280px;
	max-height: 220px;
}


.listing-item-image-label {
	position: absolute;
	bottom: 0px;
	right: 20px;
	background: rgb(234, 20, 140);
	color: rgb(255, 255, 255);
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.25em;
	text-align: center;
	padding: 5px 20px;
	margin: 0;
}



.listing-item-text-container > h2,
.listing-item-text-container > h3,
.listing-item-text-container > p {
	font-size: 10pt;
	line-height: 1.25em;
	margin: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}

.listing-item-text-container > p {
	color: rgb(234, 20, 140);
	font-size: 9pt;
	line-height: 1.25em;
}

.listing-item.type-small .listing-item-text-container {
	margin-left: 65px;
	min-height: 70px;
}

.listing-item.type-search-result .listing-item-text-container > h2,
.listing-item.type-search-result .listing-item-text-container > h3 {
	font-size: 14pt;
	margin: 0;
	padding: 20px 0 5px 0;
}

.listing-item.type-medium .listing-item-text-container > h2,
.listing-item.type-medium .listing-item-text-container > h3 {
	font-size: 12pt;
}

.listing.type-studio .listing-item.type-medium .listing-item-text-container > h2,
.listing.type-studio .listing-item.type-medium .listing-item-text-container > h3 {
	margin-top: 10px;
}

.listing-item.type-large .listing-item-text-container > h2,
.listing-item.type-large .listing-item-text-container > h3 {
	font-size: 20pt;
	margin-top: 10px;
}


.listing-item.type-large .listing-item-text-container > h2,
.listing-item.type-large .listing-item-text-container > h3,
.listing-item.type-large .text-container {
	margin-left: 20px;
	margin-right: 20px;
}

.listing.type-studio .listing-item.type-medium .text-container {
	margin: 10px;
}



.listing-item-social,
.listing-item-share {
	margin: 0;
}

.listing-item.type-medium .listing-item-social,
.listing-item.type-medium .listing-item-share {
	margin: 5px 10px;
}
.listing-item.type-large .listing-item-social,
.listing-item.type-large .listing-item-share {
	margin: 5px 20px;
}

.listing-item-social {
	text-align: right;
}

.blog-content-author .listing-item-social {
	text-align: left;
}



.blog-content {
	background: rgb(255, 255, 255);
	margin: 30px 30px;
	padding: 0 10px; /* Act like container */
}
.blog-content-image-container {
	max-height: 350px;
	overflow: hidden;
	text-align: center;
}

.blog-content-image-credit-line{
	font-style:italic;
	padding-left: 10px;
}

.blog-content-image {
	width: 100%;
}

.blog-content-author {
	background: rgb(228, 228, 228);
	padding: 10px;
}


.blog-content-comment {
	margin: 1px 0;
	padding: 10px;
	background: rgb(228, 228, 228);
}

.text-container h4.blog-content-comment-title,
.text-container .blog-content-comment-title,
.blog-content-comment-title {
	font-weight: normal;
	margin: 5px 0;
}
.blog-content-comment-author {
	font-size: 12pt;
}



.blog-search {
	margin: 30px 30px;
}

.blog-content-margins{
	margin-left: 28px;
	margin-right: 28px;
}




/* -- Report General Rules -- */

form#download_quarters_statement .form-field-title {
	font-weight: bold;
}

.report-box {
	margin-bottom: 20px;
}

.report-box-heading {
	background: rgb(234, 20, 140);
	padding: 10px;
}
.type-section .report-box-heading {
	background: rgb(228, 228, 228);
}
.type-chart .report-box-heading {
	background: rgb(77, 77, 79);
}
.type-views .report-box-heading {
	background: rgb(0, 177, 255);
}
.type-sales .report-box-heading {
	background: rgb(127, 64, 153);
}
.type-lightboxes .report-box-heading {
	background: rgb(243, 130, 62);
}
.type-orders .report-box-heading {
	background: rgb(40, 168, 0);
}
.type-studio-highlights .report-box-heading {
	background: rgb(0, 199, 178);
}

.report-box-heading-number-name,
.report-box-heading-number-value,
.report-box-heading-title,
.report-box-heading-subtitle {
	font-size: 9pt;
	line-height: 1.2em;
	font-weight: bold;
	color: rgb(255, 255, 255);
	margin: 5px 0px;
}
.report-box-heading-title {
	font-size: 12pt;
	line-height: 1.0em;
}
.type-section .report-box-heading-title {
	color: rgb(0, 0, 0);
}
.report-box-heading-number-value {
	font-size: 16pt;
	line-height: 1.0em;
}
.report-box-heading-subtitle {
	font-style: italic;
}

.report-box-content {
	background: rgb(228, 228, 228);
	padding: 10px;
	min-height: 275px;
}

.report-sales-break-down-content {
	min-height: 0;
}

.type-chart .report-box-content {
	background: transparent;
	padding: 10px 0;
}

.report-box-content-title {
	margin: 10px 0 3px 0;
}

.report-box-limited {
	max-height: 680px;
	overflow: hidden;
}

.report-box-content-total,
.report-box-content-more {
	margin: 10px 0;
	text-align: right;
}

.report-box-content-total {
	font-weight: bold;
	font-size: 14pt;
	line-height: 1.0em;
}

.report-box-total-note {
	font-weight: bold;
	font-size: 10pt;
	line-height: 1.20em;
	text-align: left;
}

.report-chart {
	height: 275px;
}



/* -- Table - summary -- */

.report-table-summary {
	width: 100%;
	border-collapse: collapse;
}

.report-table-summary th {
	text-align: left;
	width: 35%;
}

.report-table-summary th:first-child {
	width: 20%;
}

.report-table-summary th:last-child {
	width: 30%;
}

.report-table-summary td,
.report-table-summary td > div.col-sm-6 {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	//padding-top: 2px;
	vertical-align: top;
}



/* -- Table - trends  -- */

.report-table-trends {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 8pt;
	margin: 0;
	width: 100%;
}

.report-table-trends td {
	padding: 1px 3px;
}
.report-table-trends td.table-content-number {
	font-weight: bold;
	text-align: right;
}

.report-table-trends .report-trend-large {
	text-align: center;
}

.report-trend-large .report-trend-value {
	color: rgb(234, 20, 140);
	font-size: 28pt;
	line-height: 1em;
}



/* -- Table - images -- */

.report-table-topimages {
	border-collapse: collapse;
	width: 100%;
}
.report-table-topimages td {
	text-align: left;
	max-width: 33.3333%;
}



/* -- Trend element -- */

.report-trend {
	padding-left: 13px;
}
.report-box-heading .report-trend {
	padding-left: 15px;
}

.report-trend-up,
.report-trend-down {
	color: rgb(40, 168, 0); /* .flash-message.type-confirmation */
	background: url("/bundle/balpublic/gfx/trends.png") no-repeat 0 center;
}
.report-trend-down {
	color: rgb(156, 0, 93); /* .flash-message.type-error */
	background-position: -200px center;
}
.report-box-heading .report-trend-up {
	color: rgb(255, 255, 255);
	background-position: -400px center;
	font-size: 8pt;
}
.report-box-heading .report-trend-down {
	color: rgb(255, 255, 255);
	background-position: -600px center;
	font-size: 8pt;
}
/* -- Post -- */

.report-post {
	margin: 10px 0;
}

.report-post-content-title,
.report-post-content-text,
.report-post-date {
	margin: 3px 0;
}

.report-post-date {
	font-size: 9pt;
	font-style: italic;
}

.report-post-content-title {
	font-size: 11pt;
	font-weight: bold;
}

.report-post-content-text {
	font-size: 9pt;
}

.report-post-content {
	min-height: 75px;
}

.report-post-image {
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-right: 5px;
}



/* -- List of assets -- */

.report-list-assets {

}

.report-list-assets-item {
	margin: 20px 0;
}

.report-list-assets-item-number {
	font-size: 8pt;
	font-weight: bold;
	float: left;
	width: 12px;
	margin: 0 8px 0 0;
	text-align: right;
}

.report-list-assets-item-image {
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
}

.report-list-assets-item-content {
	margin-left: 103px;
	min-height: 75px;
	font-size: 8pt;
	line-height: 1.2em;
}




	.donut-report-trend {
		width: 60px;
		margin: 0 auto;
		text-indent: 8px;
		font-size: 15px;
	}

	#donut-text {
		z-index: 1000;
		top: -195px;
		left: 100px;
		position: relative;
		width: 100px;
		text-align: center;
		font-weight: bold;
	}

	#donut-total {
		font-size: 24px
	}

/*
	div.form-timeframe {
		margin: 0;
		padding: 0;
	}

	#studio_my_details_report .form-field-title-container {
		display: none;
	}

	#studio_my_details_report .form-action {
		display: none;
	}
*/
/*
	.report {
		height: 335px;
	}

	#report-assets {
		background: #F5F7FF;
	}

	#report-assets .report-box-title {
		background: #00AFFF;
	}

	#report-lightboxes {
		background: #FFF7E5;
	}

	#report-lightboxes .report-box-title {
		background: #FFAC00;
	}

	#report-trolleys {
		background: #E8F5E5;
	}

	#report-trolleys .report-box-title {
		background: #009D00;
	}

	#report-sales {
		background: #F2EDF5;
	}

	#report-sales .report-box-title {
		background: #7F4098;
	}

	#report-blog {
		background: #E5E5E5;
	}

	#report-blog .report-box-title {
		background: #ED008C;
	}

	#report-brhighlights {
		background: #E5E5E5;
	}

	#report-brhighlights .report-box-title {
		background: #00CBB2;
	}

	#report-charts {
		background: #E5E5E5;
	}

	.report-box-title {
		margin: 0;
		padding: 15px 0 0 10px;
		color: #FFFFFF;
	}

	.report-box-title:first-child {
		font-size: 18px;
	}

	.report-box-title > small {
		font-size: 12px;
		font-style: italic;
		line-height: 30px;
	}

	.report-text-container {
		width: 90%;
		margin: 0 auto;
	}

	#report-charts .report-text-container {
		width: 100%;
	}

	.report-text-container > div {
		float:left;
		width: 100%;
		padding: 5px;
	}

	.report-category {
		font-size: 12px;
		font-weight: bold;
	}

	.report-highlite {
		color:#7F4098;
	}

	.report-value {
		font-size:17px;
		font-weight:bold;
	}



	.report-img {
		float:left;
		width: 75px;
		padding: 7px
	}

	.report-img > img {
		width: 75px;
		height: 75px;
	}

	*/
.carreer-margin-left{
	margin-left:10px;
}

.row.careers .title-main-big.careers{
	border-width: 0;
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.title-main.careers{
	border-width: 0;
}

.subtitle-main.careers{
	margin: 5px 0 10px 0; 
	color: #000000;
}

.careersListing{
	border-top: 1px solid #7F7F7F;
	margin-left: 0;
}

.careersListingBottom{
	margin-left: 0;
	padding: 15px;
}

.currentCarrer{
	background-color: #FBE0EC;
	padding: 15px;
}

a.carreers{
	color: #EA148C;
}
@CHARSET "UTF-8";
.sbHolder{
	/*background-color: #2d2d2d;*/
	border: solid 1px #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(/bundles/balpublic/gfx/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(/bundles/balpublic/gfx/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(/bundles/balpublic/gfx/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(/bundles/balpublic/gfx/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}