@charset "UTF-8";
/**** Estos containers (-tablet, -desktop, -large-destop, ...) estan deprecated. Se mantienen por backward compatibility ****/
/*$screen-xs: 480px;
$screen-xs-min: $screen-xs;
$screen-phone: $screen-xs-min;
$screen-sm: 768px;
$screen-sm-min: $screen-sm;
$screen-tablet: $screen-sm-min;
$screen-md: 992px;
$screen-md-min: $screen-md;
$screen-desktop: $screen-md-min;
$screen-lg: 1200px;
$screen-lg-min: $screen-lg;
$screen-lg-desktop: $screen-lg-min;
$screen-xs-max: ($screen-sm-min - 1);
$screen-xlg: 1200px;
$screen-xlg-min: $screen-xlg;
$screen-sm-max: ($screen-md-min - 1);
$screen-md-max: ($screen-lg-min - 1);
$screen-lg-max: ($screen-xlg-min - 1);*/
/*$container-tablet: (720px + $grid-gutter-width);
$container-xs: $screen-xs;
$container-sm: $container-tablet;
$container-desktop: (940px + $grid-gutter-width);
$container-md: $container-desktop;
$container-large-desktop: (1140px + $grid-gutter-width);
$container-lg: $container-large-desktop;
$container-xlarge-desktop: (1210px + $grid-gutter-width);
$container-xlg: $container-xlarge-desktop;*/
@media (min-width: 590px) {
  .containerLevel2 {
    width: 50%;
    float: left; }
  .theMenuActual li {
    width: 50% !important;
    float: left !important; } }

@media (max-width: 1200px) and (min-width: 992px) {
  .LlistaAgenda .ListDays .theDay .Events .Milestone .actions {
    float: right;
    padding: 0 !important;
    font-size: 12px;
    margin-right: 10px !important; }
    .LlistaAgenda .ListDays .theDay .Events .Milestone .actions .btn {
      padding: 2px 15px; } }

.footer-fixed-bottom {
  background: #297b90;
  position: fixed;
  /*@include opacity(0.85);*/
  bottom: -90px;
  text-align: center;
  padding: 0;
  transition-property: bottom;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  z-index: 100; }
  .footer-fixed-bottom .socializable {
    float: left;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0 0 5px; }
    .footer-fixed-bottom .socializable a {
      margin: 5px 0; }
    .footer-fixed-bottom .socializable img {
      max-width: 30px;
      border-radius: 5px;
      margin-right: 20px; }

.func {
  transition-property: bottom;
  transition-duration: 0.75s;
  transition-timing-function: linear;
  bottom: -20px; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  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;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]: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; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/Resources/fonts/glyphicons-halflings-regular.eot");
  src: url("/Resources/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/Resources/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/Resources/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/Resources/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/Resources/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

#myPage * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#myPage *:before,
#myPage *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.64286;
  color: #000;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #3a749d;
  text-decoration: none;
  /*span {
        color: inherit !important;
        text-decoration: inherit !important;
    }*/ }
  a:hover, a:focus {
    color: #2c5878;
    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, article img {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.64286;
  background-color: #f6f7f7;
  border: 1px solid #e0eded;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #f6f7f7; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  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: #919f9f; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 10px;
  margin-bottom: 5px; }
  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: 5px;
  margin-bottom: 5px; }
  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: 18px; }

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

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

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

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

p {
  margin: 0 0 5px; }

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #919f9f; }

.text-primary {
  color: #297b90; }

a.text-primary:hover,
a.text-primary:focus {
  color: #1e5968; }

.text-success {
  color: #93c54b; }

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

.text-info {
  color: #29abe0; }

a.text-info:hover,
a.text-info:focus {
  color: #1b8dbb; }

.text-warning {
  color: #f47c3c; }

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

.text-danger {
  color: #d9534f; }

a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #297b90; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1e5968; }

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 4px;
  margin: 0px 0 10px;
  border-bottom: 1px solid transparent;
  width: 100%;
  display: block;
  float: left; }
  .page-header h2, .page-header .h2 {
    float: left;
    border-bottom: 3px solid #297b90;
    margin-bottom: -7px;
    padding-right: 10px; }

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

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.64286; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

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

@media (min-width: 992px) {
  .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; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 5px 10px;
  margin: 0 0 10px;
  font-size: 17.5px;
  border-left: 5px solid #e0eded; }
  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.64286;
    color: #000; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.64286; }

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

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

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

pre {
  display: block;
  padding: 4.5px;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 1.64286;
  word-break: break-all;
  word-wrap: break-word;
  color: #677979;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px; }
  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 {
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 480px) {
    .container {
      width: auto; } }
  @media (min-width: 768px) {
    .container {
      width: 748px; } }
  @media (min-width: 992px) {
    .container {
      width: 962px; } }
  @media (min-width: 1220px) {
    .container {
      max-width: 1210px;
      width: auto !important; } }

.simulate-xs .container {
  width: 480px !important;
  max-width: 480px; }

.simulate-xs .hidden-xs {
  display: none !important; }

.simulate-sm .container {
  width: auto !important;
  max-width: 728px; }

.simulate-sm .hidden-sm {
  display: none !important; }

.simulate-md .container {
  width: 748px !important;
  max-width: 992px; }

.simulate-md .hidden-md {
  display: none !important; }

.simulate-lg .container {
  width: 962px !important; }

.simulate-lg .hidden-lg {
  display: none !important; }

.simulate-xlg .container {
  width: 1220px !important; }

.simulate-xlg .hidden-xlg {
  display: none !important; }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xlg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xlg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xlg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xlg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xlg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xlg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xlg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xlg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xlg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xlg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xlg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xlg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xlg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xlg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xlg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xlg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xlg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xlg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xlg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xlg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xlg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xlg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xlg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xlg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xlg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xlg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xlg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xlg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xlg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xlg-30, .col-xs-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xlg-31, .col-xs-32, .col-sm-32, .col-md-32, .col-lg-32, .col-xlg-32, .col-xs-33, .col-sm-33, .col-md-33, .col-lg-33, .col-xlg-33, .col-xs-34, .col-sm-34, .col-md-34, .col-lg-34, .col-xlg-34, .col-xs-35, .col-sm-35, .col-md-35, .col-lg-35, .col-xlg-35, .col-xs-36, .col-sm-36, .col-md-36, .col-lg-36, .col-xlg-36, .col-xs-37, .col-sm-37, .col-md-37, .col-lg-37, .col-xlg-37, .col-xs-38, .col-sm-38, .col-md-38, .col-lg-38, .col-xlg-38, .col-xs-39, .col-sm-39, .col-md-39, .col-lg-39, .col-xlg-39, .col-xs-40, .col-sm-40, .col-md-40, .col-lg-40, .col-xlg-40, .col-xs-41, .col-sm-41, .col-md-41, .col-lg-41, .col-xlg-41, .col-xs-42, .col-sm-42, .col-md-42, .col-lg-42, .col-xlg-42, .col-xs-43, .col-sm-43, .col-md-43, .col-lg-43, .col-xlg-43, .col-xs-44, .col-sm-44, .col-md-44, .col-lg-44, .col-xlg-44, .col-xs-45, .col-sm-45, .col-md-45, .col-lg-45, .col-xlg-45, .col-xs-46, .col-sm-46, .col-md-46, .col-lg-46, .col-xlg-46, .col-xs-47, .col-sm-47, .col-md-47, .col-lg-47, .col-xlg-47, .col-xs-48, .col-sm-48, .col-md-48, .col-lg-48, .col-xlg-48, .col-xs-49, .col-sm-49, .col-md-49, .col-lg-49, .col-xlg-49, .col-xs-50, .col-sm-50, .col-md-50, .col-lg-50, .col-xlg-50, .col-xs-51, .col-sm-51, .col-md-51, .col-lg-51, .col-xlg-51, .col-xs-52, .col-sm-52, .col-md-52, .col-lg-52, .col-xlg-52, .col-xs-53, .col-sm-53, .col-md-53, .col-lg-53, .col-xlg-53, .col-xs-54, .col-sm-54, .col-md-54, .col-lg-54, .col-xlg-54, .col-xs-55, .col-sm-55, .col-md-55, .col-lg-55, .col-xlg-55, .col-xs-56, .col-sm-56, .col-md-56, .col-lg-56, .col-xlg-56, .col-xs-57, .col-sm-57, .col-md-57, .col-lg-57, .col-xlg-57, .col-xs-58, .col-sm-58, .col-md-58, .col-lg-58, .col-xlg-58, .col-xs-59, .col-sm-59, .col-md-59, .col-lg-59, .col-xlg-59, .col-xs-60, .col-sm-60, .col-md-60, .col-lg-60, .col-xlg-60 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 0) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36, .col-xs-37, .col-xs-38, .col-xs-39, .col-xs-40, .col-xs-41, .col-xs-42, .col-xs-43, .col-xs-44, .col-xs-45, .col-xs-46, .col-xs-47, .col-xs-48, .col-xs-49, .col-xs-50, .col-xs-51, .col-xs-52, .col-xs-53, .col-xs-54, .col-xs-55, .col-xs-56, .col-xs-57, .col-xs-58, .col-xs-59, .col-xs-60 {
    float: left; }
  .col-xs-1 {
    width: 1.66667%; }
  .col-xs-2 {
    width: 3.33333%; }
  .col-xs-3 {
    width: 5%; }
  .col-xs-4 {
    width: 6.66667%; }
  .col-xs-5 {
    width: 8.33333%; }
  .col-xs-6 {
    width: 10%; }
  .col-xs-7 {
    width: 11.66667%; }
  .col-xs-8 {
    width: 13.33333%; }
  .col-xs-9 {
    width: 15%; }
  .col-xs-10 {
    width: 16.66667%; }
  .col-xs-11 {
    width: 18.33333%; }
  .col-xs-12 {
    width: 20%; }
  .col-xs-13 {
    width: 21.66667%; }
  .col-xs-14 {
    width: 23.33333%; }
  .col-xs-15 {
    width: 25%; }
  .col-xs-16 {
    width: 26.66667%; }
  .col-xs-17 {
    width: 28.33333%; }
  .col-xs-18 {
    width: 30%; }
  .col-xs-19 {
    width: 31.66667%; }
  .col-xs-20 {
    width: 33.33333%; }
  .col-xs-21 {
    width: 35%; }
  .col-xs-22 {
    width: 36.66667%; }
  .col-xs-23 {
    width: 38.33333%; }
  .col-xs-24 {
    width: 40%; }
  .col-xs-25 {
    width: 41.66667%; }
  .col-xs-26 {
    width: 43.33333%; }
  .col-xs-27 {
    width: 45%; }
  .col-xs-28 {
    width: 46.66667%; }
  .col-xs-29 {
    width: 48.33333%; }
  .col-xs-30 {
    width: 50%; }
  .col-xs-31 {
    width: 51.66667%; }
  .col-xs-32 {
    width: 53.33333%; }
  .col-xs-33 {
    width: 55%; }
  .col-xs-34 {
    width: 56.66667%; }
  .col-xs-35 {
    width: 58.33333%; }
  .col-xs-36 {
    width: 60%; }
  .col-xs-37 {
    width: 61.66667%; }
  .col-xs-38 {
    width: 63.33333%; }
  .col-xs-39 {
    width: 65%; }
  .col-xs-40 {
    width: 66.66667%; }
  .col-xs-41 {
    width: 68.33333%; }
  .col-xs-42 {
    width: 70%; }
  .col-xs-43 {
    width: 71.66667%; }
  .col-xs-44 {
    width: 73.33333%; }
  .col-xs-45 {
    width: 75%; }
  .col-xs-46 {
    width: 76.66667%; }
  .col-xs-47 {
    width: 78.33333%; }
  .col-xs-48 {
    width: 80%; }
  .col-xs-49 {
    width: 81.66667%; }
  .col-xs-50 {
    width: 83.33333%; }
  .col-xs-51 {
    width: 85%; }
  .col-xs-52 {
    width: 86.66667%; }
  .col-xs-53 {
    width: 88.33333%; }
  .col-xs-54 {
    width: 90%; }
  .col-xs-55 {
    width: 91.66667%; }
  .col-xs-56 {
    width: 93.33333%; }
  .col-xs-57 {
    width: 95%; }
  .col-xs-58 {
    width: 96.66667%; }
  .col-xs-59 {
    width: 98.33333%; }
  .col-xs-60 {
    width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 1.66667%; }
  .col-xs-pull-2 {
    right: 3.33333%; }
  .col-xs-pull-3 {
    right: 5%; }
  .col-xs-pull-4 {
    right: 6.66667%; }
  .col-xs-pull-5 {
    right: 8.33333%; }
  .col-xs-pull-6 {
    right: 10%; }
  .col-xs-pull-7 {
    right: 11.66667%; }
  .col-xs-pull-8 {
    right: 13.33333%; }
  .col-xs-pull-9 {
    right: 15%; }
  .col-xs-pull-10 {
    right: 16.66667%; }
  .col-xs-pull-11 {
    right: 18.33333%; }
  .col-xs-pull-12 {
    right: 20%; }
  .col-xs-pull-13 {
    right: 21.66667%; }
  .col-xs-pull-14 {
    right: 23.33333%; }
  .col-xs-pull-15 {
    right: 25%; }
  .col-xs-pull-16 {
    right: 26.66667%; }
  .col-xs-pull-17 {
    right: 28.33333%; }
  .col-xs-pull-18 {
    right: 30%; }
  .col-xs-pull-19 {
    right: 31.66667%; }
  .col-xs-pull-20 {
    right: 33.33333%; }
  .col-xs-pull-21 {
    right: 35%; }
  .col-xs-pull-22 {
    right: 36.66667%; }
  .col-xs-pull-23 {
    right: 38.33333%; }
  .col-xs-pull-24 {
    right: 40%; }
  .col-xs-pull-25 {
    right: 41.66667%; }
  .col-xs-pull-26 {
    right: 43.33333%; }
  .col-xs-pull-27 {
    right: 45%; }
  .col-xs-pull-28 {
    right: 46.66667%; }
  .col-xs-pull-29 {
    right: 48.33333%; }
  .col-xs-pull-30 {
    right: 50%; }
  .col-xs-pull-31 {
    right: 51.66667%; }
  .col-xs-pull-32 {
    right: 53.33333%; }
  .col-xs-pull-33 {
    right: 55%; }
  .col-xs-pull-34 {
    right: 56.66667%; }
  .col-xs-pull-35 {
    right: 58.33333%; }
  .col-xs-pull-36 {
    right: 60%; }
  .col-xs-pull-37 {
    right: 61.66667%; }
  .col-xs-pull-38 {
    right: 63.33333%; }
  .col-xs-pull-39 {
    right: 65%; }
  .col-xs-pull-40 {
    right: 66.66667%; }
  .col-xs-pull-41 {
    right: 68.33333%; }
  .col-xs-pull-42 {
    right: 70%; }
  .col-xs-pull-43 {
    right: 71.66667%; }
  .col-xs-pull-44 {
    right: 73.33333%; }
  .col-xs-pull-45 {
    right: 75%; }
  .col-xs-pull-46 {
    right: 76.66667%; }
  .col-xs-pull-47 {
    right: 78.33333%; }
  .col-xs-pull-48 {
    right: 80%; }
  .col-xs-pull-49 {
    right: 81.66667%; }
  .col-xs-pull-50 {
    right: 83.33333%; }
  .col-xs-pull-51 {
    right: 85%; }
  .col-xs-pull-52 {
    right: 86.66667%; }
  .col-xs-pull-53 {
    right: 88.33333%; }
  .col-xs-pull-54 {
    right: 90%; }
  .col-xs-pull-55 {
    right: 91.66667%; }
  .col-xs-pull-56 {
    right: 93.33333%; }
  .col-xs-pull-57 {
    right: 95%; }
  .col-xs-pull-58 {
    right: 96.66667%; }
  .col-xs-pull-59 {
    right: 98.33333%; }
  .col-xs-pull-60 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 1.66667%; }
  .col-xs-push-2 {
    left: 3.33333%; }
  .col-xs-push-3 {
    left: 5%; }
  .col-xs-push-4 {
    left: 6.66667%; }
  .col-xs-push-5 {
    left: 8.33333%; }
  .col-xs-push-6 {
    left: 10%; }
  .col-xs-push-7 {
    left: 11.66667%; }
  .col-xs-push-8 {
    left: 13.33333%; }
  .col-xs-push-9 {
    left: 15%; }
  .col-xs-push-10 {
    left: 16.66667%; }
  .col-xs-push-11 {
    left: 18.33333%; }
  .col-xs-push-12 {
    left: 20%; }
  .col-xs-push-13 {
    left: 21.66667%; }
  .col-xs-push-14 {
    left: 23.33333%; }
  .col-xs-push-15 {
    left: 25%; }
  .col-xs-push-16 {
    left: 26.66667%; }
  .col-xs-push-17 {
    left: 28.33333%; }
  .col-xs-push-18 {
    left: 30%; }
  .col-xs-push-19 {
    left: 31.66667%; }
  .col-xs-push-20 {
    left: 33.33333%; }
  .col-xs-push-21 {
    left: 35%; }
  .col-xs-push-22 {
    left: 36.66667%; }
  .col-xs-push-23 {
    left: 38.33333%; }
  .col-xs-push-24 {
    left: 40%; }
  .col-xs-push-25 {
    left: 41.66667%; }
  .col-xs-push-26 {
    left: 43.33333%; }
  .col-xs-push-27 {
    left: 45%; }
  .col-xs-push-28 {
    left: 46.66667%; }
  .col-xs-push-29 {
    left: 48.33333%; }
  .col-xs-push-30 {
    left: 50%; }
  .col-xs-push-31 {
    left: 51.66667%; }
  .col-xs-push-32 {
    left: 53.33333%; }
  .col-xs-push-33 {
    left: 55%; }
  .col-xs-push-34 {
    left: 56.66667%; }
  .col-xs-push-35 {
    left: 58.33333%; }
  .col-xs-push-36 {
    left: 60%; }
  .col-xs-push-37 {
    left: 61.66667%; }
  .col-xs-push-38 {
    left: 63.33333%; }
  .col-xs-push-39 {
    left: 65%; }
  .col-xs-push-40 {
    left: 66.66667%; }
  .col-xs-push-41 {
    left: 68.33333%; }
  .col-xs-push-42 {
    left: 70%; }
  .col-xs-push-43 {
    left: 71.66667%; }
  .col-xs-push-44 {
    left: 73.33333%; }
  .col-xs-push-45 {
    left: 75%; }
  .col-xs-push-46 {
    left: 76.66667%; }
  .col-xs-push-47 {
    left: 78.33333%; }
  .col-xs-push-48 {
    left: 80%; }
  .col-xs-push-49 {
    left: 81.66667%; }
  .col-xs-push-50 {
    left: 83.33333%; }
  .col-xs-push-51 {
    left: 85%; }
  .col-xs-push-52 {
    left: 86.66667%; }
  .col-xs-push-53 {
    left: 88.33333%; }
  .col-xs-push-54 {
    left: 90%; }
  .col-xs-push-55 {
    left: 91.66667%; }
  .col-xs-push-56 {
    left: 93.33333%; }
  .col-xs-push-57 {
    left: 95%; }
  .col-xs-push-58 {
    left: 96.66667%; }
  .col-xs-push-59 {
    left: 98.33333%; }
  .col-xs-push-60 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 1.66667%; }
  .col-xs-offset-2 {
    margin-left: 3.33333%; }
  .col-xs-offset-3 {
    margin-left: 5%; }
  .col-xs-offset-4 {
    margin-left: 6.66667%; }
  .col-xs-offset-5 {
    margin-left: 8.33333%; }
  .col-xs-offset-6 {
    margin-left: 10%; }
  .col-xs-offset-7 {
    margin-left: 11.66667%; }
  .col-xs-offset-8 {
    margin-left: 13.33333%; }
  .col-xs-offset-9 {
    margin-left: 15%; }
  .col-xs-offset-10 {
    margin-left: 16.66667%; }
  .col-xs-offset-11 {
    margin-left: 18.33333%; }
  .col-xs-offset-12 {
    margin-left: 20%; }
  .col-xs-offset-13 {
    margin-left: 21.66667%; }
  .col-xs-offset-14 {
    margin-left: 23.33333%; }
  .col-xs-offset-15 {
    margin-left: 25%; }
  .col-xs-offset-16 {
    margin-left: 26.66667%; }
  .col-xs-offset-17 {
    margin-left: 28.33333%; }
  .col-xs-offset-18 {
    margin-left: 30%; }
  .col-xs-offset-19 {
    margin-left: 31.66667%; }
  .col-xs-offset-20 {
    margin-left: 33.33333%; }
  .col-xs-offset-21 {
    margin-left: 35%; }
  .col-xs-offset-22 {
    margin-left: 36.66667%; }
  .col-xs-offset-23 {
    margin-left: 38.33333%; }
  .col-xs-offset-24 {
    margin-left: 40%; }
  .col-xs-offset-25 {
    margin-left: 41.66667%; }
  .col-xs-offset-26 {
    margin-left: 43.33333%; }
  .col-xs-offset-27 {
    margin-left: 45%; }
  .col-xs-offset-28 {
    margin-left: 46.66667%; }
  .col-xs-offset-29 {
    margin-left: 48.33333%; }
  .col-xs-offset-30 {
    margin-left: 50%; }
  .col-xs-offset-31 {
    margin-left: 51.66667%; }
  .col-xs-offset-32 {
    margin-left: 53.33333%; }
  .col-xs-offset-33 {
    margin-left: 55%; }
  .col-xs-offset-34 {
    margin-left: 56.66667%; }
  .col-xs-offset-35 {
    margin-left: 58.33333%; }
  .col-xs-offset-36 {
    margin-left: 60%; }
  .col-xs-offset-37 {
    margin-left: 61.66667%; }
  .col-xs-offset-38 {
    margin-left: 63.33333%; }
  .col-xs-offset-39 {
    margin-left: 65%; }
  .col-xs-offset-40 {
    margin-left: 66.66667%; }
  .col-xs-offset-41 {
    margin-left: 68.33333%; }
  .col-xs-offset-42 {
    margin-left: 70%; }
  .col-xs-offset-43 {
    margin-left: 71.66667%; }
  .col-xs-offset-44 {
    margin-left: 73.33333%; }
  .col-xs-offset-45 {
    margin-left: 75%; }
  .col-xs-offset-46 {
    margin-left: 76.66667%; }
  .col-xs-offset-47 {
    margin-left: 78.33333%; }
  .col-xs-offset-48 {
    margin-left: 80%; }
  .col-xs-offset-49 {
    margin-left: 81.66667%; }
  .col-xs-offset-50 {
    margin-left: 83.33333%; }
  .col-xs-offset-51 {
    margin-left: 85%; }
  .col-xs-offset-52 {
    margin-left: 86.66667%; }
  .col-xs-offset-53 {
    margin-left: 88.33333%; }
  .col-xs-offset-54 {
    margin-left: 90%; }
  .col-xs-offset-55 {
    margin-left: 91.66667%; }
  .col-xs-offset-56 {
    margin-left: 93.33333%; }
  .col-xs-offset-57 {
    margin-left: 95%; }
  .col-xs-offset-58 {
    margin-left: 96.66667%; }
  .col-xs-offset-59 {
    margin-left: 98.33333%; }
  .col-xs-offset-60 {
    margin-left: 100%; } }

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-sm-37, .col-sm-38, .col-sm-39, .col-sm-40, .col-sm-41, .col-sm-42, .col-sm-43, .col-sm-44, .col-sm-45, .col-sm-46, .col-sm-47, .col-sm-48, .col-sm-49, .col-sm-50, .col-sm-51, .col-sm-52, .col-sm-53, .col-sm-54, .col-sm-55, .col-sm-56, .col-sm-57, .col-sm-58, .col-sm-59, .col-sm-60 {
    float: left; }
  .col-sm-1 {
    width: 1.66667%; }
  .col-sm-2 {
    width: 3.33333%; }
  .col-sm-3 {
    width: 5%; }
  .col-sm-4 {
    width: 6.66667%; }
  .col-sm-5 {
    width: 8.33333%; }
  .col-sm-6 {
    width: 10%; }
  .col-sm-7 {
    width: 11.66667%; }
  .col-sm-8 {
    width: 13.33333%; }
  .col-sm-9 {
    width: 15%; }
  .col-sm-10 {
    width: 16.66667%; }
  .col-sm-11 {
    width: 18.33333%; }
  .col-sm-12 {
    width: 20%; }
  .col-sm-13 {
    width: 21.66667%; }
  .col-sm-14 {
    width: 23.33333%; }
  .col-sm-15 {
    width: 25%; }
  .col-sm-16 {
    width: 26.66667%; }
  .col-sm-17 {
    width: 28.33333%; }
  .col-sm-18 {
    width: 30%; }
  .col-sm-19 {
    width: 31.66667%; }
  .col-sm-20 {
    width: 33.33333%; }
  .col-sm-21 {
    width: 35%; }
  .col-sm-22 {
    width: 36.66667%; }
  .col-sm-23 {
    width: 38.33333%; }
  .col-sm-24 {
    width: 40%; }
  .col-sm-25 {
    width: 41.66667%; }
  .col-sm-26 {
    width: 43.33333%; }
  .col-sm-27 {
    width: 45%; }
  .col-sm-28 {
    width: 46.66667%; }
  .col-sm-29 {
    width: 48.33333%; }
  .col-sm-30 {
    width: 50%; }
  .col-sm-31 {
    width: 51.66667%; }
  .col-sm-32 {
    width: 53.33333%; }
  .col-sm-33 {
    width: 55%; }
  .col-sm-34 {
    width: 56.66667%; }
  .col-sm-35 {
    width: 58.33333%; }
  .col-sm-36 {
    width: 60%; }
  .col-sm-37 {
    width: 61.66667%; }
  .col-sm-38 {
    width: 63.33333%; }
  .col-sm-39 {
    width: 65%; }
  .col-sm-40 {
    width: 66.66667%; }
  .col-sm-41 {
    width: 68.33333%; }
  .col-sm-42 {
    width: 70%; }
  .col-sm-43 {
    width: 71.66667%; }
  .col-sm-44 {
    width: 73.33333%; }
  .col-sm-45 {
    width: 75%; }
  .col-sm-46 {
    width: 76.66667%; }
  .col-sm-47 {
    width: 78.33333%; }
  .col-sm-48 {
    width: 80%; }
  .col-sm-49 {
    width: 81.66667%; }
  .col-sm-50 {
    width: 83.33333%; }
  .col-sm-51 {
    width: 85%; }
  .col-sm-52 {
    width: 86.66667%; }
  .col-sm-53 {
    width: 88.33333%; }
  .col-sm-54 {
    width: 90%; }
  .col-sm-55 {
    width: 91.66667%; }
  .col-sm-56 {
    width: 93.33333%; }
  .col-sm-57 {
    width: 95%; }
  .col-sm-58 {
    width: 96.66667%; }
  .col-sm-59 {
    width: 98.33333%; }
  .col-sm-60 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 1.66667%; }
  .col-sm-pull-2 {
    right: 3.33333%; }
  .col-sm-pull-3 {
    right: 5%; }
  .col-sm-pull-4 {
    right: 6.66667%; }
  .col-sm-pull-5 {
    right: 8.33333%; }
  .col-sm-pull-6 {
    right: 10%; }
  .col-sm-pull-7 {
    right: 11.66667%; }
  .col-sm-pull-8 {
    right: 13.33333%; }
  .col-sm-pull-9 {
    right: 15%; }
  .col-sm-pull-10 {
    right: 16.66667%; }
  .col-sm-pull-11 {
    right: 18.33333%; }
  .col-sm-pull-12 {
    right: 20%; }
  .col-sm-pull-13 {
    right: 21.66667%; }
  .col-sm-pull-14 {
    right: 23.33333%; }
  .col-sm-pull-15 {
    right: 25%; }
  .col-sm-pull-16 {
    right: 26.66667%; }
  .col-sm-pull-17 {
    right: 28.33333%; }
  .col-sm-pull-18 {
    right: 30%; }
  .col-sm-pull-19 {
    right: 31.66667%; }
  .col-sm-pull-20 {
    right: 33.33333%; }
  .col-sm-pull-21 {
    right: 35%; }
  .col-sm-pull-22 {
    right: 36.66667%; }
  .col-sm-pull-23 {
    right: 38.33333%; }
  .col-sm-pull-24 {
    right: 40%; }
  .col-sm-pull-25 {
    right: 41.66667%; }
  .col-sm-pull-26 {
    right: 43.33333%; }
  .col-sm-pull-27 {
    right: 45%; }
  .col-sm-pull-28 {
    right: 46.66667%; }
  .col-sm-pull-29 {
    right: 48.33333%; }
  .col-sm-pull-30 {
    right: 50%; }
  .col-sm-pull-31 {
    right: 51.66667%; }
  .col-sm-pull-32 {
    right: 53.33333%; }
  .col-sm-pull-33 {
    right: 55%; }
  .col-sm-pull-34 {
    right: 56.66667%; }
  .col-sm-pull-35 {
    right: 58.33333%; }
  .col-sm-pull-36 {
    right: 60%; }
  .col-sm-pull-37 {
    right: 61.66667%; }
  .col-sm-pull-38 {
    right: 63.33333%; }
  .col-sm-pull-39 {
    right: 65%; }
  .col-sm-pull-40 {
    right: 66.66667%; }
  .col-sm-pull-41 {
    right: 68.33333%; }
  .col-sm-pull-42 {
    right: 70%; }
  .col-sm-pull-43 {
    right: 71.66667%; }
  .col-sm-pull-44 {
    right: 73.33333%; }
  .col-sm-pull-45 {
    right: 75%; }
  .col-sm-pull-46 {
    right: 76.66667%; }
  .col-sm-pull-47 {
    right: 78.33333%; }
  .col-sm-pull-48 {
    right: 80%; }
  .col-sm-pull-49 {
    right: 81.66667%; }
  .col-sm-pull-50 {
    right: 83.33333%; }
  .col-sm-pull-51 {
    right: 85%; }
  .col-sm-pull-52 {
    right: 86.66667%; }
  .col-sm-pull-53 {
    right: 88.33333%; }
  .col-sm-pull-54 {
    right: 90%; }
  .col-sm-pull-55 {
    right: 91.66667%; }
  .col-sm-pull-56 {
    right: 93.33333%; }
  .col-sm-pull-57 {
    right: 95%; }
  .col-sm-pull-58 {
    right: 96.66667%; }
  .col-sm-pull-59 {
    right: 98.33333%; }
  .col-sm-pull-60 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 1.66667%; }
  .col-sm-push-2 {
    left: 3.33333%; }
  .col-sm-push-3 {
    left: 5%; }
  .col-sm-push-4 {
    left: 6.66667%; }
  .col-sm-push-5 {
    left: 8.33333%; }
  .col-sm-push-6 {
    left: 10%; }
  .col-sm-push-7 {
    left: 11.66667%; }
  .col-sm-push-8 {
    left: 13.33333%; }
  .col-sm-push-9 {
    left: 15%; }
  .col-sm-push-10 {
    left: 16.66667%; }
  .col-sm-push-11 {
    left: 18.33333%; }
  .col-sm-push-12 {
    left: 20%; }
  .col-sm-push-13 {
    left: 21.66667%; }
  .col-sm-push-14 {
    left: 23.33333%; }
  .col-sm-push-15 {
    left: 25%; }
  .col-sm-push-16 {
    left: 26.66667%; }
  .col-sm-push-17 {
    left: 28.33333%; }
  .col-sm-push-18 {
    left: 30%; }
  .col-sm-push-19 {
    left: 31.66667%; }
  .col-sm-push-20 {
    left: 33.33333%; }
  .col-sm-push-21 {
    left: 35%; }
  .col-sm-push-22 {
    left: 36.66667%; }
  .col-sm-push-23 {
    left: 38.33333%; }
  .col-sm-push-24 {
    left: 40%; }
  .col-sm-push-25 {
    left: 41.66667%; }
  .col-sm-push-26 {
    left: 43.33333%; }
  .col-sm-push-27 {
    left: 45%; }
  .col-sm-push-28 {
    left: 46.66667%; }
  .col-sm-push-29 {
    left: 48.33333%; }
  .col-sm-push-30 {
    left: 50%; }
  .col-sm-push-31 {
    left: 51.66667%; }
  .col-sm-push-32 {
    left: 53.33333%; }
  .col-sm-push-33 {
    left: 55%; }
  .col-sm-push-34 {
    left: 56.66667%; }
  .col-sm-push-35 {
    left: 58.33333%; }
  .col-sm-push-36 {
    left: 60%; }
  .col-sm-push-37 {
    left: 61.66667%; }
  .col-sm-push-38 {
    left: 63.33333%; }
  .col-sm-push-39 {
    left: 65%; }
  .col-sm-push-40 {
    left: 66.66667%; }
  .col-sm-push-41 {
    left: 68.33333%; }
  .col-sm-push-42 {
    left: 70%; }
  .col-sm-push-43 {
    left: 71.66667%; }
  .col-sm-push-44 {
    left: 73.33333%; }
  .col-sm-push-45 {
    left: 75%; }
  .col-sm-push-46 {
    left: 76.66667%; }
  .col-sm-push-47 {
    left: 78.33333%; }
  .col-sm-push-48 {
    left: 80%; }
  .col-sm-push-49 {
    left: 81.66667%; }
  .col-sm-push-50 {
    left: 83.33333%; }
  .col-sm-push-51 {
    left: 85%; }
  .col-sm-push-52 {
    left: 86.66667%; }
  .col-sm-push-53 {
    left: 88.33333%; }
  .col-sm-push-54 {
    left: 90%; }
  .col-sm-push-55 {
    left: 91.66667%; }
  .col-sm-push-56 {
    left: 93.33333%; }
  .col-sm-push-57 {
    left: 95%; }
  .col-sm-push-58 {
    left: 96.66667%; }
  .col-sm-push-59 {
    left: 98.33333%; }
  .col-sm-push-60 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 1.66667%; }
  .col-sm-offset-2 {
    margin-left: 3.33333%; }
  .col-sm-offset-3 {
    margin-left: 5%; }
  .col-sm-offset-4 {
    margin-left: 6.66667%; }
  .col-sm-offset-5 {
    margin-left: 8.33333%; }
  .col-sm-offset-6 {
    margin-left: 10%; }
  .col-sm-offset-7 {
    margin-left: 11.66667%; }
  .col-sm-offset-8 {
    margin-left: 13.33333%; }
  .col-sm-offset-9 {
    margin-left: 15%; }
  .col-sm-offset-10 {
    margin-left: 16.66667%; }
  .col-sm-offset-11 {
    margin-left: 18.33333%; }
  .col-sm-offset-12 {
    margin-left: 20%; }
  .col-sm-offset-13 {
    margin-left: 21.66667%; }
  .col-sm-offset-14 {
    margin-left: 23.33333%; }
  .col-sm-offset-15 {
    margin-left: 25%; }
  .col-sm-offset-16 {
    margin-left: 26.66667%; }
  .col-sm-offset-17 {
    margin-left: 28.33333%; }
  .col-sm-offset-18 {
    margin-left: 30%; }
  .col-sm-offset-19 {
    margin-left: 31.66667%; }
  .col-sm-offset-20 {
    margin-left: 33.33333%; }
  .col-sm-offset-21 {
    margin-left: 35%; }
  .col-sm-offset-22 {
    margin-left: 36.66667%; }
  .col-sm-offset-23 {
    margin-left: 38.33333%; }
  .col-sm-offset-24 {
    margin-left: 40%; }
  .col-sm-offset-25 {
    margin-left: 41.66667%; }
  .col-sm-offset-26 {
    margin-left: 43.33333%; }
  .col-sm-offset-27 {
    margin-left: 45%; }
  .col-sm-offset-28 {
    margin-left: 46.66667%; }
  .col-sm-offset-29 {
    margin-left: 48.33333%; }
  .col-sm-offset-30 {
    margin-left: 50%; }
  .col-sm-offset-31 {
    margin-left: 51.66667%; }
  .col-sm-offset-32 {
    margin-left: 53.33333%; }
  .col-sm-offset-33 {
    margin-left: 55%; }
  .col-sm-offset-34 {
    margin-left: 56.66667%; }
  .col-sm-offset-35 {
    margin-left: 58.33333%; }
  .col-sm-offset-36 {
    margin-left: 60%; }
  .col-sm-offset-37 {
    margin-left: 61.66667%; }
  .col-sm-offset-38 {
    margin-left: 63.33333%; }
  .col-sm-offset-39 {
    margin-left: 65%; }
  .col-sm-offset-40 {
    margin-left: 66.66667%; }
  .col-sm-offset-41 {
    margin-left: 68.33333%; }
  .col-sm-offset-42 {
    margin-left: 70%; }
  .col-sm-offset-43 {
    margin-left: 71.66667%; }
  .col-sm-offset-44 {
    margin-left: 73.33333%; }
  .col-sm-offset-45 {
    margin-left: 75%; }
  .col-sm-offset-46 {
    margin-left: 76.66667%; }
  .col-sm-offset-47 {
    margin-left: 78.33333%; }
  .col-sm-offset-48 {
    margin-left: 80%; }
  .col-sm-offset-49 {
    margin-left: 81.66667%; }
  .col-sm-offset-50 {
    margin-left: 83.33333%; }
  .col-sm-offset-51 {
    margin-left: 85%; }
  .col-sm-offset-52 {
    margin-left: 86.66667%; }
  .col-sm-offset-53 {
    margin-left: 88.33333%; }
  .col-sm-offset-54 {
    margin-left: 90%; }
  .col-sm-offset-55 {
    margin-left: 91.66667%; }
  .col-sm-offset-56 {
    margin-left: 93.33333%; }
  .col-sm-offset-57 {
    margin-left: 95%; }
  .col-sm-offset-58 {
    margin-left: 96.66667%; }
  .col-sm-offset-59 {
    margin-left: 98.33333%; }
  .col-sm-offset-60 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36, .col-md-37, .col-md-38, .col-md-39, .col-md-40, .col-md-41, .col-md-42, .col-md-43, .col-md-44, .col-md-45, .col-md-46, .col-md-47, .col-md-48, .col-md-49, .col-md-50, .col-md-51, .col-md-52, .col-md-53, .col-md-54, .col-md-55, .col-md-56, .col-md-57, .col-md-58, .col-md-59, .col-md-60 {
    float: left; }
  .col-md-1 {
    width: 1.66667%; }
  .col-md-2 {
    width: 3.33333%; }
  .col-md-3 {
    width: 5%; }
  .col-md-4 {
    width: 6.66667%; }
  .col-md-5 {
    width: 8.33333%; }
  .col-md-6 {
    width: 10%; }
  .col-md-7 {
    width: 11.66667%; }
  .col-md-8 {
    width: 13.33333%; }
  .col-md-9 {
    width: 15%; }
  .col-md-10 {
    width: 16.66667%; }
  .col-md-11 {
    width: 18.33333%; }
  .col-md-12 {
    width: 20%; }
  .col-md-13 {
    width: 21.66667%; }
  .col-md-14 {
    width: 23.33333%; }
  .col-md-15 {
    width: 25%; }
  .col-md-16 {
    width: 26.66667%; }
  .col-md-17 {
    width: 28.33333%; }
  .col-md-18 {
    width: 30%; }
  .col-md-19 {
    width: 31.66667%; }
  .col-md-20 {
    width: 33.33333%; }
  .col-md-21 {
    width: 35%; }
  .col-md-22 {
    width: 36.66667%; }
  .col-md-23 {
    width: 38.33333%; }
  .col-md-24 {
    width: 40%; }
  .col-md-25 {
    width: 41.66667%; }
  .col-md-26 {
    width: 43.33333%; }
  .col-md-27 {
    width: 45%; }
  .col-md-28 {
    width: 46.66667%; }
  .col-md-29 {
    width: 48.33333%; }
  .col-md-30 {
    width: 50%; }
  .col-md-31 {
    width: 51.66667%; }
  .col-md-32 {
    width: 53.33333%; }
  .col-md-33 {
    width: 55%; }
  .col-md-34 {
    width: 56.66667%; }
  .col-md-35 {
    width: 58.33333%; }
  .col-md-36 {
    width: 60%; }
  .col-md-37 {
    width: 61.66667%; }
  .col-md-38 {
    width: 63.33333%; }
  .col-md-39 {
    width: 65%; }
  .col-md-40 {
    width: 66.66667%; }
  .col-md-41 {
    width: 68.33333%; }
  .col-md-42 {
    width: 70%; }
  .col-md-43 {
    width: 71.66667%; }
  .col-md-44 {
    width: 73.33333%; }
  .col-md-45 {
    width: 75%; }
  .col-md-46 {
    width: 76.66667%; }
  .col-md-47 {
    width: 78.33333%; }
  .col-md-48 {
    width: 80%; }
  .col-md-49 {
    width: 81.66667%; }
  .col-md-50 {
    width: 83.33333%; }
  .col-md-51 {
    width: 85%; }
  .col-md-52 {
    width: 86.66667%; }
  .col-md-53 {
    width: 88.33333%; }
  .col-md-54 {
    width: 90%; }
  .col-md-55 {
    width: 91.66667%; }
  .col-md-56 {
    width: 93.33333%; }
  .col-md-57 {
    width: 95%; }
  .col-md-58 {
    width: 96.66667%; }
  .col-md-59 {
    width: 98.33333%; }
  .col-md-60 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 1.66667%; }
  .col-md-pull-2 {
    right: 3.33333%; }
  .col-md-pull-3 {
    right: 5%; }
  .col-md-pull-4 {
    right: 6.66667%; }
  .col-md-pull-5 {
    right: 8.33333%; }
  .col-md-pull-6 {
    right: 10%; }
  .col-md-pull-7 {
    right: 11.66667%; }
  .col-md-pull-8 {
    right: 13.33333%; }
  .col-md-pull-9 {
    right: 15%; }
  .col-md-pull-10 {
    right: 16.66667%; }
  .col-md-pull-11 {
    right: 18.33333%; }
  .col-md-pull-12 {
    right: 20%; }
  .col-md-pull-13 {
    right: 21.66667%; }
  .col-md-pull-14 {
    right: 23.33333%; }
  .col-md-pull-15 {
    right: 25%; }
  .col-md-pull-16 {
    right: 26.66667%; }
  .col-md-pull-17 {
    right: 28.33333%; }
  .col-md-pull-18 {
    right: 30%; }
  .col-md-pull-19 {
    right: 31.66667%; }
  .col-md-pull-20 {
    right: 33.33333%; }
  .col-md-pull-21 {
    right: 35%; }
  .col-md-pull-22 {
    right: 36.66667%; }
  .col-md-pull-23 {
    right: 38.33333%; }
  .col-md-pull-24 {
    right: 40%; }
  .col-md-pull-25 {
    right: 41.66667%; }
  .col-md-pull-26 {
    right: 43.33333%; }
  .col-md-pull-27 {
    right: 45%; }
  .col-md-pull-28 {
    right: 46.66667%; }
  .col-md-pull-29 {
    right: 48.33333%; }
  .col-md-pull-30 {
    right: 50%; }
  .col-md-pull-31 {
    right: 51.66667%; }
  .col-md-pull-32 {
    right: 53.33333%; }
  .col-md-pull-33 {
    right: 55%; }
  .col-md-pull-34 {
    right: 56.66667%; }
  .col-md-pull-35 {
    right: 58.33333%; }
  .col-md-pull-36 {
    right: 60%; }
  .col-md-pull-37 {
    right: 61.66667%; }
  .col-md-pull-38 {
    right: 63.33333%; }
  .col-md-pull-39 {
    right: 65%; }
  .col-md-pull-40 {
    right: 66.66667%; }
  .col-md-pull-41 {
    right: 68.33333%; }
  .col-md-pull-42 {
    right: 70%; }
  .col-md-pull-43 {
    right: 71.66667%; }
  .col-md-pull-44 {
    right: 73.33333%; }
  .col-md-pull-45 {
    right: 75%; }
  .col-md-pull-46 {
    right: 76.66667%; }
  .col-md-pull-47 {
    right: 78.33333%; }
  .col-md-pull-48 {
    right: 80%; }
  .col-md-pull-49 {
    right: 81.66667%; }
  .col-md-pull-50 {
    right: 83.33333%; }
  .col-md-pull-51 {
    right: 85%; }
  .col-md-pull-52 {
    right: 86.66667%; }
  .col-md-pull-53 {
    right: 88.33333%; }
  .col-md-pull-54 {
    right: 90%; }
  .col-md-pull-55 {
    right: 91.66667%; }
  .col-md-pull-56 {
    right: 93.33333%; }
  .col-md-pull-57 {
    right: 95%; }
  .col-md-pull-58 {
    right: 96.66667%; }
  .col-md-pull-59 {
    right: 98.33333%; }
  .col-md-pull-60 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 1.66667%; }
  .col-md-push-2 {
    left: 3.33333%; }
  .col-md-push-3 {
    left: 5%; }
  .col-md-push-4 {
    left: 6.66667%; }
  .col-md-push-5 {
    left: 8.33333%; }
  .col-md-push-6 {
    left: 10%; }
  .col-md-push-7 {
    left: 11.66667%; }
  .col-md-push-8 {
    left: 13.33333%; }
  .col-md-push-9 {
    left: 15%; }
  .col-md-push-10 {
    left: 16.66667%; }
  .col-md-push-11 {
    left: 18.33333%; }
  .col-md-push-12 {
    left: 20%; }
  .col-md-push-13 {
    left: 21.66667%; }
  .col-md-push-14 {
    left: 23.33333%; }
  .col-md-push-15 {
    left: 25%; }
  .col-md-push-16 {
    left: 26.66667%; }
  .col-md-push-17 {
    left: 28.33333%; }
  .col-md-push-18 {
    left: 30%; }
  .col-md-push-19 {
    left: 31.66667%; }
  .col-md-push-20 {
    left: 33.33333%; }
  .col-md-push-21 {
    left: 35%; }
  .col-md-push-22 {
    left: 36.66667%; }
  .col-md-push-23 {
    left: 38.33333%; }
  .col-md-push-24 {
    left: 40%; }
  .col-md-push-25 {
    left: 41.66667%; }
  .col-md-push-26 {
    left: 43.33333%; }
  .col-md-push-27 {
    left: 45%; }
  .col-md-push-28 {
    left: 46.66667%; }
  .col-md-push-29 {
    left: 48.33333%; }
  .col-md-push-30 {
    left: 50%; }
  .col-md-push-31 {
    left: 51.66667%; }
  .col-md-push-32 {
    left: 53.33333%; }
  .col-md-push-33 {
    left: 55%; }
  .col-md-push-34 {
    left: 56.66667%; }
  .col-md-push-35 {
    left: 58.33333%; }
  .col-md-push-36 {
    left: 60%; }
  .col-md-push-37 {
    left: 61.66667%; }
  .col-md-push-38 {
    left: 63.33333%; }
  .col-md-push-39 {
    left: 65%; }
  .col-md-push-40 {
    left: 66.66667%; }
  .col-md-push-41 {
    left: 68.33333%; }
  .col-md-push-42 {
    left: 70%; }
  .col-md-push-43 {
    left: 71.66667%; }
  .col-md-push-44 {
    left: 73.33333%; }
  .col-md-push-45 {
    left: 75%; }
  .col-md-push-46 {
    left: 76.66667%; }
  .col-md-push-47 {
    left: 78.33333%; }
  .col-md-push-48 {
    left: 80%; }
  .col-md-push-49 {
    left: 81.66667%; }
  .col-md-push-50 {
    left: 83.33333%; }
  .col-md-push-51 {
    left: 85%; }
  .col-md-push-52 {
    left: 86.66667%; }
  .col-md-push-53 {
    left: 88.33333%; }
  .col-md-push-54 {
    left: 90%; }
  .col-md-push-55 {
    left: 91.66667%; }
  .col-md-push-56 {
    left: 93.33333%; }
  .col-md-push-57 {
    left: 95%; }
  .col-md-push-58 {
    left: 96.66667%; }
  .col-md-push-59 {
    left: 98.33333%; }
  .col-md-push-60 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 1.66667%; }
  .col-md-offset-2 {
    margin-left: 3.33333%; }
  .col-md-offset-3 {
    margin-left: 5%; }
  .col-md-offset-4 {
    margin-left: 6.66667%; }
  .col-md-offset-5 {
    margin-left: 8.33333%; }
  .col-md-offset-6 {
    margin-left: 10%; }
  .col-md-offset-7 {
    margin-left: 11.66667%; }
  .col-md-offset-8 {
    margin-left: 13.33333%; }
  .col-md-offset-9 {
    margin-left: 15%; }
  .col-md-offset-10 {
    margin-left: 16.66667%; }
  .col-md-offset-11 {
    margin-left: 18.33333%; }
  .col-md-offset-12 {
    margin-left: 20%; }
  .col-md-offset-13 {
    margin-left: 21.66667%; }
  .col-md-offset-14 {
    margin-left: 23.33333%; }
  .col-md-offset-15 {
    margin-left: 25%; }
  .col-md-offset-16 {
    margin-left: 26.66667%; }
  .col-md-offset-17 {
    margin-left: 28.33333%; }
  .col-md-offset-18 {
    margin-left: 30%; }
  .col-md-offset-19 {
    margin-left: 31.66667%; }
  .col-md-offset-20 {
    margin-left: 33.33333%; }
  .col-md-offset-21 {
    margin-left: 35%; }
  .col-md-offset-22 {
    margin-left: 36.66667%; }
  .col-md-offset-23 {
    margin-left: 38.33333%; }
  .col-md-offset-24 {
    margin-left: 40%; }
  .col-md-offset-25 {
    margin-left: 41.66667%; }
  .col-md-offset-26 {
    margin-left: 43.33333%; }
  .col-md-offset-27 {
    margin-left: 45%; }
  .col-md-offset-28 {
    margin-left: 46.66667%; }
  .col-md-offset-29 {
    margin-left: 48.33333%; }
  .col-md-offset-30 {
    margin-left: 50%; }
  .col-md-offset-31 {
    margin-left: 51.66667%; }
  .col-md-offset-32 {
    margin-left: 53.33333%; }
  .col-md-offset-33 {
    margin-left: 55%; }
  .col-md-offset-34 {
    margin-left: 56.66667%; }
  .col-md-offset-35 {
    margin-left: 58.33333%; }
  .col-md-offset-36 {
    margin-left: 60%; }
  .col-md-offset-37 {
    margin-left: 61.66667%; }
  .col-md-offset-38 {
    margin-left: 63.33333%; }
  .col-md-offset-39 {
    margin-left: 65%; }
  .col-md-offset-40 {
    margin-left: 66.66667%; }
  .col-md-offset-41 {
    margin-left: 68.33333%; }
  .col-md-offset-42 {
    margin-left: 70%; }
  .col-md-offset-43 {
    margin-left: 71.66667%; }
  .col-md-offset-44 {
    margin-left: 73.33333%; }
  .col-md-offset-45 {
    margin-left: 75%; }
  .col-md-offset-46 {
    margin-left: 76.66667%; }
  .col-md-offset-47 {
    margin-left: 78.33333%; }
  .col-md-offset-48 {
    margin-left: 80%; }
  .col-md-offset-49 {
    margin-left: 81.66667%; }
  .col-md-offset-50 {
    margin-left: 83.33333%; }
  .col-md-offset-51 {
    margin-left: 85%; }
  .col-md-offset-52 {
    margin-left: 86.66667%; }
  .col-md-offset-53 {
    margin-left: 88.33333%; }
  .col-md-offset-54 {
    margin-left: 90%; }
  .col-md-offset-55 {
    margin-left: 91.66667%; }
  .col-md-offset-56 {
    margin-left: 93.33333%; }
  .col-md-offset-57 {
    margin-left: 95%; }
  .col-md-offset-58 {
    margin-left: 96.66667%; }
  .col-md-offset-59 {
    margin-left: 98.33333%; }
  .col-md-offset-60 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36, .col-lg-37, .col-lg-38, .col-lg-39, .col-lg-40, .col-lg-41, .col-lg-42, .col-lg-43, .col-lg-44, .col-lg-45, .col-lg-46, .col-lg-47, .col-lg-48, .col-lg-49, .col-lg-50, .col-lg-51, .col-lg-52, .col-lg-53, .col-lg-54, .col-lg-55, .col-lg-56, .col-lg-57, .col-lg-58, .col-lg-59, .col-lg-60 {
    float: left; }
  .col-lg-1 {
    width: 1.66667%; }
  .col-lg-2 {
    width: 3.33333%; }
  .col-lg-3 {
    width: 5%; }
  .col-lg-4 {
    width: 6.66667%; }
  .col-lg-5 {
    width: 8.33333%; }
  .col-lg-6 {
    width: 10%; }
  .col-lg-7 {
    width: 11.66667%; }
  .col-lg-8 {
    width: 13.33333%; }
  .col-lg-9 {
    width: 15%; }
  .col-lg-10 {
    width: 16.66667%; }
  .col-lg-11 {
    width: 18.33333%; }
  .col-lg-12 {
    width: 20%; }
  .col-lg-13 {
    width: 21.66667%; }
  .col-lg-14 {
    width: 23.33333%; }
  .col-lg-15 {
    width: 25%; }
  .col-lg-16 {
    width: 26.66667%; }
  .col-lg-17 {
    width: 28.33333%; }
  .col-lg-18 {
    width: 30%; }
  .col-lg-19 {
    width: 31.66667%; }
  .col-lg-20 {
    width: 33.33333%; }
  .col-lg-21 {
    width: 35%; }
  .col-lg-22 {
    width: 36.66667%; }
  .col-lg-23 {
    width: 38.33333%; }
  .col-lg-24 {
    width: 40%; }
  .col-lg-25 {
    width: 41.66667%; }
  .col-lg-26 {
    width: 43.33333%; }
  .col-lg-27 {
    width: 45%; }
  .col-lg-28 {
    width: 46.66667%; }
  .col-lg-29 {
    width: 48.33333%; }
  .col-lg-30 {
    width: 50%; }
  .col-lg-31 {
    width: 51.66667%; }
  .col-lg-32 {
    width: 53.33333%; }
  .col-lg-33 {
    width: 55%; }
  .col-lg-34 {
    width: 56.66667%; }
  .col-lg-35 {
    width: 58.33333%; }
  .col-lg-36 {
    width: 60%; }
  .col-lg-37 {
    width: 61.66667%; }
  .col-lg-38 {
    width: 63.33333%; }
  .col-lg-39 {
    width: 65%; }
  .col-lg-40 {
    width: 66.66667%; }
  .col-lg-41 {
    width: 68.33333%; }
  .col-lg-42 {
    width: 70%; }
  .col-lg-43 {
    width: 71.66667%; }
  .col-lg-44 {
    width: 73.33333%; }
  .col-lg-45 {
    width: 75%; }
  .col-lg-46 {
    width: 76.66667%; }
  .col-lg-47 {
    width: 78.33333%; }
  .col-lg-48 {
    width: 80%; }
  .col-lg-49 {
    width: 81.66667%; }
  .col-lg-50 {
    width: 83.33333%; }
  .col-lg-51 {
    width: 85%; }
  .col-lg-52 {
    width: 86.66667%; }
  .col-lg-53 {
    width: 88.33333%; }
  .col-lg-54 {
    width: 90%; }
  .col-lg-55 {
    width: 91.66667%; }
  .col-lg-56 {
    width: 93.33333%; }
  .col-lg-57 {
    width: 95%; }
  .col-lg-58 {
    width: 96.66667%; }
  .col-lg-59 {
    width: 98.33333%; }
  .col-lg-60 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 1.66667%; }
  .col-lg-pull-2 {
    right: 3.33333%; }
  .col-lg-pull-3 {
    right: 5%; }
  .col-lg-pull-4 {
    right: 6.66667%; }
  .col-lg-pull-5 {
    right: 8.33333%; }
  .col-lg-pull-6 {
    right: 10%; }
  .col-lg-pull-7 {
    right: 11.66667%; }
  .col-lg-pull-8 {
    right: 13.33333%; }
  .col-lg-pull-9 {
    right: 15%; }
  .col-lg-pull-10 {
    right: 16.66667%; }
  .col-lg-pull-11 {
    right: 18.33333%; }
  .col-lg-pull-12 {
    right: 20%; }
  .col-lg-pull-13 {
    right: 21.66667%; }
  .col-lg-pull-14 {
    right: 23.33333%; }
  .col-lg-pull-15 {
    right: 25%; }
  .col-lg-pull-16 {
    right: 26.66667%; }
  .col-lg-pull-17 {
    right: 28.33333%; }
  .col-lg-pull-18 {
    right: 30%; }
  .col-lg-pull-19 {
    right: 31.66667%; }
  .col-lg-pull-20 {
    right: 33.33333%; }
  .col-lg-pull-21 {
    right: 35%; }
  .col-lg-pull-22 {
    right: 36.66667%; }
  .col-lg-pull-23 {
    right: 38.33333%; }
  .col-lg-pull-24 {
    right: 40%; }
  .col-lg-pull-25 {
    right: 41.66667%; }
  .col-lg-pull-26 {
    right: 43.33333%; }
  .col-lg-pull-27 {
    right: 45%; }
  .col-lg-pull-28 {
    right: 46.66667%; }
  .col-lg-pull-29 {
    right: 48.33333%; }
  .col-lg-pull-30 {
    right: 50%; }
  .col-lg-pull-31 {
    right: 51.66667%; }
  .col-lg-pull-32 {
    right: 53.33333%; }
  .col-lg-pull-33 {
    right: 55%; }
  .col-lg-pull-34 {
    right: 56.66667%; }
  .col-lg-pull-35 {
    right: 58.33333%; }
  .col-lg-pull-36 {
    right: 60%; }
  .col-lg-pull-37 {
    right: 61.66667%; }
  .col-lg-pull-38 {
    right: 63.33333%; }
  .col-lg-pull-39 {
    right: 65%; }
  .col-lg-pull-40 {
    right: 66.66667%; }
  .col-lg-pull-41 {
    right: 68.33333%; }
  .col-lg-pull-42 {
    right: 70%; }
  .col-lg-pull-43 {
    right: 71.66667%; }
  .col-lg-pull-44 {
    right: 73.33333%; }
  .col-lg-pull-45 {
    right: 75%; }
  .col-lg-pull-46 {
    right: 76.66667%; }
  .col-lg-pull-47 {
    right: 78.33333%; }
  .col-lg-pull-48 {
    right: 80%; }
  .col-lg-pull-49 {
    right: 81.66667%; }
  .col-lg-pull-50 {
    right: 83.33333%; }
  .col-lg-pull-51 {
    right: 85%; }
  .col-lg-pull-52 {
    right: 86.66667%; }
  .col-lg-pull-53 {
    right: 88.33333%; }
  .col-lg-pull-54 {
    right: 90%; }
  .col-lg-pull-55 {
    right: 91.66667%; }
  .col-lg-pull-56 {
    right: 93.33333%; }
  .col-lg-pull-57 {
    right: 95%; }
  .col-lg-pull-58 {
    right: 96.66667%; }
  .col-lg-pull-59 {
    right: 98.33333%; }
  .col-lg-pull-60 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 1.66667%; }
  .col-lg-push-2 {
    left: 3.33333%; }
  .col-lg-push-3 {
    left: 5%; }
  .col-lg-push-4 {
    left: 6.66667%; }
  .col-lg-push-5 {
    left: 8.33333%; }
  .col-lg-push-6 {
    left: 10%; }
  .col-lg-push-7 {
    left: 11.66667%; }
  .col-lg-push-8 {
    left: 13.33333%; }
  .col-lg-push-9 {
    left: 15%; }
  .col-lg-push-10 {
    left: 16.66667%; }
  .col-lg-push-11 {
    left: 18.33333%; }
  .col-lg-push-12 {
    left: 20%; }
  .col-lg-push-13 {
    left: 21.66667%; }
  .col-lg-push-14 {
    left: 23.33333%; }
  .col-lg-push-15 {
    left: 25%; }
  .col-lg-push-16 {
    left: 26.66667%; }
  .col-lg-push-17 {
    left: 28.33333%; }
  .col-lg-push-18 {
    left: 30%; }
  .col-lg-push-19 {
    left: 31.66667%; }
  .col-lg-push-20 {
    left: 33.33333%; }
  .col-lg-push-21 {
    left: 35%; }
  .col-lg-push-22 {
    left: 36.66667%; }
  .col-lg-push-23 {
    left: 38.33333%; }
  .col-lg-push-24 {
    left: 40%; }
  .col-lg-push-25 {
    left: 41.66667%; }
  .col-lg-push-26 {
    left: 43.33333%; }
  .col-lg-push-27 {
    left: 45%; }
  .col-lg-push-28 {
    left: 46.66667%; }
  .col-lg-push-29 {
    left: 48.33333%; }
  .col-lg-push-30 {
    left: 50%; }
  .col-lg-push-31 {
    left: 51.66667%; }
  .col-lg-push-32 {
    left: 53.33333%; }
  .col-lg-push-33 {
    left: 55%; }
  .col-lg-push-34 {
    left: 56.66667%; }
  .col-lg-push-35 {
    left: 58.33333%; }
  .col-lg-push-36 {
    left: 60%; }
  .col-lg-push-37 {
    left: 61.66667%; }
  .col-lg-push-38 {
    left: 63.33333%; }
  .col-lg-push-39 {
    left: 65%; }
  .col-lg-push-40 {
    left: 66.66667%; }
  .col-lg-push-41 {
    left: 68.33333%; }
  .col-lg-push-42 {
    left: 70%; }
  .col-lg-push-43 {
    left: 71.66667%; }
  .col-lg-push-44 {
    left: 73.33333%; }
  .col-lg-push-45 {
    left: 75%; }
  .col-lg-push-46 {
    left: 76.66667%; }
  .col-lg-push-47 {
    left: 78.33333%; }
  .col-lg-push-48 {
    left: 80%; }
  .col-lg-push-49 {
    left: 81.66667%; }
  .col-lg-push-50 {
    left: 83.33333%; }
  .col-lg-push-51 {
    left: 85%; }
  .col-lg-push-52 {
    left: 86.66667%; }
  .col-lg-push-53 {
    left: 88.33333%; }
  .col-lg-push-54 {
    left: 90%; }
  .col-lg-push-55 {
    left: 91.66667%; }
  .col-lg-push-56 {
    left: 93.33333%; }
  .col-lg-push-57 {
    left: 95%; }
  .col-lg-push-58 {
    left: 96.66667%; }
  .col-lg-push-59 {
    left: 98.33333%; }
  .col-lg-push-60 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 1.66667%; }
  .col-lg-offset-2 {
    margin-left: 3.33333%; }
  .col-lg-offset-3 {
    margin-left: 5%; }
  .col-lg-offset-4 {
    margin-left: 6.66667%; }
  .col-lg-offset-5 {
    margin-left: 8.33333%; }
  .col-lg-offset-6 {
    margin-left: 10%; }
  .col-lg-offset-7 {
    margin-left: 11.66667%; }
  .col-lg-offset-8 {
    margin-left: 13.33333%; }
  .col-lg-offset-9 {
    margin-left: 15%; }
  .col-lg-offset-10 {
    margin-left: 16.66667%; }
  .col-lg-offset-11 {
    margin-left: 18.33333%; }
  .col-lg-offset-12 {
    margin-left: 20%; }
  .col-lg-offset-13 {
    margin-left: 21.66667%; }
  .col-lg-offset-14 {
    margin-left: 23.33333%; }
  .col-lg-offset-15 {
    margin-left: 25%; }
  .col-lg-offset-16 {
    margin-left: 26.66667%; }
  .col-lg-offset-17 {
    margin-left: 28.33333%; }
  .col-lg-offset-18 {
    margin-left: 30%; }
  .col-lg-offset-19 {
    margin-left: 31.66667%; }
  .col-lg-offset-20 {
    margin-left: 33.33333%; }
  .col-lg-offset-21 {
    margin-left: 35%; }
  .col-lg-offset-22 {
    margin-left: 36.66667%; }
  .col-lg-offset-23 {
    margin-left: 38.33333%; }
  .col-lg-offset-24 {
    margin-left: 40%; }
  .col-lg-offset-25 {
    margin-left: 41.66667%; }
  .col-lg-offset-26 {
    margin-left: 43.33333%; }
  .col-lg-offset-27 {
    margin-left: 45%; }
  .col-lg-offset-28 {
    margin-left: 46.66667%; }
  .col-lg-offset-29 {
    margin-left: 48.33333%; }
  .col-lg-offset-30 {
    margin-left: 50%; }
  .col-lg-offset-31 {
    margin-left: 51.66667%; }
  .col-lg-offset-32 {
    margin-left: 53.33333%; }
  .col-lg-offset-33 {
    margin-left: 55%; }
  .col-lg-offset-34 {
    margin-left: 56.66667%; }
  .col-lg-offset-35 {
    margin-left: 58.33333%; }
  .col-lg-offset-36 {
    margin-left: 60%; }
  .col-lg-offset-37 {
    margin-left: 61.66667%; }
  .col-lg-offset-38 {
    margin-left: 63.33333%; }
  .col-lg-offset-39 {
    margin-left: 65%; }
  .col-lg-offset-40 {
    margin-left: 66.66667%; }
  .col-lg-offset-41 {
    margin-left: 68.33333%; }
  .col-lg-offset-42 {
    margin-left: 70%; }
  .col-lg-offset-43 {
    margin-left: 71.66667%; }
  .col-lg-offset-44 {
    margin-left: 73.33333%; }
  .col-lg-offset-45 {
    margin-left: 75%; }
  .col-lg-offset-46 {
    margin-left: 76.66667%; }
  .col-lg-offset-47 {
    margin-left: 78.33333%; }
  .col-lg-offset-48 {
    margin-left: 80%; }
  .col-lg-offset-49 {
    margin-left: 81.66667%; }
  .col-lg-offset-50 {
    margin-left: 83.33333%; }
  .col-lg-offset-51 {
    margin-left: 85%; }
  .col-lg-offset-52 {
    margin-left: 86.66667%; }
  .col-lg-offset-53 {
    margin-left: 88.33333%; }
  .col-lg-offset-54 {
    margin-left: 90%; }
  .col-lg-offset-55 {
    margin-left: 91.66667%; }
  .col-lg-offset-56 {
    margin-left: 93.33333%; }
  .col-lg-offset-57 {
    margin-left: 95%; }
  .col-lg-offset-58 {
    margin-left: 96.66667%; }
  .col-lg-offset-59 {
    margin-left: 98.33333%; }
  .col-lg-offset-60 {
    margin-left: 100%; } }

@media (min-width: 1220px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-13, .col-xlg-14, .col-xlg-15, .col-xlg-16, .col-xlg-17, .col-xlg-18, .col-xlg-19, .col-xlg-20, .col-xlg-21, .col-xlg-22, .col-xlg-23, .col-xlg-24, .col-xlg-25, .col-xlg-26, .col-xlg-27, .col-xlg-28, .col-xlg-29, .col-xlg-30, .col-xlg-31, .col-xlg-32, .col-xlg-33, .col-xlg-34, .col-xlg-35, .col-xlg-36, .col-xlg-37, .col-xlg-38, .col-xlg-39, .col-xlg-40, .col-xlg-41, .col-xlg-42, .col-xlg-43, .col-xlg-44, .col-xlg-45, .col-xlg-46, .col-xlg-47, .col-xlg-48, .col-xlg-49, .col-xlg-50, .col-xlg-51, .col-xlg-52, .col-xlg-53, .col-xlg-54, .col-xlg-55, .col-xlg-56, .col-xlg-57, .col-xlg-58, .col-xlg-59, .col-xlg-60 {
    float: left; }
  .col-xlg-1 {
    width: 1.66667%; }
  .col-xlg-2 {
    width: 3.33333%; }
  .col-xlg-3 {
    width: 5%; }
  .col-xlg-4 {
    width: 6.66667%; }
  .col-xlg-5 {
    width: 8.33333%; }
  .col-xlg-6 {
    width: 10%; }
  .col-xlg-7 {
    width: 11.66667%; }
  .col-xlg-8 {
    width: 13.33333%; }
  .col-xlg-9 {
    width: 15%; }
  .col-xlg-10 {
    width: 16.66667%; }
  .col-xlg-11 {
    width: 18.33333%; }
  .col-xlg-12 {
    width: 20%; }
  .col-xlg-13 {
    width: 21.66667%; }
  .col-xlg-14 {
    width: 23.33333%; }
  .col-xlg-15 {
    width: 25%; }
  .col-xlg-16 {
    width: 26.66667%; }
  .col-xlg-17 {
    width: 28.33333%; }
  .col-xlg-18 {
    width: 30%; }
  .col-xlg-19 {
    width: 31.66667%; }
  .col-xlg-20 {
    width: 33.33333%; }
  .col-xlg-21 {
    width: 35%; }
  .col-xlg-22 {
    width: 36.66667%; }
  .col-xlg-23 {
    width: 38.33333%; }
  .col-xlg-24 {
    width: 40%; }
  .col-xlg-25 {
    width: 41.66667%; }
  .col-xlg-26 {
    width: 43.33333%; }
  .col-xlg-27 {
    width: 45%; }
  .col-xlg-28 {
    width: 46.66667%; }
  .col-xlg-29 {
    width: 48.33333%; }
  .col-xlg-30 {
    width: 50%; }
  .col-xlg-31 {
    width: 51.66667%; }
  .col-xlg-32 {
    width: 53.33333%; }
  .col-xlg-33 {
    width: 55%; }
  .col-xlg-34 {
    width: 56.66667%; }
  .col-xlg-35 {
    width: 58.33333%; }
  .col-xlg-36 {
    width: 60%; }
  .col-xlg-37 {
    width: 61.66667%; }
  .col-xlg-38 {
    width: 63.33333%; }
  .col-xlg-39 {
    width: 65%; }
  .col-xlg-40 {
    width: 66.66667%; }
  .col-xlg-41 {
    width: 68.33333%; }
  .col-xlg-42 {
    width: 70%; }
  .col-xlg-43 {
    width: 71.66667%; }
  .col-xlg-44 {
    width: 73.33333%; }
  .col-xlg-45 {
    width: 75%; }
  .col-xlg-46 {
    width: 76.66667%; }
  .col-xlg-47 {
    width: 78.33333%; }
  .col-xlg-48 {
    width: 80%; }
  .col-xlg-49 {
    width: 81.66667%; }
  .col-xlg-50 {
    width: 83.33333%; }
  .col-xlg-51 {
    width: 85%; }
  .col-xlg-52 {
    width: 86.66667%; }
  .col-xlg-53 {
    width: 88.33333%; }
  .col-xlg-54 {
    width: 90%; }
  .col-xlg-55 {
    width: 91.66667%; }
  .col-xlg-56 {
    width: 93.33333%; }
  .col-xlg-57 {
    width: 95%; }
  .col-xlg-58 {
    width: 96.66667%; }
  .col-xlg-59 {
    width: 98.33333%; }
  .col-xlg-60 {
    width: 100%; }
  .col-xlg-pull-0 {
    right: auto; }
  .col-xlg-pull-1 {
    right: 1.66667%; }
  .col-xlg-pull-2 {
    right: 3.33333%; }
  .col-xlg-pull-3 {
    right: 5%; }
  .col-xlg-pull-4 {
    right: 6.66667%; }
  .col-xlg-pull-5 {
    right: 8.33333%; }
  .col-xlg-pull-6 {
    right: 10%; }
  .col-xlg-pull-7 {
    right: 11.66667%; }
  .col-xlg-pull-8 {
    right: 13.33333%; }
  .col-xlg-pull-9 {
    right: 15%; }
  .col-xlg-pull-10 {
    right: 16.66667%; }
  .col-xlg-pull-11 {
    right: 18.33333%; }
  .col-xlg-pull-12 {
    right: 20%; }
  .col-xlg-pull-13 {
    right: 21.66667%; }
  .col-xlg-pull-14 {
    right: 23.33333%; }
  .col-xlg-pull-15 {
    right: 25%; }
  .col-xlg-pull-16 {
    right: 26.66667%; }
  .col-xlg-pull-17 {
    right: 28.33333%; }
  .col-xlg-pull-18 {
    right: 30%; }
  .col-xlg-pull-19 {
    right: 31.66667%; }
  .col-xlg-pull-20 {
    right: 33.33333%; }
  .col-xlg-pull-21 {
    right: 35%; }
  .col-xlg-pull-22 {
    right: 36.66667%; }
  .col-xlg-pull-23 {
    right: 38.33333%; }
  .col-xlg-pull-24 {
    right: 40%; }
  .col-xlg-pull-25 {
    right: 41.66667%; }
  .col-xlg-pull-26 {
    right: 43.33333%; }
  .col-xlg-pull-27 {
    right: 45%; }
  .col-xlg-pull-28 {
    right: 46.66667%; }
  .col-xlg-pull-29 {
    right: 48.33333%; }
  .col-xlg-pull-30 {
    right: 50%; }
  .col-xlg-pull-31 {
    right: 51.66667%; }
  .col-xlg-pull-32 {
    right: 53.33333%; }
  .col-xlg-pull-33 {
    right: 55%; }
  .col-xlg-pull-34 {
    right: 56.66667%; }
  .col-xlg-pull-35 {
    right: 58.33333%; }
  .col-xlg-pull-36 {
    right: 60%; }
  .col-xlg-pull-37 {
    right: 61.66667%; }
  .col-xlg-pull-38 {
    right: 63.33333%; }
  .col-xlg-pull-39 {
    right: 65%; }
  .col-xlg-pull-40 {
    right: 66.66667%; }
  .col-xlg-pull-41 {
    right: 68.33333%; }
  .col-xlg-pull-42 {
    right: 70%; }
  .col-xlg-pull-43 {
    right: 71.66667%; }
  .col-xlg-pull-44 {
    right: 73.33333%; }
  .col-xlg-pull-45 {
    right: 75%; }
  .col-xlg-pull-46 {
    right: 76.66667%; }
  .col-xlg-pull-47 {
    right: 78.33333%; }
  .col-xlg-pull-48 {
    right: 80%; }
  .col-xlg-pull-49 {
    right: 81.66667%; }
  .col-xlg-pull-50 {
    right: 83.33333%; }
  .col-xlg-pull-51 {
    right: 85%; }
  .col-xlg-pull-52 {
    right: 86.66667%; }
  .col-xlg-pull-53 {
    right: 88.33333%; }
  .col-xlg-pull-54 {
    right: 90%; }
  .col-xlg-pull-55 {
    right: 91.66667%; }
  .col-xlg-pull-56 {
    right: 93.33333%; }
  .col-xlg-pull-57 {
    right: 95%; }
  .col-xlg-pull-58 {
    right: 96.66667%; }
  .col-xlg-pull-59 {
    right: 98.33333%; }
  .col-xlg-pull-60 {
    right: 100%; }
  .col-xlg-push-0 {
    left: auto; }
  .col-xlg-push-1 {
    left: 1.66667%; }
  .col-xlg-push-2 {
    left: 3.33333%; }
  .col-xlg-push-3 {
    left: 5%; }
  .col-xlg-push-4 {
    left: 6.66667%; }
  .col-xlg-push-5 {
    left: 8.33333%; }
  .col-xlg-push-6 {
    left: 10%; }
  .col-xlg-push-7 {
    left: 11.66667%; }
  .col-xlg-push-8 {
    left: 13.33333%; }
  .col-xlg-push-9 {
    left: 15%; }
  .col-xlg-push-10 {
    left: 16.66667%; }
  .col-xlg-push-11 {
    left: 18.33333%; }
  .col-xlg-push-12 {
    left: 20%; }
  .col-xlg-push-13 {
    left: 21.66667%; }
  .col-xlg-push-14 {
    left: 23.33333%; }
  .col-xlg-push-15 {
    left: 25%; }
  .col-xlg-push-16 {
    left: 26.66667%; }
  .col-xlg-push-17 {
    left: 28.33333%; }
  .col-xlg-push-18 {
    left: 30%; }
  .col-xlg-push-19 {
    left: 31.66667%; }
  .col-xlg-push-20 {
    left: 33.33333%; }
  .col-xlg-push-21 {
    left: 35%; }
  .col-xlg-push-22 {
    left: 36.66667%; }
  .col-xlg-push-23 {
    left: 38.33333%; }
  .col-xlg-push-24 {
    left: 40%; }
  .col-xlg-push-25 {
    left: 41.66667%; }
  .col-xlg-push-26 {
    left: 43.33333%; }
  .col-xlg-push-27 {
    left: 45%; }
  .col-xlg-push-28 {
    left: 46.66667%; }
  .col-xlg-push-29 {
    left: 48.33333%; }
  .col-xlg-push-30 {
    left: 50%; }
  .col-xlg-push-31 {
    left: 51.66667%; }
  .col-xlg-push-32 {
    left: 53.33333%; }
  .col-xlg-push-33 {
    left: 55%; }
  .col-xlg-push-34 {
    left: 56.66667%; }
  .col-xlg-push-35 {
    left: 58.33333%; }
  .col-xlg-push-36 {
    left: 60%; }
  .col-xlg-push-37 {
    left: 61.66667%; }
  .col-xlg-push-38 {
    left: 63.33333%; }
  .col-xlg-push-39 {
    left: 65%; }
  .col-xlg-push-40 {
    left: 66.66667%; }
  .col-xlg-push-41 {
    left: 68.33333%; }
  .col-xlg-push-42 {
    left: 70%; }
  .col-xlg-push-43 {
    left: 71.66667%; }
  .col-xlg-push-44 {
    left: 73.33333%; }
  .col-xlg-push-45 {
    left: 75%; }
  .col-xlg-push-46 {
    left: 76.66667%; }
  .col-xlg-push-47 {
    left: 78.33333%; }
  .col-xlg-push-48 {
    left: 80%; }
  .col-xlg-push-49 {
    left: 81.66667%; }
  .col-xlg-push-50 {
    left: 83.33333%; }
  .col-xlg-push-51 {
    left: 85%; }
  .col-xlg-push-52 {
    left: 86.66667%; }
  .col-xlg-push-53 {
    left: 88.33333%; }
  .col-xlg-push-54 {
    left: 90%; }
  .col-xlg-push-55 {
    left: 91.66667%; }
  .col-xlg-push-56 {
    left: 93.33333%; }
  .col-xlg-push-57 {
    left: 95%; }
  .col-xlg-push-58 {
    left: 96.66667%; }
  .col-xlg-push-59 {
    left: 98.33333%; }
  .col-xlg-push-60 {
    left: 100%; }
  .col-xlg-offset-0 {
    margin-left: 0%; }
  .col-xlg-offset-1 {
    margin-left: 1.66667%; }
  .col-xlg-offset-2 {
    margin-left: 3.33333%; }
  .col-xlg-offset-3 {
    margin-left: 5%; }
  .col-xlg-offset-4 {
    margin-left: 6.66667%; }
  .col-xlg-offset-5 {
    margin-left: 8.33333%; }
  .col-xlg-offset-6 {
    margin-left: 10%; }
  .col-xlg-offset-7 {
    margin-left: 11.66667%; }
  .col-xlg-offset-8 {
    margin-left: 13.33333%; }
  .col-xlg-offset-9 {
    margin-left: 15%; }
  .col-xlg-offset-10 {
    margin-left: 16.66667%; }
  .col-xlg-offset-11 {
    margin-left: 18.33333%; }
  .col-xlg-offset-12 {
    margin-left: 20%; }
  .col-xlg-offset-13 {
    margin-left: 21.66667%; }
  .col-xlg-offset-14 {
    margin-left: 23.33333%; }
  .col-xlg-offset-15 {
    margin-left: 25%; }
  .col-xlg-offset-16 {
    margin-left: 26.66667%; }
  .col-xlg-offset-17 {
    margin-left: 28.33333%; }
  .col-xlg-offset-18 {
    margin-left: 30%; }
  .col-xlg-offset-19 {
    margin-left: 31.66667%; }
  .col-xlg-offset-20 {
    margin-left: 33.33333%; }
  .col-xlg-offset-21 {
    margin-left: 35%; }
  .col-xlg-offset-22 {
    margin-left: 36.66667%; }
  .col-xlg-offset-23 {
    margin-left: 38.33333%; }
  .col-xlg-offset-24 {
    margin-left: 40%; }
  .col-xlg-offset-25 {
    margin-left: 41.66667%; }
  .col-xlg-offset-26 {
    margin-left: 43.33333%; }
  .col-xlg-offset-27 {
    margin-left: 45%; }
  .col-xlg-offset-28 {
    margin-left: 46.66667%; }
  .col-xlg-offset-29 {
    margin-left: 48.33333%; }
  .col-xlg-offset-30 {
    margin-left: 50%; }
  .col-xlg-offset-31 {
    margin-left: 51.66667%; }
  .col-xlg-offset-32 {
    margin-left: 53.33333%; }
  .col-xlg-offset-33 {
    margin-left: 55%; }
  .col-xlg-offset-34 {
    margin-left: 56.66667%; }
  .col-xlg-offset-35 {
    margin-left: 58.33333%; }
  .col-xlg-offset-36 {
    margin-left: 60%; }
  .col-xlg-offset-37 {
    margin-left: 61.66667%; }
  .col-xlg-offset-38 {
    margin-left: 63.33333%; }
  .col-xlg-offset-39 {
    margin-left: 65%; }
  .col-xlg-offset-40 {
    margin-left: 66.66667%; }
  .col-xlg-offset-41 {
    margin-left: 68.33333%; }
  .col-xlg-offset-42 {
    margin-left: 70%; }
  .col-xlg-offset-43 {
    margin-left: 71.66667%; }
  .col-xlg-offset-44 {
    margin-left: 73.33333%; }
  .col-xlg-offset-45 {
    margin-left: 75%; }
  .col-xlg-offset-46 {
    margin-left: 76.66667%; }
  .col-xlg-offset-47 {
    margin-left: 78.33333%; }
  .col-xlg-offset-48 {
    margin-left: 80%; }
  .col-xlg-offset-49 {
    margin-left: 81.66667%; }
  .col-xlg-offset-50 {
    margin-left: 83.33333%; }
  .col-xlg-offset-51 {
    margin-left: 85%; }
  .col-xlg-offset-52 {
    margin-left: 86.66667%; }
  .col-xlg-offset-53 {
    margin-left: 88.33333%; }
  .col-xlg-offset-54 {
    margin-left: 90%; }
  .col-xlg-offset-55 {
    margin-left: 91.66667%; }
  .col-xlg-offset-56 {
    margin-left: 93.33333%; }
  .col-xlg-offset-57 {
    margin-left: 95%; }
  .col-xlg-offset-58 {
    margin-left: 96.66667%; }
  .col-xlg-offset-59 {
    margin-left: 98.33333%; }
  .col-xlg-offset-60 {
    margin-left: 100%; } }

.simulate-xs .col-xs-1, .simulate-xs .col-xs-2, .simulate-xs .col-xs-3, .simulate-xs .col-xs-4, .simulate-xs .col-xs-5, .simulate-xs .col-xs-6, .simulate-xs .col-xs-7, .simulate-xs .col-xs-8, .simulate-xs .col-xs-9, .simulate-xs .col-xs-10, .simulate-xs .col-xs-11, .simulate-xs .col-xs-12, .simulate-xs .col-xs-13, .simulate-xs .col-xs-14, .simulate-xs .col-xs-15, .simulate-xs .col-xs-16, .simulate-xs .col-xs-17, .simulate-xs .col-xs-18, .simulate-xs .col-xs-19, .simulate-xs .col-xs-20, .simulate-xs .col-xs-21, .simulate-xs .col-xs-22, .simulate-xs .col-xs-23, .simulate-xs .col-xs-24, .simulate-xs .col-xs-25, .simulate-xs .col-xs-26, .simulate-xs .col-xs-27, .simulate-xs .col-xs-28, .simulate-xs .col-xs-29, .simulate-xs .col-xs-30, .simulate-xs .col-xs-31, .simulate-xs .col-xs-32, .simulate-xs .col-xs-33, .simulate-xs .col-xs-34, .simulate-xs .col-xs-35, .simulate-xs .col-xs-36, .simulate-xs .col-xs-37, .simulate-xs .col-xs-38, .simulate-xs .col-xs-39, .simulate-xs .col-xs-40, .simulate-xs .col-xs-41, .simulate-xs .col-xs-42, .simulate-xs .col-xs-43, .simulate-xs .col-xs-44, .simulate-xs .col-xs-45, .simulate-xs .col-xs-46, .simulate-xs .col-xs-47, .simulate-xs .col-xs-48, .simulate-xs .col-xs-49, .simulate-xs .col-xs-50, .simulate-xs .col-xs-51, .simulate-xs .col-xs-52, .simulate-xs .col-xs-53, .simulate-xs .col-xs-54, .simulate-xs .col-xs-55, .simulate-xs .col-xs-56, .simulate-xs .col-xs-57, .simulate-xs .col-xs-58, .simulate-xs .col-xs-59, .simulate-xs .col-xs-60 {
  float: left; }

.simulate-xs .col-xs-1 {
  width: 1.66667%; }

.simulate-xs .col-xs-2 {
  width: 3.33333%; }

.simulate-xs .col-xs-3 {
  width: 5%; }

.simulate-xs .col-xs-4 {
  width: 6.66667%; }

.simulate-xs .col-xs-5 {
  width: 8.33333%; }

.simulate-xs .col-xs-6 {
  width: 10%; }

.simulate-xs .col-xs-7 {
  width: 11.66667%; }

.simulate-xs .col-xs-8 {
  width: 13.33333%; }

.simulate-xs .col-xs-9 {
  width: 15%; }

.simulate-xs .col-xs-10 {
  width: 16.66667%; }

.simulate-xs .col-xs-11 {
  width: 18.33333%; }

.simulate-xs .col-xs-12 {
  width: 20%; }

.simulate-xs .col-xs-13 {
  width: 21.66667%; }

.simulate-xs .col-xs-14 {
  width: 23.33333%; }

.simulate-xs .col-xs-15 {
  width: 25%; }

.simulate-xs .col-xs-16 {
  width: 26.66667%; }

.simulate-xs .col-xs-17 {
  width: 28.33333%; }

.simulate-xs .col-xs-18 {
  width: 30%; }

.simulate-xs .col-xs-19 {
  width: 31.66667%; }

.simulate-xs .col-xs-20 {
  width: 33.33333%; }

.simulate-xs .col-xs-21 {
  width: 35%; }

.simulate-xs .col-xs-22 {
  width: 36.66667%; }

.simulate-xs .col-xs-23 {
  width: 38.33333%; }

.simulate-xs .col-xs-24 {
  width: 40%; }

.simulate-xs .col-xs-25 {
  width: 41.66667%; }

.simulate-xs .col-xs-26 {
  width: 43.33333%; }

.simulate-xs .col-xs-27 {
  width: 45%; }

.simulate-xs .col-xs-28 {
  width: 46.66667%; }

.simulate-xs .col-xs-29 {
  width: 48.33333%; }

.simulate-xs .col-xs-30 {
  width: 50%; }

.simulate-xs .col-xs-31 {
  width: 51.66667%; }

.simulate-xs .col-xs-32 {
  width: 53.33333%; }

.simulate-xs .col-xs-33 {
  width: 55%; }

.simulate-xs .col-xs-34 {
  width: 56.66667%; }

.simulate-xs .col-xs-35 {
  width: 58.33333%; }

.simulate-xs .col-xs-36 {
  width: 60%; }

.simulate-xs .col-xs-37 {
  width: 61.66667%; }

.simulate-xs .col-xs-38 {
  width: 63.33333%; }

.simulate-xs .col-xs-39 {
  width: 65%; }

.simulate-xs .col-xs-40 {
  width: 66.66667%; }

.simulate-xs .col-xs-41 {
  width: 68.33333%; }

.simulate-xs .col-xs-42 {
  width: 70%; }

.simulate-xs .col-xs-43 {
  width: 71.66667%; }

.simulate-xs .col-xs-44 {
  width: 73.33333%; }

.simulate-xs .col-xs-45 {
  width: 75%; }

.simulate-xs .col-xs-46 {
  width: 76.66667%; }

.simulate-xs .col-xs-47 {
  width: 78.33333%; }

.simulate-xs .col-xs-48 {
  width: 80%; }

.simulate-xs .col-xs-49 {
  width: 81.66667%; }

.simulate-xs .col-xs-50 {
  width: 83.33333%; }

.simulate-xs .col-xs-51 {
  width: 85%; }

.simulate-xs .col-xs-52 {
  width: 86.66667%; }

.simulate-xs .col-xs-53 {
  width: 88.33333%; }

.simulate-xs .col-xs-54 {
  width: 90%; }

.simulate-xs .col-xs-55 {
  width: 91.66667%; }

.simulate-xs .col-xs-56 {
  width: 93.33333%; }

.simulate-xs .col-xs-57 {
  width: 95%; }

.simulate-xs .col-xs-58 {
  width: 96.66667%; }

.simulate-xs .col-xs-59 {
  width: 98.33333%; }

.simulate-xs .col-xs-60 {
  width: 100%; }

.simulate-xs .col-xs-pull-0 {
  right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-xs .col-xs-pull-13 {
  right: 21.66667%; }

.simulate-xs .col-xs-pull-14 {
  right: 23.33333%; }

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

.simulate-xs .col-xs-pull-16 {
  right: 26.66667%; }

.simulate-xs .col-xs-pull-17 {
  right: 28.33333%; }

.simulate-xs .col-xs-pull-18 {
  right: 30%; }

.simulate-xs .col-xs-pull-19 {
  right: 31.66667%; }

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

.simulate-xs .col-xs-pull-21 {
  right: 35%; }

.simulate-xs .col-xs-pull-22 {
  right: 36.66667%; }

.simulate-xs .col-xs-pull-23 {
  right: 38.33333%; }

.simulate-xs .col-xs-pull-24 {
  right: 40%; }

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

.simulate-xs .col-xs-pull-26 {
  right: 43.33333%; }

.simulate-xs .col-xs-pull-27 {
  right: 45%; }

.simulate-xs .col-xs-pull-28 {
  right: 46.66667%; }

.simulate-xs .col-xs-pull-29 {
  right: 48.33333%; }

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

.simulate-xs .col-xs-pull-31 {
  right: 51.66667%; }

.simulate-xs .col-xs-pull-32 {
  right: 53.33333%; }

.simulate-xs .col-xs-pull-33 {
  right: 55%; }

.simulate-xs .col-xs-pull-34 {
  right: 56.66667%; }

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

.simulate-xs .col-xs-pull-36 {
  right: 60%; }

.simulate-xs .col-xs-pull-37 {
  right: 61.66667%; }

.simulate-xs .col-xs-pull-38 {
  right: 63.33333%; }

.simulate-xs .col-xs-pull-39 {
  right: 65%; }

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

.simulate-xs .col-xs-pull-41 {
  right: 68.33333%; }

.simulate-xs .col-xs-pull-42 {
  right: 70%; }

.simulate-xs .col-xs-pull-43 {
  right: 71.66667%; }

.simulate-xs .col-xs-pull-44 {
  right: 73.33333%; }

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

.simulate-xs .col-xs-pull-46 {
  right: 76.66667%; }

.simulate-xs .col-xs-pull-47 {
  right: 78.33333%; }

.simulate-xs .col-xs-pull-48 {
  right: 80%; }

.simulate-xs .col-xs-pull-49 {
  right: 81.66667%; }

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

.simulate-xs .col-xs-pull-51 {
  right: 85%; }

.simulate-xs .col-xs-pull-52 {
  right: 86.66667%; }

.simulate-xs .col-xs-pull-53 {
  right: 88.33333%; }

.simulate-xs .col-xs-pull-54 {
  right: 90%; }

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

.simulate-xs .col-xs-pull-56 {
  right: 93.33333%; }

.simulate-xs .col-xs-pull-57 {
  right: 95%; }

.simulate-xs .col-xs-pull-58 {
  right: 96.66667%; }

.simulate-xs .col-xs-pull-59 {
  right: 98.33333%; }

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

.simulate-xs .col-xs-push-0 {
  left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-xs .col-xs-push-13 {
  left: 21.66667%; }

.simulate-xs .col-xs-push-14 {
  left: 23.33333%; }

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

.simulate-xs .col-xs-push-16 {
  left: 26.66667%; }

.simulate-xs .col-xs-push-17 {
  left: 28.33333%; }

.simulate-xs .col-xs-push-18 {
  left: 30%; }

.simulate-xs .col-xs-push-19 {
  left: 31.66667%; }

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

.simulate-xs .col-xs-push-21 {
  left: 35%; }

.simulate-xs .col-xs-push-22 {
  left: 36.66667%; }

.simulate-xs .col-xs-push-23 {
  left: 38.33333%; }

.simulate-xs .col-xs-push-24 {
  left: 40%; }

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

.simulate-xs .col-xs-push-26 {
  left: 43.33333%; }

.simulate-xs .col-xs-push-27 {
  left: 45%; }

.simulate-xs .col-xs-push-28 {
  left: 46.66667%; }

.simulate-xs .col-xs-push-29 {
  left: 48.33333%; }

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

.simulate-xs .col-xs-push-31 {
  left: 51.66667%; }

.simulate-xs .col-xs-push-32 {
  left: 53.33333%; }

.simulate-xs .col-xs-push-33 {
  left: 55%; }

.simulate-xs .col-xs-push-34 {
  left: 56.66667%; }

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

.simulate-xs .col-xs-push-36 {
  left: 60%; }

.simulate-xs .col-xs-push-37 {
  left: 61.66667%; }

.simulate-xs .col-xs-push-38 {
  left: 63.33333%; }

.simulate-xs .col-xs-push-39 {
  left: 65%; }

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

.simulate-xs .col-xs-push-41 {
  left: 68.33333%; }

.simulate-xs .col-xs-push-42 {
  left: 70%; }

.simulate-xs .col-xs-push-43 {
  left: 71.66667%; }

.simulate-xs .col-xs-push-44 {
  left: 73.33333%; }

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

.simulate-xs .col-xs-push-46 {
  left: 76.66667%; }

.simulate-xs .col-xs-push-47 {
  left: 78.33333%; }

.simulate-xs .col-xs-push-48 {
  left: 80%; }

.simulate-xs .col-xs-push-49 {
  left: 81.66667%; }

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

.simulate-xs .col-xs-push-51 {
  left: 85%; }

.simulate-xs .col-xs-push-52 {
  left: 86.66667%; }

.simulate-xs .col-xs-push-53 {
  left: 88.33333%; }

.simulate-xs .col-xs-push-54 {
  left: 90%; }

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

.simulate-xs .col-xs-push-56 {
  left: 93.33333%; }

.simulate-xs .col-xs-push-57 {
  left: 95%; }

.simulate-xs .col-xs-push-58 {
  left: 96.66667%; }

.simulate-xs .col-xs-push-59 {
  left: 98.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-xs .col-xs-offset-13 {
  margin-left: 21.66667%; }

.simulate-xs .col-xs-offset-14 {
  margin-left: 23.33333%; }

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

.simulate-xs .col-xs-offset-16 {
  margin-left: 26.66667%; }

.simulate-xs .col-xs-offset-17 {
  margin-left: 28.33333%; }

.simulate-xs .col-xs-offset-18 {
  margin-left: 30%; }

.simulate-xs .col-xs-offset-19 {
  margin-left: 31.66667%; }

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

.simulate-xs .col-xs-offset-21 {
  margin-left: 35%; }

.simulate-xs .col-xs-offset-22 {
  margin-left: 36.66667%; }

.simulate-xs .col-xs-offset-23 {
  margin-left: 38.33333%; }

.simulate-xs .col-xs-offset-24 {
  margin-left: 40%; }

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

.simulate-xs .col-xs-offset-26 {
  margin-left: 43.33333%; }

.simulate-xs .col-xs-offset-27 {
  margin-left: 45%; }

.simulate-xs .col-xs-offset-28 {
  margin-left: 46.66667%; }

.simulate-xs .col-xs-offset-29 {
  margin-left: 48.33333%; }

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

.simulate-xs .col-xs-offset-31 {
  margin-left: 51.66667%; }

.simulate-xs .col-xs-offset-32 {
  margin-left: 53.33333%; }

.simulate-xs .col-xs-offset-33 {
  margin-left: 55%; }

.simulate-xs .col-xs-offset-34 {
  margin-left: 56.66667%; }

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

.simulate-xs .col-xs-offset-36 {
  margin-left: 60%; }

.simulate-xs .col-xs-offset-37 {
  margin-left: 61.66667%; }

.simulate-xs .col-xs-offset-38 {
  margin-left: 63.33333%; }

.simulate-xs .col-xs-offset-39 {
  margin-left: 65%; }

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

.simulate-xs .col-xs-offset-41 {
  margin-left: 68.33333%; }

.simulate-xs .col-xs-offset-42 {
  margin-left: 70%; }

.simulate-xs .col-xs-offset-43 {
  margin-left: 71.66667%; }

.simulate-xs .col-xs-offset-44 {
  margin-left: 73.33333%; }

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

.simulate-xs .col-xs-offset-46 {
  margin-left: 76.66667%; }

.simulate-xs .col-xs-offset-47 {
  margin-left: 78.33333%; }

.simulate-xs .col-xs-offset-48 {
  margin-left: 80%; }

.simulate-xs .col-xs-offset-49 {
  margin-left: 81.66667%; }

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

.simulate-xs .col-xs-offset-51 {
  margin-left: 85%; }

.simulate-xs .col-xs-offset-52 {
  margin-left: 86.66667%; }

.simulate-xs .col-xs-offset-53 {
  margin-left: 88.33333%; }

.simulate-xs .col-xs-offset-54 {
  margin-left: 90%; }

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

.simulate-xs .col-xs-offset-56 {
  margin-left: 93.33333%; }

.simulate-xs .col-xs-offset-57 {
  margin-left: 95%; }

.simulate-xs .col-xs-offset-58 {
  margin-left: 96.66667%; }

.simulate-xs .col-xs-offset-59 {
  margin-left: 98.33333%; }

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

.simulate-sm .col-sm-1, .simulate-sm .col-sm-2, .simulate-sm .col-sm-3, .simulate-sm .col-sm-4, .simulate-sm .col-sm-5, .simulate-sm .col-sm-6, .simulate-sm .col-sm-7, .simulate-sm .col-sm-8, .simulate-sm .col-sm-9, .simulate-sm .col-sm-10, .simulate-sm .col-sm-11, .simulate-sm .col-sm-12, .simulate-sm .col-sm-13, .simulate-sm .col-sm-14, .simulate-sm .col-sm-15, .simulate-sm .col-sm-16, .simulate-sm .col-sm-17, .simulate-sm .col-sm-18, .simulate-sm .col-sm-19, .simulate-sm .col-sm-20, .simulate-sm .col-sm-21, .simulate-sm .col-sm-22, .simulate-sm .col-sm-23, .simulate-sm .col-sm-24, .simulate-sm .col-sm-25, .simulate-sm .col-sm-26, .simulate-sm .col-sm-27, .simulate-sm .col-sm-28, .simulate-sm .col-sm-29, .simulate-sm .col-sm-30, .simulate-sm .col-sm-31, .simulate-sm .col-sm-32, .simulate-sm .col-sm-33, .simulate-sm .col-sm-34, .simulate-sm .col-sm-35, .simulate-sm .col-sm-36, .simulate-sm .col-sm-37, .simulate-sm .col-sm-38, .simulate-sm .col-sm-39, .simulate-sm .col-sm-40, .simulate-sm .col-sm-41, .simulate-sm .col-sm-42, .simulate-sm .col-sm-43, .simulate-sm .col-sm-44, .simulate-sm .col-sm-45, .simulate-sm .col-sm-46, .simulate-sm .col-sm-47, .simulate-sm .col-sm-48, .simulate-sm .col-sm-49, .simulate-sm .col-sm-50, .simulate-sm .col-sm-51, .simulate-sm .col-sm-52, .simulate-sm .col-sm-53, .simulate-sm .col-sm-54, .simulate-sm .col-sm-55, .simulate-sm .col-sm-56, .simulate-sm .col-sm-57, .simulate-sm .col-sm-58, .simulate-sm .col-sm-59, .simulate-sm .col-sm-60 {
  float: left; }

.simulate-sm .col-sm-1 {
  width: 1.66667%; }

.simulate-sm .col-sm-2 {
  width: 3.33333%; }

.simulate-sm .col-sm-3 {
  width: 5%; }

.simulate-sm .col-sm-4 {
  width: 6.66667%; }

.simulate-sm .col-sm-5 {
  width: 8.33333%; }

.simulate-sm .col-sm-6 {
  width: 10%; }

.simulate-sm .col-sm-7 {
  width: 11.66667%; }

.simulate-sm .col-sm-8 {
  width: 13.33333%; }

.simulate-sm .col-sm-9 {
  width: 15%; }

.simulate-sm .col-sm-10 {
  width: 16.66667%; }

.simulate-sm .col-sm-11 {
  width: 18.33333%; }

.simulate-sm .col-sm-12 {
  width: 20%; }

.simulate-sm .col-sm-13 {
  width: 21.66667%; }

.simulate-sm .col-sm-14 {
  width: 23.33333%; }

.simulate-sm .col-sm-15 {
  width: 25%; }

.simulate-sm .col-sm-16 {
  width: 26.66667%; }

.simulate-sm .col-sm-17 {
  width: 28.33333%; }

.simulate-sm .col-sm-18 {
  width: 30%; }

.simulate-sm .col-sm-19 {
  width: 31.66667%; }

.simulate-sm .col-sm-20 {
  width: 33.33333%; }

.simulate-sm .col-sm-21 {
  width: 35%; }

.simulate-sm .col-sm-22 {
  width: 36.66667%; }

.simulate-sm .col-sm-23 {
  width: 38.33333%; }

.simulate-sm .col-sm-24 {
  width: 40%; }

.simulate-sm .col-sm-25 {
  width: 41.66667%; }

.simulate-sm .col-sm-26 {
  width: 43.33333%; }

.simulate-sm .col-sm-27 {
  width: 45%; }

.simulate-sm .col-sm-28 {
  width: 46.66667%; }

.simulate-sm .col-sm-29 {
  width: 48.33333%; }

.simulate-sm .col-sm-30 {
  width: 50%; }

.simulate-sm .col-sm-31 {
  width: 51.66667%; }

.simulate-sm .col-sm-32 {
  width: 53.33333%; }

.simulate-sm .col-sm-33 {
  width: 55%; }

.simulate-sm .col-sm-34 {
  width: 56.66667%; }

.simulate-sm .col-sm-35 {
  width: 58.33333%; }

.simulate-sm .col-sm-36 {
  width: 60%; }

.simulate-sm .col-sm-37 {
  width: 61.66667%; }

.simulate-sm .col-sm-38 {
  width: 63.33333%; }

.simulate-sm .col-sm-39 {
  width: 65%; }

.simulate-sm .col-sm-40 {
  width: 66.66667%; }

.simulate-sm .col-sm-41 {
  width: 68.33333%; }

.simulate-sm .col-sm-42 {
  width: 70%; }

.simulate-sm .col-sm-43 {
  width: 71.66667%; }

.simulate-sm .col-sm-44 {
  width: 73.33333%; }

.simulate-sm .col-sm-45 {
  width: 75%; }

.simulate-sm .col-sm-46 {
  width: 76.66667%; }

.simulate-sm .col-sm-47 {
  width: 78.33333%; }

.simulate-sm .col-sm-48 {
  width: 80%; }

.simulate-sm .col-sm-49 {
  width: 81.66667%; }

.simulate-sm .col-sm-50 {
  width: 83.33333%; }

.simulate-sm .col-sm-51 {
  width: 85%; }

.simulate-sm .col-sm-52 {
  width: 86.66667%; }

.simulate-sm .col-sm-53 {
  width: 88.33333%; }

.simulate-sm .col-sm-54 {
  width: 90%; }

.simulate-sm .col-sm-55 {
  width: 91.66667%; }

.simulate-sm .col-sm-56 {
  width: 93.33333%; }

.simulate-sm .col-sm-57 {
  width: 95%; }

.simulate-sm .col-sm-58 {
  width: 96.66667%; }

.simulate-sm .col-sm-59 {
  width: 98.33333%; }

.simulate-sm .col-sm-60 {
  width: 100%; }

.simulate-sm .col-sm-pull-0 {
  right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-sm .col-sm-pull-13 {
  right: 21.66667%; }

.simulate-sm .col-sm-pull-14 {
  right: 23.33333%; }

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

.simulate-sm .col-sm-pull-16 {
  right: 26.66667%; }

.simulate-sm .col-sm-pull-17 {
  right: 28.33333%; }

.simulate-sm .col-sm-pull-18 {
  right: 30%; }

.simulate-sm .col-sm-pull-19 {
  right: 31.66667%; }

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

.simulate-sm .col-sm-pull-21 {
  right: 35%; }

.simulate-sm .col-sm-pull-22 {
  right: 36.66667%; }

.simulate-sm .col-sm-pull-23 {
  right: 38.33333%; }

.simulate-sm .col-sm-pull-24 {
  right: 40%; }

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

.simulate-sm .col-sm-pull-26 {
  right: 43.33333%; }

.simulate-sm .col-sm-pull-27 {
  right: 45%; }

.simulate-sm .col-sm-pull-28 {
  right: 46.66667%; }

.simulate-sm .col-sm-pull-29 {
  right: 48.33333%; }

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

.simulate-sm .col-sm-pull-31 {
  right: 51.66667%; }

.simulate-sm .col-sm-pull-32 {
  right: 53.33333%; }

.simulate-sm .col-sm-pull-33 {
  right: 55%; }

.simulate-sm .col-sm-pull-34 {
  right: 56.66667%; }

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

.simulate-sm .col-sm-pull-36 {
  right: 60%; }

.simulate-sm .col-sm-pull-37 {
  right: 61.66667%; }

.simulate-sm .col-sm-pull-38 {
  right: 63.33333%; }

.simulate-sm .col-sm-pull-39 {
  right: 65%; }

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

.simulate-sm .col-sm-pull-41 {
  right: 68.33333%; }

.simulate-sm .col-sm-pull-42 {
  right: 70%; }

.simulate-sm .col-sm-pull-43 {
  right: 71.66667%; }

.simulate-sm .col-sm-pull-44 {
  right: 73.33333%; }

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

.simulate-sm .col-sm-pull-46 {
  right: 76.66667%; }

.simulate-sm .col-sm-pull-47 {
  right: 78.33333%; }

.simulate-sm .col-sm-pull-48 {
  right: 80%; }

.simulate-sm .col-sm-pull-49 {
  right: 81.66667%; }

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

.simulate-sm .col-sm-pull-51 {
  right: 85%; }

.simulate-sm .col-sm-pull-52 {
  right: 86.66667%; }

.simulate-sm .col-sm-pull-53 {
  right: 88.33333%; }

.simulate-sm .col-sm-pull-54 {
  right: 90%; }

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

.simulate-sm .col-sm-pull-56 {
  right: 93.33333%; }

.simulate-sm .col-sm-pull-57 {
  right: 95%; }

.simulate-sm .col-sm-pull-58 {
  right: 96.66667%; }

.simulate-sm .col-sm-pull-59 {
  right: 98.33333%; }

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

.simulate-sm .col-sm-push-0 {
  left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-sm .col-sm-push-13 {
  left: 21.66667%; }

.simulate-sm .col-sm-push-14 {
  left: 23.33333%; }

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

.simulate-sm .col-sm-push-16 {
  left: 26.66667%; }

.simulate-sm .col-sm-push-17 {
  left: 28.33333%; }

.simulate-sm .col-sm-push-18 {
  left: 30%; }

.simulate-sm .col-sm-push-19 {
  left: 31.66667%; }

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

.simulate-sm .col-sm-push-21 {
  left: 35%; }

.simulate-sm .col-sm-push-22 {
  left: 36.66667%; }

.simulate-sm .col-sm-push-23 {
  left: 38.33333%; }

.simulate-sm .col-sm-push-24 {
  left: 40%; }

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

.simulate-sm .col-sm-push-26 {
  left: 43.33333%; }

.simulate-sm .col-sm-push-27 {
  left: 45%; }

.simulate-sm .col-sm-push-28 {
  left: 46.66667%; }

.simulate-sm .col-sm-push-29 {
  left: 48.33333%; }

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

.simulate-sm .col-sm-push-31 {
  left: 51.66667%; }

.simulate-sm .col-sm-push-32 {
  left: 53.33333%; }

.simulate-sm .col-sm-push-33 {
  left: 55%; }

.simulate-sm .col-sm-push-34 {
  left: 56.66667%; }

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

.simulate-sm .col-sm-push-36 {
  left: 60%; }

.simulate-sm .col-sm-push-37 {
  left: 61.66667%; }

.simulate-sm .col-sm-push-38 {
  left: 63.33333%; }

.simulate-sm .col-sm-push-39 {
  left: 65%; }

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

.simulate-sm .col-sm-push-41 {
  left: 68.33333%; }

.simulate-sm .col-sm-push-42 {
  left: 70%; }

.simulate-sm .col-sm-push-43 {
  left: 71.66667%; }

.simulate-sm .col-sm-push-44 {
  left: 73.33333%; }

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

.simulate-sm .col-sm-push-46 {
  left: 76.66667%; }

.simulate-sm .col-sm-push-47 {
  left: 78.33333%; }

.simulate-sm .col-sm-push-48 {
  left: 80%; }

.simulate-sm .col-sm-push-49 {
  left: 81.66667%; }

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

.simulate-sm .col-sm-push-51 {
  left: 85%; }

.simulate-sm .col-sm-push-52 {
  left: 86.66667%; }

.simulate-sm .col-sm-push-53 {
  left: 88.33333%; }

.simulate-sm .col-sm-push-54 {
  left: 90%; }

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

.simulate-sm .col-sm-push-56 {
  left: 93.33333%; }

.simulate-sm .col-sm-push-57 {
  left: 95%; }

.simulate-sm .col-sm-push-58 {
  left: 96.66667%; }

.simulate-sm .col-sm-push-59 {
  left: 98.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-sm .col-sm-offset-12 {
  margin-left: 20%; }

.simulate-sm .col-sm-offset-13 {
  margin-left: 21.66667%; }

.simulate-sm .col-sm-offset-14 {
  margin-left: 23.33333%; }

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

.simulate-sm .col-sm-offset-16 {
  margin-left: 26.66667%; }

.simulate-sm .col-sm-offset-17 {
  margin-left: 28.33333%; }

.simulate-sm .col-sm-offset-18 {
  margin-left: 30%; }

.simulate-sm .col-sm-offset-19 {
  margin-left: 31.66667%; }

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

.simulate-sm .col-sm-offset-21 {
  margin-left: 35%; }

.simulate-sm .col-sm-offset-22 {
  margin-left: 36.66667%; }

.simulate-sm .col-sm-offset-23 {
  margin-left: 38.33333%; }

.simulate-sm .col-sm-offset-24 {
  margin-left: 40%; }

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

.simulate-sm .col-sm-offset-26 {
  margin-left: 43.33333%; }

.simulate-sm .col-sm-offset-27 {
  margin-left: 45%; }

.simulate-sm .col-sm-offset-28 {
  margin-left: 46.66667%; }

.simulate-sm .col-sm-offset-29 {
  margin-left: 48.33333%; }

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

.simulate-sm .col-sm-offset-31 {
  margin-left: 51.66667%; }

.simulate-sm .col-sm-offset-32 {
  margin-left: 53.33333%; }

.simulate-sm .col-sm-offset-33 {
  margin-left: 55%; }

.simulate-sm .col-sm-offset-34 {
  margin-left: 56.66667%; }

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

.simulate-sm .col-sm-offset-36 {
  margin-left: 60%; }

.simulate-sm .col-sm-offset-37 {
  margin-left: 61.66667%; }

.simulate-sm .col-sm-offset-38 {
  margin-left: 63.33333%; }

.simulate-sm .col-sm-offset-39 {
  margin-left: 65%; }

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

.simulate-sm .col-sm-offset-41 {
  margin-left: 68.33333%; }

.simulate-sm .col-sm-offset-42 {
  margin-left: 70%; }

.simulate-sm .col-sm-offset-43 {
  margin-left: 71.66667%; }

.simulate-sm .col-sm-offset-44 {
  margin-left: 73.33333%; }

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

.simulate-sm .col-sm-offset-46 {
  margin-left: 76.66667%; }

.simulate-sm .col-sm-offset-47 {
  margin-left: 78.33333%; }

.simulate-sm .col-sm-offset-48 {
  margin-left: 80%; }

.simulate-sm .col-sm-offset-49 {
  margin-left: 81.66667%; }

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

.simulate-sm .col-sm-offset-51 {
  margin-left: 85%; }

.simulate-sm .col-sm-offset-52 {
  margin-left: 86.66667%; }

.simulate-sm .col-sm-offset-53 {
  margin-left: 88.33333%; }

.simulate-sm .col-sm-offset-54 {
  margin-left: 90%; }

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

.simulate-sm .col-sm-offset-56 {
  margin-left: 93.33333%; }

.simulate-sm .col-sm-offset-57 {
  margin-left: 95%; }

.simulate-sm .col-sm-offset-58 {
  margin-left: 96.66667%; }

.simulate-sm .col-sm-offset-59 {
  margin-left: 98.33333%; }

.simulate-sm .col-sm-offset-60 {
  margin-left: 100%; }

.simulate-md .col-md-1, .simulate-md .col-md-2, .simulate-md .col-md-3, .simulate-md .col-md-4, .simulate-md .col-md-5, .simulate-md .col-md-6, .simulate-md .col-md-7, .simulate-md .col-md-8, .simulate-md .col-md-9, .simulate-md .col-md-10, .simulate-md .col-md-11, .simulate-md .col-md-12, .simulate-md .col-md-13, .simulate-md .col-md-14, .simulate-md .col-md-15, .simulate-md .col-md-16, .simulate-md .col-md-17, .simulate-md .col-md-18, .simulate-md .col-md-19, .simulate-md .col-md-20, .simulate-md .col-md-21, .simulate-md .col-md-22, .simulate-md .col-md-23, .simulate-md .col-md-24, .simulate-md .col-md-25, .simulate-md .col-md-26, .simulate-md .col-md-27, .simulate-md .col-md-28, .simulate-md .col-md-29, .simulate-md .col-md-30, .simulate-md .col-md-31, .simulate-md .col-md-32, .simulate-md .col-md-33, .simulate-md .col-md-34, .simulate-md .col-md-35, .simulate-md .col-md-36, .simulate-md .col-md-37, .simulate-md .col-md-38, .simulate-md .col-md-39, .simulate-md .col-md-40, .simulate-md .col-md-41, .simulate-md .col-md-42, .simulate-md .col-md-43, .simulate-md .col-md-44, .simulate-md .col-md-45, .simulate-md .col-md-46, .simulate-md .col-md-47, .simulate-md .col-md-48, .simulate-md .col-md-49, .simulate-md .col-md-50, .simulate-md .col-md-51, .simulate-md .col-md-52, .simulate-md .col-md-53, .simulate-md .col-md-54, .simulate-md .col-md-55, .simulate-md .col-md-56, .simulate-md .col-md-57, .simulate-md .col-md-58, .simulate-md .col-md-59, .simulate-md .col-md-60 {
  float: left; }

.simulate-md .col-md-1 {
  width: 1.66667%; }

.simulate-md .col-md-2 {
  width: 3.33333%; }

.simulate-md .col-md-3 {
  width: 5%; }

.simulate-md .col-md-4 {
  width: 6.66667%; }

.simulate-md .col-md-5 {
  width: 8.33333%; }

.simulate-md .col-md-6 {
  width: 10%; }

.simulate-md .col-md-7 {
  width: 11.66667%; }

.simulate-md .col-md-8 {
  width: 13.33333%; }

.simulate-md .col-md-9 {
  width: 15%; }

.simulate-md .col-md-10 {
  width: 16.66667%; }

.simulate-md .col-md-11 {
  width: 18.33333%; }

.simulate-md .col-md-12 {
  width: 20%; }

.simulate-md .col-md-13 {
  width: 21.66667%; }

.simulate-md .col-md-14 {
  width: 23.33333%; }

.simulate-md .col-md-15 {
  width: 25%; }

.simulate-md .col-md-16 {
  width: 26.66667%; }

.simulate-md .col-md-17 {
  width: 28.33333%; }

.simulate-md .col-md-18 {
  width: 30%; }

.simulate-md .col-md-19 {
  width: 31.66667%; }

.simulate-md .col-md-20 {
  width: 33.33333%; }

.simulate-md .col-md-21 {
  width: 35%; }

.simulate-md .col-md-22 {
  width: 36.66667%; }

.simulate-md .col-md-23 {
  width: 38.33333%; }

.simulate-md .col-md-24 {
  width: 40%; }

.simulate-md .col-md-25 {
  width: 41.66667%; }

.simulate-md .col-md-26 {
  width: 43.33333%; }

.simulate-md .col-md-27 {
  width: 45%; }

.simulate-md .col-md-28 {
  width: 46.66667%; }

.simulate-md .col-md-29 {
  width: 48.33333%; }

.simulate-md .col-md-30 {
  width: 50%; }

.simulate-md .col-md-31 {
  width: 51.66667%; }

.simulate-md .col-md-32 {
  width: 53.33333%; }

.simulate-md .col-md-33 {
  width: 55%; }

.simulate-md .col-md-34 {
  width: 56.66667%; }

.simulate-md .col-md-35 {
  width: 58.33333%; }

.simulate-md .col-md-36 {
  width: 60%; }

.simulate-md .col-md-37 {
  width: 61.66667%; }

.simulate-md .col-md-38 {
  width: 63.33333%; }

.simulate-md .col-md-39 {
  width: 65%; }

.simulate-md .col-md-40 {
  width: 66.66667%; }

.simulate-md .col-md-41 {
  width: 68.33333%; }

.simulate-md .col-md-42 {
  width: 70%; }

.simulate-md .col-md-43 {
  width: 71.66667%; }

.simulate-md .col-md-44 {
  width: 73.33333%; }

.simulate-md .col-md-45 {
  width: 75%; }

.simulate-md .col-md-46 {
  width: 76.66667%; }

.simulate-md .col-md-47 {
  width: 78.33333%; }

.simulate-md .col-md-48 {
  width: 80%; }

.simulate-md .col-md-49 {
  width: 81.66667%; }

.simulate-md .col-md-50 {
  width: 83.33333%; }

.simulate-md .col-md-51 {
  width: 85%; }

.simulate-md .col-md-52 {
  width: 86.66667%; }

.simulate-md .col-md-53 {
  width: 88.33333%; }

.simulate-md .col-md-54 {
  width: 90%; }

.simulate-md .col-md-55 {
  width: 91.66667%; }

.simulate-md .col-md-56 {
  width: 93.33333%; }

.simulate-md .col-md-57 {
  width: 95%; }

.simulate-md .col-md-58 {
  width: 96.66667%; }

.simulate-md .col-md-59 {
  width: 98.33333%; }

.simulate-md .col-md-60 {
  width: 100%; }

.simulate-md .col-md-pull-0 {
  right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-md .col-md-pull-13 {
  right: 21.66667%; }

.simulate-md .col-md-pull-14 {
  right: 23.33333%; }

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

.simulate-md .col-md-pull-16 {
  right: 26.66667%; }

.simulate-md .col-md-pull-17 {
  right: 28.33333%; }

.simulate-md .col-md-pull-18 {
  right: 30%; }

.simulate-md .col-md-pull-19 {
  right: 31.66667%; }

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

.simulate-md .col-md-pull-21 {
  right: 35%; }

.simulate-md .col-md-pull-22 {
  right: 36.66667%; }

.simulate-md .col-md-pull-23 {
  right: 38.33333%; }

.simulate-md .col-md-pull-24 {
  right: 40%; }

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

.simulate-md .col-md-pull-26 {
  right: 43.33333%; }

.simulate-md .col-md-pull-27 {
  right: 45%; }

.simulate-md .col-md-pull-28 {
  right: 46.66667%; }

.simulate-md .col-md-pull-29 {
  right: 48.33333%; }

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

.simulate-md .col-md-pull-31 {
  right: 51.66667%; }

.simulate-md .col-md-pull-32 {
  right: 53.33333%; }

.simulate-md .col-md-pull-33 {
  right: 55%; }

.simulate-md .col-md-pull-34 {
  right: 56.66667%; }

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

.simulate-md .col-md-pull-36 {
  right: 60%; }

.simulate-md .col-md-pull-37 {
  right: 61.66667%; }

.simulate-md .col-md-pull-38 {
  right: 63.33333%; }

.simulate-md .col-md-pull-39 {
  right: 65%; }

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

.simulate-md .col-md-pull-41 {
  right: 68.33333%; }

.simulate-md .col-md-pull-42 {
  right: 70%; }

.simulate-md .col-md-pull-43 {
  right: 71.66667%; }

.simulate-md .col-md-pull-44 {
  right: 73.33333%; }

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

.simulate-md .col-md-pull-46 {
  right: 76.66667%; }

.simulate-md .col-md-pull-47 {
  right: 78.33333%; }

.simulate-md .col-md-pull-48 {
  right: 80%; }

.simulate-md .col-md-pull-49 {
  right: 81.66667%; }

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

.simulate-md .col-md-pull-51 {
  right: 85%; }

.simulate-md .col-md-pull-52 {
  right: 86.66667%; }

.simulate-md .col-md-pull-53 {
  right: 88.33333%; }

.simulate-md .col-md-pull-54 {
  right: 90%; }

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

.simulate-md .col-md-pull-56 {
  right: 93.33333%; }

.simulate-md .col-md-pull-57 {
  right: 95%; }

.simulate-md .col-md-pull-58 {
  right: 96.66667%; }

.simulate-md .col-md-pull-59 {
  right: 98.33333%; }

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

.simulate-md .col-md-push-0 {
  left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-md .col-md-push-13 {
  left: 21.66667%; }

.simulate-md .col-md-push-14 {
  left: 23.33333%; }

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

.simulate-md .col-md-push-16 {
  left: 26.66667%; }

.simulate-md .col-md-push-17 {
  left: 28.33333%; }

.simulate-md .col-md-push-18 {
  left: 30%; }

.simulate-md .col-md-push-19 {
  left: 31.66667%; }

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

.simulate-md .col-md-push-21 {
  left: 35%; }

.simulate-md .col-md-push-22 {
  left: 36.66667%; }

.simulate-md .col-md-push-23 {
  left: 38.33333%; }

.simulate-md .col-md-push-24 {
  left: 40%; }

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

.simulate-md .col-md-push-26 {
  left: 43.33333%; }

.simulate-md .col-md-push-27 {
  left: 45%; }

.simulate-md .col-md-push-28 {
  left: 46.66667%; }

.simulate-md .col-md-push-29 {
  left: 48.33333%; }

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

.simulate-md .col-md-push-31 {
  left: 51.66667%; }

.simulate-md .col-md-push-32 {
  left: 53.33333%; }

.simulate-md .col-md-push-33 {
  left: 55%; }

.simulate-md .col-md-push-34 {
  left: 56.66667%; }

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

.simulate-md .col-md-push-36 {
  left: 60%; }

.simulate-md .col-md-push-37 {
  left: 61.66667%; }

.simulate-md .col-md-push-38 {
  left: 63.33333%; }

.simulate-md .col-md-push-39 {
  left: 65%; }

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

.simulate-md .col-md-push-41 {
  left: 68.33333%; }

.simulate-md .col-md-push-42 {
  left: 70%; }

.simulate-md .col-md-push-43 {
  left: 71.66667%; }

.simulate-md .col-md-push-44 {
  left: 73.33333%; }

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

.simulate-md .col-md-push-46 {
  left: 76.66667%; }

.simulate-md .col-md-push-47 {
  left: 78.33333%; }

.simulate-md .col-md-push-48 {
  left: 80%; }

.simulate-md .col-md-push-49 {
  left: 81.66667%; }

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

.simulate-md .col-md-push-51 {
  left: 85%; }

.simulate-md .col-md-push-52 {
  left: 86.66667%; }

.simulate-md .col-md-push-53 {
  left: 88.33333%; }

.simulate-md .col-md-push-54 {
  left: 90%; }

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

.simulate-md .col-md-push-56 {
  left: 93.33333%; }

.simulate-md .col-md-push-57 {
  left: 95%; }

.simulate-md .col-md-push-58 {
  left: 96.66667%; }

.simulate-md .col-md-push-59 {
  left: 98.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-md .col-md-offset-12 {
  margin-left: 20%; }

.simulate-md .col-md-offset-13 {
  margin-left: 21.66667%; }

.simulate-md .col-md-offset-14 {
  margin-left: 23.33333%; }

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

.simulate-md .col-md-offset-16 {
  margin-left: 26.66667%; }

.simulate-md .col-md-offset-17 {
  margin-left: 28.33333%; }

.simulate-md .col-md-offset-18 {
  margin-left: 30%; }

.simulate-md .col-md-offset-19 {
  margin-left: 31.66667%; }

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

.simulate-md .col-md-offset-21 {
  margin-left: 35%; }

.simulate-md .col-md-offset-22 {
  margin-left: 36.66667%; }

.simulate-md .col-md-offset-23 {
  margin-left: 38.33333%; }

.simulate-md .col-md-offset-24 {
  margin-left: 40%; }

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

.simulate-md .col-md-offset-26 {
  margin-left: 43.33333%; }

.simulate-md .col-md-offset-27 {
  margin-left: 45%; }

.simulate-md .col-md-offset-28 {
  margin-left: 46.66667%; }

.simulate-md .col-md-offset-29 {
  margin-left: 48.33333%; }

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

.simulate-md .col-md-offset-31 {
  margin-left: 51.66667%; }

.simulate-md .col-md-offset-32 {
  margin-left: 53.33333%; }

.simulate-md .col-md-offset-33 {
  margin-left: 55%; }

.simulate-md .col-md-offset-34 {
  margin-left: 56.66667%; }

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

.simulate-md .col-md-offset-36 {
  margin-left: 60%; }

.simulate-md .col-md-offset-37 {
  margin-left: 61.66667%; }

.simulate-md .col-md-offset-38 {
  margin-left: 63.33333%; }

.simulate-md .col-md-offset-39 {
  margin-left: 65%; }

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

.simulate-md .col-md-offset-41 {
  margin-left: 68.33333%; }

.simulate-md .col-md-offset-42 {
  margin-left: 70%; }

.simulate-md .col-md-offset-43 {
  margin-left: 71.66667%; }

.simulate-md .col-md-offset-44 {
  margin-left: 73.33333%; }

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

.simulate-md .col-md-offset-46 {
  margin-left: 76.66667%; }

.simulate-md .col-md-offset-47 {
  margin-left: 78.33333%; }

.simulate-md .col-md-offset-48 {
  margin-left: 80%; }

.simulate-md .col-md-offset-49 {
  margin-left: 81.66667%; }

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

.simulate-md .col-md-offset-51 {
  margin-left: 85%; }

.simulate-md .col-md-offset-52 {
  margin-left: 86.66667%; }

.simulate-md .col-md-offset-53 {
  margin-left: 88.33333%; }

.simulate-md .col-md-offset-54 {
  margin-left: 90%; }

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

.simulate-md .col-md-offset-56 {
  margin-left: 93.33333%; }

.simulate-md .col-md-offset-57 {
  margin-left: 95%; }

.simulate-md .col-md-offset-58 {
  margin-left: 96.66667%; }

.simulate-md .col-md-offset-59 {
  margin-left: 98.33333%; }

.simulate-md .col-md-offset-60 {
  margin-left: 100%; }

.simulate-lg .col-lg-1, .simulate-lg .col-lg-2, .simulate-lg .col-lg-3, .simulate-lg .col-lg-4, .simulate-lg .col-lg-5, .simulate-lg .col-lg-6, .simulate-lg .col-lg-7, .simulate-lg .col-lg-8, .simulate-lg .col-lg-9, .simulate-lg .col-lg-10, .simulate-lg .col-lg-11, .simulate-lg .col-lg-12, .simulate-lg .col-lg-13, .simulate-lg .col-lg-14, .simulate-lg .col-lg-15, .simulate-lg .col-lg-16, .simulate-lg .col-lg-17, .simulate-lg .col-lg-18, .simulate-lg .col-lg-19, .simulate-lg .col-lg-20, .simulate-lg .col-lg-21, .simulate-lg .col-lg-22, .simulate-lg .col-lg-23, .simulate-lg .col-lg-24, .simulate-lg .col-lg-25, .simulate-lg .col-lg-26, .simulate-lg .col-lg-27, .simulate-lg .col-lg-28, .simulate-lg .col-lg-29, .simulate-lg .col-lg-30, .simulate-lg .col-lg-31, .simulate-lg .col-lg-32, .simulate-lg .col-lg-33, .simulate-lg .col-lg-34, .simulate-lg .col-lg-35, .simulate-lg .col-lg-36, .simulate-lg .col-lg-37, .simulate-lg .col-lg-38, .simulate-lg .col-lg-39, .simulate-lg .col-lg-40, .simulate-lg .col-lg-41, .simulate-lg .col-lg-42, .simulate-lg .col-lg-43, .simulate-lg .col-lg-44, .simulate-lg .col-lg-45, .simulate-lg .col-lg-46, .simulate-lg .col-lg-47, .simulate-lg .col-lg-48, .simulate-lg .col-lg-49, .simulate-lg .col-lg-50, .simulate-lg .col-lg-51, .simulate-lg .col-lg-52, .simulate-lg .col-lg-53, .simulate-lg .col-lg-54, .simulate-lg .col-lg-55, .simulate-lg .col-lg-56, .simulate-lg .col-lg-57, .simulate-lg .col-lg-58, .simulate-lg .col-lg-59, .simulate-lg .col-lg-60 {
  float: left; }

.simulate-lg .col-lg-1 {
  width: 1.66667%; }

.simulate-lg .col-lg-2 {
  width: 3.33333%; }

.simulate-lg .col-lg-3 {
  width: 5%; }

.simulate-lg .col-lg-4 {
  width: 6.66667%; }

.simulate-lg .col-lg-5 {
  width: 8.33333%; }

.simulate-lg .col-lg-6 {
  width: 10%; }

.simulate-lg .col-lg-7 {
  width: 11.66667%; }

.simulate-lg .col-lg-8 {
  width: 13.33333%; }

.simulate-lg .col-lg-9 {
  width: 15%; }

.simulate-lg .col-lg-10 {
  width: 16.66667%; }

.simulate-lg .col-lg-11 {
  width: 18.33333%; }

.simulate-lg .col-lg-12 {
  width: 20%; }

.simulate-lg .col-lg-13 {
  width: 21.66667%; }

.simulate-lg .col-lg-14 {
  width: 23.33333%; }

.simulate-lg .col-lg-15 {
  width: 25%; }

.simulate-lg .col-lg-16 {
  width: 26.66667%; }

.simulate-lg .col-lg-17 {
  width: 28.33333%; }

.simulate-lg .col-lg-18 {
  width: 30%; }

.simulate-lg .col-lg-19 {
  width: 31.66667%; }

.simulate-lg .col-lg-20 {
  width: 33.33333%; }

.simulate-lg .col-lg-21 {
  width: 35%; }

.simulate-lg .col-lg-22 {
  width: 36.66667%; }

.simulate-lg .col-lg-23 {
  width: 38.33333%; }

.simulate-lg .col-lg-24 {
  width: 40%; }

.simulate-lg .col-lg-25 {
  width: 41.66667%; }

.simulate-lg .col-lg-26 {
  width: 43.33333%; }

.simulate-lg .col-lg-27 {
  width: 45%; }

.simulate-lg .col-lg-28 {
  width: 46.66667%; }

.simulate-lg .col-lg-29 {
  width: 48.33333%; }

.simulate-lg .col-lg-30 {
  width: 50%; }

.simulate-lg .col-lg-31 {
  width: 51.66667%; }

.simulate-lg .col-lg-32 {
  width: 53.33333%; }

.simulate-lg .col-lg-33 {
  width: 55%; }

.simulate-lg .col-lg-34 {
  width: 56.66667%; }

.simulate-lg .col-lg-35 {
  width: 58.33333%; }

.simulate-lg .col-lg-36 {
  width: 60%; }

.simulate-lg .col-lg-37 {
  width: 61.66667%; }

.simulate-lg .col-lg-38 {
  width: 63.33333%; }

.simulate-lg .col-lg-39 {
  width: 65%; }

.simulate-lg .col-lg-40 {
  width: 66.66667%; }

.simulate-lg .col-lg-41 {
  width: 68.33333%; }

.simulate-lg .col-lg-42 {
  width: 70%; }

.simulate-lg .col-lg-43 {
  width: 71.66667%; }

.simulate-lg .col-lg-44 {
  width: 73.33333%; }

.simulate-lg .col-lg-45 {
  width: 75%; }

.simulate-lg .col-lg-46 {
  width: 76.66667%; }

.simulate-lg .col-lg-47 {
  width: 78.33333%; }

.simulate-lg .col-lg-48 {
  width: 80%; }

.simulate-lg .col-lg-49 {
  width: 81.66667%; }

.simulate-lg .col-lg-50 {
  width: 83.33333%; }

.simulate-lg .col-lg-51 {
  width: 85%; }

.simulate-lg .col-lg-52 {
  width: 86.66667%; }

.simulate-lg .col-lg-53 {
  width: 88.33333%; }

.simulate-lg .col-lg-54 {
  width: 90%; }

.simulate-lg .col-lg-55 {
  width: 91.66667%; }

.simulate-lg .col-lg-56 {
  width: 93.33333%; }

.simulate-lg .col-lg-57 {
  width: 95%; }

.simulate-lg .col-lg-58 {
  width: 96.66667%; }

.simulate-lg .col-lg-59 {
  width: 98.33333%; }

.simulate-lg .col-lg-60 {
  width: 100%; }

.simulate-lg .col-lg-pull-0 {
  right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-lg .col-lg-pull-13 {
  right: 21.66667%; }

.simulate-lg .col-lg-pull-14 {
  right: 23.33333%; }

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

.simulate-lg .col-lg-pull-16 {
  right: 26.66667%; }

.simulate-lg .col-lg-pull-17 {
  right: 28.33333%; }

.simulate-lg .col-lg-pull-18 {
  right: 30%; }

.simulate-lg .col-lg-pull-19 {
  right: 31.66667%; }

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

.simulate-lg .col-lg-pull-21 {
  right: 35%; }

.simulate-lg .col-lg-pull-22 {
  right: 36.66667%; }

.simulate-lg .col-lg-pull-23 {
  right: 38.33333%; }

.simulate-lg .col-lg-pull-24 {
  right: 40%; }

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

.simulate-lg .col-lg-pull-26 {
  right: 43.33333%; }

.simulate-lg .col-lg-pull-27 {
  right: 45%; }

.simulate-lg .col-lg-pull-28 {
  right: 46.66667%; }

.simulate-lg .col-lg-pull-29 {
  right: 48.33333%; }

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

.simulate-lg .col-lg-pull-31 {
  right: 51.66667%; }

.simulate-lg .col-lg-pull-32 {
  right: 53.33333%; }

.simulate-lg .col-lg-pull-33 {
  right: 55%; }

.simulate-lg .col-lg-pull-34 {
  right: 56.66667%; }

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

.simulate-lg .col-lg-pull-36 {
  right: 60%; }

.simulate-lg .col-lg-pull-37 {
  right: 61.66667%; }

.simulate-lg .col-lg-pull-38 {
  right: 63.33333%; }

.simulate-lg .col-lg-pull-39 {
  right: 65%; }

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

.simulate-lg .col-lg-pull-41 {
  right: 68.33333%; }

.simulate-lg .col-lg-pull-42 {
  right: 70%; }

.simulate-lg .col-lg-pull-43 {
  right: 71.66667%; }

.simulate-lg .col-lg-pull-44 {
  right: 73.33333%; }

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

.simulate-lg .col-lg-pull-46 {
  right: 76.66667%; }

.simulate-lg .col-lg-pull-47 {
  right: 78.33333%; }

.simulate-lg .col-lg-pull-48 {
  right: 80%; }

.simulate-lg .col-lg-pull-49 {
  right: 81.66667%; }

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

.simulate-lg .col-lg-pull-51 {
  right: 85%; }

.simulate-lg .col-lg-pull-52 {
  right: 86.66667%; }

.simulate-lg .col-lg-pull-53 {
  right: 88.33333%; }

.simulate-lg .col-lg-pull-54 {
  right: 90%; }

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

.simulate-lg .col-lg-pull-56 {
  right: 93.33333%; }

.simulate-lg .col-lg-pull-57 {
  right: 95%; }

.simulate-lg .col-lg-pull-58 {
  right: 96.66667%; }

.simulate-lg .col-lg-pull-59 {
  right: 98.33333%; }

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

.simulate-lg .col-lg-push-0 {
  left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-lg .col-lg-push-13 {
  left: 21.66667%; }

.simulate-lg .col-lg-push-14 {
  left: 23.33333%; }

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

.simulate-lg .col-lg-push-16 {
  left: 26.66667%; }

.simulate-lg .col-lg-push-17 {
  left: 28.33333%; }

.simulate-lg .col-lg-push-18 {
  left: 30%; }

.simulate-lg .col-lg-push-19 {
  left: 31.66667%; }

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

.simulate-lg .col-lg-push-21 {
  left: 35%; }

.simulate-lg .col-lg-push-22 {
  left: 36.66667%; }

.simulate-lg .col-lg-push-23 {
  left: 38.33333%; }

.simulate-lg .col-lg-push-24 {
  left: 40%; }

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

.simulate-lg .col-lg-push-26 {
  left: 43.33333%; }

.simulate-lg .col-lg-push-27 {
  left: 45%; }

.simulate-lg .col-lg-push-28 {
  left: 46.66667%; }

.simulate-lg .col-lg-push-29 {
  left: 48.33333%; }

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

.simulate-lg .col-lg-push-31 {
  left: 51.66667%; }

.simulate-lg .col-lg-push-32 {
  left: 53.33333%; }

.simulate-lg .col-lg-push-33 {
  left: 55%; }

.simulate-lg .col-lg-push-34 {
  left: 56.66667%; }

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

.simulate-lg .col-lg-push-36 {
  left: 60%; }

.simulate-lg .col-lg-push-37 {
  left: 61.66667%; }

.simulate-lg .col-lg-push-38 {
  left: 63.33333%; }

.simulate-lg .col-lg-push-39 {
  left: 65%; }

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

.simulate-lg .col-lg-push-41 {
  left: 68.33333%; }

.simulate-lg .col-lg-push-42 {
  left: 70%; }

.simulate-lg .col-lg-push-43 {
  left: 71.66667%; }

.simulate-lg .col-lg-push-44 {
  left: 73.33333%; }

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

.simulate-lg .col-lg-push-46 {
  left: 76.66667%; }

.simulate-lg .col-lg-push-47 {
  left: 78.33333%; }

.simulate-lg .col-lg-push-48 {
  left: 80%; }

.simulate-lg .col-lg-push-49 {
  left: 81.66667%; }

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

.simulate-lg .col-lg-push-51 {
  left: 85%; }

.simulate-lg .col-lg-push-52 {
  left: 86.66667%; }

.simulate-lg .col-lg-push-53 {
  left: 88.33333%; }

.simulate-lg .col-lg-push-54 {
  left: 90%; }

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

.simulate-lg .col-lg-push-56 {
  left: 93.33333%; }

.simulate-lg .col-lg-push-57 {
  left: 95%; }

.simulate-lg .col-lg-push-58 {
  left: 96.66667%; }

.simulate-lg .col-lg-push-59 {
  left: 98.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.simulate-lg .col-lg-offset-12 {
  margin-left: 20%; }

.simulate-lg .col-lg-offset-13 {
  margin-left: 21.66667%; }

.simulate-lg .col-lg-offset-14 {
  margin-left: 23.33333%; }

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

.simulate-lg .col-lg-offset-16 {
  margin-left: 26.66667%; }

.simulate-lg .col-lg-offset-17 {
  margin-left: 28.33333%; }

.simulate-lg .col-lg-offset-18 {
  margin-left: 30%; }

.simulate-lg .col-lg-offset-19 {
  margin-left: 31.66667%; }

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

.simulate-lg .col-lg-offset-21 {
  margin-left: 35%; }

.simulate-lg .col-lg-offset-22 {
  margin-left: 36.66667%; }

.simulate-lg .col-lg-offset-23 {
  margin-left: 38.33333%; }

.simulate-lg .col-lg-offset-24 {
  margin-left: 40%; }

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

.simulate-lg .col-lg-offset-26 {
  margin-left: 43.33333%; }

.simulate-lg .col-lg-offset-27 {
  margin-left: 45%; }

.simulate-lg .col-lg-offset-28 {
  margin-left: 46.66667%; }

.simulate-lg .col-lg-offset-29 {
  margin-left: 48.33333%; }

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

.simulate-lg .col-lg-offset-31 {
  margin-left: 51.66667%; }

.simulate-lg .col-lg-offset-32 {
  margin-left: 53.33333%; }

.simulate-lg .col-lg-offset-33 {
  margin-left: 55%; }

.simulate-lg .col-lg-offset-34 {
  margin-left: 56.66667%; }

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

.simulate-lg .col-lg-offset-36 {
  margin-left: 60%; }

.simulate-lg .col-lg-offset-37 {
  margin-left: 61.66667%; }

.simulate-lg .col-lg-offset-38 {
  margin-left: 63.33333%; }

.simulate-lg .col-lg-offset-39 {
  margin-left: 65%; }

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

.simulate-lg .col-lg-offset-41 {
  margin-left: 68.33333%; }

.simulate-lg .col-lg-offset-42 {
  margin-left: 70%; }

.simulate-lg .col-lg-offset-43 {
  margin-left: 71.66667%; }

.simulate-lg .col-lg-offset-44 {
  margin-left: 73.33333%; }

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

.simulate-lg .col-lg-offset-46 {
  margin-left: 76.66667%; }

.simulate-lg .col-lg-offset-47 {
  margin-left: 78.33333%; }

.simulate-lg .col-lg-offset-48 {
  margin-left: 80%; }

.simulate-lg .col-lg-offset-49 {
  margin-left: 81.66667%; }

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

.simulate-lg .col-lg-offset-51 {
  margin-left: 85%; }

.simulate-lg .col-lg-offset-52 {
  margin-left: 86.66667%; }

.simulate-lg .col-lg-offset-53 {
  margin-left: 88.33333%; }

.simulate-lg .col-lg-offset-54 {
  margin-left: 90%; }

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

.simulate-lg .col-lg-offset-56 {
  margin-left: 93.33333%; }

.simulate-lg .col-lg-offset-57 {
  margin-left: 95%; }

.simulate-lg .col-lg-offset-58 {
  margin-left: 96.66667%; }

.simulate-lg .col-lg-offset-59 {
  margin-left: 98.33333%; }

.simulate-lg .col-lg-offset-60 {
  margin-left: 100%; }

.simulate-xlg .col-xlg-1, .simulate-xlg .col-xlg-2, .simulate-xlg .col-xlg-3, .simulate-xlg .col-xlg-4, .simulate-xlg .col-xlg-5, .simulate-xlg .col-xlg-6, .simulate-xlg .col-xlg-7, .simulate-xlg .col-xlg-8, .simulate-xlg .col-xlg-9, .simulate-xlg .col-xlg-10, .simulate-xlg .col-xlg-11, .simulate-xlg .col-xlg-12, .simulate-xlg .col-xlg-13, .simulate-xlg .col-xlg-14, .simulate-xlg .col-xlg-15, .simulate-xlg .col-xlg-16, .simulate-xlg .col-xlg-17, .simulate-xlg .col-xlg-18, .simulate-xlg .col-xlg-19, .simulate-xlg .col-xlg-20, .simulate-xlg .col-xlg-21, .simulate-xlg .col-xlg-22, .simulate-xlg .col-xlg-23, .simulate-xlg .col-xlg-24, .simulate-xlg .col-xlg-25, .simulate-xlg .col-xlg-26, .simulate-xlg .col-xlg-27, .simulate-xlg .col-xlg-28, .simulate-xlg .col-xlg-29, .simulate-xlg .col-xlg-30, .simulate-xlg .col-xlg-31, .simulate-xlg .col-xlg-32, .simulate-xlg .col-xlg-33, .simulate-xlg .col-xlg-34, .simulate-xlg .col-xlg-35, .simulate-xlg .col-xlg-36, .simulate-xlg .col-xlg-37, .simulate-xlg .col-xlg-38, .simulate-xlg .col-xlg-39, .simulate-xlg .col-xlg-40, .simulate-xlg .col-xlg-41, .simulate-xlg .col-xlg-42, .simulate-xlg .col-xlg-43, .simulate-xlg .col-xlg-44, .simulate-xlg .col-xlg-45, .simulate-xlg .col-xlg-46, .simulate-xlg .col-xlg-47, .simulate-xlg .col-xlg-48, .simulate-xlg .col-xlg-49, .simulate-xlg .col-xlg-50, .simulate-xlg .col-xlg-51, .simulate-xlg .col-xlg-52, .simulate-xlg .col-xlg-53, .simulate-xlg .col-xlg-54, .simulate-xlg .col-xlg-55, .simulate-xlg .col-xlg-56, .simulate-xlg .col-xlg-57, .simulate-xlg .col-xlg-58, .simulate-xlg .col-xlg-59, .simulate-xlg .col-xlg-60 {
  float: left; }

.simulate-xlg .col-xlg-1 {
  width: 1.66667%; }

.simulate-xlg .col-xlg-2 {
  width: 3.33333%; }

.simulate-xlg .col-xlg-3 {
  width: 5%; }

.simulate-xlg .col-xlg-4 {
  width: 6.66667%; }

.simulate-xlg .col-xlg-5 {
  width: 8.33333%; }

.simulate-xlg .col-xlg-6 {
  width: 10%; }

.simulate-xlg .col-xlg-7 {
  width: 11.66667%; }

.simulate-xlg .col-xlg-8 {
  width: 13.33333%; }

.simulate-xlg .col-xlg-9 {
  width: 15%; }

.simulate-xlg .col-xlg-10 {
  width: 16.66667%; }

.simulate-xlg .col-xlg-11 {
  width: 18.33333%; }

.simulate-xlg .col-xlg-12 {
  width: 20%; }

.simulate-xlg .col-xlg-13 {
  width: 21.66667%; }

.simulate-xlg .col-xlg-14 {
  width: 23.33333%; }

.simulate-xlg .col-xlg-15 {
  width: 25%; }

.simulate-xlg .col-xlg-16 {
  width: 26.66667%; }

.simulate-xlg .col-xlg-17 {
  width: 28.33333%; }

.simulate-xlg .col-xlg-18 {
  width: 30%; }

.simulate-xlg .col-xlg-19 {
  width: 31.66667%; }

.simulate-xlg .col-xlg-20 {
  width: 33.33333%; }

.simulate-xlg .col-xlg-21 {
  width: 35%; }

.simulate-xlg .col-xlg-22 {
  width: 36.66667%; }

.simulate-xlg .col-xlg-23 {
  width: 38.33333%; }

.simulate-xlg .col-xlg-24 {
  width: 40%; }

.simulate-xlg .col-xlg-25 {
  width: 41.66667%; }

.simulate-xlg .col-xlg-26 {
  width: 43.33333%; }

.simulate-xlg .col-xlg-27 {
  width: 45%; }

.simulate-xlg .col-xlg-28 {
  width: 46.66667%; }

.simulate-xlg .col-xlg-29 {
  width: 48.33333%; }

.simulate-xlg .col-xlg-30 {
  width: 50%; }

.simulate-xlg .col-xlg-31 {
  width: 51.66667%; }

.simulate-xlg .col-xlg-32 {
  width: 53.33333%; }

.simulate-xlg .col-xlg-33 {
  width: 55%; }

.simulate-xlg .col-xlg-34 {
  width: 56.66667%; }

.simulate-xlg .col-xlg-35 {
  width: 58.33333%; }

.simulate-xlg .col-xlg-36 {
  width: 60%; }

.simulate-xlg .col-xlg-37 {
  width: 61.66667%; }

.simulate-xlg .col-xlg-38 {
  width: 63.33333%; }

.simulate-xlg .col-xlg-39 {
  width: 65%; }

.simulate-xlg .col-xlg-40 {
  width: 66.66667%; }

.simulate-xlg .col-xlg-41 {
  width: 68.33333%; }

.simulate-xlg .col-xlg-42 {
  width: 70%; }

.simulate-xlg .col-xlg-43 {
  width: 71.66667%; }

.simulate-xlg .col-xlg-44 {
  width: 73.33333%; }

.simulate-xlg .col-xlg-45 {
  width: 75%; }

.simulate-xlg .col-xlg-46 {
  width: 76.66667%; }

.simulate-xlg .col-xlg-47 {
  width: 78.33333%; }

.simulate-xlg .col-xlg-48 {
  width: 80%; }

.simulate-xlg .col-xlg-49 {
  width: 81.66667%; }

.simulate-xlg .col-xlg-50 {
  width: 83.33333%; }

.simulate-xlg .col-xlg-51 {
  width: 85%; }

.simulate-xlg .col-xlg-52 {
  width: 86.66667%; }

.simulate-xlg .col-xlg-53 {
  width: 88.33333%; }

.simulate-xlg .col-xlg-54 {
  width: 90%; }

.simulate-xlg .col-xlg-55 {
  width: 91.66667%; }

.simulate-xlg .col-xlg-56 {
  width: 93.33333%; }

.simulate-xlg .col-xlg-57 {
  width: 95%; }

.simulate-xlg .col-xlg-58 {
  width: 96.66667%; }

.simulate-xlg .col-xlg-59 {
  width: 98.33333%; }

.simulate-xlg .col-xlg-60 {
  width: 100%; }

.simulate-xlg .col-xlg-pull-0 {
  right: auto; }

.simulate-xlg .col-xlg-pull-1 {
  right: 1.66667%; }

.simulate-xlg .col-xlg-pull-2 {
  right: 3.33333%; }

.simulate-xlg .col-xlg-pull-3 {
  right: 5%; }

.simulate-xlg .col-xlg-pull-4 {
  right: 6.66667%; }

.simulate-xlg .col-xlg-pull-5 {
  right: 8.33333%; }

.simulate-xlg .col-xlg-pull-6 {
  right: 10%; }

.simulate-xlg .col-xlg-pull-7 {
  right: 11.66667%; }

.simulate-xlg .col-xlg-pull-8 {
  right: 13.33333%; }

.simulate-xlg .col-xlg-pull-9 {
  right: 15%; }

.simulate-xlg .col-xlg-pull-10 {
  right: 16.66667%; }

.simulate-xlg .col-xlg-pull-11 {
  right: 18.33333%; }

.simulate-xlg .col-xlg-pull-12 {
  right: 20%; }

.simulate-xlg .col-xlg-pull-13 {
  right: 21.66667%; }

.simulate-xlg .col-xlg-pull-14 {
  right: 23.33333%; }

.simulate-xlg .col-xlg-pull-15 {
  right: 25%; }

.simulate-xlg .col-xlg-pull-16 {
  right: 26.66667%; }

.simulate-xlg .col-xlg-pull-17 {
  right: 28.33333%; }

.simulate-xlg .col-xlg-pull-18 {
  right: 30%; }

.simulate-xlg .col-xlg-pull-19 {
  right: 31.66667%; }

.simulate-xlg .col-xlg-pull-20 {
  right: 33.33333%; }

.simulate-xlg .col-xlg-pull-21 {
  right: 35%; }

.simulate-xlg .col-xlg-pull-22 {
  right: 36.66667%; }

.simulate-xlg .col-xlg-pull-23 {
  right: 38.33333%; }

.simulate-xlg .col-xlg-pull-24 {
  right: 40%; }

.simulate-xlg .col-xlg-pull-25 {
  right: 41.66667%; }

.simulate-xlg .col-xlg-pull-26 {
  right: 43.33333%; }

.simulate-xlg .col-xlg-pull-27 {
  right: 45%; }

.simulate-xlg .col-xlg-pull-28 {
  right: 46.66667%; }

.simulate-xlg .col-xlg-pull-29 {
  right: 48.33333%; }

.simulate-xlg .col-xlg-pull-30 {
  right: 50%; }

.simulate-xlg .col-xlg-pull-31 {
  right: 51.66667%; }

.simulate-xlg .col-xlg-pull-32 {
  right: 53.33333%; }

.simulate-xlg .col-xlg-pull-33 {
  right: 55%; }

.simulate-xlg .col-xlg-pull-34 {
  right: 56.66667%; }

.simulate-xlg .col-xlg-pull-35 {
  right: 58.33333%; }

.simulate-xlg .col-xlg-pull-36 {
  right: 60%; }

.simulate-xlg .col-xlg-pull-37 {
  right: 61.66667%; }

.simulate-xlg .col-xlg-pull-38 {
  right: 63.33333%; }

.simulate-xlg .col-xlg-pull-39 {
  right: 65%; }

.simulate-xlg .col-xlg-pull-40 {
  right: 66.66667%; }

.simulate-xlg .col-xlg-pull-41 {
  right: 68.33333%; }

.simulate-xlg .col-xlg-pull-42 {
  right: 70%; }

.simulate-xlg .col-xlg-pull-43 {
  right: 71.66667%; }

.simulate-xlg .col-xlg-pull-44 {
  right: 73.33333%; }

.simulate-xlg .col-xlg-pull-45 {
  right: 75%; }

.simulate-xlg .col-xlg-pull-46 {
  right: 76.66667%; }

.simulate-xlg .col-xlg-pull-47 {
  right: 78.33333%; }

.simulate-xlg .col-xlg-pull-48 {
  right: 80%; }

.simulate-xlg .col-xlg-pull-49 {
  right: 81.66667%; }

.simulate-xlg .col-xlg-pull-50 {
  right: 83.33333%; }

.simulate-xlg .col-xlg-pull-51 {
  right: 85%; }

.simulate-xlg .col-xlg-pull-52 {
  right: 86.66667%; }

.simulate-xlg .col-xlg-pull-53 {
  right: 88.33333%; }

.simulate-xlg .col-xlg-pull-54 {
  right: 90%; }

.simulate-xlg .col-xlg-pull-55 {
  right: 91.66667%; }

.simulate-xlg .col-xlg-pull-56 {
  right: 93.33333%; }

.simulate-xlg .col-xlg-pull-57 {
  right: 95%; }

.simulate-xlg .col-xlg-pull-58 {
  right: 96.66667%; }

.simulate-xlg .col-xlg-pull-59 {
  right: 98.33333%; }

.simulate-xlg .col-xlg-pull-60 {
  right: 100%; }

.simulate-xlg .col-xlg-push-0 {
  left: auto; }

.simulate-xlg .col-xlg-push-1 {
  left: 1.66667%; }

.simulate-xlg .col-xlg-push-2 {
  left: 3.33333%; }

.simulate-xlg .col-xlg-push-3 {
  left: 5%; }

.simulate-xlg .col-xlg-push-4 {
  left: 6.66667%; }

.simulate-xlg .col-xlg-push-5 {
  left: 8.33333%; }

.simulate-xlg .col-xlg-push-6 {
  left: 10%; }

.simulate-xlg .col-xlg-push-7 {
  left: 11.66667%; }

.simulate-xlg .col-xlg-push-8 {
  left: 13.33333%; }

.simulate-xlg .col-xlg-push-9 {
  left: 15%; }

.simulate-xlg .col-xlg-push-10 {
  left: 16.66667%; }

.simulate-xlg .col-xlg-push-11 {
  left: 18.33333%; }

.simulate-xlg .col-xlg-push-12 {
  left: 20%; }

.simulate-xlg .col-xlg-push-13 {
  left: 21.66667%; }

.simulate-xlg .col-xlg-push-14 {
  left: 23.33333%; }

.simulate-xlg .col-xlg-push-15 {
  left: 25%; }

.simulate-xlg .col-xlg-push-16 {
  left: 26.66667%; }

.simulate-xlg .col-xlg-push-17 {
  left: 28.33333%; }

.simulate-xlg .col-xlg-push-18 {
  left: 30%; }

.simulate-xlg .col-xlg-push-19 {
  left: 31.66667%; }

.simulate-xlg .col-xlg-push-20 {
  left: 33.33333%; }

.simulate-xlg .col-xlg-push-21 {
  left: 35%; }

.simulate-xlg .col-xlg-push-22 {
  left: 36.66667%; }

.simulate-xlg .col-xlg-push-23 {
  left: 38.33333%; }

.simulate-xlg .col-xlg-push-24 {
  left: 40%; }

.simulate-xlg .col-xlg-push-25 {
  left: 41.66667%; }

.simulate-xlg .col-xlg-push-26 {
  left: 43.33333%; }

.simulate-xlg .col-xlg-push-27 {
  left: 45%; }

.simulate-xlg .col-xlg-push-28 {
  left: 46.66667%; }

.simulate-xlg .col-xlg-push-29 {
  left: 48.33333%; }

.simulate-xlg .col-xlg-push-30 {
  left: 50%; }

.simulate-xlg .col-xlg-push-31 {
  left: 51.66667%; }

.simulate-xlg .col-xlg-push-32 {
  left: 53.33333%; }

.simulate-xlg .col-xlg-push-33 {
  left: 55%; }

.simulate-xlg .col-xlg-push-34 {
  left: 56.66667%; }

.simulate-xlg .col-xlg-push-35 {
  left: 58.33333%; }

.simulate-xlg .col-xlg-push-36 {
  left: 60%; }

.simulate-xlg .col-xlg-push-37 {
  left: 61.66667%; }

.simulate-xlg .col-xlg-push-38 {
  left: 63.33333%; }

.simulate-xlg .col-xlg-push-39 {
  left: 65%; }

.simulate-xlg .col-xlg-push-40 {
  left: 66.66667%; }

.simulate-xlg .col-xlg-push-41 {
  left: 68.33333%; }

.simulate-xlg .col-xlg-push-42 {
  left: 70%; }

.simulate-xlg .col-xlg-push-43 {
  left: 71.66667%; }

.simulate-xlg .col-xlg-push-44 {
  left: 73.33333%; }

.simulate-xlg .col-xlg-push-45 {
  left: 75%; }

.simulate-xlg .col-xlg-push-46 {
  left: 76.66667%; }

.simulate-xlg .col-xlg-push-47 {
  left: 78.33333%; }

.simulate-xlg .col-xlg-push-48 {
  left: 80%; }

.simulate-xlg .col-xlg-push-49 {
  left: 81.66667%; }

.simulate-xlg .col-xlg-push-50 {
  left: 83.33333%; }

.simulate-xlg .col-xlg-push-51 {
  left: 85%; }

.simulate-xlg .col-xlg-push-52 {
  left: 86.66667%; }

.simulate-xlg .col-xlg-push-53 {
  left: 88.33333%; }

.simulate-xlg .col-xlg-push-54 {
  left: 90%; }

.simulate-xlg .col-xlg-push-55 {
  left: 91.66667%; }

.simulate-xlg .col-xlg-push-56 {
  left: 93.33333%; }

.simulate-xlg .col-xlg-push-57 {
  left: 95%; }

.simulate-xlg .col-xlg-push-58 {
  left: 96.66667%; }

.simulate-xlg .col-xlg-push-59 {
  left: 98.33333%; }

.simulate-xlg .col-xlg-push-60 {
  left: 100%; }

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

.simulate-xlg .col-xlg-offset-1 {
  margin-left: 1.66667%; }

.simulate-xlg .col-xlg-offset-2 {
  margin-left: 3.33333%; }

.simulate-xlg .col-xlg-offset-3 {
  margin-left: 5%; }

.simulate-xlg .col-xlg-offset-4 {
  margin-left: 6.66667%; }

.simulate-xlg .col-xlg-offset-5 {
  margin-left: 8.33333%; }

.simulate-xlg .col-xlg-offset-6 {
  margin-left: 10%; }

.simulate-xlg .col-xlg-offset-7 {
  margin-left: 11.66667%; }

.simulate-xlg .col-xlg-offset-8 {
  margin-left: 13.33333%; }

.simulate-xlg .col-xlg-offset-9 {
  margin-left: 15%; }

.simulate-xlg .col-xlg-offset-10 {
  margin-left: 16.66667%; }

.simulate-xlg .col-xlg-offset-11 {
  margin-left: 18.33333%; }

.simulate-xlg .col-xlg-offset-12 {
  margin-left: 20%; }

.simulate-xlg .col-xlg-offset-13 {
  margin-left: 21.66667%; }

.simulate-xlg .col-xlg-offset-14 {
  margin-left: 23.33333%; }

.simulate-xlg .col-xlg-offset-15 {
  margin-left: 25%; }

.simulate-xlg .col-xlg-offset-16 {
  margin-left: 26.66667%; }

.simulate-xlg .col-xlg-offset-17 {
  margin-left: 28.33333%; }

.simulate-xlg .col-xlg-offset-18 {
  margin-left: 30%; }

.simulate-xlg .col-xlg-offset-19 {
  margin-left: 31.66667%; }

.simulate-xlg .col-xlg-offset-20 {
  margin-left: 33.33333%; }

.simulate-xlg .col-xlg-offset-21 {
  margin-left: 35%; }

.simulate-xlg .col-xlg-offset-22 {
  margin-left: 36.66667%; }

.simulate-xlg .col-xlg-offset-23 {
  margin-left: 38.33333%; }

.simulate-xlg .col-xlg-offset-24 {
  margin-left: 40%; }

.simulate-xlg .col-xlg-offset-25 {
  margin-left: 41.66667%; }

.simulate-xlg .col-xlg-offset-26 {
  margin-left: 43.33333%; }

.simulate-xlg .col-xlg-offset-27 {
  margin-left: 45%; }

.simulate-xlg .col-xlg-offset-28 {
  margin-left: 46.66667%; }

.simulate-xlg .col-xlg-offset-29 {
  margin-left: 48.33333%; }

.simulate-xlg .col-xlg-offset-30 {
  margin-left: 50%; }

.simulate-xlg .col-xlg-offset-31 {
  margin-left: 51.66667%; }

.simulate-xlg .col-xlg-offset-32 {
  margin-left: 53.33333%; }

.simulate-xlg .col-xlg-offset-33 {
  margin-left: 55%; }

.simulate-xlg .col-xlg-offset-34 {
  margin-left: 56.66667%; }

.simulate-xlg .col-xlg-offset-35 {
  margin-left: 58.33333%; }

.simulate-xlg .col-xlg-offset-36 {
  margin-left: 60%; }

.simulate-xlg .col-xlg-offset-37 {
  margin-left: 61.66667%; }

.simulate-xlg .col-xlg-offset-38 {
  margin-left: 63.33333%; }

.simulate-xlg .col-xlg-offset-39 {
  margin-left: 65%; }

.simulate-xlg .col-xlg-offset-40 {
  margin-left: 66.66667%; }

.simulate-xlg .col-xlg-offset-41 {
  margin-left: 68.33333%; }

.simulate-xlg .col-xlg-offset-42 {
  margin-left: 70%; }

.simulate-xlg .col-xlg-offset-43 {
  margin-left: 71.66667%; }

.simulate-xlg .col-xlg-offset-44 {
  margin-left: 73.33333%; }

.simulate-xlg .col-xlg-offset-45 {
  margin-left: 75%; }

.simulate-xlg .col-xlg-offset-46 {
  margin-left: 76.66667%; }

.simulate-xlg .col-xlg-offset-47 {
  margin-left: 78.33333%; }

.simulate-xlg .col-xlg-offset-48 {
  margin-left: 80%; }

.simulate-xlg .col-xlg-offset-49 {
  margin-left: 81.66667%; }

.simulate-xlg .col-xlg-offset-50 {
  margin-left: 83.33333%; }

.simulate-xlg .col-xlg-offset-51 {
  margin-left: 85%; }

.simulate-xlg .col-xlg-offset-52 {
  margin-left: 86.66667%; }

.simulate-xlg .col-xlg-offset-53 {
  margin-left: 88.33333%; }

.simulate-xlg .col-xlg-offset-54 {
  margin-left: 90%; }

.simulate-xlg .col-xlg-offset-55 {
  margin-left: 91.66667%; }

.simulate-xlg .col-xlg-offset-56 {
  margin-left: 93.33333%; }

.simulate-xlg .col-xlg-offset-57 {
  margin-left: 95%; }

.simulate-xlg .col-xlg-offset-58 {
  margin-left: 96.66667%; }

.simulate-xlg .col-xlg-offset-59 {
  margin-left: 98.33333%; }

.simulate-xlg .col-xlg-offset-60 {
  margin-left: 100%; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #919f9f;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  .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.64286;
    vertical-align: top;
    border-top: 1px solid #e0eded; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e0eded; }
  .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 #e0eded; }
  .table .table {
    background-color: #ffffff; }

.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 #e0eded; }
  .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 #e0eded; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f6f7f7; }

.table-hover > tbody > tr:hover {
  background-color: #f6f7f7; }

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: #f6f7f7; }

.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:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e9ebeb; }

.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 479px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 7.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #e0eded; }
      .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: 10px;
  font-size: 21px;
  line-height: inherit;
  color: inherit;
  border: 0;
  border-bottom: 1px solid transparent; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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: 13px;
  font-size: 14px;
  line-height: 1.64286;
  color: #000; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.64286;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e0eded;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  .form-control::-moz-placeholder {
    color: #9fc8c8;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #9fc8c8; }
  .form-control::-webkit-input-placeholder {
    color: #9fc8c8; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #e0eded;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 66px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 10px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  min-height: 24px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 22px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 66px;
  line-height: 66px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 66px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 66px;
  line-height: 66px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 66px;
  min-height: 28px;
  padding: 21px 30px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 66px;
  height: 66px;
  line-height: 66px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #93c54b; }

.has-success .form-control {
  border-color: #93c54b;
  -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: #79a736;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1de98;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1de98; }

.has-success .input-group-addon {
  color: #93c54b;
  border-color: #93c54b;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #93c54b; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f47c3c; }

.has-warning .form-control {
  border-color: #f47c3c;
  -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: #ef5c0e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9bd9d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9bd9d; }

.has-warning .input-group-addon {
  color: #f47c3c;
  border-color: #f47c3c;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #f47c3c; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d9534f; }

.has-error .form-control {
  border-color: #d9534f;
  -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: #c9302c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3; }

.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #d9534f; }

.has-feedback label ~ .form-control-feedback {
  top: 15px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 480px) {
  .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 .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px; }

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 13px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 0px; }

@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 18px; } }

@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.64286;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #ffffff;
  background-color: #475151;
  border-color: transparent; }
  .btn-default:focus, .btn-default.focus {
    color: #ffffff;
    background-color: #2f3636;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:hover {
    color: #ffffff;
    background-color: #2f3636;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #2f3636;
    border-color: rgba(0, 0, 0, 0); }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #1f2323;
      border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #475151;
    border-color: transparent; }
  .btn-default .badge {
    color: #475151;
    background-color: #ffffff; }

.btn-primary {
  color: #ffffff;
  background-color: #297b90;
  border-color: transparent; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #1e5968;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #1e5968;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1e5968;
    border-color: rgba(0, 0, 0, 0); }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #16414d;
      border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #297b90;
    border-color: transparent; }
  .btn-primary .badge {
    color: #297b90;
    background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #93c54b;
  border-color: transparent; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #79a736;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:hover {
    color: #ffffff;
    background-color: #79a736;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #79a736;
    border-color: rgba(0, 0, 0, 0); }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #658c2d;
      border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #93c54b;
    border-color: transparent; }
  .btn-success .badge {
    color: #93c54b;
    background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #29abe0;
  border-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #1b8dbb;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:hover {
    color: #ffffff;
    background-color: #1b8dbb;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #1b8dbb;
    border-color: rgba(0, 0, 0, 0); }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #17759c;
      border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #29abe0;
    border-color: transparent; }
  .btn-info .badge {
    color: #29abe0;
    background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f47c3c;
  border-color: transparent; }
  .btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #ef5c0e;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #ef5c0e;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ef5c0e;
    border-color: rgba(0, 0, 0, 0); }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #ce4f0c;
      border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f47c3c;
    border-color: transparent; }
  .btn-warning .badge {
    color: #f47c3c;
    background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0); }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #ac2925;
      border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: transparent; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff; }

.btn-link {
  color: #3a749d;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #2c5878;
    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: #e0eded;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.btn-block {
  display: block;
  width: 100%; }

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

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

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #e0eded;
  border: 1px solid #e0eded;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right, .dropdown-menu#cookieClose {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    background-color: #f6f7f7; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.64286;
    color: #919f9f;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #51b4ce; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #297b90; }

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.64286;
  color: #e0eded;
  white-space: nowrap; }

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

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

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

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

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

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

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #f6f7f7;
  border: 1px solid #e0eded;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 5px 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #e0eded; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: transparent;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #3a749d; }
  .nav .nav-divider {
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #e0eded; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.64286;
      font-size: 12px;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #e0eded #e0eded #e0eded; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #919f9f;
      background-color: #ffffff;
      border: 1px solid #e0eded;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills li ul {
  display: none;
  margin-left: 1.5em; }

.nav-pills li.open ul {
  display: block; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px;
    color: #297b90; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #297b90;
    background-color: #ffffff;
    font-weight: bold; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 480px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #e0eded; }
  @media (min-width: 480px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #e0eded;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #ffffff; } }

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 2px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

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

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  @media (max-width: 992px) {
    .navbar-collapse {
      z-index: 10001; } }
  .navbar-collapse.in {
    overflow-y: auto; }

/*@media (max-width:$grid-floating-breakpoint){

    .navbar-header{ position:absolute;}
    .navbar-toggle{
          display:block !important;
          position: relative;
          float: right;
          margin-right: 0px;
          padding: 9px 10px;
          margin-top: -2px;
          margin-bottom: -2px;
          margin-top: 0px;
          background-color: #005f8f;
          background-image: none;
          border: 1px solid transparent;
          border-radius: 4px;
          z-index: 1000;
          top: 4px;
    }
    .navbar-nav{width:100%;}
    .navbar-collapse.collapse{display:none !important; padding:0px}
    .navbar-collapse.collapse.in{display:block !important;}
    .navbar-collapse li{width:100%;}
    // TODO: MSM Esta regla parece un error pongo visibility hidden a la rule de hidden y comento esto
    //.hidden-md.hidden-lg{display:block !important; }
}*/
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px; }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

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

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

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

.navbar-brand {
  float: left;
  padding: 12px 0px;
  font-size: 18px;
  line-height: 10px;
  height: 60px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: #216272;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  z-index: 1000;
  top: 6px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }

.navbar-nav {
  margin: 6px 0px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }

.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px; }
  @media (min-width: 480px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 15px;
    margin-bottom: 15px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 19px;
    margin-bottom: 19px; }

.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 0px;
      margin-right: 0px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: 0px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #297b90;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #ffffff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #ffffff;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #677979; }
  .navbar-default .navbar-nav > li > a {
    color: #D7E6EB; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #ffffff;
      background-color: #216373; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #DFDFBF; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #5CA7B4; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #D7E6EB; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #DFDFBF;
    color: #ffffff; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #D7E6EB; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: #216373; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #ffffff;
      background-color: #DFDFBF; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #D7E6EB; }
    .navbar-default .navbar-link:hover {
      color: #ffffff; }
  .navbar-default .btn-link {
    color: #D7E6EB; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #ffffff; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #cccccc; }

.navbar-inverse {
  background-color: #93c54b;
  border-color: #93c54b; }
  .navbar-inverse .navbar-brand {
    color: #ffffff; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #ffffff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #e0eded; }
  .navbar-inverse .navbar-nav > li > a {
    color: #6b9430; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #ffffff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #89be3d; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: transparent; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #89be3d; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #6b9430; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #81b33a; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #89be3d;
    color: #ffffff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #93c54b; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #93c54b; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #6b9430; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #ffffff;
      background-color: #89be3d; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #6b9430; }
    .navbar-inverse .navbar-link:hover {
      color: #ffffff; }
  .navbar-inverse .btn-link {
    color: #6b9430; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #ffffff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444444; }

.breadcrumb {
  padding: 8px 25px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #dfdfbf;
  border-radius: 0px;
  float: left;
  width: 100%; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #1d1d20; }
  .breadcrumb > .active {
    color: #000; }
  .breadcrumb a {
    color: #1d1d20;
    font-size: 12px; }
  .breadcrumb > .active {
    color: #000; }
  .breadcrumb .LastNode {
    font-weight: bold;
    color: #000;
    font-size: 12px; }

#breadcrumb {
  float: left;
  width: auto; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 0px 8px;
      line-height: 1.64286;
      text-decoration: none;
      color: #000;
      background-color: #fff;
      border: 1px solid #fff;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #297b90;
    border-color: #fff;
    border-radius: 20px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #000;
    background-color: #DFDFBF;
    border-color: #fff;
    border-radius: 20px;
    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: #fff;
    background-color: #297b90;
    border-color: #e0eded;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.33333; }

.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;
  line-height: 1.5; }

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

.pager {
  padding-left: 0;
  margin: 10px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #fff;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #297b90; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #fff;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #297b90; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #1e5968; }

.label-primary {
  background-color: #297b90; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1e5968; }

.label-success {
  background-color: #93c54b; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #79a736; }

.label-info {
  background-color: #29abe0; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #1b8dbb; }

.label-warning {
  background-color: #f47c3c; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ef5c0e; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #93c54b;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #ffffff;
    background-color: #93c54b; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f6f7f7; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #dbdfdf; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 0px;
    padding-right: 0px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 480px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  line-height: 1.64286;
  background-color: #f6f7f7;
  border: 1px solid #e0eded;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3a749d; }

.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #93c54b;
  border-color: transparent;
  color: #ffffff; }
  .alert-success hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #29abe0;
  border-color: transparent;
  color: #ffffff; }
  .alert-info hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #f47c3c;
  border-color: transparent;
  color: #ffffff; }
  .alert-warning hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #ffffff; }
  .alert-danger hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 10px;
  color: #ffffff;
  text-align: center;
  background-color: #297b90;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #93c54b; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #29abe0; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f47c3c; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right,
.media > #cookieClose {
  padding-left: 10px; }

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #e0eded; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

a.list-group-item,
button.list-group-item {
  color: #000; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: inherit; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #000;
    background-color: #f6f7f7; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f6f7f7;
  color: #e0eded;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #e0eded; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #000;
  background-color: #297b90;
  border-color: #e0eded; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #000; }

.list-group-item-success {
  color: #93c54b;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #93c54b; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #93c54b;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #93c54b;
    border-color: #93c54b; }

.list-group-item-info {
  color: #29abe0;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #29abe0; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #29abe0;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #29abe0;
    border-color: #29abe0; }

.list-group-item-warning {
  color: #f47c3c;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f47c3c; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #f47c3c;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f47c3c;
    border-color: #f47c3c; }

.list-group-item-danger {
  color: #d9534f;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #d9534f; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #d9534f;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f6f7f7;
  border-top: 1px solid #e0eded;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e0eded; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 10px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #e0eded; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #e0eded; }

.panel-default {
  border-color: #e0eded; }
  .panel-default > .panel-heading {
    color: #000;
    background-color: #f6f7f7;
    border-color: #e0eded; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e0eded; }
    .panel-default > .panel-heading .badge {
      color: #f6f7f7;
      background-color: #000; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e0eded; }

.panel-primary {
  border-color: #297b90; }
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #297b90;
    border-color: #297b90; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #297b90; }
    .panel-primary > .panel-heading .badge {
      color: #297b90;
      background-color: #ffffff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #297b90; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #93c54b;
    background-color: #93c54b;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #93c54b;
      background-color: #93c54b; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #29abe0;
    background-color: #29abe0;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #29abe0;
      background-color: #29abe0; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #f47c3c;
    background-color: #f47c3c;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #f47c3c;
      background-color: #f47c3c; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #d9534f;
    background-color: #d9534f;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #d9534f;
      background-color: #d9534f; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f6f7f7;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 0 0 transparent;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid;
  border-color: transparent;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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; }
  .bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off,
  .bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 10px; }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
      color: #fff;
      background: #8ca1b4; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
      color: #fff;
      background: #29abe0; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
      color: #fff;
      background: #93c54b; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
      background: #f47c3c;
      color: #fff; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
      color: #fff;
      background: #d9534f; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
      color: #000;
      background: #f90; }
  .bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #ffffff;
    background: #475151; }
  .bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .bootstrap-switch input[type='radio'],
  .bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0); }
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5; }
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 1.33333; }
  .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important; }
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
      opacity: 0.5;
      filter: alpha(opacity=50);
      cursor: default !important; }
  .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .bootstrap-switch.bootstrap-switch-focused {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }

.pb-styles-map {
  width: 100%;
  height: 100%; }

.bloque_imagen_superior {
  -webkit-box-shadow: 0px 0px 8px #aaa;
  box-shadow: 0px 0px 8px #aaa;
  margin: 10px;
  padding: 10px !important; }
  .bloque_imagen_superior .pbResource {
    margin-bottom: 10px; }
    .bloque_imagen_superior .pbResource a {
      float: left; }
      .bloque_imagen_superior .pbResource a img {
        width: 100%; }
  .bloque_imagen_superior .extra {
    position: absolute;
    top: 50px;
    right: 11px; }
    .bloque_imagen_superior .extra a {
      background: #297b90;
      color: #ffffff;
      padding: 5px 10px;
      float: left; }
    .bloque_imagen_superior .extra a:hover {
      color: #ffffff; }

.bloque_imagen_superior:hover img {
  -webkit-transform: rotateX(40);
  -ms-transform: rotateX(40);
  -o-transform: rotateX(40);
  transform: rotateX(40); }

.bloque_imagen_superior:hover .extra {
  right: 20px; }

.bloque_imagen_derecha, .bloque_imagen_izquierda {
  height: 100%;
  float: left;
  width: 100%;
  padding-bottom: 75px !important; }
  .bloque_imagen_derecha .extra, .bloque_imagen_izquierda .extra {
    position: absolute;
    bottom: 30px; }
    .bloque_imagen_derecha .extra a, .bloque_imagen_izquierda .extra a {
      float: left;
      padding: 10px 20px;
      border: 1px solid #fff; }
  .bloque_imagen_derecha .extra a::before, .bloque_imagen_izquierda .extra a::before {
    font-family: 'Glyphicons Halflings';
    content: "\e029";
    font-size: 1em; }
  .bloque_imagen_derecha .extra a:hover, .bloque_imagen_izquierda .extra a:hover {
    background: #3a749d;
    text-decoration: none; }
  .bloque_imagen_derecha a img, .bloque_imagen_izquierda a img {
    width: 100%; }

.bloque_imagen_fondo .pbResource img {
  z-index: 1; }

.bloque_imagen_fondo .bloqText {
  position: relative;
  z-index: 2; }

.EnlaceRelacionadoReordenable i {
  float: left;
  font-size: 1.5em;
  display: table-cell; }

.EnlaceRelacionadoReordenable span {
  display: table-cell; }

/*
    Por el amor de dios, no utilizar img-responsive para luego ponerle width:100%; height:100%;
    Es justamente LO CONTRARIO que hace img-responsive https://www.w3schools.com/bootstrap/bootstrap_ref_css_images.asp  :

    "The .img-responsive class applies max-width: 100%, height: auto, and display:block to the image:"

    Si en algún caso (totalmente NO recomendado porque estira la imagen) se quiere usar width:100% height:100%, no sobre escribriban img-responsive coño
    Os creais una clase image-estirada-fea o algo así dios.
    Por cierto, desde esta versión 2017.R1.Final, POR DEFECTO, todas las imágenes son max-width: 100%, height: auto, así que de hecho si se quiere
    se debería tener una clase img-not-responsive
*/
/*.pbResource.imagen.img-responsive {
    width: 100%;
    height: 100%;
}*/
article {
  padding: 0 10px; }

article.blogPage h2 {
  color: #297b90; }

article.blogPage h3.post-title {
  color: #5CA7B4;
  margin-bottom: 20px;
  /*padding: $blogPage-padding-small-horizontal;*/ }

article.blogPage .blogItem .panel.panel-default {
  background-color: #f6f7f7;
  border: 1px solid #e0eded !important; }

article.blogPage .blogItem h3 {
  color: #93c54b; }

article.blog-detail h3 {
  color: #93c54b; }

article.blog-detail .categories, article.blog-detail .categories div {
  display: inline-block; }

.blog-by {
  border-top: 1px solid #e0eded;
  padding: 10px 0;
  color: #919f9f; }
  .blog-by .by-author {
    padding: 10px;
    color: #919f9f;
    margin-right: 10px; }
  .blog-by .publish-date {
    margin-right: 10px;
    color: #919f9f; }
  .blog-by .readmore {
    display: inline-block;
    float: right;
    color: #919f9f; }
  .blog-by .glyphicon {
    color: #919f9f; }
  .blog-by .categories {
    margin-right: 10px;
    display: inline-block; }
    .blog-by .categories .relationedCategories {
      display: inline-block; }
    .blog-by .categories .label-default {
      background-color: #919f9f !important;
      margin-right: 4px; }

.blogWdgt {
  /* Indice fechas*/ }
  .blogWdgt h3 {
    color: #297b90; }
  .blogWdgt .page-header {
    float: none; }
  .blogWdgt ul.pb-eip-ListManagement {
    padding: 0; }
  .blogWdgt ul.year {
    list-style: none; }
    .blogWdgt ul.year .title {
      color: #297b90;
      font-size: 20px;
      margin-bottom: 20px; }
  .blogWdgt ul.month {
    list-style: none; }
    .blogWdgt ul.month .title {
      color: #297b90;
      font-size: 16px;
      margin-bottom: 15px; }
      .blogWdgt ul.month .title .glyphicon {
        opacity: 1; }
    .blogWdgt ul.month .glyphicon {
      color: #297b90;
      opacity: 0.5;
      font-size: 12px;
      display: inline-block; }
    .blogWdgt ul.month .post {
      /*border:0px dotted orange;             
             max-width:98%;
             overflow-x:hidden;
             text-overflow:ellipsis;*/ }

footer {
  background: #f2f2f2;
  width: 100% !important;
  color: #666;
  float: left;
  margin: 20px 0px 10px 0px; }
  footer a {
    color: #666; }
  footer .extraContainer {
    float: left;
    background: #d9d9d9;
    min-height: 50px; }
  footer .title, footer h2, footer h3 {
    color: #DFDFBF;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 25px 0; }
  footer .sitemap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .sitemap > div {
      margin-bottom: 10px; }
      footer .sitemap > div a {
        color: #DFDFBF;
        font-size: 14px; }
      footer .sitemap > div ul {
        padding: 0;
        margin: 0; }
        footer .sitemap > div ul li {
          list-style: none; }
        footer .sitemap > div ul a {
          color: #666;
          font-size: 14px; }

.PbForm .error {
  margin-top: 10px; }

.media-list .myContainer {
  padding: 6px;
  margin-bottom: 10px; }
  .media-list .myContainer .media-body {
    margin-left: 15px; }
    .media-list .myContainer .media-body h3.title, .media-list .myContainer .media-body h3.title a {
      color: #297b90;
      margin: 0px; }
    .media-list .myContainer .media-body .subtitle {
      margin-top: 10px;
      font-size: 16px; }
    .media-list .myContainer .media-body .summary {
      margin-top: 10px; }

.media-list .myfooter {
  background-color: #f6f7f7;
  padding: 10px; }
  .media-list .myfooter .dateBar {
    /*border:1px dashed green;*/
    display: inline-block;
    color: #919f9f; }
  .media-list .myfooter a.go-detalle {
    /*border:1px solid green;*/
    display: inline-block;
    float: right;
    color: #919f9f; }

.noticiaLista .pbResource {
  max-width: 100px; }

.loading {
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: #000;
  position: fixed;
  display: none;
  opacity: 0.7;
  filter: alpha(opacity=70); }
  .loading span {
    top: 43%;
    left: 0;
    font-size: 2em;
    color: #ffffff;
    position: absolute;
    width: 100%;
    text-align: center; }
  .loading .progress {
    top: 50%; }

.ResultSet {
  display: none;
  margin-top: 40px; }

.socializable img {
  margin-right: 20px; }

.socializable a {
  float: left; }

#ulLanguage {
  margin-left: -12px !important;
  float: left; }

.toolbar-container {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: -2px 8px 0px -6px transparent;
  box-shadow: -2px 8px 0px -6px transparent; }
  .toolbar-container .toolbar {
    width: auto;
    float: right;
    margin: 0; }
    .toolbar-container .toolbar .itemToolBar {
      float: left;
      list-style: none;
      padding-right: 10px;
      -webkit-box-shadow: 7px 0 9px -5px transparent;
      box-shadow: 7px 0 9px -5px transparent;
      margin-right: 0px; }
      .toolbar-container .toolbar .itemToolBar .enlacePersonalizado {
        padding: 5px 0; }
        .toolbar-container .toolbar .itemToolBar .enlacePersonalizado img {
          margin-top: -3px; }
    .toolbar-container .toolbar .itemToolBar.last {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .toolbar-container .toolbar a {
      color: #fff; }

#accesos_web_20 {
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent; }
  #accesos_web_20 span {
    display: none; }
  #accesos_web_20 .itemToolBar {
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent; }

#lnkIdioma {
  margin-top: 5px; }

#toolPrint img {
  cursor: pointer; }

.twittWidget .twittBody {
  float: left;
  width: 100%; }
  .twittWidget .twittBody .twitItem {
    margin: 0;
    padding: 5px;
    background: #fff;
    border-top: 1px solid #E5E5E5;
    float: left;
    width: 95%; }
    .twittWidget .twittBody .twitItem .twitText {
      font-size: 12px; }
      .twittWidget .twittBody .twitItem .twitText .twitActions a {
        color: #3a749d;
        float: left;
        margin-left: 5px;
        font-size: 11px; }
      .twittWidget .twittBody .twitItem .twitText .twitActions .twitDate {
        font-style: italic;
        float: left; }

.BannerSeccion .pbResource {
  float: left;
  width: 100%; }
  .BannerSeccion .pbResource img {
    width: 100%; }

.BannerSeccion .textoBan {
  position: absolute;
  color: #e0eded;
  top: 10px;
  left: 15px; }

#googleMap {
  height: 500px; }

.delegacion {
  text-align: center;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 8px #aaa;
  box-shadow: 0px 0px 8px #aaa; }
  .delegacion .pbResource {
    width: 100%; }
    .delegacion .pbResource a {
      width: 100%; }
      .delegacion .pbResource a img {
        width: 100% !important; }

#cookieAdvice {
  background: #3a749d;
  color: #ffffff;
  padding: 16px 12px;
  position: absolute;
  top: 0px; }

#cookieClose, #cookieClose:hover {
  color: #ffffff; }

#cookie-bar {
  background: #3a749d;
  height: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
  padding: 2px 0 5px 10px;
  z-index: 100000000; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar p {
  margin: 0;
  padding: 0; }

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0;
  margin-left: 8px; }

#cookie-bar .cb-enable {
  float: right;
  margin-right: 20px; }

#cookie-bar .cb-disable {
  color: #fff; }

#cookie-bar .cb-disable:hover {
  background: #bb0000; }

#cookie-bar .cb-policy {
  float: right; }

#cookie-bar .cb-policy:hover {
  text-decoration: underline; }

.img-lg-percentage, .img-lg-percentage .pb-eip-mapping-type-pbresource.pb-eip-mapping-empty {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100% !important;
  min-width: auto !important; }

.img-lg, .img-lg .pb-eip-mapping-type-pbresource.pb-eip-mapping-empty {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 200px !important;
  min-width: auto !important; }

.img-md, .img-md .pb-eip-mapping-type-pbresource.pb-eip-mapping-empty {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 150px !important;
  min-width: auto !important; }

.img-sm, .img-sm .pb-eip-mapping-type-pbresource.pb-eip-mapping-empty {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 20px;
  min-width: auto !important; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f6f7f7;
  border: 1px solid #f6f7f7;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #f6f7f7; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

.modal-title {
  margin: 0;
  line-height: 1.64286; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #f6f7f7; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 768px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.64286;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #297b90;
  border-radius: 0px; }

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #297b90; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #297b90; }

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #297b90; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #297b90; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.64286;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e0eded;
  border: 1px solid #e0eded;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f6f7f7;
  border-bottom: 1px solid #e9ebeb;
  border-radius: 5px 5px 0 0; }

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #9fc8c8;
  border-top-color: fadein(#e0eded, 5%);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #9fc8c8;
  border-right-color: fadein(#e0eded, 5%); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #9fc8c8;
  border-bottom-color: fadein(#e0eded, 5%);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #9fc8c8;
  border-left-color: fadein(#e0eded, 5%); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px; }

.carousel {
  position: relative;
  width: 100%;
  float: left; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner .pbResource {
    float: none; }
  .carousel-inner .pbResource img {
    width: 100%; }
  .carousel-inner .pbLink {
    position: absolute; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50px;
  z-index: 15;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 1px;
    border: 2px solid #ffffff;
    border-radius: 0px;
    cursor: pointer;
    color: #ffffff;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    color: #000; }

.carousel-caption {
  position: absolute;
  left: 6%;
  top: 15px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }
  .carousel-caption .pbLink {
    position: static; }
  .carousel-caption a, .carousel-caption a:hover, .carousel-caption a:visited {
    color: #ffffff;
    text-transform: none; }
  .carousel-caption h2 {
    font-size: 26px;
    font-weight: bold; }
  .carousel-caption h3 {
    font-size: 18px; }

.carousel-header .pbLink {
  left: auto;
  right: 10%;
  bottom: 10%; }
  .carousel-header .pbLink .btn {
    font-size: 10px;
    padding: 2px; }

@media screen and (min-width: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-header .pbLink {
    text-shadow: none;
    left: 50px;
    bottom: 80px;
    right: auto; }
    .carousel-header .pbLink .btn {
      font-size: 1em;
      padding: 5px 10px; }
  .carousel-caption {
    left: 6%;
    top: 15px;
    padding-bottom: 30px; }
    .carousel-caption h2 {
      font-size: 26px;
      font-weight: bold; }
    .carousel-caption h3 {
      font-size: 18px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right, #cookieClose, #cookieClose:hover {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important;
  visibility: hidden; }

.visible-sm {
  display: none !important;
  visibility: hidden; }

.visible-md {
  display: none !important;
  visibility: hidden; }

.visible-lg {
  display: none !important;
  visibility: hidden; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 479px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 479px) {
  body:not(.simulated) .hidden-xs {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 480px) and (max-width: 767px) {
  body:not(.simulated) .hidden-sm {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 768px) and (max-width: 991px) {
  body:not(.simulated) .hidden-md {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 992px) and (max-width: 1219px) {
  body:not(.simulated) .hidden-lg {
    display: none !important;
    visibility: hidden; } }

@media (min-width: 1220px) {
  body:not(.simulated) .hidden-xlg {
    display: none !important;
    visibility: hidden; } }

.visible-print {
  display: none !important;
  visibility: hidden; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden; } }

/*
Antes de la versión 2017.R1.Final, con sus mejoras responsivas, había un estilo que a partir de cierto modo ponía width:100% a las imágenes, las pixelaba y se veían mal.
Después de la versión 2017.R1.Final, esto se solucionó. Sin embargo, provocó que en modos lg para abajo, se podía ver una columna de texto muy fina y fea si la imagen era demasiado grande para el modo  concreto (ver descripción bug 7197)
Lo que hacemos es, similar a lo que sea hacía antes pero sin pixelar, a partir de lg centramos automáticamente las imágenes, con la opción de poner un estilo que no te haga esto
*/
.bootstrapSettings-screen-xs,
.bootstrapSettings-screen-sm,
.bootstrapSettings-screen-md,
.bootstrapSettings-screen-lg,
.bootstrapSettings-screen-xlg,
.bootstrapMode {
  max-width: 100px !important; }

.bootstrapSettings-screen-xs {
  width: 480px; }

.bootstrapSettings-screen-sm {
  width: 768px; }

.bootstrapSettings-screen-md {
  width: 992px; }

.bootstrapSettings-screen-lg {
  width: 1220px; }

.bootstrapSettings-screen-xlg {
  width: 1600px; }

.bootstrapSentinel {
  display: block;
  float: left; }

@media (max-width: 480px) {
  .bootstrapMode {
    width: 480px;
    display: block; }
  .bootstrapSentinel .bootstrapSettings-screen-sm,
  .bootstrapSentinel .bootstrapSettings-screen-md,
  .bootstrapSentinel .bootstrapSettings-screen-lg,
  .bootstrapSentinel .bootstrapSettings-screen-xlg {
    width: 0; } }

@media (min-width: 481px) and (max-width: 768px) {
  .bootstrapMode {
    width: 768px;
    display: block; }
  .bootstrapSentinel .bootstrapSettings-screen-xs,
  .bootstrapSentinel .bootstrapSettings-screen-md,
  .bootstrapSentinel .bootstrapSettings-screen-lg,
  .bootstrapSentinel .bootstrapSettings-screen-xlg {
    width: 0; } }

@media (min-width: 769px) and (max-width: 992px) {
  .bootstrapMode {
    width: 992px;
    display: block; }
  .bootstrapSentinel .bootstrapSettings-screen-xs,
  .bootstrapSentinel .bootstrapSettings-screen-sm,
  .bootstrapSentinel .bootstrapSettings-screen-lg,
  .bootstrapSentinel .bootstrapSettings-screen-xlg {
    width: 0; } }

@media (min-width: 993px) and (max-width: 1220px) {
  .bootstrapMode {
    width: 1220px;
    display: block; }
  .bootstrapSentinel .bootstrapSettings-screen-xs,
  .bootstrapSentinel .bootstrapSettings-screen-sm,
  .bootstrapSentinel .bootstrapSettings-screen-md,
  .bootstrapSentinel .bootstrapSettings-screen-xlg {
    width: 0; } }

@media (min-width: 1221px) {
  .bootstrapMode {
    width: 1600px;
    display: block; }
  .bootstrapSentinel .bootstrapSettings-screen-xs,
  .bootstrapSentinel .bootstrapSettings-screen-sm,
  .bootstrapSentinel .bootstrapSettings-screen-md,
  .bootstrapSentinel .bootstrapSettings-screen-lg {
    width: 0; } }

.mainContentFlex {
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21–28, Safari 6.1+ */
  display: flex;
  /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .mainContentFlex .aside1 {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* TWEENER - IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    display: block; }
  .mainContentFlex .aside2 {
    -webkit-box-ordinal-group: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -ms-flex-order: 3;
    /* TWEENER - IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    display: block; }
  .mainContentFlex .mainContent {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* TWEENER - IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    display: block; }

.mainContentFlex {
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21–28, Safari 6.1+ */
  display: flex;
  /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .mainContentFlex .aside1 {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* TWEENER - IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    display: block; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/Resources/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/Resources/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/Resources/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/Resources/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/Resources/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/Resources/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .pb .fa {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right, #cookieClose, #cookieClose:hover {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right, .fa#cookieClose {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/******************************** OVER SETTINGS *****************/
/***** los media queries de los over setting tiene que estar antes de los media queries específicos por modo */
/***** pque se entiende que los css's específicos por modo deben ganar siempre a los css's de over*/
/************** Fin media queries para oversettings*/
/* Media Queries espcíficos para cada modo*/
@media (min-width: 1220px) {
  body:not(.simulated) .autoHeight-xlg > .compositionElementPaddingsLayer {
    overflow: visible; }
  body:not(.simulated) .GDPRDisclaimerWrapper .GDPRDisclaimer {
    max-width: 50%; }
  body:not(.simulated) .mainContent {
    padding: 0 45px 0 7px; }
  body:not(.simulated) #megamenu-main {
    display: none; } }

@media (min-width: 992px) and (max-width: 1219px) {
  body:not(.simulated) {
    /*#logoConsellCatalunya {
        margin-top: 35px;
        max-width: 85% !important;
    }*/ }
    body:not(.simulated) .autoHeight-lg > .compositionElementPaddingsLayer {
      overflow: visible; }
    body:not(.simulated) article img:not(.NoCenterAuto), body:not(.simulated) article .cke_widget_image:not(.NoCenterAuto) {
      float: none !important;
      margin: auto !important;
      display: block !important; }
    body:not(.simulated) .widgetListadoGeneral .pbResource {
      max-width: 40%; }
    body:not(.simulated) .widgetListadoGeneral .enlacePersonalizado > span, body:not(.simulated) .widgetListadoGeneral .enlacePersonalizado > a {
      font-size: 0.7em;
      line-height: 1em; }
    body:not(.simulated) .widgetListadoGeneral span {
      margin-left: 1%; }
    body:not(.simulated) .GDPRDisclaimerWrapper .GDPRDisclaimer {
      max-width: 50%;
      top: 10%; }
    body:not(.simulated) .widgetListadoGeneral .enlacePersonalizado > span, body:not(.simulated) .widgetListadoGeneral .enlacePersonalizado > a {
      font-size: 0.8em;
      line-height: 1.3em; }
    body:not(.simulated) .aside2 {
      padding-left: 10px;
      margin-top: 10px; }
    body:not(.simulated) .mainContent {
      padding: 0 45px 0 7px; }
    body:not(.simulated) #megamenu-main {
      display: none; }
    body:not(.simulated) ul#barra_menu {
      padding-right: 0; }
      body:not(.simulated) ul#barra_menu li {
        padding-right: 0; }
        body:not(.simulated) ul#barra_menu li a {
          padding-left: 5px;
          padding-right: 5px;
          font-size: 12px; }
          body:not(.simulated) ul#barra_menu li a span:after {
            right: 5px !important;
            font-size: 11px; }
    body:not(.simulated) .compartir {
      padding: 8px 10px 7px 0; }
    body:not(.simulated) #menusuperior li:nth-child(1) {
      margin-left: 2px; }
    body:not(.simulated) #menusuperior li a {
      font-size: 12px;
      padding: 12px 5px;
      padding-bottom: 13px;
      line-height: 9px; }
    body:not(.simulated) .carousel .carousel-header .callToAction {
      font-size: 28px !important; }
    body:not(.simulated) .carousel .item .title {
      font-size: 36px; }
    body:not(.simulated) .carousel .item .text {
      font-size: 18px;
      width: 24%; }
    body:not(.simulated) #barra_menu li {
      width: 155px; }
      body:not(.simulated) #barra_menu li a {
        font-size: 13px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  body:not(.simulated) {
    /*.compartir {
        border-radius: 0 0 10px 10px;
    }*/
    /*.loginWdgt {
        margin-top: 20px;
    }*/ }
    body:not(.simulated) .autoHeight-md > .compositionElementPaddingsLayer {
      overflow: visible; }
    body:not(.simulated) article img:not(.NoCenterAuto), body:not(.simulated) article .cke_widget_image:not(.NoCenterAuto) {
      float: none !important;
      margin: auto !important;
      display: block !important; }
    body:not(.simulated) .widgetListadoGeneral .pbResource {
      max-width: 40%; }
    body:not(.simulated) .widgetListadoGeneral .enlacePersonalizado > span, body:not(.simulated) .widgetListadoGeneral .enlacePersonalizado > a {
      font-size: 0.7em;
      line-height: 1em; }
    body:not(.simulated) .widgetListadoGeneral span {
      margin-left: 1%; }
    body:not(.simulated) .GDPRDisclaimerWrapper .GDPRDisclaimer {
      max-width: 70%;
      top: 10%; }
    body:not(.simulated) .navbar-collapse.collapse {
      padding: 0; }
    body:not(.simulated) footer {
      margin-top: 40px; }
    body:not(.simulated) .mainContent {
      padding: 0 5px; }
    body:not(.simulated) #pbce_b1ef2aab-b7db-401c-a1d4-d432da6033a4, body:not(.simulated) #pbce_0922af4f-15bd-493c-8a48-fa4c444dced4 {
      float: right; }
    body:not(.simulated) #megamenu-main {
      position: absolute;
      top: 0;
      left: 5px;
      z-index: 1500; }
    body:not(.simulated) nav #widget_html {
      /*top: -47px;
        position: absolute;
        z-index: 1000;
        margin-top: 15px;*/ }
      body:not(.simulated) nav #widget_html img[data-contentid='39e55ba1-df54-4fdd-8900-607fecdef1e2'] {
        margin-top: -47px; }
      body:not(.simulated) nav #widget_html br {
        display: none !important; }
    body:not(.simulated) #barra_menu ul {
      width: 100%; }
      body:not(.simulated) #barra_menu ul li {
        width: 50%;
        text-align: center; }
        body:not(.simulated) #barra_menu ul li a {
          padding: 0;
          width: 100%;
          display: block; }
    body:not(.simulated) .carousel .carousel-header .callToAction {
      font-size: 22px !important; }
    body:not(.simulated) .carousel .item .title {
      font-size: 28px; }
    body:not(.simulated) .carousel .item .text {
      font-size: 14px;
      width: 24%; }
    body:not(.simulated) .menuTop .titleContainer,
    body:not(.simulated) .menuTop .theMenu {
      width: 100%; }
    body:not(.simulated) .menuTop .titleContainer {
      margin-bottom: 15px; }
    body:not(.simulated) .menuTop .theMenu li {
      width: 48%;
      min-width: auto;
      float: left; }
    body:not(.simulated) nav #widget_html .bloqueTextoHtml img {
      max-width: none !important;
      margin-top: -17px !important; }
    body:not(.simulated) .menuTop {
      display: none; }
    body:not(.simulated) #menu_tercer_nivell {
      display: none !important; }
    body:not(.simulated) .socializable img {
      width: 100% !important; }
    body:not(.simulated) #accesos_web_20 .toolbar {
      margin-top: 0;
      margin-bottom: 20px; }
    body:not(.simulated) #accesos_web_20 li .pbResource {
      padding-top: 1px !important; }
    body:not(.simulated) #pbce_5b39dc73-f490-41c9-af28-381c0944e864 .compositionElementPaddingsLayer,
    body:not(.simulated) #pbce_9f0b0d0e-09bd-4a3a-8bba-245996471ee1 .compositionElementPaddingsLayer {
      margin-left: 0 !important; }
    body:not(.simulated) #pbce_9ccf3977-a343-4e01-a2f8-2c917ab5122e {
      margin-top: 3px; }
    body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li {
      margin-right: 5px;
      padding-right: 5px; }
      body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li a :after, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li a :after {
        margin-left: 5px; }
    body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul {
      float: none !important;
      margin: auto 0;
      display: block; }
      body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li {
        margin-top: 5px;
        text-align: center;
        width: 50%;
        display: block;
        padding-right: 0;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
        body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a {
          padding-top: 5px;
          padding-bottom: 5px; }
        body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a :after, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a :after {
          content: '';
          margin: 0;
          padding: 0; }
    body:not(.simulated) #pbce_bc1f8889-ab96-4021-ba96-8f258785910a {
      text-align: center; }
    body:not(.simulated) .eventDetail {
      margin-top: -20px; }
      body:not(.simulated) .eventDetail .col-md-29 {
        padding: 0 !important; }
    body:not(.simulated) .relationedCategories {
      float: right !important;
      clear: none !important;
      margin-bottom: 10px;
      margin-left: 10px !important; }
    body:not(.simulated) .pb-eip-ListManagement.nav-stacked li.EnlaceRelacionadoReordenable {
      clear: none;
      width: 30%;
      margin-right: 1%; }
    body:not(.simulated) #login {
      margin-right: -130px;
      margin-top: 0;
      padding-bottom: 0; }
      body:not(.simulated) #login ul {
        float: right !important;
        margin-top: 0; }
    body:not(.simulated) .searchButton {
      margin-right: 9px !important; }
    body:not(.simulated) .mainContent.def_SITEagenda {
      width: 100% !important; }
    body:not(.simulated) .galeriaFormacion .formacio .moreData .callToAction,
    body:not(.simulated) .LlistaAgenda .Events .actions .callToAction {
      margin: 0 auto;
      width: auto !important;
      float: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  body:not(.simulated) {
    /*#accesos_web_20 {
        .toolbar {
            margin-top: 16px;
        }
    }*/ }
    body:not(.simulated) .autoHeight-sm > .compositionElementPaddingsLayer {
      overflow: visible; }
    body:not(.simulated) article img:not(.NoCenterAuto), body:not(.simulated) article .cke_widget_image:not(.NoCenterAuto) {
      float: none !important;
      margin: auto !important;
      display: block !important; }
    body:not(.simulated) .GDPRDisclaimerWrapper .GDPRDisclaimer {
      max-width: 85%;
      top: 5%; }
      body:not(.simulated) .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent {
        padding: 0 2em 2em 2em; }
    body:not(.simulated) .carousel .carousel-header .callToAction {
      font-size: 20px !important; }
    body:not(.simulated) .carousel .item .text {
      font-size: 14px; }
    body:not(.simulated) #megamenu-main {
      position: absolute;
      top: 0;
      left: 5px;
      z-index: 1500; }
    body:not(.simulated) .buscador .searchBoxWrapper.show-search-input {
      width: 200px !important; }
    body:not(.simulated) .mainContent {
      padding: 0 5px; }
    body:not(.simulated) .searchButton {
      margin-right: 0 !important; }
    body:not(.simulated) #pbce_0a3ecbf2-3970-4176-8bbe-56e7f3ae5f3d #widget_html,
    body:not(.simulated) #pbce_bc3f45ab-8f13-4747-b8e1-fb30b5f412aa #widget_html {
      margin-top: -47px; }
    body:not(.simulated) nav #widget_html {
      top: 0px;
      position: absolute;
      z-index: 1000;
      margin-top: 15px; }
      body:not(.simulated) nav #widget_html br {
        display: none !important; }
    body:not(.simulated) #login {
      margin-right: 10px; }
    body:not(.simulated) #menu_tercer_nivell, body:not(.simulated) .menuTop {
      display: none !important; }
    body:not(.simulated) .breadcrumb {
      display: none !important; }
    body:not(.simulated) .socializable img {
      width: 100% !important; }
    body:not(.simulated) #pbce_9ccf3977-a343-4e01-a2f8-2c917ab5122e,
    body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5,
    body:not(.simulated) #pbce_bc1f8889-ab96-4021-ba96-8f258785910a {
      text-align: center; }
    body:not(.simulated) #pbce_bc1f8889-ab96-4021-ba96-8f258785910a .bloqueTextoHtml img {
      float: none !important;
      display: inline-block !important; }
    body:not(.simulated) .Events .event {
      border-top: 1px solid #59B9D0; }
      body:not(.simulated) .Events .event .import {
        text-align: center; }
      body:not(.simulated) .Events .event .info, body:not(.simulated) .Events .event .actions {
        width: 100% !important; }
        body:not(.simulated) .Events .event .info .Row, body:not(.simulated) .Events .event .actions .Row {
          width: 100% !important;
          float: left; }
      body:not(.simulated) .Events .event .actions {
        padding-top: 0 !important;
        margin-top: 10px !important; }
    body:not(.simulated) .Events .Milestone .actions {
      padding: 0 !important;
      float: left !important;
      margin-top: 10px !important; }
    body:not(.simulated) .Events .event:first-child {
      border-top: 0; }
    body:not(.simulated) .Events .btn.action {
      width: 100% !important; }
    body:not(.simulated) .LlistaAgenda .filtres .calendario {
      margin-top: 30px;
      width: 100%; }
      body:not(.simulated) .LlistaAgenda .filtres .calendario .monthCalendar a:last-child {
        float: right; }
    body:not(.simulated) .LlistaAgenda .filtres .datesShown {
      position: absolute;
      text-align: center;
      padding: 0 0 0 10px !important; }
    body:not(.simulated) .eventDetail {
      margin-top: 5px;
      padding-left: 10px; }
    body:not(.simulated) .galeriaFormacion .formacio .moreData {
      position: relative; }
    body:not(.simulated) .galeriaFormacion .formacio .moreData .callToAction,
    body:not(.simulated) .LlistaAgenda .Events .actions .callToAction {
      margin: 0 auto;
      width: auto !important;
      min-width: 215px;
      float: none; }
    body:not(.simulated) .relationedCategories {
      float: right !important;
      clear: both;
      margin-bottom: 5px !important; }
    body:not(.simulated) .ladillo2 {
      padding: 5px 10px 5px 40px !important;
      background: transparent url("/resources/img/postquote_sm.png") 5px 10px no-repeat !important; }
    body:not(.simulated) .pb-eip-ListManagement.nav-stacked li.EnlaceRelacionadoReordenable {
      clear: none;
      width: 30%;
      margin-right: 1%; }
    body:not(.simulated) .TIE .pbResource a img {
      height: auto !important; }
    body:not(.simulated) .buscador {
      right: 10px; }
      body:not(.simulated) .buscador .searchBoxWrapper.show-search-input {
        width: 180px !important;
        right: 22px !important; }
    body:not(.simulated) .logedUser {
      max-width: 240px; }
    body:not(.simulated) .loginWdgt {
      margin-top: 0;
      /*margin-top: 20px;*/ }
    body:not(.simulated) #pbce_0aff2492-65e3-4c5c-b66f-59ac0e908aad .compositionElementPaddingsLayer {
      margin-right: 8px !important; }
    body:not(.simulated) .securityForm input[type=text], body:not(.simulated) .securityForm input[type=password] {
      width: 90%; }
    body:not(.simulated) .securityForm label.control-label {
      max-width: 90%;
      width: 90%; }
    body:not(.simulated) .toolbar-container .toolbar .itemToolBar .enlacePersonalizado {
      padding-top: 2px; } }

@media (max-width: 479px) {
  body:not(.simulated) {
    /*#accesos_web_20{
        display: none !important;
    }*/ }
    body:not(.simulated) .autoHeight-xs > .compositionElementPaddingsLayer {
      overflow: visible; } }
  @media (max-width: 479px) and (orientation: landscape) {
    body:not(.simulated) .navbar-fixed-top .navbar-collapse,
    body:not(.simulated) .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

@media (max-width: 479px) {
    body:not(.simulated) article img:not(.NoCenterAuto), body:not(.simulated) article .cke_widget_image:not(.NoCenterAuto) {
      float: none !important;
      margin: auto !important;
      display: block !important; }
    body:not(.simulated) .GDPRDisclaimerWrapper .GDPRDisclaimer {
      max-width: 95%;
      top: 1%; }
      body:not(.simulated) .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent {
        padding: 0; }
    body:not(.simulated) #megamenu-main {
      position: absolute;
      top: 102px;
      left: 5px;
      z-index: 1500; }
      body:not(.simulated) #megamenu-main .menuHambTitle {
        display: none !important; }
    body:not(.simulated) nav #widget_html {
      z-index: 1000;
      margin-top: 15px; }
      body:not(.simulated) nav #widget_html br {
        display: none !important; }
      body:not(.simulated) nav #widget_html a img {
        max-width: 180px;
        margin-top: 0 !important; }
    body:not(.simulated) #barra_de_herramientas_principal ul {
      float: left;
      padding-left: 10px; }
    body:not(.simulated) nav #logo_consell_catalunya_small_devs a img, body:not(.simulated) nav #logo_cciic_modos_pequenos a img, body:not(.simulated) nav #pbce_802d5017-ab11-4448-a1b1-57de11be8014 a img {
      max-width: 50px !important;
      height: auto; }
    body:not(.simulated) .loginWdgt {
      /*margin-top: 20px;*/
      margin-top: 0; }
    body:not(.simulated) .carousel-header .callToAction {
      font-size: 20px !important; }
    body:not(.simulated) .fitxaColegiat table {
      width: auto !important;
      float: none;
      display: block;
      margin: 0 20px 0 0; }
    body:not(.simulated) .buscador {
      margin-right: 5px; }
    body:not(.simulated) .gs-result .gs-image-box, body:not(.simulated) .gs-result .gs-image {
      min-width: unset !important;
      width: 100% !important; }
      body:not(.simulated) .gs-result .gs-image-box img, body:not(.simulated) .gs-result .gs-image img {
        margin-right: 0;
        min-width: unset !important;
        width: 100% !important; }
    body:not(.simulated) .mainContent {
      padding: 0 5px; }
    body:not(.simulated) .persona .pbResource > img {
      max-height: none !important; }
    body:not(.simulated) .navbar .bloqueTextoHtml a {
      float: none;
      display: block;
      text-align: center; }
    body:not(.simulated) .toolbar-container ul {
      margin: 5px auto !important; }
    body:not(.simulated) .formacioDetail .propertyrepeater .prop .value, body:not(.simulated) .formacioDetail .propertyrepeater .prop .label {
      width: 100%; }
    body:not(.simulated) .inscripcio a.btn {
      width: 100%;
      margin-bottom: 10px; }
    body:not(.simulated) .galeriaFormacion .formacio .moreData,
    body:not(.simulated) .galeriaFormacion .formacio .tit,
    body:not(.simulated) .galeriaFormacion .formacio .moreData .btn {
      width: 100%; }
    body:not(.simulated) .galeriaFormacion .formacio .moreData .btn {
      margin-bottom: 10px; }
    body:not(.simulated) .galeriaFormacion .formacio .moreData .callToAction,
    body:not(.simulated) .LlistaAgenda .Events .actions .callToAction {
      margin: 0 auto;
      width: auto !important;
      min-width: 215px;
      float: none; }
    body:not(.simulated) .socializable img {
      width: 100% !important; }
    body:not(.simulated) .noticia, body:not(.simulated) .noticiaDetall img {
      width: 100%; }
    body:not(.simulated) .noticiaDetail .pbResource.imgDetalle {
      width: 100%; }
    body:not(.simulated) .TIE .pbResource a img {
      height: auto !important; }
    body:not(.simulated) #menu_tercer_nivell, body:not(.simulated) .breadcrumb {
      display: none !important; }
    body:not(.simulated) .toolbar-container .toolbar .itemToolBar .enlacePersonalizado {
      padding: 0; }
    body:not(.simulated) article, body:not(.simulated) aside {
      padding: 0 !important; }
    body:not(.simulated) article .media-list .noticia .myContainer, body:not(.simulated) article .media-list .formacio, body:not(.simulated) *[role=main] .TIE {
      border-bottom: 1px solid #dfdfbf !important;
      margin: 5px 2px; }
    body:not(.simulated) *[role=main] .TIE {
      margin: 5px 0; }
    body:not(.simulated) .sitemap .pb-eip-ListManagement .pb-eip-ListManagementElement.itemMenuPeu {
      width: 50% !important; }
    body:not(.simulated) article .pbResource.media-left {
      padding-right: 0; }
    body:not(.simulated) .esdevenimentDate {
      width: 100%; }
    body:not(.simulated) .relationedCategories {
      float: right !important;
      clear: both;
      margin-bottom: 5px !important; }
    body:not(.simulated) .ladillo2 {
      padding: 5px 10px 5px 40px !important;
      background: transparent url("/resources/img/postquote_sm.png") 5px 10px no-repeat !important; }
    body:not(.simulated) .persona.media .pbResource img {
      max-height: none; }
    body:not(.simulated) .pb-eip-ListManagement.nav-stacked li.EnlaceRelacionadoReordenable {
      clear: both;
      width: 100%; }
    body:not(.simulated) .sitemap {
      display: block !important;
      -ms-flex-wrap: unset !important; }
      body:not(.simulated) .sitemap .pb-eip-ListManagement {
        -ms-flex: auto 1;
        -ms-flex-direction: row;
        -ms-flex-flow: wrap;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-direction: row; }
        body:not(.simulated) .sitemap .pb-eip-ListManagement .pb-eip-ListManagementElement {
          overflow: hidden;
          -ms-flex-align: stretch;
          -webkit-flex-item-align: stretch;
          align-self: stretch;
          height: 100% !important; }
    body:not(.simulated) .panel.panel-primary {
      width: 100% !important; }
    body:not(.simulated) .formCoib {
      max-width: 100% !important;
      width: 93%;
      padding: 3%; }
      body:not(.simulated) .formCoib .dynform input[type='text'], body:not(.simulated) .formCoib .dynform td select {
        width: 90% !important; }
      body:not(.simulated) .formCoib .column1 {
        width: 90%; }
      body:not(.simulated) .formCoib .textPD {
        max-width: 93% !important; }
    body:not(.simulated) .resumInscripcio.formCoib {
      padding: 0; }
    body:not(.simulated) .wizard-steps-panel .step-number {
      font-size: 22px;
      line-height: 32px; }
    body:not(.simulated) #mapa_del_web ul.primero {
      width: 100%;
      margin-left: 0; }
    body:not(.simulated) #mapa_del_web ul.segundo {
      width: 95%;
      margin-left: 5%; }
    body:not(.simulated) #mapa_del_web ul.tercero {
      width: 90%;
      margin-left: 10%; }
    body:not(.simulated) #mapa_del_web .level0 {
      width: 100%; }
    body:not(.simulated) .persona .media-body {
      padding: 22px 30px; }
    body:not(.simulated) .securityForm input[type=text], body:not(.simulated) .securityForm input[type=password] {
      width: 90%; }
    body:not(.simulated) .securityForm label.control-label {
      max-width: 90%;
      width: 90%; }
    body:not(.simulated) .noticia .noticia-media-body {
      margin-left: 0;
      width: 100%; }
      body:not(.simulated) .noticia .noticia-media-body div.h {
        margin-top: 5px; }
    body:not(.simulated) .carousel .item .text {
      font-size: 14px; } }

/* Fin Media Queries espcíficos para cada modo*/
/* Simulaciones para EIP */
.simulate-xlg {
  /*.navbar-collapse {
        &.collapse {
            display: block;
            visibility: visible;
        }
    }*/ }
  .simulate-xlg .autoHeight-xlg > .compositionElementPaddingsLayer {
    overflow: visible; }
  .simulate-xlg .GDPRDisclaimerWrapper .GDPRDisclaimer {
    max-width: 50%; }
  .simulate-xlg .mainContent {
    padding: 0 45px 0 7px; }
  .simulate-xlg #megamenu-main {
    display: none; }
  .simulate-xlg .toolbar-container {
    width: 100%; }
  .simulate-xlg .navbar-toggle {
    display: none; }
  .simulate-xlg .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
    .simulate-xlg .navbar-collapse.collapse {
      display: block;
      visibility: visible;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; }
    .simulate-xlg .navbar-collapse.in {
      overflow-y: visible; }
    .navbar-fixed-top .simulate-xlg .navbar-collapse,
    .navbar-static-top .simulate-xlg .navbar-collapse,
    .navbar-fixed-bottom .simulate-xlg .navbar-collapse {
      padding-left: 0;
      padding-right: 0; }
  .simulate-xlg .container > .navbar-header,
  .simulate-xlg .container > .navbar-collapse,
  .simulate-xlg .container-fluid > .navbar-header,
  .simulate-xlg .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; }
  .simulate-xlg .navbar-static-top,
  .simulate-xlg .navbar-fixed-top,
  .simulate-xlg .navbar-fixed-bottom {
    border-radius: 0; }
  .navbar > .container .simulate-xlg .navbar-brand,
  .navbar > .container-fluid .simulate-xlg .navbar-brand {
    margin-left: 0px; }
  .simulate-xlg .navbar-nav {
    float: left;
    margin: 0; }
    .simulate-xlg .navbar-nav > li {
      float: left; }
      .simulate-xlg .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px; }

.simulate-lg {
  /*#logoConsellCatalunya {
        margin-top: 35px;
        max-width: 85% !important;
    }*/
  /*.navbar-collapse {
        &.collapse {
            display: block;
            visibility: visible;
        }
    }*/ }
  .simulate-lg .autoHeight-lg > .compositionElementPaddingsLayer {
    overflow: visible; }
  .simulate-lg article img:not(.NoCenterAuto), .simulate-lg article .cke_widget_image:not(.NoCenterAuto) {
    float: none !important;
    margin: auto !important;
    display: block !important; }
  .simulate-lg .widgetListadoGeneral .pbResource {
    max-width: 40%; }
  .simulate-lg .widgetListadoGeneral .enlacePersonalizado > span, .simulate-lg .widgetListadoGeneral .enlacePersonalizado > a {
    font-size: 0.7em;
    line-height: 1em; }
  .simulate-lg .widgetListadoGeneral span {
    margin-left: 1%; }
  .simulate-lg .GDPRDisclaimerWrapper .GDPRDisclaimer {
    max-width: 50%;
    top: 10%; }
  .simulate-lg .widgetListadoGeneral .enlacePersonalizado > span, .simulate-lg .widgetListadoGeneral .enlacePersonalizado > a {
    font-size: 0.8em;
    line-height: 1.3em; }
  .simulate-lg .aside2 {
    padding-left: 10px;
    margin-top: 10px; }
  .simulate-lg .mainContent {
    padding: 0 45px 0 7px; }
  .simulate-lg #megamenu-main {
    display: none; }
  .simulate-lg ul#barra_menu {
    padding-right: 0; }
    .simulate-lg ul#barra_menu li {
      padding-right: 0; }
      .simulate-lg ul#barra_menu li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px; }
        .simulate-lg ul#barra_menu li a span:after {
          right: 5px !important;
          font-size: 11px; }
  .simulate-lg .compartir {
    padding: 8px 10px 7px 0; }
  .simulate-lg #menusuperior li:nth-child(1) {
    margin-left: 2px; }
  .simulate-lg #menusuperior li a {
    font-size: 12px;
    padding: 12px 5px;
    padding-bottom: 13px;
    line-height: 9px; }
  .simulate-lg .carousel .carousel-header .callToAction {
    font-size: 28px !important; }
  .simulate-lg .carousel .item .title {
    font-size: 36px; }
  .simulate-lg .carousel .item .text {
    font-size: 18px;
    width: 24%; }
  .simulate-lg #barra_menu li {
    width: 155px; }
    .simulate-lg #barra_menu li a {
      font-size: 13px !important; }
  .simulate-lg .toolbar-container {
    width: 100%; }
  .simulate-lg .navbar-toggle {
    display: none; }
  .simulate-lg .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
    .simulate-lg .navbar-collapse.collapse {
      display: block;
      visibility: visible;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; }
    .simulate-lg .navbar-collapse.in {
      overflow-y: visible; }
    .navbar-fixed-top .simulate-lg .navbar-collapse,
    .navbar-static-top .simulate-lg .navbar-collapse,
    .navbar-fixed-bottom .simulate-lg .navbar-collapse {
      padding-left: 0;
      padding-right: 0; }
  .simulate-lg .container > .navbar-header,
  .simulate-lg .container > .navbar-collapse,
  .simulate-lg .container-fluid > .navbar-header,
  .simulate-lg .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; }
  .simulate-lg .navbar-static-top,
  .simulate-lg .navbar-fixed-top,
  .simulate-lg .navbar-fixed-bottom {
    border-radius: 0; }
  .navbar > .container .simulate-lg .navbar-brand,
  .navbar > .container-fluid .simulate-lg .navbar-brand {
    margin-left: 0px; }
  .simulate-lg .navbar-nav {
    float: left;
    margin: 0; }
    .simulate-lg .navbar-nav > li {
      float: left; }
      .simulate-lg .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px; }

.simulate-md {
  /*.compartir {
        border-radius: 0 0 10px 10px;
    }*/
  /*.loginWdgt {
        margin-top: 20px;
    }*/
  /*.navbar-collapse {
        &.collapse {
            display: none;
        }
    }*/ }
  .simulate-md .autoHeight-md > .compositionElementPaddingsLayer {
    overflow: visible; }
  .simulate-md article img:not(.NoCenterAuto), .simulate-md article .cke_widget_image:not(.NoCenterAuto) {
    float: none !important;
    margin: auto !important;
    display: block !important; }
  .simulate-md .widgetListadoGeneral .pbResource {
    max-width: 40%; }
  .simulate-md .widgetListadoGeneral .enlacePersonalizado > span, .simulate-md .widgetListadoGeneral .enlacePersonalizado > a {
    font-size: 0.7em;
    line-height: 1em; }
  .simulate-md .widgetListadoGeneral span {
    margin-left: 1%; }
  .simulate-md .GDPRDisclaimerWrapper .GDPRDisclaimer {
    max-width: 70%;
    top: 10%; }
  .simulate-md .navbar-collapse.collapse {
    padding: 0; }
  .simulate-md footer {
    margin-top: 40px; }
  .simulate-md .mainContent {
    padding: 0 5px; }
  .simulate-md #pbce_b1ef2aab-b7db-401c-a1d4-d432da6033a4, .simulate-md #pbce_0922af4f-15bd-493c-8a48-fa4c444dced4 {
    float: right; }
  .simulate-md #megamenu-main {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1500; }
  .simulate-md nav #widget_html {
    /*top: -47px;
        position: absolute;
        z-index: 1000;
        margin-top: 15px;*/ }
    .simulate-md nav #widget_html img[data-contentid='39e55ba1-df54-4fdd-8900-607fecdef1e2'] {
      margin-top: -47px; }
    .simulate-md nav #widget_html br {
      display: none !important; }
  .simulate-md #barra_menu ul {
    width: 100%; }
    .simulate-md #barra_menu ul li {
      width: 50%;
      text-align: center; }
      .simulate-md #barra_menu ul li a {
        padding: 0;
        width: 100%;
        display: block; }
  .simulate-md .carousel .carousel-header .callToAction {
    font-size: 22px !important; }
  .simulate-md .carousel .item .title {
    font-size: 28px; }
  .simulate-md .carousel .item .text {
    font-size: 14px;
    width: 24%; }
  .simulate-md .menuTop .titleContainer,
  .simulate-md .menuTop .theMenu {
    width: 100%; }
  .simulate-md .menuTop .titleContainer {
    margin-bottom: 15px; }
  .simulate-md .menuTop .theMenu li {
    width: 48%;
    min-width: auto;
    float: left; }
  .simulate-md nav #widget_html .bloqueTextoHtml img {
    max-width: none !important;
    margin-top: -17px !important; }
  .simulate-md .menuTop {
    display: none; }
  .simulate-md #menu_tercer_nivell {
    display: none !important; }
  .simulate-md .socializable img {
    width: 100% !important; }
  .simulate-md #accesos_web_20 .toolbar {
    margin-top: 0;
    margin-bottom: 20px; }
  .simulate-md #accesos_web_20 li .pbResource {
    padding-top: 1px !important; }
  .simulate-md #pbce_5b39dc73-f490-41c9-af28-381c0944e864 .compositionElementPaddingsLayer,
  .simulate-md #pbce_9f0b0d0e-09bd-4a3a-8bba-245996471ee1 .compositionElementPaddingsLayer {
    margin-left: 0 !important; }
  .simulate-md #pbce_9ccf3977-a343-4e01-a2f8-2c917ab5122e {
    margin-top: 3px; }
  .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li {
    margin-right: 5px;
    padding-right: 5px; }
    .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li a :after, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li a :after {
      margin-left: 5px; }
  .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul {
    float: none !important;
    margin: auto 0;
    display: block; }
    .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li {
      margin-top: 5px;
      text-align: center;
      width: 50%;
      display: block;
      padding-right: 0;
      margin-right: 0;
      padding-top: 5px;
      padding-bottom: 5px; }
      .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a {
        padding-top: 5px;
        padding-bottom: 5px; }
      .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a :after, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a :after {
        content: '';
        margin: 0;
        padding: 0; }
  .simulate-md #pbce_bc1f8889-ab96-4021-ba96-8f258785910a {
    text-align: center; }
  .simulate-md .eventDetail {
    margin-top: -20px; }
    .simulate-md .eventDetail .col-md-29 {
      padding: 0 !important; }
  .simulate-md .relationedCategories {
    float: right !important;
    clear: none !important;
    margin-bottom: 10px;
    margin-left: 10px !important; }
  .simulate-md .pb-eip-ListManagement.nav-stacked li.EnlaceRelacionadoReordenable {
    clear: none;
    width: 30%;
    margin-right: 1%; }
  .simulate-md #login {
    margin-right: -130px;
    margin-top: 0;
    padding-bottom: 0; }
    .simulate-md #login ul {
      float: right !important;
      margin-top: 0; }
  .simulate-md .searchButton {
    margin-right: 9px !important; }
  .simulate-md .mainContent.def_SITEagenda {
    width: 100% !important; }
  .simulate-md .galeriaFormacion .formacio .moreData .callToAction,
  .simulate-md .LlistaAgenda .Events .actions .callToAction {
    margin: 0 auto;
    width: auto !important;
    float: none; }
  .simulate-md .BannerSeccion.CaptionInBottom .pbResource {
    display: none; }
  .simulate-md .BannerSeccion.CaptionInBottom .textoBan {
    position: static;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 20px;
    width: 100%; }
    .simulate-md .BannerSeccion.CaptionInBottom .textoBan h2.TituloBanner {
      color: #FFF;
      font-size: 30px; }
    .simulate-md .BannerSeccion.CaptionInBottom .textoBan h3.DescripcionBanner {
      color: #FFF;
      font-size: 24px; }
  .simulate-md .carousel.CaptionInBottom .carousel-caption, .simulate-md .carousel.CaptionInBottom .bannerContent {
    left: 0px;
    top: 0px;
    float: left;
    padding: 20px;
    margin: 0px;
    width: 100% !important;
    position: relative;
    background: #f0f0f0; }
    .simulate-md .carousel.CaptionInBottom .carousel-caption a, .simulate-md .carousel.CaptionInBottom .bannerContent a {
      padding-top: 20px !important; }
    .simulate-md .carousel.CaptionInBottom .carousel-caption .text, .simulate-md .carousel.CaptionInBottom .bannerContent .text {
      margin-top: 0px !important; }
    .simulate-md .carousel.CaptionInBottom .carousel-caption h2, .simulate-md .carousel.CaptionInBottom .carousel-caption h3, .simulate-md .carousel.CaptionInBottom .bannerContent h2, .simulate-md .carousel.CaptionInBottom .bannerContent h3 {
      color: #333 !important; }
  .simulate-md .mainContentFlex {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column; }
    .simulate-md .mainContentFlex .aside1 {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* TWEENER - IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      display: block;
      width: auto !important;
      margin-top: 20px !important; }
    .simulate-md .mainContentFlex .aside2 {
      margin-top: 20px !important;
      -webkit-box-ordinal-group: 3;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 3;
      /* OLD - Firefox 19- */
      -ms-flex-order: 3;
      /* TWEENER - IE 10 */
      -webkit-order: 3;
      /* NEW - Chrome */
      order: 3;
      display: block;
      width: auto !important; }
    .simulate-md .mainContentFlex .mainContent {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* TWEENER - IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      display: block;
      width: auto !important; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .simulate-md .mainContentFlex .aside1, .simulate-md .mainContentFlex .aside2, .simulate-md .mainContentFlex .mainContent {
        width: 100% !important;
        margin-top: 20px !important; }
        .simulate-md .mainContentFlex .aside1 .mainContentFlex .aside1, .simulate-md .mainContentFlex .aside1 .mainContentFlex .aside2, .simulate-md .mainContentFlex .aside1 .mainContentFlex .mainContent, .simulate-md .mainContentFlex .aside2 .mainContentFlex .aside1, .simulate-md .mainContentFlex .aside2 .mainContentFlex .aside2, .simulate-md .mainContentFlex .aside2 .mainContentFlex .mainContent, .simulate-md .mainContentFlex .mainContent .mainContentFlex .aside1, .simulate-md .mainContentFlex .mainContent .mainContentFlex .aside2, .simulate-md .mainContentFlex .mainContent .mainContentFlex .mainContent {
          width: 100% !important; } }
    .simulate-md .mainContentFlex .mainContentFlex {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column; }
      .simulate-md .mainContentFlex .mainContentFlex .aside1 {
        -webkit-box-ordinal-group: 2;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2;
        /* OLD - Firefox 19- */
        -ms-flex-order: 2;
        /* TWEENER - IE 10 */
        -webkit-order: 2;
        /* NEW - Chrome */
        order: 2;
        display: block;
        width: 100% !important;
        margin-top: 20px !important; }
      .simulate-md .mainContentFlex .mainContentFlex .aside2 {
        margin-top: 20px !important;
        -webkit-box-ordinal-group: 3;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 3;
        /* OLD - Firefox 19- */
        -ms-flex-order: 3;
        /* TWEENER - IE 10 */
        -webkit-order: 3;
        /* NEW - Chrome */
        order: 3;
        display: block;
        width: auto !important; }
      .simulate-md .mainContentFlex .mainContentFlex .mainContent {
        -webkit-box-ordinal-group: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 1;
        /* OLD - Firefox 19- */
        -ms-flex-order: 1;
        /* TWEENER - IE 10 */
        -webkit-order: 1;
        /* NEW - Chrome */
        order: 1;
        display: block;
        width: auto !important; }
    .simulate-md .mainContentFlex .mainContentFlex {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column; }
    .simulate-md .mainContentFlex .mainContentFlex .aside1 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      display: block;
      width: 100% !important;
      margin-top: 20px !important; }
    .simulate-md .mainContentFlex .mainContentFlex .aside2 {
      margin-top: 20px !important;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      display: block;
      width: auto !important; }
    .simulate-md .mainContentFlex .mainContentFlex .mainContent {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      display: block;
      width: auto !important; }
    .simulate-md .mainContentFlex .socializable img {
      margin-right: 30px;
      width: 60% !important; }
  .simulate-md .navbar-toggle {
    display: block;
    visibility: visible; }
  .simulate-md .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; }
    .simulate-md .navbar-collapse .navbar-nav {
      margin: 0px; }
  .simulate-md .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .simulate-md .navbar-nav .open .dropdown-menu > li > a,
    .simulate-md .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .simulate-md .navbar-nav .open .dropdown-menu > li > a {
      line-height: 10px; }
      .simulate-md .navbar-nav .open .dropdown-menu > li > a:hover, .simulate-md .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
  .simulate-md #barra_de_herramientas_principal, .simulate-md .buscador {
    background-color: transparent !important; }
  .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li {
    margin-right: 5px;
    padding-right: 5px; }
    .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li a :after, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li a :after {
      margin-left: 5px; }
  .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul {
    float: none !important;
    margin: auto 0;
    display: block; }
    .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li {
      margin-top: 5px;
      text-align: center;
      width: 50%;
      display: block;
      padding-right: 0;
      margin-right: 0;
      padding-top: 5px;
      padding-bottom: 5px; }
      .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a {
        padding-top: 5px;
        padding-bottom: 5px; }
      .simulate-md #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a :after, .simulate-md #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a :after {
        content: '';
        margin: 0;
        padding: 0; }

.simulate-sm {
  /*#accesos_web_20 {
        .toolbar {
            margin-top: 16px;
        }
    }*/
  /*.navbar-collapse {
        &.collapse {
            display: none;
        }
    }*/ }
  .simulate-sm .autoHeight-sm > .compositionElementPaddingsLayer {
    overflow: visible; }
  .simulate-sm article img:not(.NoCenterAuto), .simulate-sm article .cke_widget_image:not(.NoCenterAuto) {
    float: none !important;
    margin: auto !important;
    display: block !important; }
  .simulate-sm .GDPRDisclaimerWrapper .GDPRDisclaimer {
    max-width: 85%;
    top: 5%; }
    .simulate-sm .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent {
      padding: 0 2em 2em 2em; }
  .simulate-sm .carousel .carousel-header .callToAction {
    font-size: 20px !important; }
  .simulate-sm .carousel .item .text {
    font-size: 14px; }
  .simulate-sm #megamenu-main {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1500; }
  .simulate-sm .buscador .searchBoxWrapper.show-search-input {
    width: 200px !important; }
  .simulate-sm .mainContent {
    padding: 0 5px; }
  .simulate-sm .searchButton {
    margin-right: 0 !important; }
  .simulate-sm #pbce_0a3ecbf2-3970-4176-8bbe-56e7f3ae5f3d #widget_html,
  .simulate-sm #pbce_bc3f45ab-8f13-4747-b8e1-fb30b5f412aa #widget_html {
    margin-top: -47px; }
  .simulate-sm nav #widget_html {
    top: 0px;
    position: absolute;
    z-index: 1000;
    margin-top: 15px; }
    .simulate-sm nav #widget_html br {
      display: none !important; }
  .simulate-sm #login {
    margin-right: 10px; }
  .simulate-sm #menu_tercer_nivell, .simulate-sm .menuTop {
    display: none !important; }
  .simulate-sm .breadcrumb {
    display: none !important; }
  .simulate-sm .socializable img {
    width: 100% !important; }
  .simulate-sm #pbce_9ccf3977-a343-4e01-a2f8-2c917ab5122e,
  .simulate-sm #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5,
  .simulate-sm #pbce_bc1f8889-ab96-4021-ba96-8f258785910a {
    text-align: center; }
  .simulate-sm #pbce_bc1f8889-ab96-4021-ba96-8f258785910a .bloqueTextoHtml img {
    float: none !important;
    display: inline-block !important; }
  .simulate-sm .Events .event {
    border-top: 1px solid #59B9D0; }
    .simulate-sm .Events .event .import {
      text-align: center; }
    .simulate-sm .Events .event .info, .simulate-sm .Events .event .actions {
      width: 100% !important; }
      .simulate-sm .Events .event .info .Row, .simulate-sm .Events .event .actions .Row {
        width: 100% !important;
        float: left; }
    .simulate-sm .Events .event .actions {
      padding-top: 0 !important;
      margin-top: 10px !important; }
  .simulate-sm .Events .Milestone .actions {
    padding: 0 !important;
    float: left !important;
    margin-top: 10px !important; }
  .simulate-sm .Events .event:first-child {
    border-top: 0; }
  .simulate-sm .Events .btn.action {
    width: 100% !important; }
  .simulate-sm .LlistaAgenda .filtres .calendario {
    margin-top: 30px;
    width: 100%; }
    .simulate-sm .LlistaAgenda .filtres .calendario .monthCalendar a:last-child {
      float: right; }
  .simulate-sm .LlistaAgenda .filtres .datesShown {
    position: absolute;
    text-align: center;
    padding: 0 0 0 10px !important; }
  .simulate-sm .eventDetail {
    margin-top: 5px;
    padding-left: 10px; }
  .simulate-sm .galeriaFormacion .formacio .moreData {
    position: relative; }
  .simulate-sm .galeriaFormacion .formacio .moreData .callToAction,
  .simulate-sm .LlistaAgenda .Events .actions .callToAction {
    margin: 0 auto;
    width: auto !important;
    min-width: 215px;
    float: none; }
  .simulate-sm .relationedCategories {
    float: right !important;
    clear: both;
    margin-bottom: 5px !important; }
  .simulate-sm .ladillo2 {
    padding: 5px 10px 5px 40px !important;
    background: transparent url("/resources/img/postquote_sm.png") 5px 10px no-repeat !important; }
  .simulate-sm .pb-eip-ListManagement.nav-stacked li.EnlaceRelacionadoReordenable {
    clear: none;
    width: 30%;
    margin-right: 1%; }
  .simulate-sm .TIE .pbResource a img {
    height: auto !important; }
  .simulate-sm .buscador {
    right: 10px; }
    .simulate-sm .buscador .searchBoxWrapper.show-search-input {
      width: 180px !important;
      right: 22px !important; }
  .simulate-sm .logedUser {
    max-width: 240px; }
  .simulate-sm .loginWdgt {
    margin-top: 0;
    /*margin-top: 20px;*/ }
  .simulate-sm #pbce_0aff2492-65e3-4c5c-b66f-59ac0e908aad .compositionElementPaddingsLayer {
    margin-right: 8px !important; }
  .simulate-sm .securityForm input[type=text], .simulate-sm .securityForm input[type=password] {
    width: 90%; }
  .simulate-sm .securityForm label.control-label {
    max-width: 90%;
    width: 90%; }
  .simulate-sm .toolbar-container .toolbar .itemToolBar .enlacePersonalizado {
    padding-top: 2px; }
  .simulate-sm .BannerSeccion.CaptionInBottom .pbResource {
    display: none; }
  .simulate-sm .BannerSeccion.CaptionInBottom .textoBan {
    position: static;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 20px;
    width: 100%; }
    .simulate-sm .BannerSeccion.CaptionInBottom .textoBan h2.TituloBanner {
      color: #FFF;
      font-size: 30px; }
    .simulate-sm .BannerSeccion.CaptionInBottom .textoBan h3.DescripcionBanner {
      color: #FFF;
      font-size: 24px; }
  .simulate-sm .carousel.CaptionInBottom .carousel-caption, .simulate-sm .carousel.CaptionInBottom .bannerContent {
    left: 0px;
    top: 0px;
    float: left;
    padding: 20px;
    margin: 0px;
    width: 100% !important;
    position: relative;
    background: #f0f0f0; }
    .simulate-sm .carousel.CaptionInBottom .carousel-caption a, .simulate-sm .carousel.CaptionInBottom .bannerContent a {
      padding-top: 20px !important; }
    .simulate-sm .carousel.CaptionInBottom .carousel-caption .text, .simulate-sm .carousel.CaptionInBottom .bannerContent .text {
      margin-top: 0px !important; }
    .simulate-sm .carousel.CaptionInBottom .carousel-caption h2, .simulate-sm .carousel.CaptionInBottom .carousel-caption h3, .simulate-sm .carousel.CaptionInBottom .bannerContent h2, .simulate-sm .carousel.CaptionInBottom .bannerContent h3 {
      color: #333 !important; }
  .simulate-sm .mainContentFlex {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column; }
    .simulate-sm .mainContentFlex .aside1 {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* TWEENER - IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      display: block;
      width: auto !important;
      margin-top: 20px !important; }
    .simulate-sm .mainContentFlex .aside2 {
      margin-top: 20px !important;
      -webkit-box-ordinal-group: 3;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 3;
      /* OLD - Firefox 19- */
      -ms-flex-order: 3;
      /* TWEENER - IE 10 */
      -webkit-order: 3;
      /* NEW - Chrome */
      order: 3;
      display: block;
      width: auto !important; }
    .simulate-sm .mainContentFlex .mainContent {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* TWEENER - IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      display: block;
      width: auto !important; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .simulate-sm .mainContentFlex .aside1, .simulate-sm .mainContentFlex .aside2, .simulate-sm .mainContentFlex .mainContent {
        width: 100% !important;
        margin-top: 20px !important; }
        .simulate-sm .mainContentFlex .aside1 .mainContentFlex .aside1, .simulate-sm .mainContentFlex .aside1 .mainContentFlex .aside2, .simulate-sm .mainContentFlex .aside1 .mainContentFlex .mainContent, .simulate-sm .mainContentFlex .aside2 .mainContentFlex .aside1, .simulate-sm .mainContentFlex .aside2 .mainContentFlex .aside2, .simulate-sm .mainContentFlex .aside2 .mainContentFlex .mainContent, .simulate-sm .mainContentFlex .mainContent .mainContentFlex .aside1, .simulate-sm .mainContentFlex .mainContent .mainContentFlex .aside2, .simulate-sm .mainContentFlex .mainContent .mainContentFlex .mainContent {
          width: 100% !important; } }
    .simulate-sm .mainContentFlex .mainContentFlex {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column; }
      .simulate-sm .mainContentFlex .mainContentFlex .aside1 {
        -webkit-box-ordinal-group: 2;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2;
        /* OLD - Firefox 19- */
        -ms-flex-order: 2;
        /* TWEENER - IE 10 */
        -webkit-order: 2;
        /* NEW - Chrome */
        order: 2;
        display: block;
        width: 100% !important;
        margin-top: 20px !important; }
      .simulate-sm .mainContentFlex .mainContentFlex .aside2 {
        margin-top: 20px !important;
        -webkit-box-ordinal-group: 3;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 3;
        /* OLD - Firefox 19- */
        -ms-flex-order: 3;
        /* TWEENER - IE 10 */
        -webkit-order: 3;
        /* NEW - Chrome */
        order: 3;
        display: block;
        width: auto !important; }
      .simulate-sm .mainContentFlex .mainContentFlex .mainContent {
        -webkit-box-ordinal-group: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 1;
        /* OLD - Firefox 19- */
        -ms-flex-order: 1;
        /* TWEENER - IE 10 */
        -webkit-order: 1;
        /* NEW - Chrome */
        order: 1;
        display: block;
        width: auto !important; }
    .simulate-sm .mainContentFlex .mainContentFlex {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column; }
    .simulate-sm .mainContentFlex .mainContentFlex .aside1 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      display: block;
      width: 100% !important;
      margin-top: 20px !important; }
    .simulate-sm .mainContentFlex .mainContentFlex .aside2 {
      margin-top: 20px !important;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      display: block;
      width: auto !important; }
    .simulate-sm .mainContentFlex .mainContentFlex .mainContent {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      display: block;
      width: auto !important; }
    .simulate-sm .mainContentFlex .socializable img {
      margin-right: 30px;
      width: 60% !important; }
  .simulate-sm .navbar-toggle {
    display: block;
    visibility: visible; }
  .simulate-sm .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; }
    .simulate-sm .navbar-collapse .navbar-nav {
      margin: 0px; }
  .simulate-sm .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .simulate-sm .navbar-nav .open .dropdown-menu > li > a,
    .simulate-sm .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .simulate-sm .navbar-nav .open .dropdown-menu > li > a {
      line-height: 10px; }
      .simulate-sm .navbar-nav .open .dropdown-menu > li > a:hover, .simulate-sm .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
  .simulate-sm #barra_de_herramientas_principal, .simulate-sm .buscador {
    background-color: transparent !important; }
  .simulate-sm #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li, .simulate-sm #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li {
    margin-right: 5px;
    padding-right: 5px; }
    .simulate-sm #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li a :after, .simulate-sm #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li a :after {
      margin-left: 5px; }
  .simulate-sm #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul, .simulate-sm #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul {
    float: none !important;
    margin: auto 0;
    display: block; }
    .simulate-sm #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li, .simulate-sm #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li {
      margin-top: 5px;
      text-align: center;
      width: 50%;
      display: block;
      padding-right: 0;
      margin-right: 0;
      padding-top: 5px;
      padding-bottom: 5px; }
      .simulate-sm #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a, .simulate-sm #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a {
        padding-top: 5px;
        padding-bottom: 5px; }
      .simulate-sm #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a :after, .simulate-sm #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a :after {
        content: '';
        margin: 0;
        padding: 0; }

.simulate-xs {
  /*#accesos_web_20{
        display: none !important;
    }*/
  /*.navbar-collapse {
        &.collapse {
            display: none;
        }
    }*/ }
  .simulate-xs .autoHeight-xs > .compositionElementPaddingsLayer {
    overflow: visible; }
  @media (orientation: landscape) {
    .simulate-xs .navbar-fixed-top .navbar-collapse,
    .simulate-xs .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }
  .simulate-xs article img:not(.NoCenterAuto), .simulate-xs article .cke_widget_image:not(.NoCenterAuto) {
    float: none !important;
    margin: auto !important;
    display: block !important; }
  .simulate-xs .GDPRDisclaimerWrapper .GDPRDisclaimer {
    max-width: 95%;
    top: 1%; }
    .simulate-xs .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent {
      padding: 0; }
  .simulate-xs #megamenu-main {
    position: absolute;
    top: 102px;
    left: 5px;
    z-index: 1500; }
    .simulate-xs #megamenu-main .menuHambTitle {
      display: none !important; }
  .simulate-xs nav #widget_html {
    z-index: 1000;
    margin-top: 15px; }
    .simulate-xs nav #widget_html br {
      display: none !important; }
    .simulate-xs nav #widget_html a img {
      max-width: 180px;
      margin-top: 0 !important; }
  .simulate-xs #barra_de_herramientas_principal ul {
    float: left;
    padding-left: 10px; }
  .simulate-xs nav #logo_consell_catalunya_small_devs a img, .simulate-xs nav #logo_cciic_modos_pequenos a img, .simulate-xs nav #pbce_802d5017-ab11-4448-a1b1-57de11be8014 a img {
    max-width: 50px !important;
    height: auto; }
  .simulate-xs .loginWdgt {
    /*margin-top: 20px;*/
    margin-top: 0; }
  .simulate-xs .carousel-header .callToAction {
    font-size: 20px !important; }
  .simulate-xs .fitxaColegiat table {
    width: auto !important;
    float: none;
    display: block;
    margin: 0 20px 0 0; }
  .simulate-xs .buscador {
    margin-right: 5px; }
  .simulate-xs .gs-result .gs-image-box, .simulate-xs .gs-result .gs-image {
    min-width: unset !important;
    width: 100% !important; }
    .simulate-xs .gs-result .gs-image-box img, .simulate-xs .gs-result .gs-image img {
      margin-right: 0;
      min-width: unset !important;
      width: 100% !important; }
  .simulate-xs .mainContent {
    padding: 0 5px; }
  .simulate-xs .persona .pbResource > img {
    max-height: none !important; }
  .simulate-xs .navbar .bloqueTextoHtml a {
    float: none;
    display: block;
    text-align: center; }
  .simulate-xs .toolbar-container ul {
    margin: 5px auto !important; }
  .simulate-xs .formacioDetail .propertyrepeater .prop .value, .simulate-xs .formacioDetail .propertyrepeater .prop .label {
    width: 100%; }
  .simulate-xs .inscripcio a.btn {
    width: 100%;
    margin-bottom: 10px; }
  .simulate-xs .galeriaFormacion .formacio .moreData,
  .simulate-xs .galeriaFormacion .formacio .tit,
  .simulate-xs .galeriaFormacion .formacio .moreData .btn {
    width: 100%; }
  .simulate-xs .galeriaFormacion .formacio .moreData .btn {
    margin-bottom: 10px; }
  .simulate-xs .galeriaFormacion .formacio .moreData .callToAction, .simulate-xs .LlistaAgenda .Events .actions .callToAction {
    margin: 0 auto;
    width: auto !important;
    min-width: 215px;
    float: none; }
  .simulate-xs .socializable img {
    width: 100% !important; }
  .simulate-xs .noticia, .simulate-xs .noticiaDetall img {
    width: 100%; }
  .simulate-xs .noticiaDetail .pbResource.imgDetalle {
    width: 100%; }
  .simulate-xs .TIE .pbResource a img {
    height: auto !important; }
  .simulate-xs #menu_tercer_nivell, .simulate-xs .breadcrumb {
    display: none !important; }
  .simulate-xs .toolbar-container .toolbar .itemToolBar .enlacePersonalizado {
    padding: 0; }
  .simulate-xs article, .simulate-xs aside {
    padding: 0 !important; }
  .simulate-xs article .media-list .noticia .myContainer, .simulate-xs article .media-list .formacio, .simulate-xs *[role=main] .TIE {
    border-bottom: 1px solid #dfdfbf !important;
    margin: 5px 2px; }
  .simulate-xs *[role=main] .TIE {
    margin: 5px 0; }
  .simulate-xs .sitemap .pb-eip-ListManagement .pb-eip-ListManagementElement.itemMenuPeu {
    width: 50% !important; }
  .simulate-xs article .pbResource.media-left {
    padding-right: 0; }
  .simulate-xs .esdevenimentDate {
    width: 100%; }
  .simulate-xs .relationedCategories {
    float: right !important;
    clear: both;
    margin-bottom: 5px !important; }
  .simulate-xs .ladillo2 {
    padding: 5px 10px 5px 40px !important;
    background: transparent url("/resources/img/postquote_sm.png") 5px 10px no-repeat !important; }
  .simulate-xs .persona.media .pbResource img {
    max-height: none; }
  .simulate-xs .pb-eip-ListManagement.nav-stacked li.EnlaceRelacionadoReordenable {
    clear: both;
    width: 100%; }
  .simulate-xs .sitemap {
    display: block !important;
    -ms-flex-wrap: unset !important; }
    .simulate-xs .sitemap .pb-eip-ListManagement {
      -ms-flex: auto 1;
      -ms-flex-direction: row;
      -ms-flex-flow: wrap;
      display: -ms-flexbox;
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-direction: row; }
      .simulate-xs .sitemap .pb-eip-ListManagement .pb-eip-ListManagementElement {
        overflow: hidden;
        -ms-flex-align: stretch;
        -webkit-flex-item-align: stretch;
        align-self: stretch;
        height: 100% !important; }
  .simulate-xs .panel.panel-primary {
    width: 100% !important; }
  .simulate-xs .formCoib {
    max-width: 100% !important;
    width: 93%;
    padding: 3%; }
    .simulate-xs .formCoib .dynform input[type='text'], .simulate-xs .formCoib .dynform td select {
      width: 90% !important; }
    .simulate-xs .formCoib .column1 {
      width: 90%; }
    .simulate-xs .formCoib .textPD {
      max-width: 93% !important; }
  .simulate-xs .resumInscripcio.formCoib {
    padding: 0; }
  .simulate-xs .wizard-steps-panel .step-number {
    font-size: 22px;
    line-height: 32px; }
  .simulate-xs #mapa_del_web ul.primero {
    width: 100%;
    margin-left: 0; }
  .simulate-xs #mapa_del_web ul.segundo {
    width: 95%;
    margin-left: 5%; }
  .simulate-xs #mapa_del_web ul.tercero {
    width: 90%;
    margin-left: 10%; }
  .simulate-xs #mapa_del_web .level0 {
    width: 100%; }
  .simulate-xs .persona .media-body {
    padding: 22px 30px; }
  .simulate-xs .securityForm input[type=text], .simulate-xs .securityForm input[type=password] {
    width: 90%; }
  .simulate-xs .securityForm label.control-label {
    max-width: 90%;
    width: 90%; }
  .simulate-xs .noticia .noticia-media-body {
    margin-left: 0;
    width: 100%; }
    .simulate-xs .noticia .noticia-media-body div.h {
      margin-top: 5px; }
  .simulate-xs .carousel .item .text {
    font-size: 14px; }
  .simulate-xs .BannerSeccion.CaptionInBottom .pbResource {
    display: none; }
  .simulate-xs .BannerSeccion.CaptionInBottom .textoBan {
    position: static;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 20px;
    width: 100%; }
    .simulate-xs .BannerSeccion.CaptionInBottom .textoBan h2.TituloBanner {
      color: #FFF;
      font-size: 30px; }
    .simulate-xs .BannerSeccion.CaptionInBottom .textoBan h3.DescripcionBanner {
      color: #FFF;
      font-size: 24px; }
  .simulate-xs .carousel.CaptionInBottom .carousel-caption, .simulate-xs .carousel.CaptionInBottom .bannerContent {
    left: 0px;
    top: 0px;
    float: left;
    padding: 20px;
    margin: 0px;
    width: 100% !important;
    position: relative;
    background: #f0f0f0; }
    .simulate-xs .carousel.CaptionInBottom .carousel-caption a, .simulate-xs .carousel.CaptionInBottom .bannerContent a {
      padding-top: 20px !important; }
    .simulate-xs .carousel.CaptionInBottom .carousel-caption .text, .simulate-xs .carousel.CaptionInBottom .bannerContent .text {
      margin-top: 0px !important; }
    .simulate-xs .carousel.CaptionInBottom .carousel-caption h2, .simulate-xs .carousel.CaptionInBottom .carousel-caption h3, .simulate-xs .carousel.CaptionInBottom .bannerContent h2, .simulate-xs .carousel.CaptionInBottom .bannerContent h3 {
      color: #333 !important; }
  .simulate-xs .mainContentFlex {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column; }
    .simulate-xs .mainContentFlex .aside1 {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* TWEENER - IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      display: block;
      width: auto !important;
      margin-top: 20px !important; }
    .simulate-xs .mainContentFlex .aside2 {
      margin-top: 20px !important;
      -webkit-box-ordinal-group: 3;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 3;
      /* OLD - Firefox 19- */
      -ms-flex-order: 3;
      /* TWEENER - IE 10 */
      -webkit-order: 3;
      /* NEW - Chrome */
      order: 3;
      display: block;
      width: auto !important; }
    .simulate-xs .mainContentFlex .mainContent {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* TWEENER - IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      display: block;
      width: auto !important; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .simulate-xs .mainContentFlex .aside1, .simulate-xs .mainContentFlex .aside2, .simulate-xs .mainContentFlex .mainContent {
        width: 100% !important;
        margin-top: 20px !important; }
        .simulate-xs .mainContentFlex .aside1 .mainContentFlex .aside1, .simulate-xs .mainContentFlex .aside1 .mainContentFlex .aside2, .simulate-xs .mainContentFlex .aside1 .mainContentFlex .mainContent, .simulate-xs .mainContentFlex .aside2 .mainContentFlex .aside1, .simulate-xs .mainContentFlex .aside2 .mainContentFlex .aside2, .simulate-xs .mainContentFlex .aside2 .mainContentFlex .mainContent, .simulate-xs .mainContentFlex .mainContent .mainContentFlex .aside1, .simulate-xs .mainContentFlex .mainContent .mainContentFlex .aside2, .simulate-xs .mainContentFlex .mainContent .mainContentFlex .mainContent {
          width: 100% !important; } }
    .simulate-xs .mainContentFlex .mainContentFlex {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column; }
      .simulate-xs .mainContentFlex .mainContentFlex .aside1 {
        -webkit-box-ordinal-group: 2;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2;
        /* OLD - Firefox 19- */
        -ms-flex-order: 2;
        /* TWEENER - IE 10 */
        -webkit-order: 2;
        /* NEW - Chrome */
        order: 2;
        display: block;
        width: 100% !important;
        margin-top: 20px !important; }
      .simulate-xs .mainContentFlex .mainContentFlex .aside2 {
        margin-top: 20px !important;
        -webkit-box-ordinal-group: 3;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 3;
        /* OLD - Firefox 19- */
        -ms-flex-order: 3;
        /* TWEENER - IE 10 */
        -webkit-order: 3;
        /* NEW - Chrome */
        order: 3;
        display: block;
        width: auto !important; }
      .simulate-xs .mainContentFlex .mainContentFlex .mainContent {
        -webkit-box-ordinal-group: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 1;
        /* OLD - Firefox 19- */
        -ms-flex-order: 1;
        /* TWEENER - IE 10 */
        -webkit-order: 1;
        /* NEW - Chrome */
        order: 1;
        display: block;
        width: auto !important; }
    .simulate-xs .mainContentFlex .mainContentFlex {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column; }
    .simulate-xs .mainContentFlex .mainContentFlex .aside1 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      display: block;
      width: 100% !important;
      margin-top: 20px !important; }
    .simulate-xs .mainContentFlex .mainContentFlex .aside2 {
      margin-top: 20px !important;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      display: block;
      width: auto !important; }
    .simulate-xs .mainContentFlex .mainContentFlex .mainContent {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      display: block;
      width: auto !important; }
    .simulate-xs .mainContentFlex .socializable img {
      margin-right: 30px;
      width: 60% !important; }
  .simulate-xs .navbar-toggle {
    display: block;
    visibility: visible; }
  .simulate-xs .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; }
    .simulate-xs .navbar-collapse .navbar-nav {
      margin: 0px; }
  .simulate-xs .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .simulate-xs .navbar-nav .open .dropdown-menu > li > a,
    .simulate-xs .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .simulate-xs .navbar-nav .open .dropdown-menu > li > a {
      line-height: 10px; }
      .simulate-xs .navbar-nav .open .dropdown-menu > li > a:hover, .simulate-xs .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
  .simulate-xs #barra_de_herramientas_principal, .simulate-xs .buscador {
    background-color: transparent !important; }
  .simulate-xs #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li, .simulate-xs #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li {
    margin-right: 5px;
    padding-right: 5px; }
    .simulate-xs #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li a :after, .simulate-xs #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li a :after {
      margin-left: 5px; }
  .simulate-xs #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul, .simulate-xs #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul {
    float: none !important;
    margin: auto 0;
    display: block; }
    .simulate-xs #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li, .simulate-xs #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li {
      margin-top: 5px;
      text-align: center;
      width: 50%;
      display: block;
      padding-right: 0;
      margin-right: 0;
      padding-top: 5px;
      padding-bottom: 5px; }
      .simulate-xs #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a, .simulate-xs #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a {
        padding-top: 5px;
        padding-bottom: 5px; }
      .simulate-xs #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a :after, .simulate-xs #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a :after {
        content: '';
        margin: 0;
        padding: 0; }

/* Fin Simulaciones para EIP */
/* Mediaqueries para float-breakpoint*/
@media (min-width: 992px) {
  body:not(.simulated) {
    /*.navbar-collapse {
        &.collapse {
            display: block;
            visibility: visible;
        }
    }*/ }
    body:not(.simulated) .toolbar-container {
      width: 100%; }
    body:not(.simulated) .navbar-toggle {
      display: none; }
    body:not(.simulated) .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      body:not(.simulated) .navbar-collapse.collapse {
        display: block;
        visibility: visible;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      body:not(.simulated) .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top body:not(.simulated) .navbar-collapse,
      .navbar-static-top body:not(.simulated) .navbar-collapse,
      .navbar-fixed-bottom body:not(.simulated) .navbar-collapse {
        padding-left: 0;
        padding-right: 0; }
    body:not(.simulated) .container > .navbar-header,
    body:not(.simulated) .container > .navbar-collapse,
    body:not(.simulated) .container-fluid > .navbar-header,
    body:not(.simulated) .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; }
    body:not(.simulated) .navbar-static-top,
    body:not(.simulated) .navbar-fixed-top,
    body:not(.simulated) .navbar-fixed-bottom {
      border-radius: 0; }
    .navbar > .container body:not(.simulated) .navbar-brand,
    .navbar > .container-fluid body:not(.simulated) .navbar-brand {
      margin-left: 0px; }
    body:not(.simulated) .navbar-nav {
      float: left;
      margin: 0; }
      body:not(.simulated) .navbar-nav > li {
        float: left; }
        body:not(.simulated) .navbar-nav > li > a {
          padding-top: 12px;
          padding-bottom: 12px; } }

@media (max-width: 991px) {
  body:not(.simulated) {
    /*.navbar-collapse {
        &.collapse {
            display: none;
        }
    }*/ }
    body:not(.simulated) .BannerSeccion.CaptionInBottom .pbResource {
      display: none; }
    body:not(.simulated) .BannerSeccion.CaptionInBottom .textoBan {
      position: static;
      vertical-align: middle;
      display: table-cell;
      text-align: center;
      padding: 20px;
      width: 100%; }
      body:not(.simulated) .BannerSeccion.CaptionInBottom .textoBan h2.TituloBanner {
        color: #FFF;
        font-size: 30px; }
      body:not(.simulated) .BannerSeccion.CaptionInBottom .textoBan h3.DescripcionBanner {
        color: #FFF;
        font-size: 24px; }
    body:not(.simulated) .carousel.CaptionInBottom .carousel-caption, body:not(.simulated) .carousel.CaptionInBottom .bannerContent {
      left: 0px;
      top: 0px;
      float: left;
      padding: 20px;
      margin: 0px;
      width: 100% !important;
      position: relative;
      background: #f0f0f0; }
      body:not(.simulated) .carousel.CaptionInBottom .carousel-caption a, body:not(.simulated) .carousel.CaptionInBottom .bannerContent a {
        padding-top: 20px !important; }
      body:not(.simulated) .carousel.CaptionInBottom .carousel-caption .text, body:not(.simulated) .carousel.CaptionInBottom .bannerContent .text {
        margin-top: 0px !important; }
      body:not(.simulated) .carousel.CaptionInBottom .carousel-caption h2, body:not(.simulated) .carousel.CaptionInBottom .carousel-caption h3, body:not(.simulated) .carousel.CaptionInBottom .bannerContent h2, body:not(.simulated) .carousel.CaptionInBottom .bannerContent h3 {
        color: #333 !important; }
    body:not(.simulated) .mainContentFlex {
      -webkit-box-orient: vertical;
      -ms-flex-direction: column; }
      body:not(.simulated) .mainContentFlex .aside1 {
        -webkit-box-ordinal-group: 2;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2;
        /* OLD - Firefox 19- */
        -ms-flex-order: 2;
        /* TWEENER - IE 10 */
        -webkit-order: 2;
        /* NEW - Chrome */
        order: 2;
        display: block;
        width: auto !important;
        margin-top: 20px !important; }
      body:not(.simulated) .mainContentFlex .aside2 {
        margin-top: 20px !important;
        -webkit-box-ordinal-group: 3;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 3;
        /* OLD - Firefox 19- */
        -ms-flex-order: 3;
        /* TWEENER - IE 10 */
        -webkit-order: 3;
        /* NEW - Chrome */
        order: 3;
        display: block;
        width: auto !important; }
      body:not(.simulated) .mainContentFlex .mainContent {
        -webkit-box-ordinal-group: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 1;
        /* OLD - Firefox 19- */
        -ms-flex-order: 1;
        /* TWEENER - IE 10 */
        -webkit-order: 1;
        /* NEW - Chrome */
        order: 1;
        display: block;
        width: auto !important; } }
    @media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
      body:not(.simulated) .mainContentFlex .aside1, body:not(.simulated) .mainContentFlex .aside2, body:not(.simulated) .mainContentFlex .mainContent {
        width: 100% !important;
        margin-top: 20px !important; }
        body:not(.simulated) .mainContentFlex .aside1 .mainContentFlex .aside1, body:not(.simulated) .mainContentFlex .aside1 .mainContentFlex .aside2, body:not(.simulated) .mainContentFlex .aside1 .mainContentFlex .mainContent, body:not(.simulated) .mainContentFlex .aside2 .mainContentFlex .aside1, body:not(.simulated) .mainContentFlex .aside2 .mainContentFlex .aside2, body:not(.simulated) .mainContentFlex .aside2 .mainContentFlex .mainContent, body:not(.simulated) .mainContentFlex .mainContent .mainContentFlex .aside1, body:not(.simulated) .mainContentFlex .mainContent .mainContentFlex .aside2, body:not(.simulated) .mainContentFlex .mainContent .mainContentFlex .mainContent {
          width: 100% !important; } }

@media (max-width: 991px) {
      body:not(.simulated) .mainContentFlex .mainContentFlex {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column; }
        body:not(.simulated) .mainContentFlex .mainContentFlex .aside1 {
          -webkit-box-ordinal-group: 2;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-ordinal-group: 2;
          /* OLD - Firefox 19- */
          -ms-flex-order: 2;
          /* TWEENER - IE 10 */
          -webkit-order: 2;
          /* NEW - Chrome */
          order: 2;
          display: block;
          width: 100% !important;
          margin-top: 20px !important; }
        body:not(.simulated) .mainContentFlex .mainContentFlex .aside2 {
          margin-top: 20px !important;
          -webkit-box-ordinal-group: 3;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-ordinal-group: 3;
          /* OLD - Firefox 19- */
          -ms-flex-order: 3;
          /* TWEENER - IE 10 */
          -webkit-order: 3;
          /* NEW - Chrome */
          order: 3;
          display: block;
          width: auto !important; }
        body:not(.simulated) .mainContentFlex .mainContentFlex .mainContent {
          -webkit-box-ordinal-group: 1;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-ordinal-group: 1;
          /* OLD - Firefox 19- */
          -ms-flex-order: 1;
          /* TWEENER - IE 10 */
          -webkit-order: 1;
          /* NEW - Chrome */
          order: 1;
          display: block;
          width: auto !important; }
      body:not(.simulated) .mainContentFlex .mainContentFlex {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column; }
      body:not(.simulated) .mainContentFlex .mainContentFlex .aside1 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        display: block;
        width: 100% !important;
        margin-top: 20px !important; }
      body:not(.simulated) .mainContentFlex .mainContentFlex .aside2 {
        margin-top: 20px !important;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        display: block;
        width: auto !important; }
      body:not(.simulated) .mainContentFlex .mainContentFlex .mainContent {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        display: block;
        width: auto !important; }
      body:not(.simulated) .mainContentFlex .socializable img {
        margin-right: 30px;
        width: 60% !important; }
    body:not(.simulated) .navbar-toggle {
      display: block;
      visibility: visible; }
    body:not(.simulated) .navbar-collapse {
      padding-right: 0px;
      padding-left: 0px; }
      body:not(.simulated) .navbar-collapse .navbar-nav {
        margin: 0px; }
    body:not(.simulated) .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      body:not(.simulated) .navbar-nav .open .dropdown-menu > li > a,
      body:not(.simulated) .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      body:not(.simulated) .navbar-nav .open .dropdown-menu > li > a {
        line-height: 10px; }
        body:not(.simulated) .navbar-nav .open .dropdown-menu > li > a:hover, body:not(.simulated) .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; }
    body:not(.simulated) #barra_de_herramientas_principal, body:not(.simulated) .buscador {
      background-color: transparent !important; }
    body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li {
      margin-right: 5px;
      padding-right: 5px; }
      body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 li a :after, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 li a :after {
        margin-left: 5px; }
    body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul {
      float: none !important;
      margin: auto 0;
      display: block; }
      body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li {
        margin-top: 5px;
        text-align: center;
        width: 50%;
        display: block;
        padding-right: 0;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
        body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a {
          padding-top: 5px;
          padding-bottom: 5px; }
        body:not(.simulated) #pbce_b9c1dd54-7740-4967-b581-07de215dbaa5 ul li a :after, body:not(.simulated) #pbce_78444a48-2083-495a-bec4-cfa86c1b9518 ul li a :after {
          content: '';
          margin: 0;
          padding: 0; } }

/* Fin Mediaqueries para float-breakpoint*/
.compositionElementPaddingsLayer {
  float: left;
  width: 100%; }

.pb-eip-hiddenMapingButton {
  z-index: 2147483646 !important; }

.ui-layout-center .container:first-child {
  padding-top: 50px; }

.pb .showHiddenMappings {
  float: left; }
  .pb .showHiddenMappings .pb-eip-hiddenMapingButton {
    display: block;
    position: relative;
    float: left; }

#myPage p {
  margin-bottom: 15px !important; }

/*ATENCION ESTO ES SOLO DURANTE LA FASE 1.2 DESPUES QUITARLO*/
.twitDate {
  font-size: 11px; }

#barra_menu {
  padding: 0px;
  width: auto;
  /*float: right;*/ }
  #barra_menu li {
    width: 196px;
    padding: 0px;
    margin: 0px 3px;
    background: #9bd5e5;
    position: relative;
    line-height: 15px;
    display: block; }
  #barra_menu li:first-child {
    margin-left: 0; }
  #barra_menu li:last-child {
    margin-right: 0; }
  #barra_menu li a :after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    color: #308A95;
    margin-left: 1px;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 11px; }
  #barra_menu a {
    border: 1px solid #D7E6EB;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
    color: #308A95;
    float: left;
    width: 100%;
    height: 55px; }
    #barra_menu a span {
      display: block;
      width: 75%;
      line-height: 15px;
      word-wrap: normal; }
  #barra_menu li.active a,
  #barra_menu a:hover, #barra_menu a:focus {
    background: #B5B56C;
    color: #fff; }
  #barra_menu li.active a :after, #barra_menu li a:hover :after, #barra_menu li a :focus {
    background: #B5B56C;
    color: #fff; }
  #barra_menu .pbResource {
    display: none; }

.navbar {
  border: 0;
  min-height: 100px;
  position: relative; }

.navbar-nav > li > a {
  text-transform: none;
  font-weight: normal; }

#pbce_e138fc13-7ed8-44cf-a13b-e027ef2c3a9f, #pbce_40eb59c8-85a2-4682-824a-76837cb812ce {
  background-color: #fff; }

#menusuperior {
  background: #216272; }
  #menusuperior li:nth-child(1) {
    margin-left: 15px; }
  #menusuperior li.active > a {
    color: #216272 !important; }

.menuTop {
  float: left;
  display: block;
  background: #5CA7B4;
  width: 100%;
  min-height: 100px;
  color: #fff;
  font-family: 'Trebuchet MS'; }
  .menuTop .titleContainer {
    float: left;
    width: 35%;
    min-width: 360px; }
    .menuTop .titleContainer h2 {
      font-weight: bold;
      margin-top: 0;
      color: #fff;
      font-size: 24px;
      max-width: 65%;
      white-space: normal; }
    .menuTop .titleContainer h3 {
      font-weight: normal;
      font-size: 20px;
      color: #fff; }
    .menuTop .titleContainer .imgDeco {
      float: right;
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0; }
      .menuTop .titleContainer .imgDeco img {
        top: 0px;
        height: 100%;
        right: 0px;
        bottom: 0px;
        position: absolute; }
  .menuTop .theDecoImage {
    width: 5%;
    float: left; }
  .menuTop .theMenu {
    float: right;
    width: 70%;
    padding: 20px;
    min-height: 70px; }
    .menuTop .theMenu li {
      min-width: 259px; }
    .menuTop .theMenu .nav-pills a {
      color: #fff;
      font-size: 14px;
      margin-bottom: 5px;
      margin-left: 10px; }
    .menuTop .theMenu .nav-pills a:after {
      content: ">";
      margin-left: 5px; }
    .menuTop .theMenu .nav-pills a:hover {
      background: transparent;
      color: #fff;
      text-decoration: underline; }
    .menuTop .theMenu .nav-pills .active a {
      background: #dfdfbf;
      color: #297b90; }
  .menuTop a {
    color: #fff; }

.breadcrumb {
  font-family: 'Trebuchet MS';
  margin-bottom: 0; }
  .breadcrumb #toolPrint {
    display: none; }

.container[role='main'] {
  border-bottom: 1px #E5E5E5 solid;
  padding-bottom: 20px; }

#accesos_web_20 .itemToolBar, #accesos_web_20_copia .itemToolBar {
  padding: 0 2px; }

#accesos_web_20 li .pbResource, #accesos_web_20_copia li .pbResource {
  padding-top: 5px; }

#accesos_web_20_copia ul {
  float: left; }

#accesos_web_20_copia li {
  margin-right: 4px; }

#accesos_web_20_copia span {
  display: none; }

.toolbar-container .toolbar {
  padding-left: 0px; }
  .toolbar-container .toolbar a {
    color: #D7E6EB; }

#barra_de_herramientas_principal {
  background: #216373;
  height: 34px;
  font-size: 12px; }
  #barra_de_herramientas_principal li {
    padding-right: 4px; }
    #barra_de_herramientas_principal li a:after {
      content: url("/Resources/Img/separadorToolbar.png");
      width: 8px;
      margin-left: 4px; }
  #barra_de_herramientas_principal .last {
    margin-right: 20px; }
    #barra_de_herramientas_principal .last a:after {
      content: none; }

#login .last span {
  font-weight: bold;
  color: #fff; }

#login .last img {
  margin-top: -3px;
  margin-right: 5px; }

#login .last a:after {
  content: none; }

#menu_tercer_nivell li.current > a, #menu_tercer_nivell li.active > a {
  color: #990; }

#menu_tercer_nivell li ul {
  display: block; }

#menu_tercer_nivell .level0 {
  margin-top: 2px; }
  #menu_tercer_nivell .level0 a {
    color: #297b90;
    font-size: 14px; }
  #menu_tercer_nivell .level0 a:hover, #menu_tercer_nivell .level0 a:active {
    color: #3a749d; }
  #menu_tercer_nivell .level0 ul {
    margin-left: 10px !important; }
  #menu_tercer_nivell .level0 > a {
    padding-bottom: 0 !important; }

#menu_tercer_nivell .level1 a {
  font-weight: normal !important;
  font-size: 12px;
  padding: 2px 10px;
  width: 100%;
  float: left; }

#menu_tercer_nivell .level1 ul {
  margin-left: -10px !important;
  list-style: none; }

#menu_tercer_nivell .level2 a {
  font-size: 12px; }

.page-header h2 {
  border: none; }

.page-header h3 {
  border: none;
  font-size: 16px;
  color: #2B7C91;
  font-weight: bold;
  margin: 15px 15px -5px 5px; }

.separator {
  border-top: 1px #E5E5E5 solid;
  float: left;
  width: 96%;
  margin: 0px 10px; }

.panel-default {
  border-color: transparent !important;
  box-shadow: 0px 0px;
  margin-bottom: 0px; }

#lnkIdioma .caret {
  display: none; }

#lnkIdioma a:hover, #lnkIdioma a:focus {
  text-decoration: none; }

#ulLanguage.dropdown-menu {
  background: #DFDFBF;
  border: 0px;
  padding: 0px; }
  #ulLanguage.dropdown-menu li {
    padding-right: 0px; }
    #ulLanguage.dropdown-menu li a {
      padding: 5px 10px;
      border: 0px; }
    #ulLanguage.dropdown-menu li a:after {
      content: none; }
    #ulLanguage.dropdown-menu li a:hover {
      border-radius: 5px; }

.widgetListadoGeneral .galeryItem {
  float: left;
  width: 100%; }

.widgetListadoGeneral .enlacePersonalizado {
  width: 100%;
  float: left;
  display: block;
  background: #d3d2a6;
  margin-bottom: 5px;
  color: #1C5564;
  font-weight: bold;
  font-size: 16px;
  position: relative; }
  .widgetListadoGeneral .enlacePersonalizado a {
    color: #1d5763; }
  .widgetListadoGeneral .enlacePersonalizado a:hover {
    text-decoration: none; }
  .widgetListadoGeneral .enlacePersonalizado > a, .widgetListadoGeneral .enlacePersonalizado > span {
    margin-left: 3%;
    position: absolute;
    line-height: 22px;
    padding-top: 5%; }

.aside2Home .enlacePersonalizado .pbResource > img {
  max-width: 115px; }

footer {
  padding: 20px;
  margin-top: 5px; }
  footer #pbce_5b39dc73-f490-41c9-af28-381c0944e864 .bloqueTextoHtml, footer #pbce_5b39dc73-f490-41c9-af28-381c0944e864 .bloqueTextoHtml a,
  footer #pbce_dc4a4207-035b-47bc-aea8-749407088806 .bloqueTextoHtml, footer #pbce_dc4a4207-035b-47bc-aea8-749407088806 .bloqueTextoHtml a {
    color: #3195AE;
    line-height: 14px; }
  footer .extraContainer {
    background: #f2f2f2;
    border-top: 1px solid #fff;
    color: #666;
    font-size: 12px; }
    footer .extraContainer .toolbar-container .toolbar a {
      color: #666;
      font-size: 12px; }
    footer .extraContainer .toolbar-container .toolbar a :after {
      content: '::';
      margin-left: 10px; }
    footer .extraContainer .toolbar-container .toolbar .last a :after {
      content: none; }
    footer .extraContainer .toolbar-container .toolbar .pbResource {
      display: none; }
    footer .extraContainer .toolbar-container .toolbar a:hover {
      text-decoration: none; }
  footer .sitemap > div ul li {
    line-height: 15px;
    padding-right: 5px;
    padding-bottom: 5px; }
  footer .sitemap > div ul a {
    font-size: 12px; }
  footer .sitemap .itemMenuPeu {
    width: 25% !important; }
    footer .sitemap .itemMenuPeu > a {
      color: #5CA7B4; }

#SearchForm {
  margin: 0px;
  margin-top: 5px; }
  #SearchForm .searchInputText {
    padding: 5px;
    font-size: 11px; }
  #SearchForm .searchInputButton {
    padding-bottom: 5px; }
  #SearchForm input {
    height: 20px;
    line-height: 10px !important; }

.toolbar-container .toolbar .itemToolBar .enlacePersonalizado {
  padding: 5px 0px; }

.compartir {
  width: 100%;
  background-color: #DFDFBF;
  padding: 7px 10px 7px 0; }
  .compartir .addthis_sharing_toolbox {
    float: left; }
  .compartir #toolPrint {
    padding-left: 8px; }
  .compartir .compartirTxt .socializable {
    float: left; }
    .compartir .compartirTxt .socializable img {
      margin: 0; }
  .compartir .compartirTxt .etiquetaDeco, .compartir .compartirTxt .imgDeco {
    float: left;
    display: block;
    font-size: 12px;
    color: #297b90;
    font-family: Verdana; }
  .compartir .compartirTxt .imgDeco {
    padding-right: 8px; }
  .compartir .compartirTxt a:hover {
    cursor: pointer !important; }

.btn {
  background: #5BA7B4;
  color: #fff;
  padding: 2px 15px;
  margin-top: 5px;
  border-radius: 5px; }

.col-md-32 .compartir {
  padding-right: 0px; }

.paginator {
  text-align: center; }
  .paginator .pagination li:first-child {
    margin-right: 5px; }
  .paginator .pagination li {
    float: left;
    background: none;
    margin: auto;
    padding: 0; }
  .paginator .pagination li.numbersPage::before {
    content: '·';
    font-weight: bold;
    margin: 0px 5px; }
  .paginator .pagination li:nth-last-child(2)::before {
    content: '';
    margin: 0px;
    margin-right: 5px; }
  .paginator .pagination li a, .paginator .pagination li span {
    border-radius: 20px !important; }

#megamenu-main {
  position: absolute;
  left: 1px;
  z-index: 2147483647; }
  #megamenu-main .navbar-toggle {
    height: 34px;
    margin-top: 2px;
    background-color: #216272;
    border-radius: 4px; }
    #megamenu-main .navbar-toggle .menuHambTitle {
      float: left;
      display: block;
      color: #fff;
      margin-left: 30px;
      margin-top: -1px;
      font-size: 12px; }
  #megamenu-main .panel-group .panel + .panel {
    margin-top: 0px !important; }
  #megamenu-main .theMenuActual {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    background: #DFDFBF; }
    #megamenu-main .theMenuActual .item span {
      padding-left: 20px;
      display: block; }
    #megamenu-main .theMenuActual .panel-heading {
      background: #cece9d;
      color: #6a6a35 !important; }
      #megamenu-main .theMenuActual .panel-heading i {
        color: #6a6a35 !important; }
    #megamenu-main .theMenuActual h5 {
      font-weight: bold;
      font-size: 16px; }
    #megamenu-main .theMenuActual ul {
      margin: 0px;
      padding: 0px; }
      #megamenu-main .theMenuActual ul li {
        float: left;
        display: block;
        width: 100%; }
        #megamenu-main .theMenuActual ul li a {
          font-size: 14px;
          padding: 5px 0px;
          width: 100%;
          display: block;
          color: #216272; }
        #megamenu-main .theMenuActual ul li a:before {
          content: '-';
          margin-right: 15px;
          margin-top: -1px;
          float: left; }
  #megamenu-main .bigMenu {
    background: #fff;
    min-width: 350px;
    border: 1px solid #297b90;
    border-top: 0px;
    box-shadow: #101010 0px 0px 20px;
    border-radius: 5px;
    overflow: auto;
    min-height: 439px; }
    #megamenu-main .bigMenu li.active > a, #megamenu-main .bigMenu .item.active span, #megamenu-main .bigMenu li.active > a span {
      color: #990 !important; }
    #megamenu-main .bigMenu .containerLevel2 > a.item:before {
      content: url("/Resources/Img/bullet.png");
      margin-right: 5px;
      float: left; }
    #megamenu-main .bigMenu i.glyphicon {
      font-size: 12px;
      margin-top: 5px;
      margin-right: 5px;
      color: #216272; }
    #megamenu-main .bigMenu .panel a.item {
      padding: 0px !important; }
    #megamenu-main .bigMenu .Level1 a.item {
      font-size: 18px;
      display: block;
      width: 100%;
      padding: 5px 15px;
      color: #297b90; }
    #megamenu-main .bigMenu .Level1 .Level2 {
      width: 100%;
      clear: both;
      float: left;
      margin-bottom: 10px;
      margin: 0.5%; }
      #megamenu-main .bigMenu .Level1 .Level2 .item {
        width: 100%;
        color: #297b90;
        float: left;
        line-height: 17px;
        font-size: 16px;
        background: transparent; }
        #megamenu-main .bigMenu .Level1 .Level2 .item a {
          padding: 5px 0px; }
      #megamenu-main .bigMenu .Level1 .Level2 .Level3 {
        width: 100%;
        clear: both;
        float: left;
        margin: 10px;
        padding: 0px; }
        #megamenu-main .bigMenu .Level1 .Level2 .Level3 .item {
          display: block;
          width: 100%;
          line-height: 16px;
          float: left;
          font-weight: normal;
          font-size: 14px;
          background: transparent;
          margin-bottom: 4px; }
          #megamenu-main .bigMenu .Level1 .Level2 .Level3 .item a {
            color: #297b90;
            display: block;
            padding: 6px 0px; }
        #megamenu-main .bigMenu .Level1 .Level2 .Level3 .item:before {
          content: ">";
          margin-right: 5px;
          float: left;
          margin-top: 6px; }
  #megamenu-main i.glyphicon.glyphicon-minus.true {
    display: none; }
  #megamenu-main i.glyphicon.glyphicon-plus.true {
    display: block; }
  #megamenu-main i.glyphicon.glyphicon-minus.false {
    display: block; }
  #megamenu-main i.glyphicon.glyphicon-plus.false {
    display: none; }
  #megamenu-main i.glyphicon.glyphicon-minus.collapsed {
    display: none !important; }
  #megamenu-main i.glyphicon.glyphicon-plus.collapsed {
    display: block !important; }
  #megamenu-main .mainMenu ul {
    background: #216272; }
  #megamenu-main .mainMenu a, #megamenu-main .mainMenu li.active {
    font-size: 20px;
    color: #f0f0f0;
    background: #216272; }

#cookie-bar {
  height: auto !important;
  line-height: inherit;
  background-color: #1d1c1c;
  color: #fff; }
  #cookie-bar > p {
    float: left;
    clear: both;
    padding: 0 10px !important; }
  #cookie-bar > h2 {
    padding: 0 10px; }
  #cookie-bar .cb-enable,
  #cookie-bar .cb-policy {
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #F90;
    padding: 5px; }
  #cookie-bar .cb-enable {
    margin-right: 40px; }

label[for='transition_type'], select[name='transition_type'],
label[for='animation_time'], input[name='animation_time'],
label[for='index2col'], input[name='index2col'] {
  display: none !important; }

.nav-stacked.pb-eip-ListManagement li {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.paperpage {
  float: left;
  /*.media-list .noticia .media-left img {
        width: 300px !important;
        max-width: 100%;
        max-height: 100%;
    }*/ }
  .paperpage .ladillo1, .paperpage .ladillo2, .paperpage .ladillo3 {
    width: auto !important; }
  .paperpage .ladillo3 {
    background: #f0f0f0 !important;
    color: #000 !important; }
  .paperpage .page-header, .paperpage .page-header h1 {
    width: 100% !important;
    clear: both !important; }
  .paperpage .paginator {
    display: none !important; }
  .paperpage .ladillo2::before {
    content: url("/resources/img/postquote.png");
    margin-left: -70px;
    margin-top: 5px;
    float: left; }
  .paperpage .galeriaFormacion .col-md-27 {
    width: 100% !important; }
  .paperpage body > div::before {
    content: url("/Resources/img/logo.png");
    float: left;
    display: block;
    clear: both;
    margin-right: 500px; }
  .paperpage .container[role='main'] {
    border: none !important; }
  .paperpage article .pbResource img {
    width: auto !important; }
  .paperpage .persona .descripcio {
    display: block !important;
    visibility: visible !important;
    border: none !important;
    padding: 0px;
    background: transparent !important; }
  .paperpage .persona .media-body {
    background: transparent !important; }
  .paperpage .persona .md-left, .paperpage .persona .pbResource {
    float: left !important; }
  .paperpage .persona .makeColl {
    display: none; }
  .paperpage .inscripcio, .paperpage .datageneral, .paperpage .formacioDetail .prop {
    padding: 0px !important;
    background: transparent !important; }
  .paperpage .formacioDetail .prop .label {
    border: 0px !important;
    padding: 0px !important; }
  .paperpage .formacioDetail .header {
    display: none !important; }
  .paperpage .formacionDetail .propertyrepeater {
    float: left; }
  .paperpage .datageneral .col-md-20 {
    width: 100% !important; }
  .paperpage .blogColumn, .paperpage .aside1, .paperpage .aside2 {
    display: none !important; }
  .paperpage .eventDetail {
    margin-top: 10px !important; }
    .paperpage .eventDetail .eventBody {
      padding: 0px !important;
      border: none !important; }
    .paperpage .eventDetail .col-lg-29, .paperpage .eventDetail .col-lg-11 {
      width: 100% !important;
      padding: 0px !important; }
    .paperpage .eventDetail .header, .paperpage .eventDetail .esdevenimentDate {
      background: transparent !important;
      text-align: left !important;
      padding: 0px !important;
      color: #000 !important; }
  .paperpage .formacio, .paperpage .formacio .tit, .paperpage .formacio .moreData {
    position: static !important;
    background: transparent !important;
    padding: 0px !important;
    border: none !important;
    color: #000 !important; }
    .paperpage .formacio a span:before, .paperpage .formacio .tit a span:before, .paperpage .formacio .moreData a span:before {
      content: '' !important;
      height: 0px !important;
      margin: 0px !important; }
  .paperpage .formacio {
    border: 1px solid !important;
    width: 98% !important; }
    .paperpage .formacio .tit {
      width: 100% !important; }
    .paperpage .formacio .moreData {
      width: 100% !important;
      min-height: auto !important; }
      .paperpage .formacio .moreData > div {
        width: 47% !important;
        padding: 10px;
        float: left !important; }
  .paperpage .galeriaFormacion {
    padding: 0px !important; }
  .paperpage .formacio .tit {
    width: 100% !important;
    padding: 10px !important; }
    .paperpage .formacio .tit a {
      width: 100% !important; }
      .paperpage .formacio .tit a span {
        width: 100% !important; }
  .paperpage .galeriaFormacion .formacio .tit, .paperpage .tit a, .paperpage .tit span {
    width: 100% !important;
    float: left !important;
    display: block; }
  .paperpage .LlistaAgenda .filtres {
    position: static !important;
    background: transparent !important;
    padding: 0px !important;
    border: none !important;
    color: #000 !important; }
    .paperpage .LlistaAgenda .filtres .datesShown {
      display: none !important;
      position: absolute;
      text-align: center;
      padding-left: 10px !important; }
    .paperpage .LlistaAgenda .filtres .calendario {
      margin-top: 30px;
      width: 100%;
      position: static !important;
      background: transparent !important;
      padding: 0px !important;
      border: none !important;
      color: #000 !important; }
      .paperpage .LlistaAgenda .filtres .calendario .legend {
        width: 80px;
        text-align: center; }
      .paperpage .LlistaAgenda .filtres .calendario .monthCalendar {
        width: 75%; }
        .paperpage .LlistaAgenda .filtres .calendario .monthCalendar a:last-child {
          float: right; }
        .paperpage .LlistaAgenda .filtres .calendario .monthCalendar div {
          width: 80% !important; }
  .paperpage .LlistaAgenda .ListDays .theDay .Events .event .actions {
    width: 100% !important;
    float: left !important;
    padding: 30px 10px 10px 10px !important;
    font-size: 12px; }
  .paperpage .calendario .legend, .paperpage .monthCalendar a {
    display: none !important; }
  .paperpage .monthCalendar div {
    text-align: left !important; }

@media print {
  .paginator {
    display: none !important; }
  .ladillo1, .ladillo2, .ladillo3 {
    width: auto !important; }
  .ladillo3 {
    background: #f0f0f0 !important;
    color: #000 !important; }
  footer, .compartir {
    display: none !important; }
  .innerPage > img {
    display: none; }
  .page-header, .page-header h1 {
    width: 100% !important;
    clear: both !important; }
  .ladillo2::before {
    content: url("/resources/img/postquote.png");
    margin-left: -70px;
    margin-top: 5px;
    float: left; }
  .galeriaFormacion .col-md-27 {
    width: 100% !important;
    float: left; }
    .galeriaFormacion .col-md-27 .tit {
      float: left;
      width: 40% !important; }
  a::after {
    content: '' !important; }
  body > div::before {
    content: url("/Resources/img/logo.png");
    float: left;
    display: block;
    clear: both;
    margin-right: 500px; }
  .container[role='main'] {
    border: none !important; }
  article .pbResource img {
    width: auto !important; }
  .persona .descripcio {
    display: block !important;
    visibility: visible !important;
    border: none !important;
    padding: 0px;
    background: transparent !important; }
  .persona .media-body {
    background: transparent !important; }
  .persona .md-left, .persona .pbResource {
    float: left !important; }
  .persona .makeColl {
    display: none; }
  .inscripcio, .datageneral, .formacioDetail .prop {
    padding: 0px !important;
    background: transparent !important; }
  .formacioDetail .prop .label {
    border: 0px !important;
    padding: 0px !important; }
  .formacioDetail .header {
    display: none !important; }
  .formacionDetail .propertyrepeater {
    float: left; }
  .datageneral .col-md-20 {
    width: 100% !important; }
  .blogColumn, .aside1, .aside2 {
    display: none !important; }
  .eventDetail {
    margin-top: 10px !important; }
    .eventDetail .eventBody {
      padding: 0px !important;
      border: none !important; }
    .eventDetail .col-lg-29, .eventDetail .col-lg-11 {
      width: 100% !important;
      padding: 0px !important; }
    .eventDetail .header, .eventDetail .esdevenimentDate {
      background: transparent !important;
      text-align: left !important;
      padding: 0px !important;
      color: #000 !important; }
  .formacio, .formacio .tit, .formacio .moreData {
    position: static !important;
    background: transparent !important;
    padding: 0px !important;
    border: none !important;
    color: #000 !important; }
    .formacio a span:before, .formacio .tit a span:before, .formacio .moreData a span:before {
      content: '' !important;
      height: 0px !important;
      margin: 0px !important; }
  .formacio {
    border: 1px solid !important;
    width: 98% !important; }
    .formacio .tit {
      width: 100% !important; }
    .formacio .moreData {
      width: 100% !important;
      min-height: auto !important; }
      .formacio .moreData > div {
        width: 47% !important;
        padding: 10px;
        float: left !important; }
  .galeriaFormacion {
    padding: 0px !important; }
  .formacio .tit {
    width: 100% !important;
    padding: 10px !important; }
    .formacio .tit a {
      width: 100% !important; }
      .formacio .tit a span {
        width: 100% !important; }
  .galeriaFormacion .formacio .tit, .tit a, .tit span {
    width: 100% !important;
    float: left !important;
    display: block; }
  .LlistaAgenda .filtres {
    position: static !important;
    background: transparent !important;
    padding: 0px !important;
    border: none !important;
    color: #000 !important; }
    .LlistaAgenda .filtres .datesShown {
      display: none !important;
      position: absolute;
      text-align: center;
      padding-left: 10px !important; }
    .LlistaAgenda .filtres .calendario {
      margin-top: 30px;
      width: 100%;
      position: static !important;
      background: transparent !important;
      padding: 0px !important;
      border: none !important;
      color: #000 !important; }
      .LlistaAgenda .filtres .calendario .legend {
        width: 80px;
        text-align: center; }
      .LlistaAgenda .filtres .calendario .monthCalendar {
        width: 75%; }
        .LlistaAgenda .filtres .calendario .monthCalendar a:last-child {
          float: right; }
        .LlistaAgenda .filtres .calendario .monthCalendar div {
          width: 80% !important; }
  .LlistaAgenda .ListDays .theDay .Events .event .actions {
    width: 100% !important;
    float: left !important;
    padding: 30px 10px 10px 10px !important;
    font-size: 12px; }
  .calendario .legend, .monthCalendar a {
    display: none !important; }
  .monthCalendar div {
    text-align: left !important; }
  /*.media-list .noticia .media-left img {
        width: 300px !important;
        max-width: 100%;
        max-height: 100%;
    }*/ }

blockquote {
  font-size: 14px;
  border: none;
  padding: 0px !important;
  margin: 0px !important; }

.callToAction {
  white-space: normal;
  background: #F90;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  width: 95%;
  display: inline-block; }

#item__activecf362151175c4541884ab049153c4d12 h3.text {
  display: none; }

.back-to-top {
  cursor: pointer;
  margin: 6px 10px 0 0;
  float: right;
  display: none; }
  .back-to-top .glyphicon {
    padding-right: 0; }

.backbutton {
  white-space: normal;
  background: #F90;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  width: 300px;
  text-align: center; }
  .backbutton a {
    color: #fff; }

#logoutPrompt {
  font-size: 1.5rem;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(68, 68, 68, 0.9);
  z-index: 99999999; }
  #logoutPrompt .logoutWrapper {
    position: relative;
    margin: 0 auto !important;
    top: 25%;
    padding: 20px;
    border: 1px solid #216373;
    border-radius: 5px;
    background-color: #D3D2A6;
    float: none;
    text-align: center; }
    #logoutPrompt .logoutWrapper .btns {
      text-align: center;
      margin-top: 20px; }
      #logoutPrompt .logoutWrapper .btns a, #logoutPrompt .logoutWrapper .btns span {
        padding: 5px 10px;
        background-color: #5BA7B4;
        border-radius: 5px;
        margin-right: 20px;
        color: #fff; }
        #logoutPrompt .logoutWrapper .btns a:hover, #logoutPrompt .logoutWrapper .btns span:hover {
          cursor: pointer; }
      #logoutPrompt .logoutWrapper .btns a:last-child {
        margin-right: 0 !important; }

.disclaimerAbandonandoWeb {
  background-color: rgba(241, 241, 241, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  .disclaimerAbandonandoWeb .messageBox {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    top: 40%;
    border: 2px solid #5BA7B4;
    border-radius: 5px;
    background-color: #dfdfbf;
    opacity: 1;
    padding: 10px; }
    .disclaimerAbandonandoWeb .messageBox .btns {
      text-align: center;
      margin-top: 20px; }
      .disclaimerAbandonandoWeb .messageBox .btns a, .disclaimerAbandonandoWeb .messageBox .btns span {
        padding: 5px 10px;
        background-color: #5BA7B4;
        border-radius: 5px;
        margin-right: 20px;
        color: #fff; }
        .disclaimerAbandonandoWeb .messageBox .btns a:hover, .disclaimerAbandonandoWeb .messageBox .btns span:hover {
          cursor: pointer; }

#cookiescript_injected_wrappe, #cookiescript_injected {
  background-color: #dfdfbf !important; }

.carousel {
  border-bottom: 1px solid #E5E5E5; }
  .carousel .carousel-header .callToAction {
    width: auto !important; }
  .carousel .carousel-caption {
    font-family: 'Istok Web';
    position: static;
    padding-top: 0;
    padding-bottom: 0; }
    .carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3, .carousel .carousel-caption h4 {
      margin-top: 0; }
    .carousel .carousel-caption h1:empty, .carousel .carousel-caption h2:empty, .carousel .carousel-caption h3:empty, .carousel .carousel-caption h4:empty {
      display: none; }
  .carousel .carousel-indicators {
    display: none !important; }
  .carousel .carousel-control {
    z-index: 1; }
  .carousel .item .title {
    position: absolute;
    left: 31%;
    top: 41%;
    color: #fff;
    font-size: 45px;
    letter-spacing: 1px;
    font-family: 'Istok Web'; }
  .carousel .item .text {
    position: absolute;
    top: 0px;
    font-size: 22px;
    color: #fff;
    left: 0px;
    width: 25%;
    padding: 2% 4%;
    background: #999A00; }

.pb-eip .carousel .carousel-control {
  top: 25px; }

.pb-eip .carousel .item .title, .pb-eip .carousel .item .text {
  min-width: 160px;
  min-height: 20px;
  display: block;
  border: 2px dotted #808080; }

.pb-eip .carousel .item .title {
  background-color: darkgray; }

.portadaCompo {
  background: #D3D2A6;
  height: 100%;
  margin: 10px 5px;
  color: #216272;
  width: 100%; }
  .portadaCompo .pbResource {
    width: 100%; }
  .portadaCompo h4 {
    font-size: 18px;
    margin-bottom: 10px; }
  .portadaCompo .textDiv {
    background: #D3D2A6;
    padding: 10px 20px;
    float: left;
    width: 100%; }
    .portadaCompo .textDiv li {
      margin-top: -5px;
      margin-left: 2px;
      padding: 0;
      line-height: 100%; }
    .portadaCompo .textDiv a {
      color: #216272; }
    .portadaCompo .textDiv .pb-menu-item a:before {
      content: url("/Resources/Img/bulletPortadaCompo.png");
      margin-top: 0;
      float: left;
      margin-right: 5px;
      margin-left: -12px; }
    .portadaCompo .textDiv ul > li {
      background: none !important; }

.TIE {
  padding: 10px !important;
  float: left; }
  .TIE h5 {
    color: #297b90; }
    .TIE h5 a {
      color: #297b90; }
  .TIE .mainTitle, .TIE .text {
    padding: 0 10px 0 0;
    float: left; }
  .TIE h4 {
    margin: 0; }
  .TIE h4 span {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin: 0; }
  .TIE div {
    font-size: 13px; }

div.pb-eip-CompositionContainer .TIE h4 a span {
  color: #000 !important;
  margin: 0; }

.TIE.SITE_4071c1a0-217e-0000-0000-000000000000.bloque_imagen_superior .mainTitle,
.TIE.SITE_formacion.bloque_imagen_superior .mainTitle,
.TIE.SITE_esdeveniment .mainTitle {
  padding: 10px 0 !important; }

div.bloque_imagen_superior {
  box-shadow: none;
  margin: 10px 5px;
  bottom: 0;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 !important; }
  div.bloque_imagen_superior .mainTitle {
    width: 100%;
    float: left;
    padding: 10px 20px 5px 20px; }
    div.bloque_imagen_superior .mainTitle h4 {
      padding: 5px 0 7px 0; }
  div.bloque_imagen_superior[style*='background-color:transparent'] .mainTitle {
    padding-left: 0;
    padding-right: 0; }
  div.bloque_imagen_superior h4 span {
    font-weight: normal !important;
    display: block !important;
    font-size: 18px !important;
    margin-bottom: 10px;
    color: #216272; }
  div.bloque_imagen_superior .pbResource {
    margin-bottom: 0;
    width: 100%; }
    div.bloque_imagen_superior .pbResource a {
      width: 100%; }

.bloque_imagen_izquierda .pbResource, .bloque_imagen_derecha .pbResource {
  position: relative;
  width: 71px;
  height: 71px; }

.bloque_imagen_izquierda .mainTitle, .bloque_imagen_derecha .mainTitle {
  float: none;
  width: auto; }

.bloque_imagen_izquierda h4 span, .bloque_imagen_derecha h4 span {
  font-size: 13px;
  display: flex !important; }

.bloque_imagen_fondo .pbResource.imagen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.widgetNoticias h3 {
  font-size: 14px; }

.widgetNoticias .badge {
  display: none; }

.widgetNoticias .noticiaLista .pbResource {
  max-width: 100px;
  height: 70px;
  width: 71px; }
  .widgetNoticias .noticiaLista .pbResource img {
    max-width: initial; }

.Publicidad {
  margin: 0;
  padding: 10px; }
  .Publicidad h5 {
    color: #2d979f;
    font-size: 9px;
    text-transform: uppercase;
    margin: 15px 0 0 0; }
  .Publicidad .itemPublicitat li {
    float: left;
    width: 100% !important;
    margin-bottom: 5px; }
    .Publicidad .itemPublicitat li .pbResource {
      width: 100%; }
      .Publicidad .itemPublicitat li .pbResource img {
        width: 100%; }
  .Publicidad .separator {
    margin: 0px;
    padding: 0;
    width: 100%; }

.wgtNovetats {
  background-color: #f2f2f2;
  margin-bottom: 10px; }
  .wgtNovetats ul {
    float: none;
    padding-left: 10px !important;
    margin-top: -5px !important;
    border-bottom: 1px solid #fff; }
  .wgtNovetats ul > li {
    padding: 0;
    margin: 5px 12px 5px 0 !important;
    line-height: 120% !important;
    background-position-y: 6px !important; }
  .wgtNovetats a {
    color: #000;
    font-size: 13px !important; }
  .wgtNovetats .textDiv {
    margin: 10px; }
  .wgtNovetats .wgtTitle, .wgtNovetats .agrupacion {
    color: #297b90;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px; }
  .wgtNovetats .wgtTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 5px; }

*[role='main'] .wgtNovetats .wgtTitle {
  text-align: center;
  background-color: #DFE7E9;
  margin-bottom: 5px; }

.AGENDA {
  float: left;
  width: 100%; }
  .AGENDA .date {
    float: left;
    margin-right: 10px; }
    .AGENDA .date .computedDate {
      background: #297b90;
      text-align: center;
      color: #fff;
      font-family: 'Trebuchet MS';
      float: left;
      width: 42px;
      padding: 5px 0px; }
      .AGENDA .date .computedDate .dayNum {
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        float: left; }
      .AGENDA .date .computedDate .dayName {
        text-transform: uppercase;
        font-size: 11px;
        width: 100%;
        float: left;
        margin-top: -5px; }
  .AGENDA .el {
    width: 100%;
    float: left;
    margin-bottom: 10px; }
    .AGENDA .el a {
      display: flex !important; }
  .AGENDA a {
    color: #297b90; }
  .AGENDA > a {
    float: right;
    display: block;
    padding: 30px 15px 10px 0px; }

.enlacesRelacionados h4 {
  color: #297b90;
  font-size: 14px; }

.enlacesRelacionados .pbResource {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 2px;
  position: relative;
  width: 71px;
  height: 71px; }

.enlacesRelacionados .enlaceRelacionado a {
  line-height: 17px;
  color: #000;
  font-size: 13px; }

.enlacesRelacionados .enlaceRelacionado img {
  left: -39%;
  font-size: 12px;
  position: absolute;
  max-width: none;
  top: 0; }

.enlacesRelacionados .EnlaceRelacionadoReordenable > a:hover {
  text-decoration: underline; }

.enlacesRelacionados .EnlaceRelacionadoReordenable > a {
  padding: 0; }

.enlacesRelacionados .EnlaceRelacionadoReordenable.sinImagen {
  background: transparent url("/resources/img/postbullets.png") no-repeat 0 6px;
  padding-left: 10px; }
  .enlacesRelacionados .EnlaceRelacionadoReordenable.sinImagen a.pbLink {
    margin-left: 0; }

.enlacesRelacionados .enlaceRelacionado a.pbLink,
.enlacesRelacionados .EnlaceRelacionadoReordenable > a.pbLink {
  margin-left: 81px; }

#colmd12_colsm30_colxs30_itemmenupeu728c26d7da8241159cdcd81584f2cd13 {
  display: none !important; }

.def_SITE9057ADA0-0000-0000-0000-000000000000 .pb-eip-CompositionZone, .def_SITE2EC10400-0000-0000-0000-000000000000 .pb-eip-CompositionZone,
#pb-eip-composition-zone-compos-8fa84a01-65de-44f2-ae13-a94a22b916bf .pb-eip-CompositionZone,
.mainContent .pb-eip-CompositionZone,
.container[role="container"] .pb-eip-CompositionZone {
  display: flex;
  flex-flow: row wrap; }
  .def_SITE9057ADA0-0000-0000-0000-000000000000 .pb-eip-CompositionZone .pb-eip-CompositionZoneElement, .def_SITE2EC10400-0000-0000-0000-000000000000 .pb-eip-CompositionZone .pb-eip-CompositionZoneElement,
  #pb-eip-composition-zone-compos-8fa84a01-65de-44f2-ae13-a94a22b916bf .pb-eip-CompositionZone .pb-eip-CompositionZoneElement,
  .mainContent .pb-eip-CompositionZone .pb-eip-CompositionZoneElement,
  .container[role="container"] .pb-eip-CompositionZone .pb-eip-CompositionZoneElement {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap; }
    .def_SITE9057ADA0-0000-0000-0000-000000000000 .pb-eip-CompositionZone .pb-eip-CompositionZoneElement .compositionElementPaddingsLayer, .def_SITE2EC10400-0000-0000-0000-000000000000 .pb-eip-CompositionZone .pb-eip-CompositionZoneElement .compositionElementPaddingsLayer,
    #pb-eip-composition-zone-compos-8fa84a01-65de-44f2-ae13-a94a22b916bf .pb-eip-CompositionZone .pb-eip-CompositionZoneElement .compositionElementPaddingsLayer,
    .mainContent .pb-eip-CompositionZone .pb-eip-CompositionZoneElement .compositionElementPaddingsLayer,
    .container[role="container"] .pb-eip-CompositionZone .pb-eip-CompositionZoneElement .compositionElementPaddingsLayer {
      width: 100%; }

.pb-eip-CompositionZoneElement[data-definition-id='SITE;9a614a02-1449-1e00-0000-000000000000'] > .compositionElementPaddingsLayer {
  height: 100% !important; }

#mapa_del_web :nth-child(odd).level0 {
  clear: left; }

#mapa_del_web :nth-child(6).level0 {
  clear: left; }

#mapa_del_web :nth-child(n+6).level0 {
  clear: left !important; }

#mapa_del_web :nth-child(2n+7).level0 {
  clear: none !important; }

#mapa_del_web {
  list-style-type: none;
  background-color: #fff;
  width: 100%;
  padding: 0; }
  #mapa_del_web li {
    float: left;
    width: 100%;
    background: none !important;
    margin: auto !important; }
  #mapa_del_web > li:before {
    content: none; }
  #mapa_del_web .level0 {
    padding: 0 10px 20px 10px;
    display: block;
    margin: 0;
    width: 50%; }
  #mapa_del_web .level0 a {
    width: 100%;
    display: block;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    padding-left: 0; }
  #mapa_del_web .level0 > a {
    color: #297b90;
    font-size: 22px;
    font-weight: bold; }
  #mapa_del_web .level0 > ul {
    border-left: 3px solid #297b90;
    float: left; }
  #mapa_del_web .level1 {
    list-style-type: none;
    display: block; }
    #mapa_del_web .level1 a {
      font-weight: bold;
      color: #297b90;
      text-transform: none;
      display: inline;
      padding: 10px 0 10px 10px;
      font-size: 14px;
      background-color: transparent; }
  #mapa_del_web .level2 {
    list-style-type: none; }
  #mapa_del_web .level2:before {
    content: url("/resources/img/postbullets2.png");
    position: relative;
    top: -3px; }
  #mapa_del_web ul.level2 li {
    padding: 5px 0;
    display: block; }
  #mapa_del_web .level2 a {
    font-weight: normal !important; }
  #mapa_del_web ul.level2 li a.title-tercero {
    color: #5CA7B4;
    text-transform: none;
    padding: 10px 0 10px 20px; }

.galeriaFormacion {
  float: left;
  width: 100%;
  padding-right: 0; }
  .galeriaFormacion .media {
    margin: 0;
    width: 100%; }
  .galeriaFormacion h2 {
    font-size: 16px;
    color: #297B90;
    font-weight: bold;
    clear: both;
    margin: 10px 0 0 0;
    float: left;
    width: 100%; }
  .galeriaFormacion .page-header h2 {
    margin-bottom: 0px; }
  .galeriaFormacion .formacio {
    float: left;
    width: 99%;
    margin: 5px 0px;
    position: relative;
    border: 1px solid #DFDEBF; }
    .galeriaFormacion .formacio .btn.action {
      padding: 2px 10px;
      width: 100%;
      white-space: normal;
      margin-top: 0;
      background-color: transparent !important; }
    .galeriaFormacion .formacio .callToAction.noAction {
      background-color: #5CA7B4;
      color: #fff; }
    .galeriaFormacion .formacio .tit {
      background: #DFDEBF;
      border: 1px solid #DFDEBF;
      padding: 10px 15px;
      color: #1C5664;
      width: 100%; }
      .galeriaFormacion .formacio .tit span {
        color: #297B90; }
      .galeriaFormacion .formacio .tit span:before {
        content: url("/Resources/Img/bullet.png");
        float: left;
        margin-right: 5px;
        margin-top: 3px; }
    .galeriaFormacion .formacio .moreData {
      background: #fff;
      padding: 10px 7px 10px 16px;
      font-size: 12px; }
      .galeriaFormacion .formacio .moreData > div {
        width: 100%;
        float: left; }
      .galeriaFormacion .formacio .moreData .lbl {
        color: #297B90;
        float: left;
        margin-right: 8px; }
      .galeriaFormacion .formacio .moreData .imports .import {
        display: inline;
        font-weight: normal; }
      .galeriaFormacion .formacio .moreData .imports .value {
        display: inline;
        font-weight: normal; }
      .galeriaFormacion .formacio .moreData .imports .dataRow label, .galeriaFormacion .formacio .moreData .imports .dataRow > span {
        font-weight: normal;
        color: #297b90; }
      .galeriaFormacion .formacio .moreData .imports .dataRow label {
        margin-bottom: 0; }
      .galeriaFormacion .formacio .moreData .hidden.CodiCurs {
        position: absolute;
        right: 5px;
        width: 20px !important; }
      .galeriaFormacion .formacio .moreData .hidden.DatesCurs {
        position: absolute;
        right: 25px;
        width: 20px !important; }
    .galeriaFormacion .formacio .moreData:last-child {
      padding: 10px 5px; }

.expired.formacio .tit span {
  color: #666; }

.expired.formacio .tit span:before {
  content: url("/Resources/Img/bulletc.png");
  float: left;
  margin-right: 5px;
  margin-top: 3px; }

.expired.formacio .moreData span {
  color: #666; }

.expired.formacio .moreData .imports .import {
  display: inline;
  font-weight: normal;
  color: #666; }

.expired.formacio .moreData .imports .value {
  display: inline;
  font-weight: normal;
  color: #666; }

.formacioDetail {
  padding: 0; }
  .formacioDetail .relationedCategories ul > li {
    background-image: none;
    padding-left: 0;
    margin: 0; }
  .formacioDetail .page-header {
    margin-bottom: 0px; }
    .formacioDetail .page-header h1 {
      font-size: 20px;
      color: #297B90;
      font-weight: bold; }
  .formacioDetail .header {
    background: #5CA7B4;
    color: #fff;
    text-align: center;
    padding: 5px;
    clear: both; }
  .formacioDetail .header.formInscripcio {
    margin-top: 1em; }
  .formacioDetail .inscripcio {
    background: #EEF6F7;
    float: left;
    width: 100%;
    color: #5CA7B4;
    padding: 10px;
    margin-bottom: 5px; }
    .formacioDetail .inscripcio .callToAction {
      margin: 5px auto;
      max-width: 300px; }
      .formacioDetail .inscripcio .callToAction .btn.action {
        white-space: normal;
        background-color: transparent !important; }
    .formacioDetail .inscripcio span.value.partialDate {
      font-weight: bold; }
  .formacioDetail .extraText {
    display: none; }
  .formacioDetail .datageneral {
    background: #DFDFBF;
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px; }
    .formacioDetail .datageneral .dataRow {
      font-size: 14px;
      width: 100%;
      float: left; }
      .formacioDetail .datageneral .dataRow label {
        color: #297B90;
        float: left;
        font-weight: normal;
        margin-right: 5px; }
      .formacioDetail .datageneral .dataRow label.gratuit {
        font-weight: bold; }
      .formacioDetail .datageneral .dataRow label span {
        color: #666; }
      .formacioDetail .datageneral .dataRow .value {
        float: left;
        color: #666; }
        .formacioDetail .datageneral .dataRow .value p {
          margin-bottom: 0; }
        .formacioDetail .datageneral .dataRow .value.infoExtraDatesInscripcio {
          clear: both; }
  .formacioDetail .dadesUlisses {
    font-size: 10px; }
  .formacioDetail .propertyrepeater .prop {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    margin-bottom: 5px; }
    .formacioDetail .propertyrepeater .prop .label {
      width: 20%;
      color: #297B90;
      float: left;
      font-weight: normal;
      text-align: left;
      font-size: 14px;
      padding: 10px;
      white-space: normal;
      background: #DFDFBF;
      border-radius: 0; }
    .formacioDetail .propertyrepeater .prop .value {
      background: #fff;
      float: left;
      width: 80%;
      font-size: 14px;
      color: #666;
      padding: 5px 20px;
      color: #666;
      min-height: 34px; }
    .formacioDetail .propertyrepeater .prop .value .pb-eip-hiddenMapingButton {
      display: inline-block !important;
      float: none !important;
      position: relative !important; }

.info > .pb-eip-hiddenMapingButton {
  top: 4px;
  right: 15px; }

#TpvOk {
  padding: 10px; }

#resumTPV, #TpvOk {
  text-align: left; }

#resumTPV p {
  padding: 0 !important; }

#tpvDisclaimer {
  display: none;
  text-align: left; }

.textevermell {
  color: red !important; }

.eventDetail {
  float: left;
  width: 100%;
  padding-left: 0px; }
  .eventDetail .relationedCategories {
    margin: 3px 0px; }
    .eventDetail .relationedCategories ul > li {
      background-image: none;
      padding-left: 0;
      margin: 0; }
  .eventDetail .header.formInscripcio {
    margin-top: 1em; }
  .eventDetail .esdevenimentDate {
    background: #5CA7B4;
    color: #fff;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    padding: 2px 60px 2px 10px;
    float: left; }
    .eventDetail .esdevenimentDate .diad {
      font-weight: bold;
      font-size: 18px; }
    .eventDetail .esdevenimentDate .pb-eip-hiddenMapingButton {
      position: static; }
  .eventDetail .dadesUlisses .pb-eip-hiddenMapingButton {
    position: static !important;
    float: left;
    display: inline; }
  .eventDetail .dadesUlisses label {
    font-size: 10px;
    width: 100%; }
  .eventDetail .header {
    background: #5CA7B4;
    color: #fff;
    text-align: center;
    padding: 5px;
    clear: both; }
  .eventDetail .inscripcio {
    background: #EEF6F7;
    float: left;
    width: 100%;
    color: #5CA7B4;
    padding: 5px;
    margin-bottom: 5px; }
    .eventDetail .inscripcio div {
      float: left; }
    .eventDetail .inscripcio div div {
      float: left;
      margin: -5px 5px;
      clear: right; }
    .eventDetail .inscripcio strong {
      margin-top: -5px; }
    .eventDetail .inscripcio a {
      float: right; }
    .eventDetail .inscripcio .callToAction {
      margin: 5px;
      width: auto !important; }
      .eventDetail .inscripcio .callToAction .btn {
        padding: 0;
        margin: 0 10px 0 0;
        display: inline-block;
        background-color: transparent !important;
        float: none; }
      .eventDetail .inscripcio .callToAction .extraText {
        display: none; }
  .eventDetail .eventBody {
    float: left;
    border-top: 5px solid #DFDFBF;
    border-bottom: 1px solid #DFDFBF;
    padding-top: 5px;
    margin-bottom: 30px;
    position: relative;
    width: 100%; }
    .eventDetail .eventBody h1 {
      margin-top: 5px; }
    .eventDetail .eventBody .description {
      padding-right: 20px; }
    .eventDetail .eventBody .col-lg-29 {
      padding: 0px 20px; }
    .eventDetail .eventBody .page-header {
      margin-bottom: 0px; }
      .eventDetail .eventBody .page-header h1 {
        font-size: 26px; }
      .eventDetail .eventBody .page-header > .pb-eip-hiddenMapingButton {
        right: 0px; }
    .eventDetail .eventBody .descripcio {
      float: left;
      width: 100%; }
    .eventDetail .eventBody .datageneral {
      background: #DFDFBF;
      float: left;
      width: 100%;
      padding: 10px;
      margin-bottom: 5px; }
      .eventDetail .eventBody .datageneral .dataRow {
        font-size: 14px;
        width: 100%;
        float: left; }
        .eventDetail .eventBody .datageneral .dataRow label {
          color: #297B90;
          float: left;
          margin-right: 5px;
          margin-bottom: 0px; }
        .eventDetail .eventBody .datageneral .dataRow .value {
          float: none;
          color: #666; }
        .eventDetail .eventBody .datageneral .dataRow .value > a.urlExterna {
          word-wrap: break-word;
          word-break: break-all;
          white-space: normal;
          display: block; }
      .eventDetail .eventBody .datageneral .dataRow.row {
        display: flex;
        justify-content: center; }
      .eventDetail .eventBody .datageneral .pb-eip-hiddenMapingButton {
        right: 0; }

.registre {
  padding: 0 1em; }
  .registre .llistaRegistre .capsalera {
    font-weight: bold;
    margin-top: 10px; }
  .registre .llistaRegistre .fila {
    color: #297b90;
    cursor: pointer; }
  .registre .llistaRegistre .fila:hover > div {
    text-decoration: underline !important; }
  .registre .llistaRegistre .fila .fitxaLoading {
    display: none; }
  .registre .llistaRegistre .fila > div:first-child, .registre .llistaRegistre .capsalera > div:first-child {
    text-align: right;
    padding-right: 20px; }
  .registre #resultados .titulo {
    font-weight: bold;
    font-size: 12px;
    color: #297b90;
    border-bottom: 2px solid #ddd;
    margin-bottom: 5px; }
  .registre #resultados .titulo.noresults {
    font-weight: bold;
    font-size: 16px;
    border: none;
    margin-top: 2em;
    text-align: center; }
  .registre #fitxa {
    z-index: 9999999999999999 !important; }
    .registre #fitxa .modal-dialog {
      margin-top: 100px; }
    .registre #fitxa .dadesRegistre {
      width: 100%; }
    .registre #fitxa .capsalera {
      color: #297b90;
      border-bottom: #297b90 2px solid;
      font-weight: bold;
      margin-top: 10px; }
    .registre #fitxa .etiqueta {
      font-weight: bold;
      padding-right: 10px; }
    .registre #fitxa table tr.dades.professional td {
      padding-right: 10px; }
    .registre #fitxa .modal-body {
      max-height: 550px;
      overflow-y: scroll; }
  .registre .consultando .text {
    font-weight: bold; }
  .registre .disclaimer {
    font-size: 12px; }
  .registre .errorMessage {
    padding: 10px 0;
    font-weight: bold;
    color: red; }

.oldWeb {
  width: 100%; }
  .oldWeb .lupa img {
    display: inline;
    padding-left: 10px;
    padding-bottom: 8px; }
  .oldWeb .capsalera {
    font-weight: bold;
    padding-right: 10px; }
  .oldWeb .lletra.capsalera {
    padding-right: 10px; }
  .oldWeb .filtros {
    background-color: #eaeaea;
    width: 100%;
    border-radius: 5px; }
  .oldWeb .icoLeyenda {
    padding-right: 5px;
    padding-left: 20px; }
  .oldWeb #fitxa .modal-content {
    max-height: 400px;
    overflow-y: auto; }

.noticiaDetail {
  padding-left: 25px; }
  .noticiaDetail div[align=justify]:empty {
    display: none; }
  .noticiaDetail .pbResource.imgDetalle {
    margin-right: 10px;
    padding-top: 4px; }
  .noticiaDetail .entradilla {
    padding-top: 5px;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-style: italic;
    margin-bottom: 2em;
    font-size: 16px; }
    .noticiaDetail .entradilla p {
      margin-bottom: 5px; }
  .noticiaDetail .pb-eip-mapping-type-html {
    position: static !important; }
  .noticiaDetail h2 {
    margin-top: 0px; }
  .noticiaDetail .newsFile {
    clear: both;
    padding: 5px 20px;
    background-color: #e8e8d2;
    margin: 1.1em 0;
    width: 100%; }
    .noticiaDetail .newsFile img {
      margin-right: 10px; }
    .noticiaDetail .newsFile a {
      color: #297b90;
      display: block;
      float: left; }
      .noticiaDetail .newsFile a span, .noticiaDetail .newsFile a img {
        display: block;
        float: left; }
  .noticiaDetail .page-header h1 {
    margin-top: 0; }
  .noticiaDetail .relationedCategories ul {
    margin: 0 !important; }
    .noticiaDetail .relationedCategories ul li {
      background: none !important;
      margin: auto !important;
      padding-left: 0 !important; }
    .noticiaDetail .relationedCategories ul li::after {
      content: '·';
      margin: 0px 3px;
      float: left;
      font-size: 24px; }
    .noticiaDetail .relationedCategories ul li.last::after {
      content: none; }
    .noticiaDetail .relationedCategories ul a {
      font-size: 12px;
      line-height: inherited;
      background-color: #dfdfbf;
      border-radius: 7px;
      padding: 0 5px; }

.TIE .mainTitle .dateBar {
  color: #505050;
  font-size: 0.9em; }

article .h {
  float: left;
  width: 100%; }

article .relationedCategories {
  float: right;
  margin: 0 0 10px 0; }
  article .relationedCategories ul {
    margin: 0;
    font-size: 12px; }
    article .relationedCategories ul li {
      float: left;
      display: block; }
      article .relationedCategories ul li a {
        font-size: 12px;
        float: left;
        color: #297b90;
        line-height: inherited; }
    article .relationedCategories ul li::after {
      content: '·';
      margin: 0px 3px;
      float: left;
      font-size: 24px; }
    article .relationedCategories ul li.last::after {
      content: none; }
    article .relationedCategories ul a {
      font-size: 12px;
      line-height: inherited;
      background-color: #dfdfbf;
      border-radius: 7px;
      padding: 0 5px; }

article .dateBar {
  color: #505050;
  font-size: 12px;
  float: left; }

article .media-list .h {
  float: left;
  width: 100%;
  margin: 0 auto 10px; }

article .media-list .noticia .myContainer {
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfbf;
  float: left; }

article .media-list .noticia .media-left {
  padding-top: 4px;
  /*img {
                    width: 300px;
                }*/ }

article .media-list .noticia .relationedCategories ul > li {
  background: none !important;
  margin: auto !important;
  padding-left: 0 !important; }

article .media-list .noticia.last .myContainer {
  border-bottom: none; }

article .media-list .noticia.media {
  margin-top: 0; }

article .media-list .def_SITE575ebbfd-d4a1-40ae-968b-2efc4ced6b4f h3.title, article .media-list .def_SITE575ebbfd-d4a1-40ae-968b-2efc4ced6b4f h3.title a, article .media-list .def_SITE575ebbfd-d4a1-40ae-968b-2efc4ced6b4f h3.title a:hover {
  font-size: 22px;
  color: #000 !important; }

article .media-list .def_SITE575ebbfd-d4a1-40ae-968b-2efc4ced6b4f .disqus-comment-count {
  font-size: 11px; }

.medio {
  color: #505050;
  font-size: 12px;
  margin-left: 5px;
  float: left; }

.h i {
  float: left;
  font-size: 12px;
  color: #666;
  margin-left: 5px; }

.persona {
  color: #1C5564; }
  .persona .pbResource > img {
    max-height: 110px; }
  .persona .media-body {
    padding: 15px 30px;
    background: #D2D2A6;
    height: 110px; }
  .persona .media-heading {
    font-size: 18px; }
  .persona h3 {
    color: #1C5564; }
  .persona .carrec {
    font-size: 16px; }
  .persona .correu {
    margin-top: 6px;
    font-size: 14px;
    color: #1C5564; }
    .persona .correu i {
      float: left;
      margin-top: 4px;
      margin-right: 5px;
      color: #575744; }
    .persona .correu div {
      float: left; }
    .persona .correu a {
      color: #1C5564; }
  .persona .makeColl {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 15px; }
  .persona .descripcio {
    background: #e8e8d2;
    padding: 10px 25px 40px 25px;
    border: 1px solid #D2D2A6; }
    .persona .descripcio .makeColl {
      transform: rotateZ(-90deg); }

.faq .sup1.collapsing, .faq .sup2.collapsing {
  float: left;
  padding: 8.75px;
  transition-duration: 0s;
  height: 0px;
  visibility: hidden;
  width: 15px;
  display: block; }

.faq .media-heading {
  cursor: pointer; }

.faq .collapse {
  float: left;
  padding: 10px; }

.faq .makeColl {
  cursor: pointer; }

.faq .descripcio {
  border: 1px solid #D2D2A6;
  width: 100%;
  padding: 10px 10px 10px 34px; }
  .faq .descripcio .makeColl {
    transform: rotateZ(-90deg);
    float: right; }

.faq .media-body {
  background: #D2D2A6; }

.faq h3 {
  color: #1C5564;
  padding: 10px; }

.datepicker .datepicker-months .table-condensed .month.active {
  background: #5CA7B4; }

.LlistaAgenda {
  padding-left: 0px; }
  .LlistaAgenda .filtres {
    float: left;
    display: block;
    width: 100%;
    border-bottom: 5px solid #DFDFBF; }
    .LlistaAgenda .filtres .calendario {
      float: left;
      display: block;
      background: #DFDFBF;
      padding-right: 10px;
      padding-bottom: 2px;
      min-width: 225px; }
      .LlistaAgenda .filtres .calendario #calendarioAgenda {
        text-align: center;
        border: 0 solid transparent;
        text-transform: uppercase;
        width: 100%;
        height: 30px;
        padding-top: 0; }
      .LlistaAgenda .filtres .calendario .legend {
        color: #333;
        float: left;
        display: block;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 15px;
        padding-bottom: 0px; }
      .LlistaAgenda .filtres .calendario .monthCalendar {
        float: left;
        display: block;
        background: #fff;
        margin-top: 5px;
        cursor: pointer; }
        .LlistaAgenda .filtres .calendario .monthCalendar a {
          float: left;
          display: block;
          padding: 2px;
          color: #DFDFBF; }
        .LlistaAgenda .filtres .calendario .monthCalendar a:hover {
          color: #3a749d; }
        .LlistaAgenda .filtres .calendario .monthCalendar div {
          line-height: 26px;
          color: #216272;
          float: left;
          display: block;
          font-weight: bold;
          text-transform: uppercase;
          text-align: center; }
        .LlistaAgenda .filtres .calendario .monthCalendar .datepicker {
          cursor: pointer; }
    .LlistaAgenda .filtres .datesShown {
      float: left;
      padding: 6px 30px; }
      .LlistaAgenda .filtres .datesShown input {
        float: left;
        display: block;
        margin-right: 5px; }
      .LlistaAgenda .filtres .datesShown label {
        margin: 0px;
        float: left;
        font-size: 12px;
        color: #333;
        margin-top: 1px;
        font-weight: normal; }
  .LlistaAgenda .ListDays {
    display: table;
    width: 100%;
    margin-top: 5px; }
    .LlistaAgenda .ListDays .theDay {
      display: table-row;
      margin-bottom: 10px; }
      .LlistaAgenda .ListDays .theDay .callToAction.noAction {
        background-color: #5CA7B4;
        color: #fff; }
      .LlistaAgenda .ListDays .theDay .date {
        display: table-cell;
        width: 80px;
        color: #fff;
        text-align: center;
        background: #216272;
        position: relative; }
        .LlistaAgenda .ListDays .theDay .date .computedDate {
          vertical-align: top;
          position: absolute;
          top: 0px;
          width: 100%;
          font-family: Trebuchet MS; }
          .LlistaAgenda .ListDays .theDay .date .computedDate .dayName {
            float: left;
            clear: both;
            text-align: center;
            width: 100%;
            margin-top: 5px; }
          .LlistaAgenda .ListDays .theDay .date .computedDate .dayNum {
            clear: both;
            font-weight: bold;
            float: left;
            width: 100%;
            font-size: 18px; }
      .LlistaAgenda .ListDays .theDay .Events {
        display: table-cell;
        float: left;
        width: 100%;
        color: #297b90;
        border: 1px solid #59B9D0;
        background-color: #E8E8D2;
        min-height: 90px; }
        .LlistaAgenda .ListDays .theDay .Events .event {
          float: left;
          position: relative;
          width: 100%;
          border-top: 1px solid #59B9D0; }
          .LlistaAgenda .ListDays .theDay .Events .event .import {
            padding: 0 0 5px 5px;
            float: left;
            width: 100%;
            text-align: left; }
            .LlistaAgenda .ListDays .theDay .Events .event .import label, .LlistaAgenda .ListDays .theDay .Events .event .import div.value {
              display: inline; }
          .LlistaAgenda .ListDays .theDay .Events .event .info {
            padding: 10px;
            float: left; }
            .LlistaAgenda .ListDays .theDay .Events .event .info a {
              color: #297b90;
              clear: both; }
            .LlistaAgenda .ListDays .theDay .Events .event .info .parentName {
              font-size: 12px;
              width: 100%;
              float: left; }
            .LlistaAgenda .ListDays .theDay .Events .event .info .parentName:before {
              content: url("/Resources/img/bulletAgenda.png");
              margin-right: 5px; }
            .LlistaAgenda .ListDays .theDay .Events .event .info .complementInfo {
              margin-top: 10px;
              color: #999;
              font-size: 13px;
              width: 100%; }
              .LlistaAgenda .ListDays .theDay .Events .event .info .complementInfo span, .LlistaAgenda .ListDays .theDay .Events .event .info .complementInfo div {
                float: left;
                display: block; }
              .LlistaAgenda .ListDays .theDay .Events .event .info .complementInfo .Row {
                width: 100%;
                float: left;
                clear: both;
                line-height: 14px; }
                .LlistaAgenda .ListDays .theDay .Events .event .info .complementInfo .Row .lbl {
                  min-width: 40px; }
          .LlistaAgenda .ListDays .theDay .Events .event .actions {
            float: right;
            padding: 10px 5px 10px;
            font-size: 12px; }
            .LlistaAgenda .ListDays .theDay .Events .event .actions .lbl, .LlistaAgenda .ListDays .theDay .Events .event .actions .dta {
              float: left; }
            .LlistaAgenda .ListDays .theDay .Events .event .actions .dta {
              color: #666;
              margin-left: 5px; }
            .LlistaAgenda .ListDays .theDay .Events .event .actions .lbl {
              min-width: 100px; }
            .LlistaAgenda .ListDays .theDay .Events .event .actions a.btn.action {
              white-space: normal;
              clear: both;
              display: block;
              margin: 0 auto;
              width: 100%;
              max-width: 150px;
              background-color: transparent !important; }
            .LlistaAgenda .ListDays .theDay .Events .event .actions .extraText {
              display: inline-block; }
            .LlistaAgenda .ListDays .theDay .Events .event .actions .gratuit {
              width: 100%;
              display: block;
              clear: both; }
        .LlistaAgenda .ListDays .theDay .Events .event:first-child {
          border-top: 0px; }
        .LlistaAgenda .ListDays .theDay .Events .Milestone {
          padding: 10px 0 10px 10px;
          background: #E8E8D2; }
          .LlistaAgenda .ListDays .theDay .Events .Milestone .infoInscripcio {
            padding-left: 25px; }
          .LlistaAgenda .ListDays .theDay .Events .Milestone span {
            font-size: 12px;
            font-weight: bold; }
          .LlistaAgenda .ListDays .theDay .Events .Milestone a.name {
            font-size: 14px;
            float: none; }
          .LlistaAgenda .ListDays .theDay .Events .Milestone .actions {
            float: right;
            padding: 10px 0px 10px;
            font-size: 12px; }
            .LlistaAgenda .ListDays .theDay .Events .Milestone .actions a.btn.action span {
              font-size: 14px;
              font-weight: normal; }
        .LlistaAgenda .ListDays .theDay .Events .Milestone.Inici, .LlistaAgenda .ListDays .theDay .Events .Milestone.Inici a.name {
          color: #990; }
        .LlistaAgenda .ListDays .theDay .Events .Milestone.Fi, .LlistaAgenda .ListDays .theDay .Events .Milestone.Inici {
          width: 100%; }
        .LlistaAgenda .ListDays .theDay .Events .Milestone.Fi, .LlistaAgenda .ListDays .theDay .Events .Milestone.Fi a.name {
          color: #C00; }
        .LlistaAgenda .ListDays .theDay .Events .Milestone:before {
          position: absolute;
          float: left;
          top: 12px; }
        .LlistaAgenda .ListDays .theDay .Events .Milestone.Inici:before {
          display: block;
          content: url("/Resources/img/IniciIns.png");
          padding-bottom: 20px; }
        .LlistaAgenda .ListDays .theDay .Events .Milestone.Fi:before {
          display: block;
          content: url("/Resources/img/fiIns.png");
          padding-bottom: 20px; }
    .LlistaAgenda .ListDays .theDay.CurrDay .date {
      background: #990; }
  .LlistaAgenda .Milestone .pb-eip-hiddenMapingButton {
    top: 4px;
    right: 15px; }
  .LlistaAgenda .callToAction {
    margin: 0 auto;
    width: auto;
    float: none; }

tr.sel td {
  background: #2a7a99;
  color: #fff !important; }

.nopagat {
  font-size: 17px;
  background-color: #dfdfbf;
  padding: 15px 18px;
  clear: both; }

.wizard-step.resum .text-proteccio-dades {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  float: left;
  width: 100%; }
  .wizard-step.resum .text-proteccio-dades .checkCondiciones {
    clear: both;
    width: 100%; }

.wizard-step.resum .observacions {
  margin: 15px 0;
  padding: 15px 0; }

.wizard-step.resum .ng-binding, .wizard-step.resum .ng-scope {
  margin-top: 3px; }

.wizard-step.resum .row.form-group {
  margin-bottom: 0; }
  .wizard-step.resum .row.form-group .fileName {
    text-transform: lowercase; }

.wizard-step.resum .sectiontitle {
  border-bottom: 1px solid #006699;
  font-weight: bold;
  color: #006699;
  margin-top: 15px; }

.wizard-step .text-success {
  background-color: #93c54b;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin: 0px -10px; }

.wizard-step .text-danger.grid-message {
  margin: -45px 0 10px 150px;
  float: left; }

.wizard-step .text-danger.titols {
  margin-left: 8px;
  margin-top: -18px;
  display: block; }

.wizard-step .text-danger.especialitats {
  margin-left: 8px;
  margin-top: -16px;
  display: block; }

.wizard-step .text-danger.seleccionar {
  margin-left: 212px;
  margin-top: 0; }

.wizard-step .downloadDoc {
  float: none;
  padding-right: 3px; }

.wizard-step legend {
  color: #006699;
  border-bottom: 1px solid #006699;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px; }

.wizard-step .input-group.date input {
  padding: 0 10px;
  height: 30px; }

.wizard-step .input-group.date .input-group-addon .glyphicon-calendar {
  height: 17px; }

.wizard-step .input-group-addon span {
  height: 20px; }

.wizard-step .custom-file-upload {
  cursor: pointer; }

.wizard-step input[type='file'] {
  position: absolute;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0; }

.wizard-step .btn-payment {
  text-align: center; }

.wizard-step.last .control-label {
  padding-top: 3px !important; }

.validantIdCat, .userinfoIdCat {
  display: none; }

.procesantPeticio {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
  text-align: center; }
  .procesantPeticio .text {
    font-size: 14px; }
  .procesantPeticio img {
    width: 100%; }

.errorSending {
  padding: 30px; }

.frmAngular {
  margin-bottom: 20px; }
  .frmAngular span.control-label, .frmAngular span.control-value {
    float: left;
    padding-top: 4px; }
  .frmAngular .table {
    background: #fff; }
    .frmAngular .table th {
      color: #006699;
      font-size: 12px;
      padding: 5px 10px; }
    .frmAngular .table tr td {
      font-family: Verdana;
      font-size: 12px;
      color: #000;
      padding: 5px 10px; }
  .frmAngular .modal {
    text-align: center;
    padding: 0 !important; }
  .frmAngular .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .frmAngular .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .frmAngular fieldset {
    margin-bottom: 30px; }
  .frmAngular a.icon i {
    font-size: 15px;
    margin-top: 3px;
    float: left;
    margin-right: 5px; }
  .frmAngular .wizard-step .progressMessages .text {
    font-size: 30px;
    text-align: center; }

.modal {
  z-index: 2024 !important; }

.btnPopup {
  cursor: pointer;
  margin: 0 8px 10px 8px;
  background-color: #006699;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana;
  border-radius: 3px;
  text-align: center;
  padding: 4px 8px;
  max-width: 27%; }

input.btnPopup {
  padding: 2px 8px !important;
  border: 0px; }

.frmBody {
  width: 100%; }

.formCoib .btn {
  margin-top: 0px; }

.formCoib.cercador {
  width: 100%; }

.formCoib .captchaWrapper .myCaptcha {
  width: 0 !important;
  height: 0px;
  line-height: 0;
  border: 0;
  position: absolute;
  left: -3000px; }

.formCoib .captchaWrapper .summaryItem.field-validation-error {
  color: red;
  clear: both;
  display: block;
  float: none; }

.formCoib, .PbForm {
  background-color: #dfdfbf;
  padding: 3%;
  clear: both;
  width: 94%;
  float: left; }
  .formCoib h2, .PbForm h2 {
    float: none;
    width: 100%; }
  .formCoib .errorMessage, .PbForm .errorMessage {
    color: orangered;
    font-size: 12px;
    display: inline-block;
    padding-top: 4px; }
  .formCoib .consultando, .PbForm .consultando {
    display: none; }
  .formCoib .consultando img, .PbForm .consultando img {
    padding-right: 30px; }
  .formCoib .disclaimer, .PbForm .disclaimer {
    margin-top: 20px; }
  .formCoib label.control-label, .formCoib .control-label, .PbForm label.control-label, .PbForm .control-label {
    font-weight: bold;
    padding-top: 2px; }
  .formCoib label.control-value, .formCoib .control-value, .PbForm label.control-value, .PbForm .control-value {
    font-weight: normal;
    padding-top: 2px; }
  .formCoib input.form-control, .PbForm input.form-control {
    border-radius: 2px;
    font-size: 14px; }
  .formCoib .form-group label, .PbForm .form-group label {
    font-weight: bold;
    margin-bottom: 0; }
  .formCoib .form-group label.rbLabel, .PbForm .form-group label.rbLabel {
    font-weight: normal; }
  .formCoib .form-group .mitja_resposta label, .PbForm .form-group .mitja_resposta label {
    font-size: 12px; }
  .formCoib .form-group .botonera, .PbForm .form-group .botonera {
    clear: both; }
  .formCoib .input-sm, .formCoib .input-group-sm > .form-control,
  .formCoib .input-group-sm > .input-group-addon,
  .formCoib .input-group-sm > .input-group-btn > .btn, .PbForm .input-sm, .PbForm .input-group-sm > .form-control,
  .PbForm .input-group-sm > .input-group-addon,
  .PbForm .input-group-sm > .input-group-btn > .btn {
    font-size: 14px; }
  .formCoib .frmAlinear, .PbForm .frmAlinear {
    float: left; }
  .formCoib .textPD, .PbForm .textPD {
    float: left;
    width: 98%;
    background-color: #efefef;
    padding: 10px;
    margin-top: 15px; }
    .formCoib .textPD h2, .PbForm .textPD h2 {
      padding: 0 11px;
      color: #006699;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 15px;
      margin-bottom: 15px;
      width: 97%; }

.panel.panel-primary {
  width: 60%;
  margin: 0 auto;
  background-color: #dfdfbf;
  padding: 20px;
  border: 0; }
  .panel.panel-primary .btn-primary {
    display: block;
    margin: 0 auto;
    margin-top: 1.5em; }
  .panel.panel-primary .panel-heading {
    background-color: #dfdfbf;
    border: 0; }
    .panel.panel-primary .panel-heading h4 {
      font-size: 18px;
      color: #297b90;
      text-align: center; }
  .panel.panel-primary .panel-body {
    padding: 0; }
  .panel.panel-primary .error {
    display: none; }

.fitxaColegiat .col-xs-15 {
  clear: left; }

.input-group-addon .glyphicon-calendar {
  cursor: pointer; }

#PopUpHolder {
  background-color: transparent; }
  #PopUpHolder .input-group-addon {
    padding: 0 5px 0 10px;
    font-size: 18px;
    background-color: #5CA7B4;
    color: #fff;
    border-radius: 0 3px 3px 0; }
  #PopUpHolder #frmDadesVidaLWrapper {
    margin: auto;
    width: 80%; }
    #PopUpHolder #frmDadesVidaLWrapper .etiqueta {
      width: 32.5%; }
    #PopUpHolder #frmDadesVidaLWrapper .ddl {
      width: 65%; }
  #PopUpHolder .ddlAmbitsVidaL {
    width: 100%; }

#CompteCheck {
  margin-right: 5px; }

#Situacio {
  width: auto; }

#totalAbonar {
  font-weight: bold;
  font-size: 1.4em; }

.input-group.date input[onlydatepicker] {
  background-color: #fff !important; }

#formInscripcio {
  display: none; }

.inAreaPersonal #formInscripcio {
  display: block !important; }

.text-proteccio-dades {
  padding: 0;
  clear: both;
  padding: 20px;
  background-color: #dfdfbf; }
  .text-proteccio-dades h2 {
    color: #006699;
    border-bottom: 1px solid #006699;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%; }
  .text-proteccio-dades table {
    float: none; }

.textoCondiciones a {
  text-decoration: underline; }

.notaCondiciones {
  font-size: 13px;
  clear: both;
  margin-top: 15px;
  padding: 5px 0 5px 19px; }

.forEmailOnly {
  display: none; }

.resumInscripcio .resultText p[style='font-size: 9px; font-family: Verdana; color: #000000; text-align: justify; padding-left: 3px'] {
  display: none; }

.errorMessage {
  color: orangered; }

.buscador {
  background-color: #216372;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 1px;
  top: 0; }
  .buscador > div {
    width: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    float: left;
    transition: none;
    z-index: 2147483647; }
  .buscador input[name='search'] {
    background-image: none !important; }
  .buscador .searchButton {
    width: 16px;
    float: right;
    cursor: pointer;
    margin-top: 7px;
    margin-right: 26px; }
  .buscador .gsc-search-button, .buscador .gsc-clear-button, .buscador .gsc-branding {
    display: none; }
  .buscador > div.show-search-input {
    width: 270px;
    position: absolute;
    right: 50px;
    float: left;
    display: block;
    transition: width 0.3s ease-out;
    padding-left: 20px;
    bottom: 1px; }
  .buscador .gsc-input {
    padding-right: 0 !important;
    line-height: 18px;
    text-indent: 0 !important;
    font-size: 14px;
    color: #757575; }

.modal-dialog .modal-header {
  background-color: #D3D2A6;
  border: 2px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .modal-dialog .modal-header h4 {
    margin: 0;
    color: #297b90;
    font-size: 16px;
    font-weight: bold; }
  .modal-dialog .modal-header .close {
    color: #fff;
    opacity: 1; }

.modal-dialog .modal-body {
  background-color: #E8E7D2;
  border: 2px solid #fff; }

.login .securityForm.OK0 form.RecoverPassword > div.row,
.login .securityForm.OK0 form > div.row:first-child,
.login .securityForm.OK0 form #btnLogin {
  display: none; }

.securityForm {
  max-width: 75%;
  margin-bottom: 10px; }
  .securityForm .PbForm {
    padding-bottom: 5px; }
  .securityForm .infoExtra {
    padding: 0 20px 20px 20px; }
  .securityForm label.control-label {
    font-weight: bold !important;
    margin-bottom: 0;
    display: block;
    clear: both;
    margin: 0 auto;
    max-width: 50%; }
  .securityForm input[type=text], .securityForm input[type=password] {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1.5em;
    display: block; }
  .securityForm .error {
    color: #d9534f;
    text-align: center; }
  .securityForm .ChangePassword .error {
    text-align: left; }
  .securityForm h1 {
    margin-bottom: 20px;
    margin-top: 5px; }
  .securityForm a.recoveryLink {
    color: #297b90;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .securityForm #btnLogin {
    font-size: 1em; }

.loginWdgt {
  margin-top: 5px; }
  .loginWdgt .btn-default,
  .loginWdgt .btn-default:hover,
  .loginWdgt .btn-default:focus,
  .loginWdgt .focus.btn-default,
  .loginWdgt .btn-default:active,
  .loginWdgt .active.btn-default,
  .loginWdgt .btn-default.dropdown-toggle {
    background-color: #F90 !important;
    padding: 2px 10px;
    border-radius: 8px;
    text-align: left; }
    .loginWdgt .btn-default img,
    .loginWdgt .btn-default:hover img,
    .loginWdgt .btn-default:focus img,
    .loginWdgt .focus.btn-default img,
    .loginWdgt .btn-default:active img,
    .loginWdgt .active.btn-default img,
    .loginWdgt .btn-default.dropdown-toggle img {
      margin-top: -5px;
      max-width: 20px; }
  .loginWdgt .logedUser {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 10px;
    margin-right: 5px;
    display: inline-block; }
  .loginWdgt .dropdown-menu, .loginWdgt .dropdown-menuEIP {
    margin-top: -2px;
    background-color: #297b90;
    left: auto;
    right: 0;
    padding-left: 0;
    min-width: 170px;
    border: 1px solid #5CA7B4;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%; }
    .loginWdgt .dropdown-menu li, .loginWdgt .dropdown-menuEIP li {
      line-height: 1.8em;
      padding: 0 5px 0 24px;
      border-top: 1px solid #5CA7B4;
      background: transparent url("/resources/img/bulletagenda.png") 5px 8px no-repeat; }
      .loginWdgt .dropdown-menu li a, .loginWdgt .dropdown-menuEIP li a {
        color: #fff; }
    .loginWdgt .dropdown-menu li:first-child, .loginWdgt .dropdown-menuEIP li:first-child {
      border: 0 none transparent; }
    .loginWdgt .dropdown-menu align-content, .loginWdgt .dropdown-menuEIP align-content {
      color: #fff; }
  .loginWdgt .dropdown-menuEIP {
    position: relative !important;
    text-align: left; }
    .loginWdgt .dropdown-menuEIP .enlacePersonalizado .pbResource {
      min-height: 0 !important; }
    .loginWdgt .dropdown-menuEIP li {
      list-style: none; }

.loginWdgt.open .btn-default.dropdown-toggle {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.GDPRDisclaimerWrapper {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483647;
  display: none; }
  .GDPRDisclaimerWrapper h1 {
    font-size: 20px;
    color: #000;
    padding: 0.5em 0; }
  .GDPRDisclaimerWrapper .GDPRDisclaimer {
    display: block;
    position: relative;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98%;
    background: #297b90;
    border-radius: 5px;
    border: 3px #f90 solid;
    height: 80%; }
    .GDPRDisclaimerWrapper .GDPRDisclaimer.done {
      height: auto !important; }
    .GDPRDisclaimerWrapper .GDPRDisclaimer .popupHeader {
      padding: 10px 0; }
    .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent {
      padding: 0 2em 2em 2em;
      margin-bottom: 0;
      padding-bottom: 15px;
      float: left;
      position: absolute;
      bottom: 0;
      top: 76px;
      overflow-y: scroll;
      overflow-x: hidden;
      left: 0;
      right: 0; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .formContent {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%; }
        .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .formContent > * {
          padding: 10px; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent h1 {
        color: #006699;
        border-bottom: 2px solid #006699;
        padding: 0; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent h2 {
        color: #006699;
        border-bottom: 1px solid #006699;
        font-size: 16px; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .text-error {
        color: red !important;
        font-weight: normal !important; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .tablaInfoBasica {
        margin: 30px 0; }
        .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .tablaInfoBasica tr {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .casellaAcceptarPolitica {
        font-weight: bold; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .casellaAcceptarPolitica, .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .casellesCessioDades {
        margin-top: 20px; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .casellesCessioDades {
        margin-bottom: 20px; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent input[type='checkbox'] {
        margin-right: 10px; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .button {
        text-align: right; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .cessio input[type='radio'] {
        margin-left: 15px;
        border-bottom: 1px solid #a2a2a2; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .GDPRContent .cessio .text-cessio {
        border-bottom: 1px solid #a2a2a2; }
    .GDPRDisclaimerWrapper .GDPRDisclaimer .progressPanel {
      background: #dfdfbf;
      display: block;
      height: auto;
      /*float: left;*/
      text-align: center;
      padding: 10px 1%;
      width: 98%; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .progressPanel .text-success {
        color: #000;
        font-size: 1.1em; }
      .GDPRDisclaimerWrapper .GDPRDisclaimer .progressPanel .procesantPeticio {
        background-color: transparent;
        margin-top: 0; }

.preferenciesExterns {
  float: left; }
  .preferenciesExterns .cessio input[type='radio'] {
    margin-left: 15px;
    border-bottom: 1px solid #a2a2a2; }
  .preferenciesExterns .cessio .text-cessio {
    border-bottom: 1px solid #a2a2a2; }
  .preferenciesExterns .progressPanel {
    display: none;
    float: left;
    clear: both; }
    .preferenciesExterns .progressPanel .text-success, .preferenciesExterns .progressPanel .text-error {
      display: none; }
    .preferenciesExterns .progressPanel .text-success {
      font-weight: bold;
      color: #000 !important; }
    .preferenciesExterns .progressPanel .procesantPeticio {
      text-align: center;
      float: none;
      margin: 20px auto; }
      .preferenciesExterns .progressPanel .procesantPeticio img {
        width: auto !important;
        display: inline; }

.validationMessages {
  display: none;
  color: red; }

.gsc-control-cse {
  padding: 0px !important; }

.gs-result .gs-title, .gs-result .gs-title * {
  color: #000 !important;
  font-size: 22px !important;
  text-decoration: none !important; }

.gs-result .gs-title:hover, .gs-result .gs-title:hover *, .gs-result .gs-title:visited, .gs-result .gs-title:visited * {
  color: #000 !important;
  text-decoration: underline !important; }

.gs-result .gs-image-box, .gs-result .gs-image {
  min-width: 210px !important;
  width: 210px !important; }
  .gs-result .gs-image-box img, .gs-result .gs-image img {
    margin-right: 10px;
    min-width: 200px !important;
    width: 200px !important; }

.gs-result .gs-snippet {
  font-family: Arial;
  font-size: 14px !important;
  line-height: 1.64285714;
  color: #000; }

.gs-result .gs-visibleUrl {
  color: #3a749d !important; }

.gs-result .gs-web-image-box img.gs-image, .gs-result .gs-promotion-image-box img.gs-promotion-image {
  max-height: 180px !important; }

.gcsc-branding {
  display: none !important; }

.gsc-cursor-box {
  text-align: center;
  display: block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 0px;
  width: 100%; }
  .gsc-cursor-box .gsc-cursor {
    margin: auto 10px;
    text-align: center;
    display: block !important; }
    .gsc-cursor-box .gsc-cursor div:first-child {
      margin-right: 5px; }
    .gsc-cursor-box .gsc-cursor div {
      background: none;
      margin: auto auto auto -1px;
      border-radius: 20px !important;
      display: inline;
      position: relative;
      text-decoration: none !important;
      float: none;
      padding: 0px 8px;
      line-height: 1.64285714;
      color: #000;
      background-color: #fff;
      border: 1px solid #fff;
      padding: 5px 10px; }
    .gsc-cursor-box .gsc-cursor div:hover, .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
      color: #fff !important;
      background-color: #297b90;
      border-color: #fff;
      border-radius: 20px; }

.gsc-adBlock {
  display: none !important; }
