/*! 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-family: 'europabold'; }

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-family: 'europabold'; }

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: transparent; }

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

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 {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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; }

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

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

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

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

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

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-family: 'europabold'; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #dddddd; }
  .table .table {
    background-color: white; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

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

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

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

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

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

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

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

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

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 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-family: 'europabold'; }

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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .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="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], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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: 6px; }

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 .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: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.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: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #cccccc; }
  .btn-default .badge {
    color: white;
    background-color: #333333; }

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: white; }

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: white;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: white;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: white; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: white;
      border: 1px solid #dddddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #dddddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: white;
    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: white;
    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: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.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: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 7, 2014 */
@font-face {
  font-family: 'europa_narrowbold';
  src: url("../font/europa_narrow-bold-webfont.eot");
  src: url("../font/europa_narrow-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/europa_narrow-bold-webfont.woff") format("woff"), url("../font/europa_narrow-bold-webfont.ttf") format("truetype"), url("../font/europa_narrow-bold-webfont.svg#europa_narrowbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'europabold';
  src: url("../font/europa-bold-webfont.eot");
  src: url("../font/europa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/europa-bold-webfont.woff") format("woff"), url("../font/europa-bold-webfont.ttf") format("truetype"), url("../font/europa-bold-webfont.svg#europabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'europa_headlineextrabold';
  src: url("../font/europa_headline-extrabold-webfont.eot");
  src: url("../font/europa_headline-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/europa_headline-extrabold-webfont.woff") format("woff"), url("../font/europa_headline-extrabold-webfont.ttf") format("truetype"), url("../font/europa_headline-extrabold-webfont.svg#europa_headlineextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'europaregular';
  src: url("../font/europa-regular-webfont.eot");
  src: url("../font/europa-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/europa-regular-webfont.woff") format("woff"), url("../font/europa-regular-webfont.ttf") format("truetype"), url("../font/europa-regular-webfont.svg#europaregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 12, 2014 */
@font-face {
  font-family: 'DaxMedium';
  src: url("../font/daxwebpro-medi-webfont.eot");
  src: url("../font/daxwebpro-medi-webfont.eot?#iefix") format("embedded-opentype"), url("../font/daxwebpro-medi-webfont.woff2") format("woff2"), url("../font/daxwebpro-medi-webfont.woff") format("woff"), url("../font/daxwebpro-medi-webfont.ttf") format("truetype"), url("../font/daxwebpro-medi-webfont.svg#DaxMedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DaxBold';
  src: url("../font/daxwebpro-bold-webfont.eot");
  src: url("../font/daxwebpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/daxwebpro-bold-webfont.woff2") format("woff2"), url("../font/daxwebpro-bold-webfont.woff") format("woff"), url("../font/daxwebpro-bold-webfont.ttf") format("truetype"), url("../font/daxwebpro-bold-webfont.svg#DaxBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DaxRegular';
  src: url("../font/daxwebpro-webfont.eot");
  src: url("../font/daxwebpro-webfont.eot?#iefix") format("embedded-opentype"), url("../font/daxwebpro-webfont.woff2") format("woff2"), url("../font/daxwebpro-webfont.woff") format("woff"), url("../font/daxwebpro-webfont.ttf") format("truetype"), url("../font/daxwebpro-webfont.svg#DaxRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.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.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 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; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* 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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1; }

.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;
  zoom: 1; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  height: 200px;
  overflow: auto; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.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: 1.4; }

.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; }

.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 */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.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; }

/* 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 {
  border-left-width: 0; }

.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: 0em; }

/* 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 {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  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: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.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;
  zoom: 1;
  width: 100%; }

.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;
  zoom: 1;
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal; }

.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-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-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; }

.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;
  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; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

/* vertical centre icon */
.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;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.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: 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, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.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; }

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em; }

.homepage .ui-widget-content {
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  color: #000000;
  opacity: 0.6;
  text-align: center; }

.ui-widget-content {
  border: 2px solid #FFFFFF;
  background: #e5e5e5;
  color: #000000;
  text-align: center; }

.ui-widget-content a {
  color: #000000;
  font-size: 18px; }

.ui-widget-header {
  border: 1px solid #333333;
  background: #333333 url(images/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #666666;
  background: #555555 url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eeeeee; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #eeeeee;
  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 {
  background: #f9af00;
  font-weight: bold;
  color: #000000; }

.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 #ffaf0f;
  background: #f58400 url(images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  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 #cccccc;
  background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x;
  color: #2e7db2; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #2e7db2; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ffb73d;
  background: #ffc73d url(images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x;
  color: #111111; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #111111; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #111111; }

.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;
  background-image: url(images/ui-icons_cccccc_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_cccccc_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_cccccc_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_4b8e0b_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_a83300_256x240.png); }

/* positioning */
.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 {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  border-top-left-radius: 6px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -khtml-border-top-right-radius: 6px;
  border-top-right-radius: 6px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay {
  background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x;
  opacity: .8;
  filter: Alpha(Opacity=80); }

.ui-widget-shadow {
  margin: -7px 0 0 -7px;
  padding: 7px;
  background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #e5e5e5;
  position: relative; }

.jspDrag {
  background: #828282;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

#indications {
  font-weight: 400; }

form .testo {
  position: relative; }

form .testo .cancella {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 4px;
  right: -20px;
  z-index: 999; }

#directionForm {
  padding: 20px 0 0 15px;
  height: 188px;
  background: url(../images/pages/indicazioni-stradali/bg-form.jpg) center top no-repeat; }
  #directionForm .testo {
    width: 300px;
    padding-left: 30px;
    height: 30px;
    margin-bottom: 10px; }
    #directionForm .testo input {
      width: 300px;
      height: 30px !important; }
  #directionForm #partenza {
    background: url(../images/pages/indicazioni-stradali/a.png) left center no-repeat; }
  #directionForm #arrivo {
    background: url(../images/pages/indicazioni-stradali/b.png) left center no-repeat; }
  #directionForm #labels {
    padding: 5px 0 5px 30px; }
    #directionForm #labels label {
      color: #000;
      font-weight: 400;
      margin-left: 5px; }
    #directionForm #labels input, #directionForm #labels label {
      display: inline-block; }
    #directionForm #labels #pedaggi {
      margin-left: 25px; }

.content-button-indicazioni {
  display: block;
  text-align: center; }

#cerca_indicazioni {
  margin: 0 auto;
  display: inline-block; }

.ind {
  width: 100%;
  height: 53px;
  color: #000000;
  padding-left: 15px;
  background: url(../images/pages/indicazioni-stradali/bg-ind.jpg) left top repeat-x;
  position: relative; }
  .ind h4 {
    padding: 0;
    margin: 0;
    height: 53px;
    line-height: 53px; }
  .ind .link_head {
    width: 34px;
    position: absolute;
    right: 4px;
    top: 3px; }
    .ind .link_head a:hover, .ind .link_head a.selected {
      opacity: 0.7; }

#dettagli_ind {
  margin: 15px;
  height: 277px;
  overflow: auto; }

.tempiTraffico {
  width: 100%;
  background-color: #e5e5e5;
  padding: 10px;
  overflow: hidden;
  text-align: right; }
  .tempiTraffico span {
    display: block; }
    .tempiTraffico span.distanza {
      font-family: 'europabold'; }

p.parti {
  margin: 20px 0 0;
  font-family: 'europabold';
  min-height: 30px;
  padding: 0 0 0 30px;
  background: url(../images/pages/indicazioni-stradali/a.png) left center no-repeat; }

h2.arrivi {
  font-size: 14px;
  padding: 0 0 0 30px;
  margin: 20px 0;
  font-family: 'europabold';
  background: url(../images/pages/indicazioni-stradali/b.png) left center no-repeat; }

#dettagli_ind .dettaglio_ind {
  font-size: 13px;
  padding: 17px 25px 17px 23px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  line-height: 17px;
  margin: 0 0 0 10px; }

#dettagli_ind .dettaglio_ind span {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 10px;
  color: #666;
  background-color: #FCF9F2;
  line-height: 21px;
  padding: 0 0 0 10px; }

.plancia {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 999; }

#viewPoi-content {
  width: 175px;
  color: #000000;
  position: absolute;
  top: 30px;
  right: 10px;
  box-shadow: 0px 0px 4px 2px #ffffff;
  display: none; }

#viewPoi-wrapper {
  position: relative;
  width: 175px;
  float: left; }

#viewPoi-content .item-wrap {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  cursor: pointer;
  border-top: 1px solid #000000;
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/pages/indicazioni-stradali/bullet.png);
  background-position: 5px center;
  background-repeat: no-repeat; }

#viewPoi-content .item-wrap:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: .8; }

#viewPoi-button {
  margin-right: 10px;
  width: 100%;
  float: right;
  font-size: 16px;
  padding-left: 25px;
  color: #000000;
  height: 30px;
  line-height: 30px;
  background-image: url(../images/pages/indicazioni-stradali/poi-button-off.jpg);
  background-repeat: no-repeat;
  background-position: 140px top; }

#viewPoi-button:hover, #viewPoi-button.selected {
  background-position: 140px bottom;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: .8; }

.buttonPlancia {
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 0px 4px 2px #ffffff; }

.buttonPlancia:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: .8; }

.buttonPlancia.disabled, .buttonPlancia.disabled.hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  cursor: default; }

#rotateLeft {
  background-image: url(../images/pages/indicazioni-stradali/macchina_foto_left_off.jpg);
  margin-right: 3px; }

#rotateRight {
  background-image: url(../images/pages/indicazioni-stradali/macchina_foto_right_off.jpg);
  margin-right: 3px; }

#zoomIn {
  background-image: url(../images/pages/indicazioni-stradali/zoom+_off.jpg);
  margin-right: 3px; }

#zoomOut.disabled, #zoomOut.disabled.hover {
  background-image: url(../images/pages/indicazioni-stradali/zoom-_off.jpg); }

#closeMap {
  z-index: 999;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 10px; }

/*
.tooltip {
  font-size: 16px;
  color: #000000;
  position: absolute;
  text-align: center;
  background: #fee35b;
  border: 2px solid #fafafa;
  z-index: 20;
  padding: 10px 5px 10px 5px;
  width: 120px !important;
  position: absolute;
  z-index:999;
  right:0;
  left:0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -3px 3px 7px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -3px 3px 7px -2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -3px 3px 7px -2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -3px 3px 7px -2px rgba(0, 0, 0, 0.5);
  box-shadow: -3px 3px 7px -2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.tooltip.gray {
  background: #606060;
  width: auto;
  color:#ffffff;
  font-size:14px;
  display:none;
}

.tooltip.top-arrow {
  webkit-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.5);
}

.tooltip.top-arrow .arrow-wrapper {
  height: 15px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -15px;
  margin-left: -5px;
}

.tooltip.gray.top-arrow .tooltip-arrow.shadow {
  margin-left: -13px;
  top: -14px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #ffffff;
  border-top: 13px solid transparent;
}

.tooltip.gray.top-arrow .tooltip-arrow.border {
  margin-left: -13px;
  top: -11px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #606060;
  border-top: 13px solid transparent;
}

.tooltip .tooltip-arrow {
  bottom: -11px;
  left: 50%;
  position: absolute;
  margin-left: -11px;
  border-style: dashed;
  border-color: transparent;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 100px;
  height: 0;
  line-height: 0;
  vertical-align: middle;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #606060;
}
*/
#bullet-partenza {
  position: absolute;
  left: 70px;
  top: 80px;
  z-index: 999; }

#bullet-arrivo {
  position: absolute;
  left: 280px;
  top: 250px;
  z-index: 999; }

/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

/* WRAPPER */
.dropdown {
  position: relative;
  width: 160px;
  border: 2px solid #fff;
  cursor: pointer;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.dropdown.open {
  z-index: 2; }

.dropdown:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

/*
.dropdown.focus{
  box-shadow: 0 0 5px rgba(51,102,248,.4);
}
*/
/* CARAT */
.dropdown .carat {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #fff; }

.dropdown.open .carat {
  margin-top: -10px;
  border-top: 6px solid transparent;
  border-bottom: 8px solid #fff; }

.dropdown.disabled .carat {
  border-top-color: #fff; }

/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch .old {
  width: 100%;
  height: 100%; }

.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding: 9px 12px;
  overflow: hidden;
  white-space: nowrap; }

.dropdown.disabled .selected {
  color: #999; }

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 2px 2px 0;
  /*box-shadow: inset -55px 0 25px -20px #fff;*/ }

/* DROP DOWN WRAPPER */
.dropdown div {
  color: #fff !important;
  position: absolute;
  height: 0;
  left: -2px;
  right: -2px;
  top: 100%;
  margin-top: 0px;
  background: none;
  border: 2px solid #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0; }

/* Height is adjusted by JS on open */
.dropdown.open div {
  overflow: auto;
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  list-style: none;
  background: #ffffff;
  opacity: 0.7; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.dropdown li {
  color: #000;
  list-style: none;
  padding: 10px 0px; }

/* .focus class is also added on hover */
.dropdown li.focus {
  background: #f9af00;
  position: relative;
  z-index: 3;
  color: #000; }

.dropdown li.active {
  font-weight: 300;
  color: #000;
  background: #f9af00; }

.text-scroll, .text-no-scroll {
  width: 390px;
  padding: 0 30px 25px 30px;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid transparent;
  position: relative; }
  .text-scroll .scroll-pane, .text-no-scroll .scroll-pane {
    background: #FFFFFF;
    width: 100%;
    height: 150px;
    overflow: auto; }
  .text-scroll h2, .text-no-scroll h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'europabold';
    font-size: 20px; }
  .text-scroll p, .text-no-scroll p {
    font-size: 12px;
    line-height: 14px; }

.text-no-scroll, .large {
  width: 500px; }

.large h2 img {
  margin-right: 5px; }

.close-box {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999; }
  .close-box a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/share/close.png) center center no-repeat; }

.img-big {
  width: 829px;
  border: 2px solid #FFFFFF;
  position: relative;
  position: relative; }
  .img-big .close-box {
    width: 50px;
    height: 50px;
    right: 1px;
    top: 1px;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: .8; }
    .img-big .close-box a {
      display: block;
      width: 50px;
      height: 50px;
      background-position: center center; }
  .img-big span.caption {
    display: block;
    height: 50px;
    width: 100%;
    background: #ffffff;
    color: #000000;
    line-height: 52px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: .8; }

.info-box .scroll-pane {
  display: none; }

.info-box-image {
  width: 330px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px; }

.info-box-gallery {
  padding-top: 20px; }

.info-box-thumb {
  margin-right: 5px; }

.info-box-expand {
  width: 14px;
  height: 14px;
  background-image: url("../images/share/open-icon.png");
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 20px;
  cursor: pointer; }

.info-box-expand.opened {
  background-image: url("../images/share/close-icon.png"); }

#left-map {
  width: 390px;
  position: relative;
  text-align: center;
  border-top: 3px solid #ffb500;
  background: #770104; }
  #left-map .title-map {
    padding: 5px 0; }
  #left-map h3 {
    padding: 0;
    margin: 0;
    color: #ffb500;
    font-size: 18px;
    display: inline-block; }
  #left-map .icon-street {
    margin-left: 25px;
    display: inline-block; }
  #left-map a {
    display: block;
    width: 35px;
    height: 35px;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999; }
    #left-map a:hover, #left-map a.selected {
      background-position: center bottom !important; }
  #left-map #campo {
    left: 175px;
    top: 70px;
    background: url(../images/pages/virtual-tour/icons/campo.png); }
  #left-map #parcheggi {
    left: 168px;
    top: 172px;
    background: url(../images/pages/virtual-tour/icons/parcheggi.png); }
  #left-map #settori {
    left: 138px;
    top: 78px;
    background: url(../images/pages/virtual-tour/icons/settori.png); }
  #left-map #stelle {
    left: 218px;
    top: 106px;
    background: url(../images/pages/virtual-tour/icons/stelle.png); }

.virtual-star {
  font-size: 15px !important;
  line-height: 18px !important; }

ul.stelle-list li {
  padding: 3px 0; }
ul.stelle-list a {
  display: block;
  background: url(../images/pages/virtual-tour/icons/list-star-off.png) left top no-repeat;
  font-size: 18px;
  color: #000000;
  text-decoration: none !important;
  padding-left: 40px; }
  ul.stelle-list a:hover, ul.stelle-list a.selected {
    background: url(../images/pages/virtual-tour/icons/list-star-on.png) left top no-repeat;
    color: #f9af00; }

.star-details p {
  font-size: 18px !important;
  line-height: 22px !important; }
.star-details span {
  display: block !important; }
.star-details span.title {
  color: #f9af00 !important;
  padding: 2px 0 !important;
  font-size: 16px !important;
  display: block !important; }
.star-details span.results {
  padding: 0 0 12px 0 !important; }

#icons {
  width: 390px;
  background: #ffffff; }
  #icons ul:before, #icons ul:after {
    content: " ";
    display: table; }
  #icons ul:after {
    clear: both; }
  #icons ul li {
    padding-left: 5%;
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #262626;
    font-size: 15px;
    background: url(../images/pages/virtual-tour/pipe.png) 24% top no-repeat; }
    #icons ul li a {
      color: #000000; }
      #icons ul li a:hover, #icons ul li a.selected {
        color: #f9af00;
        text-decoration: none; }
        #icons ul li a:hover span.img, #icons ul li a.selected span.img {
          background-position: center bottom; }
    #icons ul li span.img {
      display: inline-block;
      width: 35px;
      height: 35px;
      margin-right: 10%;
      float: left;
      background-position: center top; }
      #icons ul li span.img.campo {
        background: url(../images/pages/virtual-tour/icons/campo.png); }
      #icons ul li span.img.parcheggi {
        background: url(../images/pages/virtual-tour/icons/parcheggi.png); }
      #icons ul li span.img.stelle {
        background: url(../images/pages/virtual-tour/icons/stelle.png); }
      #icons ul li span.img.settori {
        background: url(../images/pages/virtual-tour/icons/settori.png); }
      #icons ul li span.img.biglietterie {
        background: url(../images/pages/virtual-tour/icons/biglietterie.png); }
      #icons ul li span.img.accrediti {
        background: url(../images/pages/virtual-tour/icons/accrediti.png); }
      #icons ul li span.img.museo {
        background: url(../images/pages/virtual-tour/icons/museo.png); }
      #icons ul li span.img.servizi {
        background: url(../images/pages/virtual-tour/icons/servizi.png); }

.infoWindow {
  position: relative;
  width: 237px;
  height: 95px;
  background: url(../images/share/infoWindow.png) no-repeat; }
  .infoWindow .infoWindowClose {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/share/infoWindowClose.png) no-repeat; }

.pin {
  width: 53px; }

.label {
  width: 122px;
  height: 95px;
  position: absolute;
  z-index: 999;
  background: url(../images/share/label.png) center bottom no-repeat;
  cursor: pointer; }
  .label.selected, .label:hover {
    background-position: center bottom; }
    .label.selected a, .label:hover a {
      color: #FF2850;
      text-decoration: none; }
  .label a {
    display: block;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
/*     font-size: 12px; */
	font-size: 16px;
    color: #000000; }

#stelle {
  left: 500px;
  top: 360px; }

.box-partner {
  width: 237px;
  background: url(../images/pages/virtual-tour/box-settori_btm.png) center bottom no-repeat; }
  .box-partner .content-text {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 237px;
    padding: 10px 10px 15px 10px;
    min-height: 95px;
    background: url(../images/pages/virtual-tour/box-settori_top.png) center top no-repeat; }
    .box-partner .content-text h2 {
      font-family: europa_narrowbold;
      padding: 0;
      margin: 0 0 10px 0;
      text-transform: capitalize;
      font-size: 25px; }
      .box-partner .content-text h2 span {
        text-transform: uppercase; }
    .box-partner .content-text a.boxClose {
      position: absolute;
      z-index: 999;
      right: 10px;
      top: 10px; }

.gallery-settori {
  position: relative;
  color: #000;
  width: 517px;
  height: 442px;
  background: #fff; }
  .gallery-settori h2 {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 10px;
    line-height: 50px;
    display: block;
    font-family: europa_narrowbold;
    text-transform: capitalize;
    font-size: 25px; }
  .gallery-settori .content-gallery {
    width: 515px;
    height: 359px;
    margin: 0 auto;
    overflow: hidden; }
    .gallery-settori .content-gallery ul.slides {
      width: 515px;
      height: 359px; }
      .gallery-settori .content-gallery ul.slides li.item {
        width: 515px;
        height: 359px; }
    .gallery-settori .content-gallery .flex-prev, .gallery-settori .content-gallery .flex-next {
      width: 24px;
      height: 72px;
      background-repeat: no-repeat;
      background-image: url(../images/pages/virtual-tour/arrows-gallery.png);
      position: absolute;
      z-index: 999;
      top: 45%; }
      .gallery-settori .content-gallery .flex-prev:hover, .gallery-settori .content-gallery .flex-next:hover {
        opacity: 0.7; }
    .gallery-settori .content-gallery .flex-prev {
      left: 20px;
      background-position: left top; }
    .gallery-settori .content-gallery .flex-next {
      right: 20px;
      background-position: right top; }
  .gallery-settori a.boxClose {
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px; }

.miniMap-campo {
  width: 231px;
  height: 194px;
  position: relative;
  background: url(../images/pages/virtual-tour/miniMap-campo.png) center center no-repeat; }
  .miniMap-campo h2 {
    font-family: europa_narrowbold;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    font-size: 20px;
    color: #000000; }
  .miniMap-campo .clickArea {
    position: absolute;
    background-color: #000000;
    z-index: 999;
    cursor: pointer; }
    .miniMap-campo .clickArea:hover, .miniMap-campo .clickArea.selected {
      opacity: 0.7; }
  .miniMap-campo .big {
    width: 150px;
    height: 14px; }
/*     .miniMap-campo .big.bottom { */
/*       background-color: #f9af00; } */
  .miniMap-campo .mini {
    width: 14px;
    height: 96px; }
  .miniMap-campo .top {
    left: 38px;
    top: 43px; }
  .miniMap-campo .bottom {
    left: 38px;
    top: 160px; }
  .miniMap-campo .right {
    left: 195px;
    top: 61px; }
  .miniMap-campo .left {
    left: 18px;
    top: 61px; }

.miniMap-parcheggi {
  width: 283px;
  min-height: 38px;
  position: relative;
  background: url(../images/pages/virtual-tour/bg-miniMap-parcheggi.png) center top repeat-y; }
  .miniMap-parcheggi h2 {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding-left: 10px;
    font-family: europa_narrowbold;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    display: block;
    cursor: pointer; }
  .miniMap-parcheggi .content-map-parcheggi {
    width: 271px;
    height: 192px;
    position: relative;
    display: none;
    background: url(../images/pages/virtual-tour/miniMap-parcheggi.png) center top no-repeat; }
    .miniMap-parcheggi .content-map-parcheggi .icon-parking {
      cursor: pointer;
      width: 30px;
      height: 30px;
      position: absolute;
      z-index: 999;
      background: url(../images/pages/virtual-tour/icons/parking.png) center top no-repeat; }
      .miniMap-parcheggi .content-map-parcheggi .icon-parking:hover, .miniMap-parcheggi .content-map-parcheggi .icon-parking.selected {
        background-position: center bottom; }
    .miniMap-parcheggi .content-map-parcheggi #parking-01 {
      left: 30px;
      top: 6px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-02 {
      left: 56px;
      top: 33px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-03 {
      left: 216px;
      top: 33px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-04 {
      left: 60px;
      top: 110px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-05 {
      left: 18px;
      top: 155px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-06 {
      left: 108px;
      top: 126px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-07 {
      left: 90px;
      top: 152px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-08 {
      left: 125px;
      top: 152px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-09 {
      left: 145px;
      top: 131px; }
    .miniMap-parcheggi .content-map-parcheggi #parking-10 {
      left: 187px;
      top: 112px; }
  .miniMap-parcheggi .poligon {
    position: absolute;
    display: block;
    width: 12px;
    height: 11px;
    top: 10px;
    right: 15px;
    background: url(../images/pages/virtual-tour/poligon.png) center top no-repeat; }
    .miniMap-parcheggi .poligon.selected {
      background-position: center bottom; }

#lang {
  position: absolute;
  z-index: 9999;
  right: 10px;
  top: 0px;
  width: 50px;
  padding-bottom: 4px;
  background: url(../images/share/bg-lang-btm.png) no-repeat center bottom; }
  #lang #flag {
    width: 50px;
    min-height: 30px;
    background: url(../images/share/bg-lang-top.png) no-repeat center top; }
    #lang #flag span {
      width: 45px;
      padding: 5px 0px 5px 5px;
      min-height: 20px;
      display: block;
      cursor: pointer; }
  #lang ul {
    display: none;
    width: 50px;
    min-height: 30px; }
    #lang ul li {
      width: 45px;
      padding: 5px 0px 5px 5px; }
      #lang ul li a {
        display: block;
        width: 100%; }

.services {
  height: 210px !important;
  outline: none !important; }
  .services h3 {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 35px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
    }
    
    .services h3:hover {
      cursor: pointer; }
    .services h3.bar {
      float: left;
      padding-left: 40px;
      background: url("../images/pages/virtual-tour/services-bar.png") left center no-repeat; }
    .services h3.merchandising {
      float: left;
      padding-left: 40px;
      background: url("../images/pages/virtual-tour/services-merchandising.png") left center no-repeat; }
    .services h3.babyparking {
      float: left;
      padding-left: 40px;
      background: url("../images/pages/virtual-tour/services-babyparking.png") left center no-repeat; }
    .services h3.biglietteria {
      float: left;
      padding-left: 40px;
      background: url("../images/pages/virtual-tour/services-biglietteria.png") left center no-repeat; }
    .services h3.accrediti {
      float: left;
      padding-left: 40px;
      background: url("../images/pages/virtual-tour/services-accrediti.png") left center no-repeat; }
  .services label {
    margin-right: 25px;
    font-size: 17px;
    font-family: 'europaregular'; }
    .services label:hover {
      cursor: pointer; }
    .services label span {
      float: left;
      padding-left: 35px; }
    .services label.the-label {
      padding: 23px 0 0 10px; }
  .services .the-label {
    float: left;
    padding: 23px 0 0 10px; }
  .services .fakeCheckbox, .tier .fakeCheckboxTier {
    width: 27px;
    height: 27px;
    background-image: url(../images/pages/virtual-tour/check-sprite.png);
    background-position: 0px 0px;
    cursor: pointer; }
    .services .fakeCheckbox.checked, .tier .fakeCheckboxTier.checked {
      background-position: 0px 27px; }
    .services .fakeCheckbox input, .tier .fakeCheckboxTier input {
      display: none; }
  .services hr {
    clear: both;
    margin: 10px 15px 0 0;
    padding: 0;
    border: 0;
    border: 1px solid #f7a913; }

body {
  background: #FFFFFF;
  font-family: 'europaregular'; }

* {
  margin: 0;
  padding: 0; }

.no-padding {
  padding: 0px !important; }

.custom-padding {
  padding: 0 5px 0 0; }

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

.clear {
  clear: both; }

.container {
  width: 100% !important;
  margin: 0 auto; }

.force-responsive {
  width: 100% !important; }

a#disable-map {
  margin-left: 80px;
  clear: both; }

a.view-gallery {
  width: 180px;
  height: 35px;
  margin: 5px auto 15px auto;
  line-height: 35px;
  text-align: center;
  color: #000;
  display: inline-block;
  background: url(../images/share/button-enable-disable.jpg) left top no-repeat; }
  a.view-gallery:hover {
    text-decoration: none; }

.pulsante, .pulsante.disabled:hover {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff;
  padding: 0 20px;
  text-decoration: none;
  background: #000000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #3e3e3e 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e3e3e 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e3e3e 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e3e3e 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3e3e3e 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */ }

.pulsante:hover, .pulsante.selected {
  text-decoration: none;
  color: #ffffff;
  background: #6e6e6e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #3e3e3e 0%, #6e6e6e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3e3e), color-stop(100%, #6e6e6e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3e3e3e 0%, #6e6e6e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3e3e3e 0%, #6e6e6e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3e3e3e 0%, #6e6e6e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3e3e3e 0%, #6e6e6e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#6e6e6e',GradientType=0 );
  /* IE6-8 */ }

.pulsante.disabled {
  cursor: default !important;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer; }

.pulsante.isBig {
  line-height: 16px;
  text-align: center;
  height: 40px;
  padding-top: 4px;
  width: 167px; }

h2.isBig {
  line-height: 16px !important; }

#bodyPage .col-xs-4 {
  position: relative;
  width: 390px !important;
  min-height: 750px;
  -webkit-box-shadow: 9px 0px 12px -6px #2e2e2e;
  -moz-box-shadow: 9px 0px 12px -6px #2e2e2e;
  box-shadow: 9px 0px 10px -6px #2e2e2e;
  z-index: 999; }
  #bodyPage .col-xs-4 #top-left {
    position: relative; }
    #bodyPage .col-xs-4 #top-left #logo {
      position: absolute;
      height: 151px;
      z-index: 999;
      left: 65%;
      top: 10%;
      overflow: hidden; }
      #bodyPage .col-xs-4 #top-left #logo img {
        width: 70px !important; }
  #bodyPage .col-xs-4 #menu {
    background: #fff; }
    #bodyPage .col-xs-4 #menu:before, #bodyPage .col-xs-4 #menu:after {
      content: " ";
      display: table; }
    #bodyPage .col-xs-4 #menu:after {
      clear: both; }
    #bodyPage .col-xs-4 #menu li {
      width: 33.3%;
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-size: 11px !important; }
      #bodyPage .col-xs-4 #menu li a {
        display: block;
        padding: 9px 0;
        width: 100%;
        color: #000;
        text-decoration: none; }
      #bodyPage .col-xs-4 #menu li a:hover, #bodyPage .col-xs-4 #menu li a.selected {
        background: #f9af00;
        color: #000; }
  #bodyPage .col-xs-4 #form {
    height: 125px;
    background: url(../images/pages/il-tuo-biglietto/bg-form.jpg) center top repeat-x; }
    #bodyPage .col-xs-4 #form .content {
      width: 85%;
      margin: 0 auto;
      padding-top: 10px;
      font-size: 14px;
      color: #FFFFFF; }
      #bodyPage .col-xs-4 #form .content .ui-autocomplete {
        background-color: red !important;
        border: 3px solid green !important; }
      #bodyPage .col-xs-4 #form .content span.title {
        color: #000;
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px; }
      #bodyPage .col-xs-4 #form .content form {
        padding-left: 14px; }
        #bodyPage .col-xs-4 #form .content form:before, #bodyPage .col-xs-4 #form .content form:after {
          content: " ";
          display: table; }
        #bodyPage .col-xs-4 #form .content form:after {
          clear: both; }
        #bodyPage .col-xs-4 #form .content form .field {
          width: 26.5%;
          float: left;
          margin-right: 5px; }
          #bodyPage .col-xs-4 #form .content form .field label {
            font-weight: normal !important; }
          #bodyPage .col-xs-4 #form .content form .field select, #bodyPage .col-xs-4 #form .content form .field input {
            width: 96%;
            font-size: 20px;
            font-weight: normal;
            background: none;
            height: 38px;
            border-radius: 0px;
            border-color: #FFFFFF; }
            #bodyPage .col-xs-4 #form .content form .field select option, #bodyPage .col-xs-4 #form .content form .field input option {
              color: #000000 !important; }
          #bodyPage .col-xs-4 #form .content form .field .dropdown, #bodyPage .col-xs-4 #form .content form .field input {
            border: 2px solid #000;
            font-weight: 300 !important;
            width: 96%;
            height: 38px !important;
            line-height: 38px !important;
            color: #000;
            font-size: 20px !important;
            text-align: center; }
            #bodyPage .col-xs-4 #form .content form .field .dropdown span.selected, #bodyPage .col-xs-4 #form .content form .field input span.selected {
              height: 38px;
              line-height: 38px;
              padding: 0;
              margin: 0;
              color: #FFFFFF;
              font-size: 20px; }
          #bodyPage .col-xs-4 #form .content form .field .dropdown ul {
            opacity: 1 !important;
            background: #e5e5e5; }
        #bodyPage .col-xs-4 #form .content form .button {
          width: 30px;
          height: 38px;
          background: url(../images/share/send.png) center center no-repeat;
          border: 0;
          float: left; }
  #bodyPage .col-xs-4 #details {
    padding: 0 35px 0 10px; }
    #bodyPage .col-xs-4 #details .icon-button {
      height: 35px;
      margin-bottom: 10px; }
      #bodyPage .col-xs-4 #details .icon-button:before, #bodyPage .col-xs-4 #details .icon-button:after {
        content: " ";
        display: table; }
      #bodyPage .col-xs-4 #details .icon-button:after {
        clear: both; }
      #bodyPage .col-xs-4 #details .icon-button a.icon-park {
        display: inline-block;
        padding-top: 5px; }
      #bodyPage .col-xs-4 #details .icon-button a.pulsante {
        float: right; }
    #bodyPage .col-xs-4 #details span {
      display: block;
      width: 100%;
      padding-bottom: 5px;
      margin-bottom: 15px;
      font-size: 16px;
      color: #333333;
      border-bottom: 1px solid #bbbbbb; }
    #bodyPage .col-xs-4 #details #content-parcheggi, #bodyPage .col-xs-4 #details #content-ingressi {
      border-bottom: 1px solid #bbbbbb;
      margin-bottom: 10px; }
      #bodyPage .col-xs-4 #details #content-parcheggi:before, #bodyPage .col-xs-4 #details #content-parcheggi:after, #bodyPage .col-xs-4 #details #content-ingressi:before, #bodyPage .col-xs-4 #details #content-ingressi:after {
        content: " ";
        display: table; }
      #bodyPage .col-xs-4 #details #content-parcheggi:after, #bodyPage .col-xs-4 #details #content-ingressi:after {
        clear: both; }
      #bodyPage .col-xs-4 #details #content-parcheggi li, #bodyPage .col-xs-4 #details #content-ingressi li {
        float: left; }
        #bodyPage .col-xs-4 #details #content-parcheggi li.parking, #bodyPage .col-xs-4 #details #content-ingressi li.parking {
          width: 100% !important;
          padding-bottom: 15px; }
        #bodyPage .col-xs-4 #details #content-parcheggi li div.parking-numbers, #bodyPage .col-xs-4 #details #content-ingressi li div.parking-numbers {
          margin-bottom: 7px;
          width: 100%; }
          #bodyPage .col-xs-4 #details #content-parcheggi li div.parking-numbers:before, #bodyPage .col-xs-4 #details #content-parcheggi li div.parking-numbers:after, #bodyPage .col-xs-4 #details #content-ingressi li div.parking-numbers:before, #bodyPage .col-xs-4 #details #content-ingressi li div.parking-numbers:after {
            content: " ";
            display: table; }
          #bodyPage .col-xs-4 #details #content-parcheggi li div.parking-numbers:after, #bodyPage .col-xs-4 #details #content-ingressi li div.parking-numbers:after {
            clear: both; }
          #bodyPage .col-xs-4 #details #content-parcheggi li div.parking-numbers h2, #bodyPage .col-xs-4 #details #content-ingressi li div.parking-numbers h2 {
            display: inline-block; }
          #bodyPage .col-xs-4 #details #content-parcheggi li div.parking-numbers a, #bodyPage .col-xs-4 #details #content-ingressi li div.parking-numbers a {
            float: right; }
        #bodyPage .col-xs-4 #details #content-parcheggi li h2, #bodyPage .col-xs-4 #details #content-ingressi li h2 {
          color: #1e0001;
          font-size: 15px;
          margin: 0 0 15px 0;
          padding: 5px 0 0 0;
          line-height: 20px;
          text-transform: uppercase; }
        #bodyPage .col-xs-4 #details #content-parcheggi li.numbers, #bodyPage .col-xs-4 #details #content-ingressi li.numbers {
          text-align: center;
          width: 35%; }
          #bodyPage .col-xs-4 #details #content-parcheggi li.numbers span, #bodyPage .col-xs-4 #details #content-ingressi li.numbers span {
            margin: 0 0 10px 0;
            padding: 0;
            border: 0;
            text-transform: uppercase;
            display: block;
            text-align: center; }
            #bodyPage .col-xs-4 #details #content-parcheggi li.numbers span.gate, #bodyPage .col-xs-4 #details #content-ingressi li.numbers span.gate {
              width: auto !important;
              display: inline-block; }
        #bodyPage .col-xs-4 #details #content-parcheggi li.parking, #bodyPage .col-xs-4 #details #content-parcheggi li.text, #bodyPage .col-xs-4 #details #content-ingressi li.parking, #bodyPage .col-xs-4 #details #content-ingressi li.text {
          width: 65%; }
      #bodyPage .col-xs-4 #details #content-parcheggi p, #bodyPage .col-xs-4 #details #content-ingressi p {
        font-size: 16px;
        color: #000000;
        padding: 0;
        margin: 0 0 10px 0; }
    #bodyPage .col-xs-4 #details #content-ingressi .text {
      width: 100% !important;
      padding-bottom: 15px !important; }
      #bodyPage .col-xs-4 #details #content-ingressi .text h2 {
        margin: 0 0 5px 0; }
    #bodyPage .col-xs-4 #details #content-ingressi .numbers span {
      padding: 0 !important;
      margin: 0 !important;
      height: auto !important;
      line-height: 15px !important;
      background: none !important;
      font-size: 13px !important;
      color: #000000 !important; }
  #bodyPage .col-xs-4 #visual {
    text-align: center; }
    #bodyPage .col-xs-4 #visual h2 {
      color: #1e0001;
      font-size: 20px;
      margin: 0 0 5px 0;
      padding: 5px 0 0 0;
      line-height: 20px;
      text-transform: uppercase; }
    #bodyPage .col-xs-4 #visual p {
      margin-top: 8px;
      color: #000000;
      font-size: 12px;
      line-height: 12px; }
  #bodyPage .col-xs-4 #external-links {
    width: 100%;
    height: 64px;
    background: url(../images/share/bg-external-links.jpg) left top repeat-x; }
    #bodyPage .col-xs-4 #external-links ul {
      width: 100%;
      padding-top: 17px; }
      #bodyPage .col-xs-4 #external-links ul:before, #bodyPage .col-xs-4 #external-links ul:after {
        content: " ";
        display: table; }
      #bodyPage .col-xs-4 #external-links ul:after {
        clear: both; }
      #bodyPage .col-xs-4 #external-links ul li {
        text-align: center;
        font-size: 12px;
        float: left;
        text-transform: uppercase; }
        #bodyPage .col-xs-4 #external-links ul li img {
          margin-right: 10px; }
        #bodyPage .col-xs-4 #external-links ul li a {
          color: #000000; }
        #bodyPage .col-xs-4 #external-links ul li.mini {
          width: 20%; }
        #bodyPage .col-xs-4 #external-links ul li.big {
          padding-top: 8px;
          width: 60%; }
        #bodyPage .col-xs-4 #external-links ul li.bar {
          padding-top: 10px; }
#bodyPage .col-xs-8 {
  min-height: 750px;
  position: relative;
  overflow: hidden;
  z-index: 200; }
  #bodyPage .col-xs-8 .bullet {
    position: absolute;
    z-index: 999;
    width: 66px;
    height: 66px; }
    #bodyPage .col-xs-8 .bullet a {
      display: block;
      width: 66px;
      height: 66px;
      background-position: center center; }
  #bodyPage .col-xs-8 #lente {
    left: 200px;
    top: 200px;
    background: url(../images/pages/virtual-tour/icons/lente.png); }
  #bodyPage .col-xs-8 #info {
    left: 350px;
    top: 500px;
    background: url(../images/pages/virtual-tour/icons/info.png); }

footer {
  padding-left: 30px;
  background: url(../images/share/shadow-footer.png) repeat-x center top white; }
  footer .container {
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px; }
