@charset "UTF-8";

/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ca2m_theme\bootstrap\less\normalize.less */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ca2m_theme\bootstrap\less\normalize.less */
body {
  margin: 0;
}

/* line 33, ca2m_theme\bootstrap\less\normalize.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ca2m_theme\bootstrap\less\normalize.less */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ca2m_theme\bootstrap\less\normalize.less */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ca2m_theme\bootstrap\less\normalize.less */
[hidden],
template {
  display: none;
}

/* line 89, ca2m_theme\bootstrap\less\normalize.less */
a {
  background-color: transparent;
  outline-color: transparent !important;
}

/* line 98, ca2m_theme\bootstrap\less\normalize.less */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ca2m_theme\bootstrap\less\normalize.less */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ca2m_theme\bootstrap\less\normalize.less */
b,
strong {
  font-weight: bold;
}

/* line 127, ca2m_theme\bootstrap\less\normalize.less */
dfn {
  font-style: italic;
}

/* line 136, ca2m_theme\bootstrap\less\normalize.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ca2m_theme\bootstrap\less\normalize.less */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ca2m_theme\bootstrap\less\normalize.less */
small {
  font-size: 80%;
}

/* line 162, ca2m_theme\bootstrap\less\normalize.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ca2m_theme\bootstrap\less\normalize.less */
sup {
  top: -0.5em;
}

/* line 174, ca2m_theme\bootstrap\less\normalize.less */
sub {
  bottom: -0.25em;
}

/* line 185, ca2m_theme\bootstrap\less\normalize.less */
img {
  border: 0;
}

/* line 193, ca2m_theme\bootstrap\less\normalize.less */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ca2m_theme\bootstrap\less\normalize.less */
figure {
  margin: 1em 40px;
}

/* line 212, ca2m_theme\bootstrap\less\normalize.less */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ca2m_theme\bootstrap\less\normalize.less */
pre {
  overflow: auto;
}

/* line 229, ca2m_theme\bootstrap\less\normalize.less */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ca2m_theme\bootstrap\less\normalize.less */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ca2m_theme\bootstrap\less\normalize.less */
button {
  overflow: visible;
}

/* line 277, ca2m_theme\bootstrap\less\normalize.less */
button,
select {
  text-transform: none;
}

/* line 290, ca2m_theme\bootstrap\less\normalize.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ca2m_theme\bootstrap\less\normalize.less */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ca2m_theme\bootstrap\less\normalize.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ca2m_theme\bootstrap\less\normalize.less */
input {
  line-height: normal;
}

/* line 334, ca2m_theme\bootstrap\less\normalize.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ca2m_theme\bootstrap\less\normalize.less */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ca2m_theme\bootstrap\less\normalize.less */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ca2m_theme\bootstrap\less\normalize.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ca2m_theme\bootstrap\less\normalize.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ca2m_theme\bootstrap\less\normalize.less */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ca2m_theme\bootstrap\less\normalize.less */
textarea {
  overflow: auto;
}

/* line 405, ca2m_theme\bootstrap\less\normalize.less */
optgroup {
  font-weight: bold;
}

/* line 416, ca2m_theme\bootstrap\less\normalize.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ca2m_theme\bootstrap\less\normalize.less */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  /* line 9, ca2m_theme\bootstrap\less\print.less */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ca2m_theme\bootstrap\less\print.less */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ca2m_theme\bootstrap\less\print.less */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ca2m_theme\bootstrap\less\print.less */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ca2m_theme\bootstrap\less\print.less */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ca2m_theme\bootstrap\less\print.less */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ca2m_theme\bootstrap\less\print.less */
  thead {
    display: table-header-group;
  }

  /* line 48, ca2m_theme\bootstrap\less\print.less */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ca2m_theme\bootstrap\less\print.less */
  img {
    max-width: 100% !important;
  }

  /* line 57, ca2m_theme\bootstrap\less\print.less */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ca2m_theme\bootstrap\less\print.less */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ca2m_theme\bootstrap\less\print.less */
  .navbar {
    display: none;
  }

  /* line 77, ca2m_theme\bootstrap\less\print.less */
  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  /* line 81, ca2m_theme\bootstrap\less\print.less */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ca2m_theme\bootstrap\less\print.less */
  .table {
    border-collapse: collapse !important;
  }

  /* line 88, ca2m_theme\bootstrap\less\print.less */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ca2m_theme\bootstrap\less\print.less */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

/* line 22, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 35, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 36, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 38, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 39, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 40, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 41, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 42, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 43, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 44, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-music:before {
  content: "\e002";
}

/* line 45, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-search:before {
  content: "\e003";
}

/* line 46, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 47, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-star:before {
  content: "\e006";
}

/* line 48, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 49, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-user:before {
  content: "\e008";
}

/* line 50, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-film:before {
  content: "\e009";
}

/* line 51, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 52, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-th:before {
  content: "\e011";
}

/* line 53, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 54, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 55, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 56, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 57, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 58, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-off:before {
  content: "\e017";
}

/* line 59, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 60, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 61, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 62, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-home:before {
  content: "\e021";
}

/* line 63, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-file:before {
  content: "\e022";
}

/* line 64, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-time:before {
  content: "\e023";
}

/* line 65, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-road:before {
  content: "\e024";
}

/* line 66, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 67, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-download:before {
  content: "\e026";
}

/* line 68, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 69, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 70, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 71, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 72, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 73, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 74, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 75, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 76, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 77, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 78, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 79, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 80, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 81, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 82, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 83, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 84, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-book:before {
  content: "\e043";
}

/* line 85, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 86, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-print:before {
  content: "\e045";
}

/* line 87, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 88, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-font:before {
  content: "\e047";
}

/* line 89, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 90, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 91, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 92, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 93, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 94, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 95, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 96, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 97, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-list:before {
  content: "\e056";
}

/* line 98, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 99, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 100, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 101, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 102, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 103, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 104, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 105, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 106, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-share:before {
  content: "\e066";
}

/* line 107, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-check:before {
  content: "\e067";
}

/* line 108, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-move:before {
  content: "\e068";
}

/* line 109, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 110, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 111, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 112, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-play:before {
  content: "\e072";
}

/* line 113, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 114, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 115, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 116, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 117, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 118, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 119, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 120, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 121, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 122, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 123, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 124, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 125, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 126, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 127, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 128, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 129, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 130, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 131, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 132, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 133, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 134, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 135, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 136, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 137, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 138, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 139, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 140, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 141, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 142, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 143, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 144, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 145, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 146, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 147, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-random:before {
  content: "\e110";
}

/* line 148, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 149, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 150, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 151, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 152, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 153, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 154, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 155, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 156, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 157, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 158, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 159, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 160, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 161, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 162, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 163, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 164, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 165, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 166, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 167, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 168, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 169, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 170, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 171, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 172, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 173, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 174, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 175, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 176, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 177, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 178, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 179, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 180, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 181, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-link:before {
  content: "\e144";
}

/* line 182, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 183, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 184, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 185, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 186, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 187, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 188, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 189, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 190, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 191, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 192, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 193, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 194, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 195, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 196, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 197, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 198, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 199, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 200, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 201, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-record:before {
  content: "\e165";
}

/* line 202, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-save:before {
  content: "\e166";
}

/* line 203, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-open:before {
  content: "\e167";
}

/* line 204, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 205, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-import:before {
  content: "\e169";
}

/* line 206, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-export:before {
  content: "\e170";
}

/* line 207, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-send:before {
  content: "\e171";
}

/* line 208, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 209, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 210, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 211, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 212, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 213, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 214, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 215, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 216, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-header:before {
  content: "\e180";
}

/* line 217, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 218, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 219, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 220, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 221, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 222, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 223, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 224, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 225, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 226, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 227, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 228, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 229, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 230, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 231, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 232, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 233, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 234, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 235, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 236, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 237, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 238, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 239, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 240, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 241, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 250, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 251, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 252, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-king:before {
  content: "\e211";
}

/* line 253, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 254, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 255, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 256, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 257, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 258, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 259, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 260, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 261, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 262, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 263, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 264, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 265, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 266, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 267, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 268, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 269, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 270, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 271, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 272, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 273, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 274, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 275, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 276, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 277, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 278, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-education:before {
  content: "\e233";
}

/* line 279, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 280, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 281, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 282, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 283, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 284, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 285, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 286, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 287, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 288, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 289, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 290, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 291, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 292, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 293, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 294, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 295, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 296, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 297, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 298, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 299, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-console:before {
  content: "\e254";
}

/* line 300, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 301, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 302, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 303, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 304, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 305, ca2m_theme\bootstrap\less\glyphicons.less */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ca2m_theme\bootstrap\less\scaffolding.less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ca2m_theme\bootstrap\less\scaffolding.less */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ca2m_theme\bootstrap\less\scaffolding.less */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ca2m_theme\bootstrap\less\scaffolding.less */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

/* line 36, ca2m_theme\bootstrap\less\scaffolding.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ca2m_theme\bootstrap\less\scaffolding.less */
a {
  color: #333;
  text-decoration: none;
}

/* line 52, ca2m_theme\bootstrap\less\scaffolding.less */
a:hover,
a:focus {
  color: #333;
  text-decoration: underline;
}

/* line 58, ca2m_theme\bootstrap\less\scaffolding.less */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ca2m_theme\bootstrap\less\scaffolding.less */
figure {
  margin: 0;
}

/* line 76, ca2m_theme\bootstrap\less\scaffolding.less */
img {
  vertical-align: middle;
}

/* line 81, ca2m_theme\bootstrap\less\scaffolding.less */
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 86, ca2m_theme\bootstrap\less\scaffolding.less */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ca2m_theme\bootstrap\less\scaffolding.less */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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;
}

/* line 106, ca2m_theme\bootstrap\less\scaffolding.less */
.img-circle {
  border-radius: 50%;
}

/* line 113, ca2m_theme\bootstrap\less\scaffolding.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000;
  border-width: thin;
}

/* line 125, ca2m_theme\bootstrap\less\scaffolding.less */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ca2m_theme\bootstrap\less\scaffolding.less */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ca2m_theme\bootstrap\less\scaffolding.less */
[role="button"] {
  cursor: pointer;
}

/* line 9, ca2m_theme\bootstrap\less\type.less */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ca2m_theme\bootstrap\less\type.less */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ca2m_theme\bootstrap\less\type.less */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ca2m_theme\bootstrap\less\type.less */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ca2m_theme\bootstrap\less\type.less */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ca2m_theme\bootstrap\less\type.less */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ca2m_theme\bootstrap\less\type.less */
h1,
.h1 {
  font-size: 46px;
}

/* line 48, ca2m_theme\bootstrap\less\type.less */
h2,
.h2 {
  font-size: 40px;
}

/* line 49, ca2m_theme\bootstrap\less\type.less */
h3,
.h3 {
  font-size: 34px;
}

/* line 50, ca2m_theme\bootstrap\less\type.less */
h4,
.h4 {
  font-size: 18px;
}

/* line 51, ca2m_theme\bootstrap\less\type.less */
h5,
.h5 {
  font-size: 14px;
}

/* line 52, ca2m_theme\bootstrap\less\type.less */
h6,
.h6 {
  font-size: 12px;
}

/* line 58, ca2m_theme\bootstrap\less\type.less */
p {
  margin: 0 0 10px;
}

/* line 62, ca2m_theme\bootstrap\less\type.less */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {

  /* line 68, ca2m_theme\bootstrap\less\type.less */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ca2m_theme\bootstrap\less\type.less */
small,
.small {
  font-size: 85%;
}

/* line 83, ca2m_theme\bootstrap\less\type.less */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ca2m_theme\bootstrap\less\type.less */
.text-left {
  text-align: left;
}

/* line 91, ca2m_theme\bootstrap\less\type.less */
.text-right {
  text-align: right;
}

/* line 92, ca2m_theme\bootstrap\less\type.less */
.text-center {
  text-align: center;
}

/* line 93, ca2m_theme\bootstrap\less\type.less */
.text-justify {
  text-align: justify;
}

/* line 94, ca2m_theme\bootstrap\less\type.less */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ca2m_theme\bootstrap\less\type.less */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ca2m_theme\bootstrap\less\type.less */
.text-uppercase {
  text-transform: uppercase;
}

/* line 99, ca2m_theme\bootstrap\less\type.less */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ca2m_theme\bootstrap\less\type.less */
.text-muted {
  color: #777777;
}

/* line 105, ca2m_theme\bootstrap\less\type.less */
.text-primary {
  color: #337ab7;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\text-emphasis.less */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 108, ca2m_theme\bootstrap\less\type.less */
.text-success {
  color: #3c763d;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\text-emphasis.less */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 111, ca2m_theme\bootstrap\less\type.less */
.text-info {
  color: #31708f;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\text-emphasis.less */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 114, ca2m_theme\bootstrap\less\type.less */
.text-warning {
  color: #8a6d3b;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\text-emphasis.less */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 117, ca2m_theme\bootstrap\less\type.less */
.text-danger {
  color: #a94442;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\text-emphasis.less */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 124, ca2m_theme\bootstrap\less\type.less */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\background-variant.less */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 130, ca2m_theme\bootstrap\less\type.less */
.bg-success {
  background-color: #dff0d8;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\background-variant.less */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 133, ca2m_theme\bootstrap\less\type.less */
.bg-info {
  background-color: #d9edf7;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\background-variant.less */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 136, ca2m_theme\bootstrap\less\type.less */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\background-variant.less */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 139, ca2m_theme\bootstrap\less\type.less */
.bg-danger {
  background-color: #f2dede;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\background-variant.less */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 147, ca2m_theme\bootstrap\less\type.less */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}

/* line 158, ca2m_theme\bootstrap\less\type.less */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 162, ca2m_theme\bootstrap\less\type.less */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 171, ca2m_theme\bootstrap\less\type.less */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 177, ca2m_theme\bootstrap\less\type.less */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 181, ca2m_theme\bootstrap\less\type.less */
.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 189, ca2m_theme\bootstrap\less\type.less */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 193, ca2m_theme\bootstrap\less\type.less */
dt,
dd {
  line-height: 1.42857143;
}

/* line 197, ca2m_theme\bootstrap\less\type.less */
dt {
  font-weight: bold;
}

/* line 200, ca2m_theme\bootstrap\less\type.less */
dd {
  margin-left: 0;
}

@media (min-width: 40000) {

  /* line 215, ca2m_theme\bootstrap\less\type.less */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 222, ca2m_theme\bootstrap\less\type.less */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 233, ca2m_theme\bootstrap\less\type.less */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 239, ca2m_theme\bootstrap\less\type.less */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 245, ca2m_theme\bootstrap\less\type.less */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 254, ca2m_theme\bootstrap\less\type.less */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 261, ca2m_theme\bootstrap\less\type.less */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

/* line 269, ca2m_theme\bootstrap\less\type.less */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 278, ca2m_theme\bootstrap\less\type.less */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 290, ca2m_theme\bootstrap\less\type.less */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 291, ca2m_theme\bootstrap\less\type.less */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 298, ca2m_theme\bootstrap\less\type.less */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 7, ca2m_theme\bootstrap\less\code.less */
code,
kbd,
pre,
samp {
  font-family: "Courier New", monospace;
}

/* line 15, ca2m_theme\bootstrap\less\code.less */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ca2m_theme\bootstrap\less\code.less */
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);
}

/* line 32, ca2m_theme\bootstrap\less\code.less */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ca2m_theme\bootstrap\less\code.less */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 55, ca2m_theme\bootstrap\less\code.less */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ca2m_theme\bootstrap\less\code.less */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ca2m_theme\bootstrap\less\grid.less */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {

  /* line 13, ca2m_theme\bootstrap\less\grid.less */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {

  /* line 16, ca2m_theme\bootstrap\less\grid.less */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {

  /* line 19, ca2m_theme\bootstrap\less\grid.less */
  .container {
    width: 1170px;
  }
}

/* line 30, ca2m_theme\bootstrap\less\grid.less */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 39, ca2m_theme\bootstrap\less\grid.less */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 17, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 39, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-12 {
  width: 100%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-9 {
  width: 75%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-6 {
  width: 50%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-3 {
  width: 25%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-12 {
  right: 100%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-9 {
  right: 75%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-6 {
  right: 50%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-3 {
  right: 25%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 67, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-pull-0 {
  right: auto;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-12 {
  left: 100%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-9 {
  left: 75%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-6 {
  left: 50%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-3 {
  left: 25%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 57, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-push-0 {
  left: auto;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  /* line 39, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-12 {
    width: 100%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-9 {
    width: 75%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-6 {
    width: 50%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-3 {
    width: 25%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 67, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 57, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  /* line 39, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-12 {
    width: 100%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-9 {
    width: 75%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-6 {
    width: 50%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-3 {
    width: 25%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 67, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 57, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-push-0 {
    left: auto;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  /* line 39, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-12 {
    width: 100%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-9 {
    width: 75%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-6 {
    width: 50%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-3 {
    width: 25%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 47, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 62, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 67, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 52, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 57, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 72, ca2m_theme\bootstrap\less\mixins\grid-framework.less */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* line 6, ca2m_theme\bootstrap\less\tables.less */
table {
  background-color: transparent;
}

/* line 9, ca2m_theme\bootstrap\less\tables.less */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ca2m_theme\bootstrap\less\tables.less */
th {
  text-align: left;
}

/* line 22, ca2m_theme\bootstrap\less\tables.less */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 31, ca2m_theme\bootstrap\less\tables.less */
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 41, ca2m_theme\bootstrap\less\tables.less */
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 50, ca2m_theme\bootstrap\less\tables.less */
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

/* line 57, ca2m_theme\bootstrap\less\tables.less */
.table>tbody+tbody {
  border-top: 2px solid #dddddd;
}

/* line 62, ca2m_theme\bootstrap\less\tables.less */
.table .table {
  background-color: #ffffff;
}

/* line 75, ca2m_theme\bootstrap\less\tables.less */
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

/* line 88, ca2m_theme\bootstrap\less\tables.less */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 94, ca2m_theme\bootstrap\less\tables.less */
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #dddddd;
}

/* line 101, ca2m_theme\bootstrap\less\tables.less */
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

/* line 114, ca2m_theme\bootstrap\less\tables.less */
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ca2m_theme\bootstrap\less\tables.less */
.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ca2m_theme\bootstrap\less\tables.less */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ca2m_theme\bootstrap\less\tables.less */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ca2m_theme\bootstrap\less\mixins\table-row.less */
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\table-row.less */
.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: #e8e8e8;
}

/* line 9, ca2m_theme\bootstrap\less\mixins\table-row.less */
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\table-row.less */
.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;
}

/* line 9, ca2m_theme\bootstrap\less\mixins\table-row.less */
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\table-row.less */
.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;
}

/* line 9, ca2m_theme\bootstrap\less\mixins\table-row.less */
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\table-row.less */
.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;
}

/* line 9, ca2m_theme\bootstrap\less\mixins\table-row.less */
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\table-row.less */
.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;
}

/* line 171, ca2m_theme\bootstrap\less\tables.less */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {

  /* line 175, ca2m_theme\bootstrap\less\tables.less */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  /* line 183, ca2m_theme\bootstrap\less\tables.less */
  .table-responsive>.table {
    margin-bottom: 0;
  }

  /* line 191, ca2m_theme\bootstrap\less\tables.less */
  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  /* line 200, ca2m_theme\bootstrap\less\tables.less */
  .table-responsive>.table-bordered {
    border: 0;
  }

  /* line 208, ca2m_theme\bootstrap\less\tables.less */
  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  /* line 212, ca2m_theme\bootstrap\less\tables.less */
  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  /* line 225, ca2m_theme\bootstrap\less\tables.less */
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

/* line 10, ca2m_theme\bootstrap\less\forms.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ca2m_theme\bootstrap\less\forms.less */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ca2m_theme\bootstrap\less\forms.less */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

/* line 47, ca2m_theme\bootstrap\less\forms.less */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ca2m_theme\bootstrap\less\forms.less */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ca2m_theme\bootstrap\less\forms.less */
input[type="file"] {
  display: block;
}

/* line 64, ca2m_theme\bootstrap\less\forms.less */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ca2m_theme\bootstrap\less\forms.less */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ca2m_theme\bootstrap\less\forms.less */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ca2m_theme\bootstrap\less\forms.less */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 114, ca2m_theme\bootstrap\less\forms.less */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 57, ca2m_theme\bootstrap\less\mixins\forms.less */
.form-control:focus {
  border-color: #c9c9c9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ca2m_theme\bootstrap\less\mixins\vendor-prefixes.less */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 107, ca2m_theme\bootstrap\less\mixins\vendor-prefixes.less */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 108, ca2m_theme\bootstrap\less\mixins\vendor-prefixes.less */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 136, ca2m_theme\bootstrap\less\forms.less */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 146, ca2m_theme\bootstrap\less\forms.less */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ca2m_theme\bootstrap\less\forms.less */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 159, ca2m_theme\bootstrap\less\forms.less */
textarea.form-control {
  height: auto;
}

/* line 172, ca2m_theme\bootstrap\less\forms.less */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  /* line 191, ca2m_theme\bootstrap\less\forms.less */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 195, ca2m_theme\bootstrap\less\forms.less */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 200, ca2m_theme\bootstrap\less\forms.less */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 213, ca2m_theme\bootstrap\less\forms.less */
.form-group {
  margin-bottom: 15px;
}

/* line 222, ca2m_theme\bootstrap\less\forms.less */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 229, ca2m_theme\bootstrap\less\forms.less */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 237, ca2m_theme\bootstrap\less\forms.less */
.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;
}

/* line 246, ca2m_theme\bootstrap\less\forms.less */
.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

/* line 252, ca2m_theme\bootstrap\less\forms.less */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

/* line 262, ca2m_theme\bootstrap\less\forms.less */
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 274, ca2m_theme\bootstrap\less\forms.less */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 283, ca2m_theme\bootstrap\less\forms.less */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 293, ca2m_theme\bootstrap\less\forms.less */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 305, ca2m_theme\bootstrap\less\forms.less */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 313, ca2m_theme\bootstrap\less\forms.less */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 329, ca2m_theme\bootstrap\less\forms.less */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 76, ca2m_theme\bootstrap\less\mixins\forms.less */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 81, ca2m_theme\bootstrap\less\mixins\forms.less */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, ca2m_theme\bootstrap\less\forms.less */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 340, ca2m_theme\bootstrap\less\forms.less */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 344, ca2m_theme\bootstrap\less\forms.less */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 348, ca2m_theme\bootstrap\less\forms.less */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 357, ca2m_theme\bootstrap\less\forms.less */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 76, ca2m_theme\bootstrap\less\mixins\forms.less */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 81, ca2m_theme\bootstrap\less\mixins\forms.less */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 361, ca2m_theme\bootstrap\less\forms.less */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 368, ca2m_theme\bootstrap\less\forms.less */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 372, ca2m_theme\bootstrap\less\forms.less */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 376, ca2m_theme\bootstrap\less\forms.less */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 390, ca2m_theme\bootstrap\less\forms.less */
.has-feedback {
  position: relative;
}

/* line 395, ca2m_theme\bootstrap\less\forms.less */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 400, ca2m_theme\bootstrap\less\forms.less */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 412, ca2m_theme\bootstrap\less\forms.less */
.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 419, ca2m_theme\bootstrap\less\forms.less */
.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\forms.less */
.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: #3c763d;
}

/* line 21, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\forms.less */
.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: #8a6d3b;
}

/* line 21, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\forms.less */
.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: #a94442;
}

/* line 21, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\forms.less */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 441, ca2m_theme\bootstrap\less\forms.less */
.has-feedback label~.form-control-feedback {
  top: 25px;
}

/* line 444, ca2m_theme\bootstrap\less\forms.less */
.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

/* line 455, ca2m_theme\bootstrap\less\forms.less */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {

  /* line 479, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 486, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 493, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 497, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 501, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 509, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .input-group>.form-control {
    width: 100%;
  }

  /* line 513, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 520, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 527, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 531, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0px;
  }

  /* line 538, ca2m_theme\bootstrap\less\forms.less */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 555, ca2m_theme\bootstrap\less\forms.less */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 565, ca2m_theme\bootstrap\less\forms.less */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 571, ca2m_theme\bootstrap\less\forms.less */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {

  /* line 578, ca2m_theme\bootstrap\less\forms.less */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 589, ca2m_theme\bootstrap\less\forms.less */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {

  /* line 599, ca2m_theme\bootstrap\less\forms.less */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {

  /* line 607, ca2m_theme\bootstrap\less\forms.less */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ca2m_theme\bootstrap\less\buttons.less */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ca2m_theme\bootstrap\less\buttons.less */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ca2m_theme\bootstrap\less\buttons.less */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

/* line 39, ca2m_theme\bootstrap\less\buttons.less */
.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);
}

/* line 46, ca2m_theme\bootstrap\less\buttons.less */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 55, ca2m_theme\bootstrap\less\buttons.less */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 66, ca2m_theme\bootstrap\less\buttons.less */
.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 17, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-default:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 22, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 29, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

/* line 45, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 53, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 69, ca2m_theme\bootstrap\less\buttons.less */
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 29, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 45, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 53, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 73, ca2m_theme\bootstrap\less\buttons.less */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 29, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

/* line 45, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 53, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

/* line 77, ca2m_theme\bootstrap\less\buttons.less */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 29, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

/* line 45, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 53, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

/* line 81, ca2m_theme\bootstrap\less\buttons.less */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 29, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 45, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 53, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

/* line 85, ca2m_theme\bootstrap\less\buttons.less */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 29, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 37, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 45, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 53, ca2m_theme\bootstrap\less\mixins\buttons.less */
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

/* line 94, ca2m_theme\bootstrap\less\buttons.less */
.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}

/* line 99, ca2m_theme\bootstrap\less\buttons.less */
.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;
}

/* line 107, ca2m_theme\bootstrap\less\buttons.less */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 113, ca2m_theme\bootstrap\less\buttons.less */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 121, ca2m_theme\bootstrap\less\buttons.less */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 133, ca2m_theme\bootstrap\less\buttons.less */
.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 137, ca2m_theme\bootstrap\less\buttons.less */
.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 141, ca2m_theme\bootstrap\less\buttons.less */
.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 149, ca2m_theme\bootstrap\less\buttons.less */
.btn-block {
  display: block;
  width: 100%;
}

/* line 155, ca2m_theme\bootstrap\less\buttons.less */
.btn-block+.btn-block {
  margin-top: 5px;
}

/* line 163, ca2m_theme\bootstrap\less\buttons.less */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ca2m_theme\bootstrap\less\component-animations.less */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

/* line 13, ca2m_theme\bootstrap\less\component-animations.less */
.fade.in {
  opacity: 1;
}

/* line 18, ca2m_theme\bootstrap\less\component-animations.less */
.collapse {
  display: none;
}

/* line 21, ca2m_theme\bootstrap\less\component-animations.less */
.collapse.in {
  display: block;
}

/* line 22, ca2m_theme\bootstrap\less\component-animations.less */
tr.collapse.in {
  display: table-row;
}

/* line 23, ca2m_theme\bootstrap\less\component-animations.less */
tbody.collapse.in {
  display: table-row-group;
}

/* line 26, ca2m_theme\bootstrap\less\component-animations.less */
.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;
}

/* line 7, ca2m_theme\bootstrap\less\dropdowns.less */
.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;
}

/* line 20, ca2m_theme\bootstrap\less\dropdowns.less */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ca2m_theme\bootstrap\less\dropdowns.less */
.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 #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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;
}

/* line 54, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

/* line 110, ca2m_theme\bootstrap\less\dropdowns.less */
.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;
}

/* line 123, ca2m_theme\bootstrap\less\dropdowns.less */
.open>.dropdown-menu {
  display: block;
}

/* line 128, ca2m_theme\bootstrap\less\dropdowns.less */
.open>a {
  outline: 0;
}

/* line 137, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ca2m_theme\bootstrap\less\dropdowns.less */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ca2m_theme\bootstrap\less\dropdowns.less */
.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ca2m_theme\bootstrap\less\dropdowns.less */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 193, ca2m_theme\bootstrap\less\dropdowns.less */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 40000) {

  /* line 207, ca2m_theme\bootstrap\less\dropdowns.less */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 212, ca2m_theme\bootstrap\less\dropdowns.less */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

/* line 15, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

/* line 26, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

/* line 35, ca2m_theme\bootstrap\less\button-groups.less */
.btn-toolbar {
  margin-left: -5px;
}

/* line 39, ca2m_theme\bootstrap\less\button-groups.less */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ca2m_theme\bootstrap\less\button-groups.less */
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

/* line 51, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn:first-child {
  margin-left: 0;
}

/* line 58, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ca2m_theme\bootstrap\less\button-groups.less */
.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;
}

/* line 69, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn-group {
  float: left;
}

/* line 72, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

/* line 76, ca2m_theme\bootstrap\less\button-groups.less */
.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;
}

/* line 81, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ca2m_theme\bootstrap\less\button-groups.less */
.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);
}

/* line 120, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ca2m_theme\bootstrap\less\button-groups.less */
.btn .caret {
  margin-left: 0;
}

/* line 131, ca2m_theme\bootstrap\less\button-groups.less */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ca2m_theme\bootstrap\less\button-groups.less */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 145, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 157, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-vertical>.btn-group>.btn {
  float: none;
}

/* line 162, ca2m_theme\bootstrap\less\button-groups.less */
.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;
}

/* line 172, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

/* line 188, ca2m_theme\bootstrap\less\button-groups.less */
.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;
}

/* line 193, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 212, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-justified>.btn-group .btn {
  width: 100%;
}

/* line 216, ca2m_theme\bootstrap\less\button-groups.less */
.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ca2m_theme\bootstrap\less\button-groups.less */
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ca2m_theme\bootstrap\less\input-groups.less */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ca2m_theme\bootstrap\less\input-groups.less */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, ca2m_theme\bootstrap\less\input-groups.less */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ca2m_theme\bootstrap\less\input-groups.less */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 44, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 76, ca2m_theme\bootstrap\less\mixins\forms.less */
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

/* line 81, ca2m_theme\bootstrap\less\mixins\forms.less */
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

/* line 49, ca2m_theme\bootstrap\less\input-groups.less */
.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;
}

/* line 76, ca2m_theme\bootstrap\less\mixins\forms.less */
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

/* line 81, ca2m_theme\bootstrap\less\mixins\forms.less */
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

/* line 58, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ca2m_theme\bootstrap\less\input-groups.less */
.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;
}

/* line 68, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 89, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ca2m_theme\bootstrap\less\input-groups.less */
.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;
}

/* line 117, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ca2m_theme\bootstrap\less\input-groups.less */
.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;
}

/* line 129, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-btn>.btn {
  position: relative;
}

/* line 146, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

/* line 150, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

/* line 159, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

/* line 165, ca2m_theme\bootstrap\less\input-groups.less */
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ca2m_theme\bootstrap\less\navs.less */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 15, ca2m_theme\bootstrap\less\navs.less */
.nav>li {
  position: relative;
  display: block;
}

/* line 19, ca2m_theme\bootstrap\less\navs.less */
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ca2m_theme\bootstrap\less\navs.less */
.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

/* line 31, ca2m_theme\bootstrap\less\navs.less */
.nav>li.disabled>a {
  color: #777777;
}

/* line 34, ca2m_theme\bootstrap\less\navs.less */
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, ca2m_theme\bootstrap\less\navs.less */
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: transparent;
  border-color: #337ab7;
}

/* line 59, ca2m_theme\bootstrap\less\navs.less */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ca2m_theme\bootstrap\less\navs.less */
.nav>li>a>img {
  max-width: none;
}

/* line 76, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 78, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 96, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 108, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 163, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs.nav-justified>li {
  float: none;
}

/* line 165, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  /* line 177, ca2m_theme\bootstrap\less\navs.less */
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  /* line 180, ca2m_theme\bootstrap\less\navs.less */
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

/* line 193, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {

  /* line 206, ca2m_theme\bootstrap\less\navs.less */
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 210, ca2m_theme\bootstrap\less\navs.less */
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #ffffff;
  }
}

/* line 118, ca2m_theme\bootstrap\less\navs.less */
.nav-pills>li {
  float: left;
}

/* line 122, ca2m_theme\bootstrap\less\navs.less */
.nav-pills>li>a {
  border-radius: 4px;
}

/* line 125, ca2m_theme\bootstrap\less\navs.less */
.nav-pills>li+li {
  margin-left: 2px;
}

/* line 131, ca2m_theme\bootstrap\less\navs.less */
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

/* line 144, ca2m_theme\bootstrap\less\navs.less */
.nav-stacked>li {
  float: none;
}

/* line 146, ca2m_theme\bootstrap\less\navs.less */
.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ca2m_theme\bootstrap\less\navs.less */
.nav-justified {
  width: 100%;
}

/* line 163, ca2m_theme\bootstrap\less\navs.less */
.nav-justified>li {
  float: none;
}

/* line 165, ca2m_theme\bootstrap\less\navs.less */
.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, ca2m_theme\bootstrap\less\navs.less */
.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  /* line 177, ca2m_theme\bootstrap\less\navs.less */
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  /* line 180, ca2m_theme\bootstrap\less\navs.less */
  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

/* line 190, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 193, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {

  /* line 206, ca2m_theme\bootstrap\less\navs.less */
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 210, ca2m_theme\bootstrap\less\navs.less */
  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #ffffff;
  }
}

/* line 224, ca2m_theme\bootstrap\less\navs.less */
.tab-content>.tab-pane {
  display: none;
}

/* line 227, ca2m_theme\bootstrap\less\navs.less */
.tab-content>.active {
  display: block;
}

/* line 237, ca2m_theme\bootstrap\less\navs.less */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ca2m_theme\bootstrap\less\navbar.less */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  padding: 0;
}

@media (min-width: 40000) {

  /* line 20, ca2m_theme\bootstrap\less\navbar.less */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 40000) {

  /* line 34, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-header {
    float: left;
  }
}

/* line 50, ca2m_theme\bootstrap\less\navbar.less */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 59, ca2m_theme\bootstrap\less\navbar.less */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 40000) {

  /* line 63, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 68, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 75, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 81, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ca2m_theme\bootstrap\less\navbar.less */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  /* line 95, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ca2m_theme\bootstrap\less\navbar.less */
.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  background-color: #ceebe1;
  margin-right: -15px;
  margin-left: -15px;
}

.container-fluid>.navbar-header {
  margin: 0;
}

@media (min-width: 40000) {

  /* line 113, ca2m_theme\bootstrap\less\navbar.less */
  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ca2m_theme\bootstrap\less\navbar.less */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 40000) {

  /* line 132, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ca2m_theme\bootstrap\less\navbar.less */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 40000) {

  /* line 146, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ca2m_theme\bootstrap\less\navbar.less */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ca2m_theme\bootstrap\less\navbar.less */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ca2m_theme\bootstrap\less\navbar.less */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 170, ca2m_theme\bootstrap\less\navbar.less */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 175, ca2m_theme\bootstrap\less\navbar.less */
.navbar-brand>img {
  display: block;
}

@media (min-width: 40000) {

  /* line 180, ca2m_theme\bootstrap\less\navbar.less */
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ca2m_theme\bootstrap\less\navbar.less */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 206, ca2m_theme\bootstrap\less\navbar.less */
.navbar-toggle:focus {
  outline: 0;
}

/* line 211, ca2m_theme\bootstrap\less\navbar.less */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 217, ca2m_theme\bootstrap\less\navbar.less */
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

@media (min-width: 40000) {

  /* line 221, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ca2m_theme\bootstrap\less\navbar.less */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 235, ca2m_theme\bootstrap\less\navbar.less */
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 40001) {

  /* line 243, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 251, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 255, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  /* line 257, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 40000) {

  /* line 266, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 270, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-nav>li {
    float: left;
  }

  /* line 272, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ca2m_theme\bootstrap\less\navbar.less */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {

  /* line 479, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 486, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 493, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 497, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 501, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 509, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  /* line 513, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 520, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 527, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 531, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 538, ca2m_theme\bootstrap\less\forms.less */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 40001) {

  /* line 299, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 302, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 40000) {

  /* line 312, ca2m_theme\bootstrap\less\navbar.less */
  .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;
  }
}

/* line 327, ca2m_theme\bootstrap\less\navbar.less */
.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ca2m_theme\bootstrap\less\navbar.less */
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ca2m_theme\bootstrap\less\navbar.less */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 346, ca2m_theme\bootstrap\less\navbar.less */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 349, ca2m_theme\bootstrap\less\navbar.less */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ca2m_theme\bootstrap\less\navbar.less */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 40000) {

  /* line 362, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 40000) {

  /* line 379, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-left {
    float: left !important;
  }

  /* line 380, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 384, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

/* line 395, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default {
  background-color: #ceebe1;
  border-color: transparent;
}

/* line 399, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-brand {
  color: #333333;
}

/* line 401, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}

/* line 408, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 413, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-nav>li>a {
  color: #333333;
}

/* line 416, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 423, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555555;
  background-color: #b6e1d3;
}

/* line 431, ca2m_theme\bootstrap\less\navbar.less */
.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;
}

/* line 440, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-toggle {
  border-color: transparent;
}

/* line 442, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* line 446, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}

/* line 451, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

/* line 460, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #b6e1d3;
  color: #555555;
}

@media (max-width: 40001) {

  /* line 471, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333333;
  }

  /* line 473, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 480, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555555;
    background-color: #b6e1d3;
  }

  /* line 488, ca2m_theme\bootstrap\less\navbar.less */
  .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;
  }
}

/* line 504, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-link {
  color: #333333;
}

/* line 506, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 511, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .btn-link {
  color: #333333;
}

/* line 513, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

/* line 519, ca2m_theme\bootstrap\less\navbar.less */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 529, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

/* line 533, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 535, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 542, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 547, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

/* line 550, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 557, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 565, ca2m_theme\bootstrap\less\navbar.less */
.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;
}

/* line 575, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 577, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 581, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 586, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 594, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 40001) {

  /* line 605, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  /* line 608, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 611, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  /* line 613, ca2m_theme\bootstrap\less\navbar.less */
  .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;
  }

  /* line 620, ca2m_theme\bootstrap\less\navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  /* line 628, ca2m_theme\bootstrap\less\navbar.less */
  .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;
  }
}

/* line 639, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 641, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 646, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 648, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

/* line 654, ca2m_theme\bootstrap\less\navbar.less */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 6, ca2m_theme\bootstrap\less\breadcrumbs.less */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border: none;
  padding-left: 30px
}

/* line 13, ca2m_theme\bootstrap\less\breadcrumbs.less */
.breadcrumb>li {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px;
}

.breadcrumb>li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}

/* line 16, ca2m_theme\bootstrap\less\breadcrumbs.less */
.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 1px 0 5px;
  color: #000000;
}

/* line 22, ca2m_theme\bootstrap\less\breadcrumbs.less */
/* .breadcrumb li:first-child a:after {
  content: "CA2M";
  color: #000;
} */
/* line 27, ca2m_theme\bootstrap\less\breadcrumbs.less */
.breadcrumb>.active {
  color: #000000;
}

/* line 4, ca2m_theme\bootstrap\less\pagination.less */
.pager-nav {
  display: block;
  clear: both;
}

/* line 8, ca2m_theme\bootstrap\less\pagination.less */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pager_dieresis {
  display: none !important;
}

/* line 14, ca2m_theme\bootstrap\less\pagination.less */
.pagination>li {
  display: inline;
  background-color: transparent !important;
  text-transform: uppercase;
}

/* line 17, ca2m_theme\bootstrap\less\pagination.less */
.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}

/* line 30, ca2m_theme\bootstrap\less\pagination.less */
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 37, ca2m_theme\bootstrap\less\pagination.less */
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 46, ca2m_theme\bootstrap\less\pagination.less */
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ca2m_theme\bootstrap\less\pagination.less */
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  text-decoration: underline;
}

/* line 70, ca2m_theme\bootstrap\less\pagination.less */
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\pagination.less */
.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ca2m_theme\bootstrap\less\mixins\pagination.less */
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 18, ca2m_theme\bootstrap\less\mixins\pagination.less */
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ca2m_theme\bootstrap\less\mixins\pagination.less */
.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ca2m_theme\bootstrap\less\mixins\pagination.less */
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 18, ca2m_theme\bootstrap\less\mixins\pagination.less */
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ca2m_theme\bootstrap\less\pager.less */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 12, ca2m_theme\bootstrap\less\pager.less */
.pager li {
  display: inline;
}

/* line 14, ca2m_theme\bootstrap\less\pager.less */
.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
}

/* line 23, ca2m_theme\bootstrap\less\pager.less */
.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

/* line 31, ca2m_theme\bootstrap\less\pager.less */
.pager .next>a,
.pager .next>span {
  float: right;
}

/* line 38, ca2m_theme\bootstrap\less\pager.less */
.pager .previous>a,
.pager .previous>span {
  float: left;
}

/* line 45, ca2m_theme\bootstrap\less\pager.less */
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 5, ca2m_theme\bootstrap\less\labels.less */
.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;
}

/* line 19, ca2m_theme\bootstrap\less\labels.less */
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 28, ca2m_theme\bootstrap\less\labels.less */
.label:empty {
  display: none;
}

/* line 33, ca2m_theme\bootstrap\less\labels.less */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 42, ca2m_theme\bootstrap\less\labels.less */
.label-default {
  background-color: #777777;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\labels.less */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 46, ca2m_theme\bootstrap\less\labels.less */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\labels.less */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 50, ca2m_theme\bootstrap\less\labels.less */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\labels.less */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 54, ca2m_theme\bootstrap\less\labels.less */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\labels.less */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 58, ca2m_theme\bootstrap\less\labels.less */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\labels.less */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 62, ca2m_theme\bootstrap\less\labels.less */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\labels.less */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ca2m_theme\bootstrap\less\badges.less */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ca2m_theme\bootstrap\less\badges.less */
.badge:empty {
  display: none;
}

/* line 27, ca2m_theme\bootstrap\less\badges.less */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ca2m_theme\bootstrap\less\badges.less */
.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 40, ca2m_theme\bootstrap\less\badges.less */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 49, ca2m_theme\bootstrap\less\badges.less */
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 55, ca2m_theme\bootstrap\less\badges.less */
.list-group-item>.badge {
  float: right;
}

/* line 59, ca2m_theme\bootstrap\less\badges.less */
.list-group-item>.badge+.badge {
  margin-right: 5px;
}

/* line 63, ca2m_theme\bootstrap\less\badges.less */
.nav-pills>li>a>.badge {
  margin-left: 3px;
}

/* line 6, ca2m_theme\bootstrap\less\jumbotron.less */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ca2m_theme\bootstrap\less\jumbotron.less */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ca2m_theme\bootstrap\less\jumbotron.less */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ca2m_theme\bootstrap\less\jumbotron.less */
.jumbotron>hr {
  border-top-color: #d5d5d5;
}

/* line 28, ca2m_theme\bootstrap\less\jumbotron.less */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 35, ca2m_theme\bootstrap\less\jumbotron.less */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {

  /* line 39, ca2m_theme\bootstrap\less\jumbotron.less */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 43, ca2m_theme\bootstrap\less\jumbotron.less */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 49, ca2m_theme\bootstrap\less\jumbotron.less */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ca2m_theme\bootstrap\less\thumbnails.less */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ca2m_theme\bootstrap\less\thumbnails.less */
.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}

/* line 25, ca2m_theme\bootstrap\less\thumbnails.less */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 32, ca2m_theme\bootstrap\less\thumbnails.less */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 9, ca2m_theme\bootstrap\less\alerts.less */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ca2m_theme\bootstrap\less\alerts.less */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 23, ca2m_theme\bootstrap\less\alerts.less */
.alert .alert-link {
  font-weight: bold;
}

/* line 28, ca2m_theme\bootstrap\less\alerts.less */
.alert>p,
.alert>ul {
  margin-bottom: 0;
}

/* line 33, ca2m_theme\bootstrap\less\alerts.less */
.alert>p+p {
  margin-top: 5px;
}

/* line 42, ca2m_theme\bootstrap\less\alerts.less */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ca2m_theme\bootstrap\less\alerts.less */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ca2m_theme\bootstrap\less\alerts.less */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\alerts.less */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\alerts.less */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ca2m_theme\bootstrap\less\alerts.less */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\alerts.less */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\alerts.less */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ca2m_theme\bootstrap\less\alerts.less */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\alerts.less */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\alerts.less */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ca2m_theme\bootstrap\less\alerts.less */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\alerts.less */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\alerts.less */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {

  /* line 11, ca2m_theme\bootstrap\less\progress-bars.less */
  from {
    background-position: 40px 0;
  }

  /* line 12, ca2m_theme\bootstrap\less\progress-bars.less */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {

  /* line 17, ca2m_theme\bootstrap\less\progress-bars.less */
  from {
    background-position: 40px 0;
  }

  /* line 18, ca2m_theme\bootstrap\less\progress-bars.less */
  to {
    background-position: 0 0;
  }
}

/* line 26, ca2m_theme\bootstrap\less\progress-bars.less */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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);
}

/* line 36, ca2m_theme\bootstrap\less\progress-bars.less */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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;
}

/* line 54, ca2m_theme\bootstrap\less\progress-bars.less */
.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;
}

/* line 64, ca2m_theme\bootstrap\less\progress-bars.less */
.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;
}

/* line 73, ca2m_theme\bootstrap\less\progress-bars.less */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\progress-bar.less */
.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);
}

/* line 77, ca2m_theme\bootstrap\less\progress-bars.less */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\progress-bar.less */
.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);
}

/* line 81, ca2m_theme\bootstrap\less\progress-bars.less */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\progress-bar.less */
.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);
}

/* line 85, ca2m_theme\bootstrap\less\progress-bars.less */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ca2m_theme\bootstrap\less\mixins\progress-bar.less */
.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);
}

/* line 1, ca2m_theme\bootstrap\less\media.less */
.media {
  margin-top: 15px;
}

/* line 5, ca2m_theme\bootstrap\less\media.less */
.media:first-child {
  margin-top: 0;
}

/* line 10, ca2m_theme\bootstrap\less\media.less */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ca2m_theme\bootstrap\less\media.less */
.media-body {
  width: 10000px;
}

/* line 20, ca2m_theme\bootstrap\less\media.less */
.media-object {
  display: block;
}

/* line 24, ca2m_theme\bootstrap\less\media.less */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ca2m_theme\bootstrap\less\media.less */
.media-right,
.media>.pull-right {
  padding-left: 10px;
}

/* line 34, ca2m_theme\bootstrap\less\media.less */
.media-left,
.media>.pull-left {
  padding-right: 10px;
}

/* line 39, ca2m_theme\bootstrap\less\media.less */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ca2m_theme\bootstrap\less\media.less */
.media-middle {
  vertical-align: middle;
}

/* line 50, ca2m_theme\bootstrap\less\media.less */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ca2m_theme\bootstrap\less\media.less */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ca2m_theme\bootstrap\less\media.less */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ca2m_theme\bootstrap\less\list-group.less */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ca2m_theme\bootstrap\less\list-group.less */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 31, ca2m_theme\bootstrap\less\list-group.less */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 34, ca2m_theme\bootstrap\less\list-group.less */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ca2m_theme\bootstrap\less\list-group.less */
a.list-group-item,
button.list-group-item {
  color: #555555;
}

/* line 50, ca2m_theme\bootstrap\less\list-group.less */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 55, ca2m_theme\bootstrap\less\list-group.less */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

/* line 63, ca2m_theme\bootstrap\less\list-group.less */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ca2m_theme\bootstrap\less\list-group.less */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

/* line 78, ca2m_theme\bootstrap\less\list-group.less */
.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;
}

/* line 81, ca2m_theme\bootstrap\less\list-group.less */
.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: #777777;
}

/* line 87, ca2m_theme\bootstrap\less\list-group.less */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 96, ca2m_theme\bootstrap\less\list-group.less */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

/* line 101, ca2m_theme\bootstrap\less\list-group.less */
.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: #c7ddef;
}

/* line 4, ca2m_theme\bootstrap\less\mixins\list-group.less */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 12, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 16, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 21, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ca2m_theme\bootstrap\less\mixins\list-group.less */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 12, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 16, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 21, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ca2m_theme\bootstrap\less\mixins\list-group.less */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 12, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 16, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 21, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ca2m_theme\bootstrap\less\mixins\list-group.less */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 8, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 12, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 16, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 21, ca2m_theme\bootstrap\less\mixins\list-group.less */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ca2m_theme\bootstrap\less\list-group.less */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ca2m_theme\bootstrap\less\list-group.less */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ca2m_theme\bootstrap\less\panels.less */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ca2m_theme\bootstrap\less\panels.less */
.panel-body {
  padding: 15px;
}

/* line 22, ca2m_theme\bootstrap\less\panels.less */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 27, ca2m_theme\bootstrap\less\panels.less */
.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ca2m_theme\bootstrap\less\panels.less */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ca2m_theme\bootstrap\less\panels.less */
.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

/* line 49, ca2m_theme\bootstrap\less\panels.less */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ca2m_theme\bootstrap\less\panels.less */
.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

/* line 67, ca2m_theme\bootstrap\less\panels.less */
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ca2m_theme\bootstrap\less\panels.less */
.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: 3px;
  border-top-left-radius: 3px;
}

/* line 82, ca2m_theme\bootstrap\less\panels.less */
.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: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ca2m_theme\bootstrap\less\panels.less */
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ca2m_theme\bootstrap\less\panels.less */
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ca2m_theme\bootstrap\less\panels.less */
.list-group+.panel-footer {
  border-top-width: 0;
}

/* line 110, ca2m_theme\bootstrap\less\panels.less */
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

/* line 115, ca2m_theme\bootstrap\less\panels.less */
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 121, ca2m_theme\bootstrap\less\panels.less */
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 127, ca2m_theme\bootstrap\less\panels.less */
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.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>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ca2m_theme\bootstrap\less\panels.less */
.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ca2m_theme\bootstrap\less\panels.less */
.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ca2m_theme\bootstrap\less\panels.less */
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ca2m_theme\bootstrap\less\panels.less */
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.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>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 153, ca2m_theme\bootstrap\less\panels.less */
.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ca2m_theme\bootstrap\less\panels.less */
.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ca2m_theme\bootstrap\less\panels.less */
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #dddddd;
}

/* line 170, ca2m_theme\bootstrap\less\panels.less */
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

/* line 174, ca2m_theme\bootstrap\less\panels.less */
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

/* line 181, ca2m_theme\bootstrap\less\panels.less */
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

/* line 185, ca2m_theme\bootstrap\less\panels.less */
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

/* line 194, ca2m_theme\bootstrap\less\panels.less */
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

/* line 203, ca2m_theme\bootstrap\less\panels.less */
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

/* line 210, ca2m_theme\bootstrap\less\panels.less */
.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ca2m_theme\bootstrap\less\panels.less */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ca2m_theme\bootstrap\less\panels.less */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ca2m_theme\bootstrap\less\panels.less */
.panel-group .panel+.panel {
  margin-top: 5px;
}

/* line 235, ca2m_theme\bootstrap\less\panels.less */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ca2m_theme\bootstrap\less\panels.less */
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #dddddd;
}

/* line 244, ca2m_theme\bootstrap\less\panels.less */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ca2m_theme\bootstrap\less\panels.less */
.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 254, ca2m_theme\bootstrap\less\panels.less */
.panel-default {
  border-color: #dddddd;
}

/* line 6, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #dddddd;
}

/* line 14, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #dddddd;
}

/* line 257, ca2m_theme\bootstrap\less\panels.less */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-primary>.panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

/* line 14, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ca2m_theme\bootstrap\less\panels.less */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ca2m_theme\bootstrap\less\panels.less */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ca2m_theme\bootstrap\less\panels.less */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

/* line 14, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ca2m_theme\bootstrap\less\panels.less */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ca2m_theme\bootstrap\less\mixins\panels.less */
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ca2m_theme\bootstrap\less\responsive-embed.less */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ca2m_theme\bootstrap\less\responsive-embed.less */
.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;
}

/* line 28, ca2m_theme\bootstrap\less\responsive-embed.less */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ca2m_theme\bootstrap\less\responsive-embed.less */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ca2m_theme\bootstrap\less\wells.less */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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);
}

/* line 15, ca2m_theme\bootstrap\less\wells.less */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ca2m_theme\bootstrap\less\wells.less */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ca2m_theme\bootstrap\less\wells.less */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ca2m_theme\bootstrap\less\close.less */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 15, ca2m_theme\bootstrap\less\close.less */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 27, ca2m_theme\bootstrap\less\close.less */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}



/* line 7, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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);
}

/* line 18, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 19, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 20, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 21, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 22, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

/* line 36, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 52, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 59, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 66, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* line 73, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

/* line 80, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 87, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 94, ca2m_theme\bootstrap\less\tooltip.less */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 6, ca2m_theme\bootstrap\less\popovers.less */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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 #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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);
}

/* line 27, ca2m_theme\bootstrap\less\popovers.less */
.popover.top {
  margin-top: -10px;
}

/* line 28, ca2m_theme\bootstrap\less\popovers.less */
.popover.right {
  margin-left: 10px;
}

/* line 29, ca2m_theme\bootstrap\less\popovers.less */
.popover.bottom {
  margin-top: 10px;
}

/* line 30, ca2m_theme\bootstrap\less\popovers.less */
.popover.left {
  margin-left: -10px;
}

/* line 33, ca2m_theme\bootstrap\less\popovers.less */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ca2m_theme\bootstrap\less\popovers.less */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ca2m_theme\bootstrap\less\popovers.less */
.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ca2m_theme\bootstrap\less\popovers.less */
.popover>.arrow {
  border-width: 11px;
}

/* line 64, ca2m_theme\bootstrap\less\popovers.less */
.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ca2m_theme\bootstrap\less\popovers.less */
.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 77, ca2m_theme\bootstrap\less\popovers.less */
.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 85, ca2m_theme\bootstrap\less\popovers.less */
.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 92, ca2m_theme\bootstrap\less\popovers.less */
.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 100, ca2m_theme\bootstrap\less\popovers.less */
.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 107, ca2m_theme\bootstrap\less\popovers.less */
.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 116, ca2m_theme\bootstrap\less\popovers.less */
.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 123, ca2m_theme\bootstrap\less\popovers.less */
.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 7, ca2m_theme\bootstrap\less\carousel.less */
.carousel {
  position: relative;
}

/* line 11, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, ca2m_theme\bootstrap\less\carousel.less */
.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;
}

/* line 22, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  /* line 29, ca2m_theme\bootstrap\less\carousel.less */
  .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;
  }

  /* line 34, ca2m_theme\bootstrap\less\carousel.less */
  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 39, ca2m_theme\bootstrap\less\carousel.less */
  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 44, ca2m_theme\bootstrap\less\carousel.less */
  .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;
  }
}

/* line 53, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

/* line 59, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.active {
  left: 0;
}

/* line 63, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.next {
  left: 100%;
}

/* line 73, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.prev {
  left: -100%;
}

/* line 76, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

/* line 81, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.active.left {
  left: -100%;
}

/* line 84, ca2m_theme\bootstrap\less\carousel.less */
.carousel-inner>.active.right {
  left: 100%;
}

/* line 93, ca2m_theme\bootstrap\less\carousel.less */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

/* line 109, ca2m_theme\bootstrap\less\carousel.less */
.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);
}

/* line 112, ca2m_theme\bootstrap\less\carousel.less */
.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);
}

/* line 119, ca2m_theme\bootstrap\less\carousel.less */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 128, ca2m_theme\bootstrap\less\carousel.less */
.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;
}

/* line 138, ca2m_theme\bootstrap\less\carousel.less */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ca2m_theme\bootstrap\less\carousel.less */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ca2m_theme\bootstrap\less\carousel.less */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 158, ca2m_theme\bootstrap\less\carousel.less */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 163, ca2m_theme\bootstrap\less\carousel.less */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ca2m_theme\bootstrap\less\carousel.less */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 185, ca2m_theme\bootstrap\less\carousel.less */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 207, ca2m_theme\bootstrap\less\carousel.less */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 218, ca2m_theme\bootstrap\less\carousel.less */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 229, ca2m_theme\bootstrap\less\carousel.less */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  /* line 240, ca2m_theme\bootstrap\less\carousel.less */
  .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;
  }

  /* line 249, ca2m_theme\bootstrap\less\carousel.less */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 253, ca2m_theme\bootstrap\less\carousel.less */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ca2m_theme\bootstrap\less\carousel.less */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ca2m_theme\bootstrap\less\carousel.less */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ca2m_theme\bootstrap\less\mixins\clearfix.less */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.filter-wrapper:before,
.filter-wrapper:after {
  content: " ";
  display: table;
}

/* line 19, ca2m_theme\bootstrap\less\mixins\clearfix.less */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.filter-wrapper:after {
  clear: both;
}

/* line 12, ca2m_theme\bootstrap\less\utilities.less */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ca2m_theme\bootstrap\less\utilities.less */
.pull-right {
  float: right !important;
}

/* line 18, ca2m_theme\bootstrap\less\utilities.less */
.pull-left {
  float: left !important;
}

/* line 27, ca2m_theme\bootstrap\less\utilities.less */
.hide {
  display: none !important;
}

/* line 30, ca2m_theme\bootstrap\less\utilities.less */
.show {
  display: block !important;
}

/* line 33, ca2m_theme\bootstrap\less\utilities.less */
.invisible {
  visibility: hidden;
}

/* line 36, ca2m_theme\bootstrap\less\utilities.less */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ca2m_theme\bootstrap\less\utilities.less */
.hidden {
  display: none !important;
}

/* line 53, ca2m_theme\bootstrap\less\utilities.less */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 28, ca2m_theme\bootstrap\less\responsive-utilities.less */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 35, ca2m_theme\bootstrap\less\responsive-utilities.less */
.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: 767px) {

  /* line 51, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-xs {
    display: block !important;
  }

  /* line 7, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  table.visible-xs {
    display: table !important;
  }

  /* line 8, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 9, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {

  /* line 56, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {

  /* line 61, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {

  /* line 66, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 72, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-sm {
    display: block !important;
  }

  /* line 7, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  table.visible-sm {
    display: table !important;
  }

  /* line 8, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 9, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 77, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 82, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 87, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 93, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-md {
    display: block !important;
  }

  /* line 7, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  table.visible-md {
    display: table !important;
  }

  /* line 8, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 9, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 98, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 103, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 108, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {

  /* line 114, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-lg {
    display: block !important;
  }

  /* line 7, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  table.visible-lg {
    display: table !important;
  }

  /* line 8, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 9, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {

  /* line 119, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {

  /* line 124, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {

  /* line 129, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {

  /* line 135, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 140, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* line 145, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  /* line 150, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .hidden-lg {
    display: none !important;
  }
}

/* line 161, ca2m_theme\bootstrap\less\responsive-utilities.less */
.visible-print {
  display: none !important;
}

@media print {

  /* line 164, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-print {
    display: block !important;
  }

  /* line 7, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  table.visible-print {
    display: table !important;
  }

  /* line 8, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 9, ca2m_theme\bootstrap\less\mixins\responsive-visibility.less */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 168, ca2m_theme\bootstrap\less\responsive-utilities.less */
.visible-print-block {
  display: none !important;
}

@media print {

  /* line 171, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-print-block {
    display: block !important;
  }
}

/* line 175, ca2m_theme\bootstrap\less\responsive-utilities.less */
.visible-print-inline {
  display: none !important;
}

@media print {

  /* line 178, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 182, ca2m_theme\bootstrap\less\responsive-utilities.less */
.visible-print-inline-block {
  display: none !important;
}

@media print {

  /* line 185, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {

  /* line 191, ca2m_theme\bootstrap\less\responsive-utilities.less */
  .hidden-print {
    display: none !important;
  }
}

/**
 * Alert styling.
 */
/* line 4, component\alert.less */
.alert-sm {
  padding: 5px 10px;
}

/* line 9, component\alert.less */
.alert a {
  font-weight: bold;
}

/* line 13, component\alert.less */
.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}

/* line 18, component\alert.less */
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}

/* line 23, component\alert.less */
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}

/* line 28, component\alert.less */
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {

  /* line 7, component\ajax.less */
  0% {
    transform: rotate(0deg);
  }

  /* line 8, component\ajax.less */
  100% {
    transform: rotate(359deg);
  }
}

/* line 10, component\ajax.less */
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

/* line 14, component\ajax.less */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

/* line 20, component\ajax.less */
html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -0.25em;
}

/* line 26, component\ajax.less */
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}

/* line 30, component\ajax.less */
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}

/* line 35, component\ajax.less */
html.js .form-item .input-group-addon .input-group-addon {
  background-color: #ffffff;
}

/* line 41, component\ajax.less */
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * @file
 * Visual styles for fields.
 */
/* line 6, component\field.less */
.field--label {
  font-weight: 400;
}

/* line 9, component\field.less */
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

/* line 13, component\field.less */
.field--label-inline .field--label,
.field--label-inline>.field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

/* line 18, component\field.less */
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
  /*RTL*/
}

/* line 24, component\field.less */
.field--label-inline .field--label::after {
  content: ':';
}

/**
 * File (and Image Widget) styles.
 */
/* line 4, component\file.less */
.file {
  display: table;
  font-size: 75%;
  /*font-weight: 700;*/
  /*margin: 5px 0;*/
  width: 100%;
}

/* line 10, component\file.less */
.file>span {
  background: #fff;
  /*color: #337ab7;*/
}

.es-cine .file>span {
  background: transparent;
  /*color: #337ab7;*/
}


/* line 22, component\file.less */
.file>.tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}

/* line 23, component\file.less */
.file>.tabledrag-changed,
.file>.tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

/* line 36, component\file.less */
.file-icon {
  display: none;
  /*table-cell;*/
  font-size: 150%;
  padding: .25em .5em .25em 0;
  text-align: center;
  vertical-align: middle;
}

/* line 43, component\file.less */
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

/* line 47, component\file.less */
.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit;
  font-size: 18px;
  text-decoration: underline;
}

/* line 51, component\file.less */
.file-size {
  display: none;
  /*table-cell;*/
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

/* line 59, component\file.less */
.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
/* line 6, component\filter.less */
.filter-wrapper {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

/* line 17, component\filter.less */
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}

/* line 24, component\filter.less */
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
/* line 9, component\form.less */
table .checkbox.form-no-label,
table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 18, component\form.less */
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* line 22, component\form.less */
.form-inline .select-wrapper {
  width: auto;
}

/* line 25, component\form.less */
.input-group .select-wrapper {
  display: table-cell;
}

/* line 28, component\form.less */
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 31, component\form.less */
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 35, component\form.less */
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}

/* line 41, component\form.less */
.select-wrapper select::-ms-expand {
  opacity: 0;
}

/* line 45, component\form.less */
.select-wrapper:after {
  color: #337ab7;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}

/* line 60, component\form.less */
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904';
  display: inline-block;
  font-family: 'iconos-ca2m';
  font-size: 7px;
  color: #333;
}

/* line 67, component\form.less */
.has-error .select-wrapper:after {
  color: #a94442;
}

/* line 70, component\form.less */
.has-success .select-wrapper:after {
  color: #3c763d;
}

/* line 73, component\form.less */
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

/* line 82, component\form.less */
.form-required:after {
  background-image: url('../images/required.svg');
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

/* line 95, component\form.less */
.form-actions .btn,
.form-actions .btn-group {
  margin-right: 10px;
}

/* line 99, component\form.less */
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
/* line 5, component\icon.less */
a.icon-before .glyphicon,
a .glyphicon.icon-before {
  margin-right: .25em;
}

/* line 9, component\icon.less */
a.icon-after .glyphicon,
a .glyphicon.icon-after {
  margin-left: .25em;
}

/* line 16, component\icon.less */
.btn.icon-before .glyphicon,
.btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}

/* line 21, component\icon.less */
.btn.icon-after .glyphicon,
.btn .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
/* line 10, component\navbar.less */
body {
  position: relative;
}

/* line 15, component\navbar.less */
body.navbar-is-static-top {
  margin-top: 0;
}

/* line 18, component\navbar.less */
body.navbar-is-fixed-top {
  margin-top: 65px;
}

/* line 21, component\navbar.less */
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {

  /* line 32, component\navbar.less */
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar,
  body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }

  /* line 35, component\navbar.less */
  body.toolbar-vertical.navbar-is-fixed-top header,
  body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }

  /* line 41, component\navbar.less */
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {

  /* line 48, component\navbar.less */
  .navbar.container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {

  /* line 51, component\navbar.less */
  .navbar.container {
    max-width: 940px;
  }
}

@media screen and (min-width: 1200px) {

  /* line 54, component\navbar.less */
  .navbar.container {
    max-width: 1140px;
  }
}

/* line 60, component\navbar.less */
.navbar .logo {
  margin-right: -15px;
  padding-left: 5px;
  padding-right: 15px;
}

@media screen and (min-width: 40000) {

  /* line 64, component\navbar.less */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
/* line 5, component\node.less */
.is-unpublished {
  background-color: #fff4f4;
}

/* line 9, component\node.less */
.node-preview-container {
  margin-top: -15px;
}

/* line 13, component\node.less */
.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
/* line 4, component\panel.less */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}

/* line 8, component\panel.less */
.panel-title,
.panel-title:hover,
.panel-title:focus,
.panel-title:hover:focus {
  color: inherit;
}

/* line 11, component\panel.less */
.panel-title:focus,
.panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
/* line 4, component\progress-bar.less */
.progress-wrapper {
  margin-bottom: 15px;
}

/* line 7, component\progress-bar.less */
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}

/* line 11, component\progress-bar.less */
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 16, component\progress-bar.less */
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}

/* line 21, component\progress-bar.less */
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
/* line 4, component\table-drag.less */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

/* line 8, component\table-drag.less */
.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

/* line 12, component\table-drag.less */
.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}

/* line 20, component\table-drag.less */
.tabledrag-handle:hover,
.tabledrag-handle:focus {
  color: #337ab7;
}

/* line 24, component\table-drag.less */
.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}

/* line 30, component\table-drag.less */
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
/* line 4, component\tabs.less */
.local-actions {
  margin: 10px 0 10px -5px;
}

/* line 7, component\tabs.less */
.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
/* line 16, component\tabs.less */
.tabbable {
  margin-bottom: 20px;
}

/* line 20, component\tabs.less */
.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  border-bottom: 0;
}

/* line 22, component\tabs.less */
.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

/* line 28, component\tabs.less */
.tab-pane>.panel-heading {
  display: none;
}

/* line 31, component\tabs.less */
.tab-content>.active {
  display: block;
}

/* line 37, component\tabs.less */
.tabs-below>.nav-tabs {
  border-top: 1px solid #dddddd;
}

/* line 39, component\tabs.less */
.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 42, component\tabs.less */
.tabs-below>.nav-tabs>li>a {
  border-radius: 0 0 4px 4px;
}

/* line 44, component\tabs.less */
.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}

/* line 52, component\tabs.less */
.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}

/* line 64, component\tabs.less */
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}

/* line 67, component\tabs.less */
.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none;
}

/* line 69, component\tabs.less */
.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
  outline: 0;
}

/* line 72, component\tabs.less */
.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 75, component\tabs.less */
.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
  outline: 0;
}

/* line 81, component\tabs.less */
.tabs-left>.tab-content,
.tabs-right>.tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

/* line 92, component\tabs.less */
.tabs-left>.nav-tabs {
  float: left;
  margin-right: -1px;
}

/* line 95, component\tabs.less */
.tabs-left>.nav-tabs>li>a {
  border-radius: 4px 0 0 4px;
}

/* line 97, component\tabs.less */
.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 102, component\tabs.less */
.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:hover,
.tabs-left>.nav-tabs>.active>a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 113, component\tabs.less */
.tabs-right>.nav-tabs {
  float: right;
  margin-left: -1px;
}

/* line 116, component\tabs.less */
.tabs-right>.nav-tabs>li>a {
  border-radius: 0 4px 4px 0;
}

/* line 118, component\tabs.less */
.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 124, component\tabs.less */
.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:hover,
.tabs-right>.nav-tabs>.active>a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}

/**
 * Toolbar module styling.
 */
/* line 10, component\toolbar.less */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}

/* line 14, component\toolbar.less */
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}

/* line 19, component\toolbar.less */
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}

/* line 26, component\toolbar.less */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}

/* line 30, component\toolbar.less */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}

/* line 33, component\toolbar.less */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}

/* line 35, component\toolbar.less */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
  width: 240px;
}

/* line 47, component\toolbar.less */
body.toolbar-loading {
  margin-top: 0;
}

/* line 51, component\toolbar.less */
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * @todo Remove once jQuery UI is no longer used?
 */
/* line 8, jquery-ui\autocomplete.less */
.ui-autocomplete {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}

/* line 24, jquery-ui\autocomplete.less */
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}

/* line 39, jquery-ui\autocomplete.less */
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}

/* line 44, jquery-ui\autocomplete.less */
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #337ab7;
  color: #ffffff;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Regular.ttf') format('truetype');
  src: url("../fonts/HelveticaNeue-Regular.woff") format("woff"), url("../fonts/HelveticaNeue-Regular.eot");
}

@font-face {
  font-family: 'iconos-ca2m';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/iconos/iconos-ca2m.eot");
  src: url("../fonts/iconos/iconos-ca2m.woff") format("woff"), url("../fonts/iconos/iconos-ca2m.ttf") format("truetype"), url("../fonts/iconos/iconos-ca2m.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'font-icon-ca2m';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/font-icon-CA2M/font-icon-CA2M.eot");
  src: url("../fonts/font-icon-CA2M/font-icon-CA2M.woff") format("woff"),
       url("../fonts/font-icon-CA2M/font-icon-CA2M.ttf") format("truetype"),
       url("../fonts/font-icon-CA2M/font-icon-CA2M.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fontawesome/fontawesome.eot");
  src: url("../fonts/fontawesome/fontawesome.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome.woff2") format("woff2"), url("../fonts/fontawesome/fontawesome.woff") format("woff"), url("../fonts/fontawesome/fontawesome.ttf") format("truetype"), url("../fonts/fontawesome/fontawesome.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('../fonts/HelveticaNeue-Medium.eot');
  src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#courierregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  box-shadow: 0 0 0 inset #ececec;
  transition: background-color 5000s ease-in-out 0s;
}

/*MARGENES DEL LAYOUT*/
.main-container.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 43, overrides.less */
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.region-navigation {
  width: calc(100% - 80px);
  float: left;
  padding-top: 3px;
}

/* line 53, overrides.less */
.navbar-toggle {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 6px;
  margin-right: 0;
  float: right;
  width: 45px;
}

/* line 61, overrides.less */
.navbar-toggle .icon-bar {
  transition: 0.05s ease-out;
}

/* line 67, overrides.less */
.navbar-toggle:not(.collapsed) .icon-bar {
  visibility: hidden;
  position: relative;
  background-color: #D0021B;
  top: 6px;
}

/* line 74, overrides.less */
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(odd) {
  top: 0px;
  visibility: visible;
  transform: rotate(135deg);
  transition: 0.2s ease-in;
}

/* line 81, overrides.less */
.navbar-toggle:not(.collapsed) .icon-bar:last-child {
  visibility: visible;
  transform: rotate(45deg);
  top: -8px;
  transition: 0.2s ease-in;
}

/* line 92, overrides.less */
.navbar-collapse {
  font-family: 'Helvetica Neue Medium' !important;
  position: absolute;
  right: 14px;
  top: 49px;
  background: #ceebe1;
  width: 405px;
  text-transform: uppercase;
  z-index: 101;
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-width: 100%;
    margin: 0 auto;
  }

  .menu.menu--menu-superior.nav {
    display: none;
  }
}

/* line 115, overrides.less */
ol,
ul {
  padding-left: 1.5em;
}

/* line 119, overrides.less */
.popover ol:last-child,
.popover ul:last-child {
  margin-bottom: 0;
}

/* line 125, overrides.less */
.page-header {
  margin-top: 0;
  text-align: center;
}

/*header{
  background: #CEEBE1;
}*/
/* line 134, overrides.less */
.logo {
  width: 279px;
}

@media (max-width: 767px) {
  a.logo {
    width: 95px;
  }

  a.logo img {
    display: none;
  }

  a.logo:before {
    content: '';
    background: url(../images/logo_resp.svg) no-repeat;
    width: 100px;
    display: inline-block;
    height: 32px;
    visibility: visible;
  }
}

/* line 139, overrides.less */
.footer {
  margin-top: 45px;
  padding-top: 75px;
  padding-bottom: 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.path-frontpage .footer {
  margin-top: 0px;
}

.path-prensa .footer {
  margin-top: 70px;
}

/* line 148, overrides.less */
p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

/* line 156, overrides.less */
.region-help>.glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}

/* line 162, overrides.less */
.region-help .block {
  overflow: hidden;
}

/* line 168, overrides.less */
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

/* line 175, overrides.less */
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}

/* line 179, overrides.less */
#block-ca2m-theme-searchiconblock {
  width: 25px;
  position: relative;
  top: 11px;
  float: right;
  cursor: pointer;
}

/* line 185, overrides.less */
#block-ca2m-theme-searchiconblock img {
  float: right;
  opacity: 0;
}

#block-ca2m-theme-searchiconblock:before {
  visibility: visible;
  font-family: "iconos-ca2m";
  content: '\e902';
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 25px;
  position: absolute;
  top: -5px;
}

.path-buscador #block-ca2m-theme-searchiconblock:before {
  color: #D00103;
}

/* line 186, overrides.less */
#search-block-form {
  max-width: 300px;
  margin: 0 auto;
}

/* line 191, overrides.less */
.search-block-form {
  margin: 0 auto;
  width: inherit;
}

.search-block-form .icon.glyphicon.glyphicon-search {
  display: none;
}

/* line 194, overrides.less */
.search-block-form input.edit-keys {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  border-width: thin;
  box-shadow: none;
}

/* line 202, overrides.less */
.search-block-form input:focus {
  border: none;
  box-shadow: none !important;
}

/* line 207, overrides.less */
.search-block-form .input-group-btn .btn-primary,
.block-views-exposed-filter-blockbuscador-views-block-filter-block-plugin-display-block-1 .form-submit {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 7px 2em;
  margin-left: 1em;
}

/* line 216, overrides.less */
.search-block-form.element-height-toggle {
  display: none;
}

/* line 217, overrides.less */
.search-block-form.element-height-toggle--active {
  display: inline-block;
  margin-left: 90px;
}

@media (max-width: 768px) {
  .search-block-form {
    width: 100%;
  }

  .search-block-form.element-height-toggle--active {
    margin-left: 1em;
  }

  #search-block-form {
    max-width: 100%;
  }
}

/* line 224, overrides.less */
.page-node-type-publicaciones .node--type-publicaciones,
.path-archivo-publicaciones .main-container {
  font-family: "Courier New", monospace;
}

.path-archivo-publicaciones h1.page-header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #D00103;
  padding-bottom: 2em;
  text-transform: uppercase;
  font-size: 38px;
}

/* line 230, overrides.less */
.page-node-type-exposiciones .group-header,
.page-node-type-publicaciones .group-header,
.page-node-type-pensamiento-comunidad .group-header {
  margin-bottom: 125px;
}

/* line 232, overrides.less */
.page-node-type-exposiciones .group-header .field--name-title-text,
.page-node-type-publicaciones .group-header .field--name-title-text,
.page-node-type-pensamiento-comunidad .group-header .field--name-title-text,
.page-node-type-exposiciones .group-header .field--name-field-subtitulo,
.page-node-type-publicaciones .group-header .field--name-field-subtitulo,
.page-node-type-pensamiento-comunidad .group-header .field--name-field-subtitulo {
  width: 60% !important;
  font-size: 40px;
  text-transform: uppercase;
}

/* line 239, overrides.less */
.page-node-type-pensamiento-comunidad .group-header .field--name-field-subtitulo,
.page-node-type-exposiciones .group-header .field--name-field-subtitulo,
.page-node-type-publicaciones .group-header .field--name-field-subtitulo {
  margin-bottom: 45px;
}

/* line 243, overrides.less */
.page-node-type-exposiciones .group-header .field--name-field-fechas,
.page-node-type-publicaciones .group-header .field--name-field-fechas,
.page-node-type-pensamiento-comunidad .group-header .field--name-field-fechas {
  text-transform: uppercase;
}

/* line 249, overrides.less */
.page-node-type-exposiciones .group-header *,
.page-node-type-publicaciones .group-header *,
.page-node-type-pensamiento-comunidad .group-header * {
  text-align: center;
  margin: 0 auto;
}

/* line 254, overrides.less */
.page-node-type-exposiciones .group-header .field--type-daterange,
.page-node-type-pensamiento-comunidad .group-header .field--type-daterange,
.page-node-type-publicaciones .group-header .field--type-daterange {
  font-size: 28px;
  margin: 0 0 55px;
}

/* line 259, overrides.less */
.page-node-type-exposiciones .group-header .img-responsive,
.page-node-type-pensamiento-comunidad .group-header .img-responsive,
.page-node-type-publicaciones .group-header .img-responsive {
  margin: 1em auto;
  margin-top: 55px;
  max-width: 75%;
}

/* line 267, overrides.less */
.page-node-type-exposiciones .group-middle p,
.page-node-type-pensamiento-comunidad .group-middle p,
.page-node-type-publicaciones .group-middle p {
  margin-bottom: 34px;
}

.page-node-type-exposiciones .group-header .field--name-field-pie-media,
.page-node-type-pensamiento-comunidad .group-header .field--name-field-pie-media,
.page-node-type-publicaciones .group-header .field--name-field-pie-media,
.group-header .field--name-field-pie-media {
  max-width: 75%;
  text-align: left !important;
  text-transform: inherit;
  margin-bottom: 50px;
}

/* line 271, overrides.less */
.page-node-type-exposiciones .group-middle .biografias p,
.page-node-type-pensamiento-comunidad .group-middle .biografias p,
.page-node-type-publicaciones .group-middle .biografias p {
  margin-bottom: 0;
}

/* line 274, overrides.less */
.page-node-type-exposiciones .group-middle .biografias a,
.page-node-type-pensamiento-comunidad .group-middle .biografias a,
.page-node-type-publicaciones .group-middle .biografias a {
  color: #000;
}

/* line 285, overrides.less */
.page-node-type-exposiciones .group-middle .field--name-field-dirigido-persona,
.page-node-type-pensamiento-comunidad .group-middle .field--name-field-dirigido-persona,
.page-node-type-publicaciones .group-middle .field--name-field-dirigido-persona {
  width: 100%;
  display: inline-block;
  margin: 1em 0;
}

/* line 292, overrides.less */
.page-node-type-exposiciones .group-middle .personas .field--name-field-persona-nombre,
.page-node-type-publicaciones .group-middle .personas .field--name-field-persona-nombre,
.page-node-type-pensamiento-comunidad .group-middle .personas .field--name-field-persona-nombre,
.page-node-type-exposiciones .group-middle .personas .field--name-field-apellidos,
.page-node-type-pensamiento-comunidad .group-middle .personas .field--name-field-apellidos,
.page-node-type-publicaciones .group-middle .personas .field--name-field-apellidos {
  display: inline-block;
  float: left;
}

/* line 299, overrides.less */
.page-node-type-exposiciones .group-middle .field--name-field-apellidos,
.page-node-type-pensamiento-comunidad .group-middle .field--name-field-apellidos,
.page-node-type-publicaciones .group-middle .field--name-field-apellidos {
  margin-left: 0.4em;
  clear: none !important;
}

/* line 305, overrides.less */
.page-node-type-exposiciones .group-middle .field--name-field-artistas .field--items h2,
.page-node-type-pensamiento-comunidad .group-middle .field--name-field-artistas .field--items h2,
.page-node-type-publicaciones .group-middle .field--name-field-artistas .field--items h2 {
  height: 0px;
  display: none;
}

/* line 310, overrides.less *
.page-node-type-exposiciones .group-middle .field--name-field-artistas .field--items>.field--item,
.page-node-type-pensamiento-comunidad .group-middle .field--name-field-artistas .field--items>.field--item,
.page-node-type-publicaciones .group-middle .field--name-field-artistas .field--items>.field--item {
    display: inline-block;
}
*/

/* line 319, overrides.less */
.page-node-type-exposiciones .group-right .field--label-above .field--label,
.page-node-type-pensamiento-comunidad .group-right .field--label-above .field--label,
.page-node-type-publicaciones .group-right .field--label-above .field--label {
  font-size: 24px;
  font-weight: normal;
  color: #d0021b;
  text-align: center;
  text-transform: uppercase !important;
}

.page-node-type-exposiciones .group-right .field--name-field-actividades-asociadas .field--label {
  text-align: center;
  padding-bottom: 1.8em;
  font-size: 28px;
}

/* line 328, overrides.less */
.page-node-type-exposiciones .group-right .field--label-above .field--item article,
.page-node-type-pensamiento-comunidad .group-right .field--label-above .field--item article,
.page-node-type-publicaciones .group-right .field--label-above .field--item article {
  border-bottom: 1px solid #000;
  border-width: thin;
  margin-bottom: 70px;
}

/* line 333, overrides.less */
.page-node-type-exposiciones .group-right .field--label-above .field--item .content,
.page-node-type-pensamiento-comunidad .group-right .field--label-above .field--item .content,
.page-node-type-publicaciones .group-right .field--label-above .field--item .content {
  margin-bottom: 60px;
}

/* line 336, overrides.less */
.page-node-type-exposiciones .group-right .field--label-above .field--item .content .field--name-field-subtitulo,
.page-node-type-pensamiento-comunidad .group-right .field--label-above .field--item .content .field--name-field-subtitulo,
.page-node-type-publicaciones .group-right .field--label-above .field--item .content .field--name-field-subtitulo {
  margin: 40px 0;
  text-align: center;
}

/* line 341, overrides.less */
.page-node-type-exposiciones .group-right .field--label-above .field--item .content .img-responsive,
.page-node-type-pensamiento-comunidad .group-right .field--label-above .field--item .content .img-responsive,
.page-node-type-publicaciones .group-right .field--label-above .field--item .content .img-responsive {
  margin-bottom: 25px;
  width: 100%;
}

/* line 349, overrides.less */
.page-node-type-exposiciones .group-right .field--name-field-subtitulo,
.page-node-type-pensamiento-comunidad .group-right .field--name-field-subtitulo,
.page-node-type-publicaciones .group-right .field--name-field-subtitulo {
  font-size: 22px;
}

/* line 353, overrides.less */
.page-node-type-exposiciones .group-right .field--name-field-pub-asoc,
.page-node-type-pensamiento-comunidad .group-right .field--name-field-pub-asoc,
.page-node-type-publicaciones .group-right .field--name-field-pub-asoc {
  font-family: "Courier New", monospace;
}



@media (min-width: 768px) {

  /* line 359, overrides.less */
  .page-node-type-exposiciones .group-middle,
  .page-node-type-pensamiento-comunidad .group-middle,
  .page-node-type-publicaciones .group-middle {
    width: 58.33333333% !important;
  }

  /* line 362, overrides.less */
  .page-node-type-exposiciones .group-right,
  .page-node-type-pensamiento-comunidad .group-right,
  .page-node-type-publicaciones .group-right {
    margin-left: 8.33333333%;
    width: 33.33333333%;
  }
}

@media (max-width: 767px) {

  /* line 368, overrides.less */
  .page-node-type-exposiciones .group-middle,
  .page-node-type-pensamiento-comunidad .group-middle,
  .page-node-type-publicaciones .group-middle {
    width: 100% !important;
  }

  /* line 371, overrides.less */
  .page-node-type-exposiciones .group-right,
  .page-node-type-pensamiento-comunidad .group-right,
  .page-node-type-publicaciones .group-right {
    margin-left: 0;
    width: 100%;
  }
}

/* line 378, overrides.less */
/*
.page-node-type-pages-simple {
    /*    @media (min-width: @screen-sm) {
   .group-middle{
     width: 58.33333333% !important;
   }
   .group-right{
     margin-left: 8.33333333%;
     width: 33.33333333%;
   }
 }
}*/

/* line 379, overrides.less */
.page-node-type-pages-simple .group-header {
  margin-bottom: 125px;
}

/* line 381, overrides.less */
.page-node-type-pages-simple .group-header .field--name-title-text,
.page-node-type-pages-simple .group-header .field--name-field-subtitulo {
  width: 90% !important;
  font-size: 40px;
  text-transform: uppercase;
}

/* line 388, overrides.less */
.page-node-type-pages-simple .group-header .field--name-field-subtitulo {
  margin-bottom: 45px;
}

/* line 392, overrides.less */
.page-node-type-pages-simple .group-header .field--name-field-fechas {
  text-transform: uppercase;
}

/* line 398, overrides.less */
.page-node-type-pages-simple .group-header>* {
  text-align: center;
  margin: 0 auto;
  max-width: 990px;
}

.page-node-type-pages-simple .group-header .field--name-field-pie-media {
  text-align: left;
}

.node-type-pages-simple a {
  color: #42474B;
  /* color: #525659;*/
  text-decoration: underline;
}

.page-node-type-pages-simple a:hover {
  color: #333;
}

.page-node-type-pages-simple .file-link {
  width: auto;
}

/* line 403, overrides.less */
.page-node-type-pages-simple .group-header .field--type-daterange {
  font-size: 28px;
  margin: 0 0 55px;
}

/* line 408, overrides.less */
.page-node-type-pages-simple .group-header .img-responsive {
  margin: 1em auto;
  margin-top: 55px;
  /*  max-width: 75%; */
}

/* line 416, overrides.less */
.page-node-type-pages-simple .group-middle {
  margin: 0 auto;
  float: none;
  max-width: 990px;
}

.page-node-type-pages-simple .field--name-field-enlaces-asociados .field--item {
  clear: both;
}

/* line 419, overrides.less */
.page-node-type-pages-simple .group-middle p {
  margin-bottom: 34px;
}

.page-node-type-pages-simple .group-middle .field--name-field-pie-galeria {
  margin-bottom: 68px;
}


/* line 422, overrides.less */
.page-node-type-pages-simple .group-middle .field--name-field-columna-izquierda,
.page-node-type-pages-simple .group-middle .field--name-field-columna-derecha {
  float: left;
  padding: 0 2em;
  width: 50%;
  clear: none;
}

/* line 431, overrides.less */
.page-node-type-pages-simple .group-middle .field--name-field-artistas .field--items h2 {
  height: 0px;
  display: none;
}

/* line 436, overrides.less */
.page-node-type-pages-simple .group-middle .field--name-field-artistas .field--items>.field--item {
  display: inline-block;
}

/* line 447, overrides.less */
.page-node-type-pages-simple .group-right .field--label-above .field--label {
  font-size: 24px;
  font-weight: 100;
  color: #d0021b;
  text-align: center;
  text-transform: uppercase;
}

/* line 456, overrides.less */
.page-node-type-pages-simple .group-right .field--label-above .field--item article {
  border-bottom: 1px solid #000;
  border-width: thin;
  margin-bottom: 70px;
}

/* line 461, overrides.less */
.page-node-type-pages-simple .group-right .field--label-above .field--item .content {
  margin-bottom: 60px;
}

/* line 464, overrides.less */
.page-node-type-pages-simple .group-right .field--label-above .field--item .content .field--name-field-subtitulo {
  margin: 40px 0;
  text-align: center;
}

/* line 469, overrides.less */
.page-node-type-pages-simple .group-right .field--label-above .field--item .content .img-responsive {
  margin-bottom: 25px;
  width: 100%;
}

/* line 477, overrides.less */
.page-node-type-pages-simple .group-right .field--name-field-subtitulo {
  font-size: 22px;
}

/* line 481, overrides.less */
.page-node-type-pages-simple .group-right .field--name-field-pub-asoc {
  font-family: "Courier New", monospace;
}

/* line 485, overrides.less */
.page-node-type-pages-simple .group-footer {
  width: 50%;
  margin: 0 auto;
  float: none;
}

/* line 491, overrides.less */
.page-node-type-pages-simple .group-footer .field--name-field-instituciones-patrocinador .node--type-instituciones h4 {
  margin: 0 0 0 1em;
}

/* line 494, overrides.less */
.page-node-type-pages-simple .group-footer .field--name-field-instituciones-patrocinador .node--type-instituciones .field--type-image,
.page-node-type-pages-simple .group-footer .field--name-field-instituciones-patrocinador .node--type-instituciones .field--item {
  display: inline;
  min-height: 0 !important;
}

/* line 499, overrides.less */
.page-node-type-pages-simple .group-footer .field--name-field-instituciones-patrocinador .node--type-instituciones img {
  vertical-align: top;
}

.group-footer .field--items>.field--item {
  width: 33%;
  float: left;
  padding: 0 1em;
}

.group-footer .field--items>.field--item * {
  width: auto;
  padding: unset;
}

.group-footer .field--items>.field--item:nth-child(3n+1) {
  clear: left;
}

.group-footer .field--items>.field--item .layout {
  margin-bottom: 3em;
}

.group-footer .field--items>.field--item a {
  color: #000;
}


@media (max-width: 767px) {

  /* line 514, overrides.less */
  .page-node-type-pages-simple .group-middle {
    width: 100% !important;
  }

  /* line 517, overrides.less */
  .page-node-type-pages-simple .group-right {
    margin-left: 0;
    width: 100%;
  }
}

.group-footer .field--items>.field--item {
  width: 100%;
}

.group-footer .field--items>.field--item:nth-child(3n+1) {
  clear: none;
}

/* line 588, overrides.less */
.menu--menu-superior.nav {
  float: right !important;
  /*  margin-right: 1.5em; */
}

/* line 593, overrides.less */
.menu--menu-superior.nav li,
#block-languageswitcher li {
  display: inline-block;
}

/* line 596, overrides.less */
.menu--menu-superior.nav li a {
  color: #000;
  font-size: 19px;
  /* font-weight: bold; */
  text-transform: uppercase;
}

#block-languageswitcher {
  float: right !important;
  margin-right: 1.5em;
}

#block-languageswitcher ul {
  padding-left: 0;
}

#block-languageswitcher li a {
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    display: block;
    padding: 8px 15px 0;
    /* font-weight: bold; */
}

#block-languageswitcher li a:hover {
  text-decoration: none;
}

/* line 605, overrides.less */
.layout--twocol-bricks .block-region-top {
  max-width: 66.66666667%;
  margin: 0 auto 100px;
}

@media (max-width: 767px) {
  .layout--twocol-bricks .block-region-top {
    max-width: 90%;
  }

  .breadcrumb {
    font-size: 9px;
  }

  .page-node-type-exposiciones .group-header *,
  .page-node-type-publicaciones .group-header *,
  .page-node-type-pensamiento-comunidad .group-header * {
    font-size: 18px;
  }

  .page-node-type-exposiciones .group-header .field--name-title-text,
  .page-node-type-publicaciones .group-header .field--name-title-text,
  .page-node-type-pensamiento-comunidad .group-header .field--name-title-text,
  .page-node-type-exposiciones .group-header .field--name-field-subtitulo,
  .page-node-type-publicaciones .group-header .field--name-field-subtitulo,
  .page-node-type-pensamiento-comunidad .group-header .field--name-field-subtitulo {
    width: 90% !important;
    font-size: 24px;
    margin-top: 1em;
    margin-bottom: 1em;
  }


  .page-node-type-exposiciones .group-header .img-responsive,
  .page-node-type-pensamiento-comunidad .group-header .img-responsive,
  .page-node-type-publicaciones .group-header .img-responsive {
    max-width: 100%;
  }

  .navbar-header form#views-exposed-form-pensamientos-block-pensamientos-actuales .form--inline {
    width: 300px !important;
  }
}

/* line 610, overrides.less */
.layout--twocol-bricks .parallax-izq>div,
.layout--twocol-bricks .parallax-dech>div {
  max-width: 85%;
  margin: 0 auto;
}

/* line 617, overrides.less */
.path-frontpage .main-container {
  padding: 0 !important;
}

.path-frontpage .layout--twocol-bricks#parallax section .layout--onecol,
.path-frontpage .layout--twocol-bricks#parallax2 section .layout--onecol {
  border-bottom: 1px solid #333;
  margin: 2em 0;
}

.path-frontpage .layout--twocol-bricks#parallax section:last-child .layout--onecol,
.path-frontpage .layout--twocol-bricks#parallax2 section:last-child .layout--onecol {
  border-bottom: 0;
}

.path-frontpage .subhome-item .simple_page {
  border-bottom: 0;
  padding-bottom: 0;
}

.path-frontpage .main-container .row {
  margin: 0;
}

.path-frontpage .main-container .row section.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.path-frontpage .layout__region--top {
  margin-top: 80px
}

.path-frontpage .block-region-middle h2.block-title {
  color: #000;
}

.path-frontpage .exposicion .field--name-field-entradilla,
.path-frontpage .Actividad .field--name-field-entradilla {
  margin-bottom: 3em;
}

/* line 618, overrides.less */
.path-frontpage section[class*="blockagenda"] {
  background: #CEEBE1;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0.18rem;
  margin: 200px 0 0;
  /* Desktops and laptops ----------- */
}

/* line 625, overrides.less */
.path-frontpage section[class*="blockagenda"] h2 {
  letter-spacing: 0.18rem;
  line-height: unset;
  padding: 75px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 100;
}

@media only screen and (min-width: 480px) {

  /* line 639, overrides.less */
  .path-frontpage section[class*="blockagenda"] .agenda-actividades {
    width: 90%;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {

  /* line 646, overrides.less */
  .path-frontpage section[class*="blockagenda"] .agenda-actividades {
    width: 59.5%;
    text-align: left;
  }
}

.path-frontpage .main-container .layout h2 {
  text-align: center;
}

/* line 652, overrides.less */
.path-frontpage .Actividad *,
.group-right .Actividad {
  font-family: "Times New Roman", Georgia, Times, serif !important;
}

/* line 655, overrides.less */
.path-frontpage .Publicacion,
.group-right .Publicacion {
  font-family: "Courier New", monospace !important;
}

/* line 658, overrides.less */
.path-frontpage .img-responsive {
  width: 100%;
}

/* line 659, overrides.less */
.path-frontpage #ca2m_newsletter {
  display: inline-block;
  background: #ECECEC;
  margin-top: 100px;
}

/* line 663, overrides.less */
.path-frontpage #ca2m_newsletter .view-group-1 {
  position: absolute;
}

/* line 665, overrides.less */
.path-frontpage #ca2m_newsletter .item-list h3 {
  top: 26px;
}

/* line 669, overrides.less */
.path-frontpage #ca2m_newsletter #mc_embed_signup {
  width: 80%;
  margin: 0 auto;
}

/* line 674, overrides.less */
.path-frontpage #ca2m_newsletter #mc_embed_signup .mc-field-group.input-group ul {
  padding: 5px 0 0 0px;
}

/* line 680, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form {
  padding: 0;
  margin: 0 auto;
}

.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .mc-field-group.input-group label {
  font-size: 18px;
}

/* line 684, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form {
  width: 60%;
  margin: 0 auto;
}

/* line 688, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form h2 {
  display: inline-block;
  letter-spacing: 0.18rem;
  line-height: unset;
  padding: 75px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  width: 100%;
}

/* line 698, overrides.less */

@media (max-width: 767px) {
  .path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group {
    width: 100%;
  }

  .path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group {
    width: 50%;
  }
}

.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) {
  clear: none;
  float: left;
  margin-right: 0;
  padding: 0;
  /* width: 49%; */
  display: inline-block;
}

.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) input {
  border-radius: 0;
}

/* line 706, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) label {
  display: none;
}

/* line 710, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  width: 95%;
  padding: 1em 0;
  text-transform: uppercase;
  margin: 1em 0;
  text-indent: 0;
}

.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) input.required,
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) input::placeholder,
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) input.required::placeholder {
  color: #000 !important;
  opacity: 1;
}


/* line 721, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) input::placeholder {
  color: #D0021B;
}

/* line 724, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) input:focus {
  outline: 0;
}

/* line 730, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .proteccion-datos {
  width: 60%;
  margin: 0 auto 75px;
  font-size: 14px;
}

.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .proteccion-datos .checkbox.subfield {
  font-size: 12px;
}

/* line 736, overrides.less */
.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .mc-field-group.input-group {
  clear: both;
  margin-top: 4em;
  display: inline-block;
  width: 100%;
}

/* line 745, overrides.less */

.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .clear {
  display: block;
  text-align: center;
}

.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .button.suscribe {
  background: #D0021B;
  border-radius: 0;
  margin: 55px auto;
  color: white;
  padding: 1em 2em;
  text-transform: uppercase;
  height: auto;
  font-size: 18px;
}

.path-frontpage #ca2m_newsletter form#mc-embedded-subscribe-form .button.suscribe:hover {
  text-decoration: underline;
}

/* line 754, overrides.less */
.main-container h1.block-title,
.main-container h2.block-title,
.main-container h1.page-header {
  border-top: 1px solid #000;
  border-width: thin;
  text-align: center;
  text-transform: uppercase;
  padding-top: 4em;
  padding-bottom: 2em;
  color: #D00103;
  font-weight: 400;
  font-size: 28px;
}

.main-container .group-right h2.block-title {
  border: none !important;
}

@media (max-width: 768px) {
  .main-container h1.page-header {
    font-size: 30px;
  }
}

.main-container h1.page-header:first-child {
  border-top: none;
}

.main-container section:first-child h2.block-title {
  padding-top: 0.5em;
  padding-bottom: 3em;
}

/* line 760, overrides.less */

.main-container .views-element-container:first-child h2.block-title {
  border-top: none;
}

.main-container .block-views-blockcategoria-premios-block-categoria-premios.views-element-container:first-child h2.block-title,
.main-container .block-views-blockcoleccion-block-exposiciones-coleccion.views-element-container:first-child h2.block-title {
  border-top: 1px solid #000;
  padding-top: 3em;
  padding-bottom: 2em;
}

/* line 763, overrides.less */
.path-agenda-completa {
  background-color: #ceebe1;
}

/* line 765, overrides.less */
.path-agenda-completa .form-group {
  text-align: center;
}

/* line 767, overrides.less */
.path-agenda-completa .form-group .form--inline {
  padding-bottom: 2em;
}

/* line 771, overrides.less */
.path-agenda-completa .form-group select {
  background-color: #ceebe1;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  border-width: thin;
  cursor: pointer;
}

/* line 778, overrides.less */
.path-agenda-completa .form-group button {
  background-color: transparent;
  border: none;
}

/* line 783, overrides.less */
.path-agenda-completa .agenda-actividades {
  width: 60%;
}

.path-agenda-completa .filters_header {
  color: #D0021B;
  font-size: 18px;
}

.path-agenda-completa .main-container h2.block-title {
  border-top: none;
  letter-spacing: 0.18rem;
}

/* Calendario filtros agenda */
.path-agenda-completa #views-exposed-form-agenda-detalle-block-1 {
  margin-bottom: 100px;
  margin-top: 30px;
  min-width: 100% !important;
}

@media only screen and (max-device-width: 678px) {
  .path-agenda-completa #views-exposed-form-agenda-detalle-block-1 .form-group {
    width: 100%;
    margin-bottom: 2em;
  }

  .path-agenda-completa #views-exposed-form-agenda-detalle-block-1 .form-group label {
    margin-left: 0;
  }
}

.path-agenda-completa #views-exposed-form-agenda-detalle-block-1 label {
  text-transform: uppercase;
}

.path-agenda-completa .ui-widget.ui-widget-content {
  background: #CEEBE1;
  border: 1px solid #B4B3B5;
}

.path-agenda-completa .form-group .form--inline {
  margin: 0 auto;
  display: inline-block;
}

.path-agenda-completa .ui-widget.ui-widget-content .ui-widget-header {
  background: #CEEBE1;
  border: none;
}

.path-agenda-completa .ui-widget.ui-widget-content .ui-datepicker-title {
  color: #D0021B;
  font-weight: 400;
  text-transform: uppercase;
}

.path-agenda-completa .hasDatepicker {
  width: 0px;
  border: none;
  background: transparent;
  outline: transparent;
  box-shadow: none;
}

.path-agenda-completa .ui-state-default,
.path-agenda-completa .ui-widget-content .ui-state-default,
.path-agenda-completa .ui-widget-header .ui-state-default,
.path-agenda-completa .ui-button,
.path-agenda-completa .ui-button.ui-state-disabled:hover,
.path-agenda-completa .ui-button.ui-state-disabled:active {
  background: transparent;
  border: none;
  text-align: center;
  color: #000;
}

.path-agenda-completa .ui-state-highlight,
.path-agenda-completa .ui-widget-content .ui-state-highlight,
.path-agenda-completa .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
}

.path-agenda-completa .ui-datepicker .ui-datepicker-prev,
.path-agenda-completa .ui-datepicker .ui-datepicker-next {
  text-decoration: none;
}

/**Encabezados interiores H2*/



/* fin */

/* line 787, overrides.less */
.agenda-actividades {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}

/* line 792, overrides.less */
.agenda-actividades .view-group-1 {
  border-bottom: 1px solid #000;
  border-width: thin;
  margin-bottom: 2em;
  position: relative;
}

/* line 797, overrides.less */
.agenda-actividades .view-group-1 .item-list {
  display: block;
}

/* line 801, overrides.less */
.agenda-actividades .view-group-1 .item-list .views-field-field-categoria-cabecera {
  color: #D0021B;
}

/* line 805, overrides.less */
.agenda-actividades .view-group-1 .dia-agenda {
  width: auto;
  position: absolute;
  font-weight: bold;
}

/* line 811, overrides.less */
.agenda-actividades .view-group-1 .familias .views-field-field-categoria-cabecera,
.agenda-actividades .view-group-1 .Familias .views-field-field-categoria-cabecera,
.agenda-actividades .view-group-1 .familias .views-field-title-1,
.agenda-actividades .view-group-1 .Familias .views-field-title-1,
.agenda-actividades .view-group-1 .familias .views-field-title,
.agenda-actividades .view-group-1 .Familias .views-field-title {
  font-family: "Times New Roman", Georgia, Times, serif;
}

/* line 818, overrides.less */
.agenda-actividades .view-group-1 .publicaciones .views-field-field-categoria-cabecera,
.agenda-actividades .view-group-1 .Publicaciones .views-field-field-categoria-cabecera,
.agenda-actividades .view-group-1 .publicaciones .views-field-title-1,
.agenda-actividades .view-group-1 .Publicaciones .views-field-title-1,
.agenda-actividades .view-group-1 .publicaciones .views-field-title,
.agenda-actividades .view-group-1 .Publicaciones .views-field-title {
  font-family: "Courier New", monospace;
}

/* line 825, overrides.less */
.agenda-actividades h3 {
  font-size: 14px;
  position: absolute;
}

/* line 829, overrides.less */
.agenda-actividades ul {
  padding-left: 0;
}

/* line 831, overrides.less */
.agenda-actividades ul li {
  clear: both;
  display: inline-block;
  list-style: none;
  width: 100%;
  margin-bottom: 1em;
}

/* line 838, overrides.less */
.agenda-actividades ul .Actividad,
.agenda-actividades ul .Exposicion {
  padding-bottom: 1em;
}

/* line 844, overrides.less */
.subhome-item>div {
  margin-bottom: 80px !important;
  border-bottom: 1px solid #333;
  border-width: thin;
  padding-bottom: 2em;
}

.subhome-item>div .subhome-item>div {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

.es-cine .subhome-item>div {
  border-bottom: 1px solid #fff;
}

.es-cine .subhome-item>div:last-child {
  border-bottom: 0;
}

/*.subhome-item:nth-child(3n){
   clear: right;
}*/
/* line 852, overrides.less */
.subhome-item:nth-child(3n) {
  clear: right;
}

/* line 855, overrides.less */
.subhome-item:nth-child(3n+4) {
  clear: left;
}

.col-md-3.subhome-item:nth-child(3n+4) {
  clear: none;
}

/* line 858, overrides.less */
.layout__region--content {
  /* border-bottom: 1px solid #000; */
  border-width: thin;
  padding-bottom: 50px;
  padding-top: 0px;
}

/* line 864, overrides.less */
.layout__region--content div {
  margin-bottom: 1em;
}

/* line 867, overrides.less */
.layout__region--content .field--type-image img {
  max-width: 100%;
  margin: 0 auto;
}

/* line 869, overrides.less */
.layout__region--content .field--type-daterange {
  /*     color: #000; */
  margin-top: 0px;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 874, overrides.less */
.layout__region--content .field--name-node-title,
.views-element-container .field--name-node-title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* line 880, overrides.less */
.layout__region--content .field--name-node-title a {
  color: #000;
}

/* line 885, overrides.less */
.layout__region--content .field--name-field-entradilla {
  color: #000;
}

/* line 888, overrides.less */
.layout__region--content .field--name-node-title,
.layout__region--content .field--name-field-entradilla,
.layout__region--content .field--name-field-fechas-txt-cabecera,
.layout__region--content .field--name-field-pie-media {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  -ms-hyphens: inherit;
  hyphens: inherit;
}

.layout__region--content .field--name-field-entradilla {
  font-size: 15px;
}

.layout__region--content .field--name-field-fechas-txt-cabecera+span {
  text-align: center;
}

/* line 900, overrides.less */
footer {
  background-color: #B4B3B5;
  /*margin-top: 0px !important;*/
}

/* line 903, overrides.less */
footer h2 {
  margin-bottom: 28px;
}

/* line 905, overrides.less */
footer .pie>.field p {
  margin-bottom: 28px;
}


/* line 907, overrides.less */
footer .pie .menu--footer.nav li {
  padding-bottom: 0.5em;
}

/* line 912, overrides.less */
footer * {
  color: #000;
  font-size: 15px;
}

.page-node-type-publicaciones .field--name-field-contenido-relacionado {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}

/* line 924, overrides.less */
.page-node-type-publicaciones .field--name-field-actividades-asociadas .field--label,
.page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--label,
.page-node-type-publicaciones .field--name-field-pub-asoc .field--label,
.page-node-type-publicaciones .field--name-field-contenido-relacionado .field--label {
  border-top: 1px solid #000;
  border-width: thin;
  color: #D00103;
  font-size: 28px;
  /*2em*/
  margin-top: 1.5em;
  padding: 4em 0 5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@media only screen and (max-device-width: 480px) {

  /* line 935, overrides.less */
  .page-node-type-publicaciones .field--name-field-actividades-asociadas .field--label .field--label,
  .page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--label .field--label,
  .page-node-type-publicaciones .field--name-field-pub-asoc .field--label .field--label,
  .page-node-type-publicaciones .field--name-field-contenido-relacionado .field--label .field--label {
    padding: 1em 0 2em;
  }
}

@media only screen and (max-device-width: 768px) {

  /* line 941, overrides.less */
  .page-node-type-publicaciones .field--name-field-actividades-asociadas .field--label .field--label,
  .page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--label .field--label,
  .page-node-type-publicaciones .field--name-field-pub-asoc .field--label .field--label,
  .page-node-type-publicaciones .field--name-field-contenido-relacionado .field--label .field--label {
    padding: 2em 0 3em;
  }
}

/* line 946, overrides.less */
.page-node-type-publicaciones .field--name-field-actividades-asociadas .field--items,
.page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--items,
.page-node-type-publicaciones .field--name-field-pub-asoc .field--items,
.page-node-type-publicaciones .field--name-field-contenido-relacionado .field--items {
  display: inline-block;
  width: 100%;
}

/* line 949, overrides.less */
.page-node-type-publicaciones .field--name-field-actividades-asociadas .field--items .field--item .contextual-region,
.page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--items .field--item .contextual-region,
.page-node-type-publicaciones .field--name-field-pub-asoc .field--items .field--item .contextual-region,
.page-node-type-publicaciones .field--name-field-contenido-relacionado .field--items .field--item .contextual-region {
  width: 33.3333333333%;
  padding: 0 25px;
  float: left;
}

@media only screen and (max-device-width: 480px) {

  /* line 956, overrides.less */
  .page-node-type-publicaciones .field--name-field-actividades-asociadas .field--items .field--item .field--label,
  .page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--items .field--item .field--label,
  .page-node-type-publicaciones .field--name-field-pub-asoc .field--items .field--item .field--label,
  .page-node-type-publicaciones .field--name-field-contenido-relacionado .field--items .field--item .field--label {
    padding: 1em 0 2em;
  }

  /* line 959, overrides.less */
  .page-node-type-publicaciones .field--name-field-actividades-asociadas .field--items .field--item .contextual-region,
  .page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--items .field--item .contextual-region,
  .page-node-type-publicaciones .field--name-field-pub-asoc .field--items .field--item .contextual-region,
  .page-node-type-publicaciones .field--name-field-contenido-relacionado .field--items .field--item .contextual-region {
    width: 100%;
  }
}

@media only screen and (max-device-width: 768px) {

  /* line 966, overrides.less */
  .page-node-type-publicaciones .field--name-field-actividades-asociadas .field--items .field--item .field--label,
  .page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--items .field--item .field--label,
  .page-node-type-publicaciones .field--name-field-pub-asoc .field--items .field--item .field--label,
  .page-node-type-publicaciones .field--name-field-contenido-relacionado .field--items .field--item .field--label {
    padding: 2em 0 3em;
  }

  /* line 969, overrides.less */
  .page-node-type-publicaciones .field--name-field-actividades-asociadas .field--items .field--item .contextual-region,
  .page-node-type-publicaciones .field--name-field-actividades-asoc-ciclo .field--items .field--item .contextual-region,
  .page-node-type-publicaciones .field--name-field-pub-asoc .field--items .field--item .contextual-region,
  .page-node-type-publicaciones .field--name-field-contenido-relacionado .field--items .field--item .contextual-region {
    width: 50%;
    padding: 0 12px;
  }
}

/* line 977, overrides.less */
.page-node-type-publicaciones .group-header {
  margin-bottom: 125px;
}

/* line 979, overrides.less */
.page-node-type-publicaciones .group-header .field--name-title-text,
.page-node-type-publicaciones .group-header .field--name-field-subtitulo {
  width: 90% !important;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2em;
}


/* line 986, overrides.less */
.page-node-type-publicaciones .group-header .field--name-field-subtitulo {
  margin-bottom: 45px;
}

/* line 990, overrides.less */
.page-node-type-publicaciones .group-header .field--name-field-fechas {
  text-transform: uppercase;
}

/* line 996, overrides.less */
.page-node-type-publicaciones .group-header * {
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 1001, overrides.less */
.page-node-type-publicaciones .group-header .field--type-daterange {
  font-size: 28px;
  margin: 0;
}

/* line 1006, overrides.less */
.page-node-type-publicaciones .group-header .img-responsive {
  margin: 55px auto 20px auto;
}

/* line 1012, overrides.less */
.page-node-type-publicaciones .group-middle p {
  margin-bottom: 34px;
}

.page-node-type-publicaciones .group-middle .field--label {
  font-weight: 400;
  padding-bottom: 0 !important
}

.page-node-type-publicaciones .group-middle .field--item h2 {
  margin-top: 0;
}

/* line 1022, overrides.less */
.page-node-type-publicaciones .group-middle .field--name-field-dirigido-persona {
  width: 100%;
  display: inline-block;
  margin: 1em 0;
}

/* line 1029, overrides.less */
.page-node-type-publicaciones .group-middle .personas .field--name-field-persona-nombre,
.page-node-type-publicaciones .group-middle .personas .field--name-field-apellidos {
  display: inline-block;
  float: left;
}

/* line 1036, overrides.less */
.page-node-type-publicaciones .group-middle .field--name-field-apellidos {
  margin-left: 0.4em;
  clear: none !important;
}

/* line 1042, overrides.less */
.page-node-type-publicaciones .group-middle .field--name-field-artistas .field--items h2 {
  height: 0px;
  display: none;
}

/* line 1047, overrides.less */
.page-node-type-publicaciones .group-middle .field--name-field-artistas .field--items>.field--item {
  display: inline-block;
}

.es-cine .group-footer .field--name-field-actividades-asoc-ciclo .Actividad h2 a {
  text-transform: uppercase;
}

/* line 1054, overrides.less */
.page-node-type-publicaciones .group-right .layout__region--content {
  border: none;
}

/* line 1057, overrides.less */
.page-node-type-publicaciones .group-right .field--label-above {
  margin-bottom: 2em;
}

/* line 1059, overrides.less */
.page-node-type-publicaciones .group-right .field--label-above ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 1063, overrides.less */
.page-node-type-publicaciones .group-right .field--label-above .field--label {
  font-size: 18px;
  color: #333333;
  text-align: left;
  padding-top: 0 !important;
  text-transform: uppercase;
  margin: 0 6px 0 0;
  float: left;
}

.page-node-type-publicaciones .group-right .field--label-above .field--label:after {
  content: ": "
}

.page-node-type-publicaciones .group-right .field--label-above.field--name-field-compra *,
.page-node-type-publicaciones .group-right .field--label-above.field--name-field-venta-precio *,
.page-node-type-publicaciones .group-right .field--name-field-descarga-publicacion *,
.page-node-type-publicaciones .group-right .field--name-field-online * {
  font-weight: bold !important;
}

.page-node-type-publicaciones .group-right .field--name-field-descarga-publicacion .field--label,
.page-node-type-publicaciones .group-right .field--name-field-online .field--label {
  float: none;
}

.page-node-type-publicaciones .group-right .field--label-above .field--items {
  display: inline-block;
  width: auto;
}

.page-node-type-publicaciones .group-right .field--name-field-autor .field--items {
  width: 100%;
}

.page-node-type-publicaciones .group-right .field--name-field-autor .field--items .personas {
  clear: both;
  width: auto;
  float: left;
}

.page-node-type-publicaciones .group-right .field--name-field-autor .field--items .personas .field--name-field-persona-nombre {
  float: left;
}

.page-node-type-publicaciones .group-right .field--name-field-autor .field--items .personas .field--name-field-apellidos {
  float: left;
  margin-left: 5px;
}

/* line 1073, overrides.less */
.page-node-type-publicaciones .group-right .field--label-above .field--item article {
  border-bottom: 1px solid #000;
  border-width: thin;
  margin-bottom: 20px;
}

/* line 1078, overrides.less */
.page-node-type-publicaciones .group-right .field--label-above .field--item .content {
  margin-bottom: 60px;
  width: 100%;
}

/* line 1081, overrides.less */
.page-node-type-publicaciones .group-right .field--label-above .field--item .content .field--name-field-subtitulo {
  margin: 40px 0;
  text-align: center;
}

/* line 1086, overrides.less */
.page-node-type-publicaciones .group-right .field--label-above .field--item .content .img-responsive {
  margin-bottom: 25px;
  width: 100%;
}

/* line 1094, overrides.less */
.page-node-type-publicaciones .group-right .field--name-field-subtitulo {
  font-size: 22px;
}

/* line 1098, overrides.less */
.page-node-type-publicaciones .group-right .field--name-field-pub-asoc {
  font-family: "Courier New", monospace;
}

@media (min-width: 768px) {

  /* line 1103, overrides.less */
  .page-node-type-publicaciones .group-middle {
    width: 58.33333333% !important;
  }

  /* line 1106, overrides.less */
  .page-node-type-publicaciones .group-right {
    margin-left: 8.33333333%;
    width: 33.33333333%;
  }
}

@media (max-width: 767px) {

  /* line 1112, overrides.less */
  .page-node-type-publicaciones .group-middle {
    width: 100% !important;
  }

  /* line 1115, overrides.less */
  .page-node-type-publicaciones .group-right {
    margin-left: 0;
    width: 100%;
  }
}

.page-node-type-actividades .group-header .field--label,
.page-node-type-actividades .group-header .field--name-field-categoria-cabecera {
  text-transform: uppercase;
  margin: 0 auto 1em;
}

/* line 1127, overrides.less */
.field--name-field-actividades-asociadas .field--label,
.page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--label,
.page-node-type-actividades .field--name-field-pub-asoc .field--label,
.page-node-type-actividades .field--name-field-contenido-relacionado .field--label,
.page-node-type-convocatoria .field--name-field-noticias-relacionadas .field--label,
.page-node-type-noticias .field--name-field-actividades-asociadas .field--label,
.page-node-type-noticias .field--name-field-publicaciones-asociadas .field--label {
  border-top: 1px solid #000;
  border-width: thin;
  color: #D00103;
  font-size: 28px
    /*2em*/
  ;
  margin-top: 1.5em;
  padding: 4em 0 5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.path-prensa .subhome-item .noticia .field--name-field-imagen-principal .img-responsive {
  margin-bottom: 1em;
}

.es-cine.page-node-type-actividades .field--name-field-contenido-relacionado .field--label,
.es-cine.page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--label {
  border-top: 1px solid #fff !important;
}

.page-node-type-actividades .field--name-field-actividades-asociadas .field--label {
  font-weight: 400;
}

.page-node-type-convocatoria .field--name-field-noticias-relacionadas .field--label,
.page-node-type-noticias .field--name-field-actividades-asociadas .field--label,
.field--name-field-publicaciones-asociadas .field--label {
  float: none;
}

@media only screen and (max-device-width: 480px) {

  /* line 1138, overrides.less */
  .page-node-type-actividades .field--name-field-actividades-asociadas .field--label .field--label,
  .page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--label .field--label,
  .page-node-type-actividades .field--name-field-pub-asoc .field--label .field--label,
  .page-node-type-actividades .field--name-field-contenido-relacionado .field--label .field--label,
  .page-node-type-convocatoria .field--name-field-noticias-relacionadas .field--label .field--label,
  .page-node-type-noticias .field--name-field-actividades-asociadas .field--label .field--label,
  .page-node-type-noticias .field--name-field-publicaciones-asociadas .field--label {
    padding: 1em 0 2em;
  }
}

@media only screen and (max-device-width: 768px) {

  /* line 1144, overrides.less */
  .page-node-type-actividades .field--name-field-actividades-asociadas .field--label .field--label,
  .page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--label .field--label,
  .page-node-type-actividades .field--name-field-pub-asoc .field--label .field--label,
  .page-node-type-actividades .field--name-field-contenido-relacionado .field--label .field--label,
  .page-node-type-convocatoria .field--name-field-noticias-relacionadas,
  .page-node-type-noticias .field--name-field-actividades-asociadas .field--label .field--label,
  .page-node-type-noticias .field--name-field-publicaciones-asociadas .field--label .field--label {
    padding: 2em 0 3em;
  }
}

/* line 1149, overrides.less */
.page-node-type-actividades .field--name-field-actividades-asociadas .field--items,
.page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--items,
.page-node-type-actividades .field--name-field-pub-asoc .field--items,
.page-node-type-actividades .field--name-field-contenido-relacionado .field--items,
.page-node-type-noticias .field--name-field-actividades-asociadas .field--items,
.page-node-type-noticias .field--name-field-actividades-asociadas .field--items,
.page-node-type-noticias .group-middle .field--name-field-publicaciones-asociadas .field--items {
  display: inline-block;
}

/* line 1152, overrides.less */
.page-node-type-actividades .field--name-field-actividades-asociadas .field--items .field--item .contextual-region,
.page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--items .field--item .contextual-region,
.page-node-type-actividades .field--name-field-pub-asoc .field--items .field--item .contextual-region,
.page-node-type-actividades .field--name-field-contenido-relacionado .field--items .field--item .contextual-region {
  width: 33.3333333333%;
  padding: 0 25px;
  float: left;
}

@media only screen and (max-device-width: 480px) {

  /* line 1159, overrides.less */
  .page-node-type-actividades .field--name-field-actividades-asociadas .field--items .field--item .field--label,
  .page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--items .field--item .field--label,
  .page-node-type-actividades .field--name-field-pub-asoc .field--items .field--item .field--label,
  .page-node-type-actividades .field--name-field-contenido-relacionado .field--items .field--item .field--label {
    padding: 1em 0 2em;
  }

  /* line 1162, overrides.less */
  .page-node-type-actividades .field--name-field-actividades-asociadas .field--items .field--item .contextual-region,
  .page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--items .field--item .contextual-region,
  .page-node-type-actividades .field--name-field-pub-asoc .field--items .field--item .contextual-region,
  .page-node-type-actividades .field--name-field-contenido-relacionado .field--items .field--item .contextual-region {
    width: 100%;
  }
}

@media only screen and (max-device-width: 768px) {

  /* line 1169, overrides.less */
  .page-node-type-actividades .field--name-field-actividades-asociadas .field--items .field--item .field--label,
  .page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--items .field--item .field--label,
  .page-node-type-actividades .field--name-field-pub-asoc .field--items .field--item .field--label,
  .page-node-type-actividades .field--name-field-contenido-relacionado .field--items .field--item .field--label {
    padding: 2em 0 3em;
  }

  /* line 1172, overrides.less */
  .page-node-type-actividades .field--name-field-actividades-asociadas .field--items .field--item .contextual-region,
  .page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--items .field--item .contextual-region,
  .page-node-type-actividades .field--name-field-pub-asoc .field--items .field--item .contextual-region,
  .page-node-type-actividades .field--name-field-contenido-relacionado .field--items .field--item .contextual-region {
    width: 50%;
    padding: 0 12px;
  }
}

/* line 1180, overrides.less */
.page-node-type-actividades .group-header {
  margin-bottom: 125px;
}

/* line 1182, overrides.less */
.page-node-type-actividades .group-header .field--name-title-text,
.page-node-type-actividades .group-header .field--name-field-subtitulo,
.page-node-type-actividades .group-header .bloque-title-ciclo p.title-ciclo {
  width: 90% !important;
  font-size: 40px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-node-type-actividades .group-header .field--name-field-subtitulo {
    font-size: 18px;
  }

  .page-node-type-actividades .group-header .bloque-title-ciclo p.title-ciclo {
    margin-top: 20px;
    font-size: 18px;
  }
}

/* line 1189, overrides.less */
.page-node-type-actividades .group-header .field--name-field-subtitulo {
  margin-bottom: 45px;
}

/* line 1193, overrides.less */
.page-node-type-actividades .group-header .field--name-field-fechas {
  text-transform: uppercase;
}

/* line 1199, overrides.less */
.page-node-type-actividades .group-header * {
  text-align: center;
  margin: 0 auto;
}

/* line 1204, overrides.less */
.page-node-type-actividades .group-header .field--type-daterange {
  font-size: 28px;
  margin: 0 0 55px;
}

/* line 1209, overrides.less */
.page-node-type-actividades .group-header .img-responsive {
  margin: 60px auto 1em;
  max-width: 75%;
}

/* line 1215, overrides.less */
.page-node-type-actividades .group-middle p {
  margin-bottom: 34px;
}

/* line 1225, overrides.less */
.page-node-type-actividades .group-middle .field--name-field-dirigido-persona {
  width: 100%;
  display: inline-block;
  margin: 1em 0;
}





/* line 1232, overrides.less */
.page-node-type-actividades .group-middle .personas .field--name-field-persona-nombre,
.page-node-type-actividades .group-middle .personas .field--name-field-apellidos {
  display: inline-block;
  float: left;
  clear: none;
}

/* line 1239, overrides.less */
.page-node-type-actividades .group-middle .field--name-field-apellidos {
  margin-left: 0.4em;
}

/* line 1244, overrides.less */
.page-node-type-actividades .group-middle .field--name-field-artistas .field--items h2 {
  height: 0px;
  display: none;
}

/* line 1249, overrides.less */
.page-node-type-actividades .group-middle .field--name-field-artistas .field--items>.field--item {
  clear: both;
}

/* line 1257, overrides.less */
.page-node-type-actividades .group-right .layout__region--content {
  border: none;
}

/* line 1260, overrides.less */
.page-node-type-actividades .group-right .field--label-above {
  margin-bottom: 2em;
}

/* line 1262, overrides.less */
.page-node-type-actividades .group-right .field--label-above ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 1266, overrides.less */
.page-node-type-actividades .group-right .field--label {
  font-size: 18px;
  font-weight: 100;
  color: #d0021b;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 1276, overrides.less */
.page-node-type-actividades .group-right .field--label-above .field--item article {
  border-bottom: 1px solid #000;
  border-width: thin;
  margin-bottom: 70px;
}

/* line 1281, overrides.less */
.page-node-type-actividades .group-right .field--label-above .field--item .content {
  margin-bottom: 60px;
}

/* line 1284, overrides.less */
.page-node-type-actividades .group-right .field--label-above .field--item .content .field--name-field-subtitulo {
  margin: 40px 0;
  text-align: center;
}

/* line 1289, overrides.less */
.page-node-type-actividades .group-right .field--label-above .field--item .content .img-responsive {
  margin-bottom: 25px;
  width: 100%;
}

/* line 1297, overrides.less */
.page-node-type-actividades .group-right .field--name-field-subtitulo {
  font-size: 22px;
}

/* line 1301, overrides.less */
.page-node-type-actividades .group-right .field--name-field-pub-asoc {
  font-family: "Courier New", monospace;
}

@media (min-width: 768px) {

  /* line 1306, overrides.less */
  .page-node-type-actividades .group-middle {
    width: 58.33333333% !important;
  }

  /* line 1309, overrides.less */
  .page-node-type-actividades .group-right {
    margin-left: 8.33333333%;
    width: 33.33333333%;
  }
}

@media (max-width: 767px) {

  /* line 1315, overrides.less */
  .page-node-type-actividades .group-middle {
    width: 100% !important;
  }

  /* line 1318, overrides.less */
  .page-node-type-actividades .group-right {
    margin-left: 0;
    width: 100%;
  }
}

/* line 1324, overrides.less */
.field--name-field-dirigido-persona,
.field--name-field-comisariado {
  margin-bottom: 1em;
  display: block;
  clear: both;
}

/* line 1328, overrides.less */
.field--name-field-dirigido-persona .field--label,
.field--name-field-comisariado .field--label {
  float: none;
}

.field--name-field-dirigido-persona .field--label,
.field--name-field-comisariado .field--label {
  padding-bottom: 0 !important;
  /*     display: inline-block;
float: left;
width: auto; */
  padding-top: 0 !important;
  margin-right: 5px;
}

.field--name-field-dirigido-persona .field--items,
.field--name-field-comisariado .field--items {
  display: inline-block;
  width: auto;
}

.field--name-field-dirigido-persona .field--items .field--item article,
.field--name-field-comisariado .field--items .field--item article {
  margin-right: 10px;
}

.field--name-field-dirigido-persona .field--items .field--item article h2,
.field--name-field-comisariado .field--items .field--item article h2 {
  display: none;
}

/* line 1333, overrides.less */
.node--type-instituciones,
.field--name-field-instituciones-coproduce,
.field--name-field-instituciones-coorganiza,
.field--name-field-instituciones-colaboradora,
.field--name-field-instituciones-apoyo,
.field--name-field-instituciones-patrocinador,
.field--name-field-pie-galeria,
.field--name-field-artistas {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-top: 1em;
}

.group-middle .field--name-field-pie-galeria {
  margin-top: 0 !important;
  margin-bottom: 3em;
}

/* line 1346, overrides.less */
.node--type-instituciones .field--label,
.field--name-field-instituciones-coproduce .field--label,
.field--name-field-instituciones-coorganiza .field--label,
.field--name-field-instituciones-colaboradora .field--label,
.field--name-field-instituciones-apoyo .field--label,
.field--name-field-instituciones-patrocinador .field--label,
.field--name-field-pie-galeria .field--label,
.field--name-field-artistas .field--label,
.field--name-field-coordinado .field--label {
  font-size: 18px;
  text-transform: uppercase;
  padding: 90px 0 20px;
}

/* line 1351, overrides.less */
.node--type-instituciones .field--item,
/*.field--name-field-instituciones-coproduce .field--item,
.field--name-field-instituciones-coorganiza .field--item,
.field--name-field-instituciones-colaboradora .field--item,
.field--name-field-instituciones-apoyo .field--item,
.field--name-field-instituciones-patrocinador .field--item,*/
.field--name-field-pie-galeria .field--item {
  float: left;
}

/* line 1353, overrides.less */
.node--type-instituciones .field--item .bs-region--main.col-sm-12,
.field--name-field-instituciones-coproduce .field--item .bs-region--main.col-sm-12,
.field--name-field-instituciones-coorganiza .field--item .bs-region--main.col-sm-12,
.field--name-field-instituciones-colaboradora .field--item .bs-region--main.col-sm-12,
.field--name-field-instituciones-apoyo .field--item .bs-region--main.col-sm-12,
.field--name-field-instituciones-patrocinador .field--item .bs-region--main.col-sm-12,
.field--name-field-pie-galeria .field--item .bs-region--main.col-sm-12,
.field--name-field-artistas .field--item .bs-region--main.col-sm-12 {
  padding: 4em;
  padding-left: 15px;
  padding-top: 0;
}

/* line 1357, overrides.less */
.node--type-instituciones .field--item .bs-region--main.col-sm-12 h4,
.field--name-field-instituciones-coproduce .field--item .bs-region--main.col-sm-12 h4,
.field--name-field-instituciones-coorganiza .field--item .bs-region--main.col-sm-12 h4,
.field--name-field-instituciones-colaboradora .field--item .bs-region--main.col-sm-12 h4,
.field--name-field-instituciones-apoyo .field--item .bs-region--main.col-sm-12 h4,
.field--name-field-instituciones-patrocinador .field--item .bs-region--main.col-sm-12 h4,
.field--name-field-pie-galeria .field--item .bs-region--main.col-sm-12 h4,
.field--name-field-artistas .field--item .bs-region--main.col-sm-12 h4 {
  text-align: center;
}

.group-right .field--name-field-instituciones-coorganiza .field--item .bs-region--main.col-sm-12 h4 {
  text-align: left;
  margin: 0;
}

.group-right .field--name-field-instituciones-coorganiza .field--item .bs-region--main.col-sm-12 {
  padding: 0 0 0 1em;
}


/* line 1358, overrides.less */
.node--type-instituciones .field--item .bs-region--main.col-sm-12 .field--type-image,
.field--name-field-instituciones-coproduce .field--item .bs-region--main.col-sm-12 .field--type-image,
.field--name-field-instituciones-coorganiza .field--item .bs-region--main.col-sm-12 .field--type-image,
.field--name-field-instituciones-colaboradora .field--item .bs-region--main.col-sm-12 .field--type-image,
.field--name-field-instituciones-apoyo .field--item .bs-region--main.col-sm-12 .field--type-image,
.field--name-field-instituciones-patrocinador .field--item .bs-region--main.col-sm-12 .field--type-image,
.field--name-field-pie-galeria .field--item .bs-region--main.col-sm-12 .field--type-image,
.field--name-field-artistas .field--item .bs-region--main.col-sm-12 .field--type-image {
  max-width: 129px;
  margin: 0 auto;
}

/* line 1361, overrides.less */
.node--type-instituciones .field--item .bs-region--main.col-sm-12 .field--type-image :before,
.field--name-field-instituciones-coproduce .field--item .bs-region--main.col-sm-12 .field--type-image :before,
.field--name-field-instituciones-coorganiza .field--item .bs-region--main.col-sm-12 .field--type-image :before,
.field--name-field-instituciones-colaboradora .field--item .bs-region--main.col-sm-12 .field--type-image :before,
.field--name-field-instituciones-apoyo .field--item .bs-region--main.col-sm-12 .field--type-image :before,
.field--name-field-instituciones-patrocinador .field--item .bs-region--main.col-sm-12 .field--type-image :before,
.field--name-field-pie-galeria .field--item .bs-region--main.col-sm-12 .field--type-image :before,
.field--name-field-artistas .field--item .bs-region--main.col-sm-12 .field--type-image :before {
  content: '';
  width: 0;
  height: 100%;
}

/* line 1366, overrides.less */
.node--type-instituciones .field--item .bs-region--main.col-sm-12 .field--type-image .field--item,
.field--name-field-instituciones-coproduce .field--item .bs-region--main.col-sm-12 .field--type-image .field--item,
.field--name-field-instituciones-coorganiza .field--item .bs-region--main.col-sm-12 .field--type-image .field--item,
.field--name-field-instituciones-colaboradora .field--item .bs-region--main.col-sm-12 .field--type-image .field--item,
.field--name-field-instituciones-apoyo .field--item .bs-region--main.col-sm-12 .field--type-image .field--item,
.field--name-field-instituciones-patrocinador .field--item .bs-region--main.col-sm-12 .field--type-image .field--item,
.field--name-field-pie-galeria .field--item .bs-region--main.col-sm-12 .field--type-image .field--item,
.field--name-field-artistas .field--item .bs-region--main.col-sm-12 .field--type-image .field--item {
  width: 129px;
  min-height: 129px;
  display: flex;
  align-items: center;
}

.col-sm-12 .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1379, overrides.less */
.group-middle .field {
  clear: both;
}

/* line 1381, overrides.less */
.group-middle .field .field--label {
  font-size: 18px;
  /* text-transform: uppercase; */
  padding: 70px 0 20px;
}

.group-middle .field .buttons-container {
  padding-top: 20px !important;
}

.es-cine.user-logged-in li.active a {
  color: #000;
}

.es-cine .group-middle .field .field--label {
  padding-top: 0px;
}


/* line 1388, overrides.less */
.group-middle .field .field--item .bs-region--main.col-sm-12 {
  padding: 4em;
  padding-left: 15px;
  padding-top: 0;
}

/* line 1392, overrides.less */
.group-middle .field .field--item .bs-region--main.col-sm-12 h4 {
  text-align: center;
}

/* line 1393, overrides.less */
.group-middle .field .field--item .bs-region--main.col-sm-12 .field--type-image {
  max-width: 129px;
  margin: 0 auto;
}

/* line 1396, overrides.less */
.group-middle .field .field--item .bs-region--main.col-sm-12 .field--type-image :before {
  content: '';
  width: 0;
  height: 100%;
}

/* line 1401, overrides.less */
.group-middle .field .field--item .bs-region--main.col-sm-12 .field--type-image .field--item {
  width: 129px;
  min-height: 129px;
  display: flex;
  align-items: center;
}

/* .layout--twocol-bricks > .layout__region--first-above,
.layout--twocol-bricks > .layout__region--second-above,
.layout--twocol-bricks > .layout__region--first-below,
.layout--twocol-bricks > .layout__region--second-below{
    align-self: end;
} */
/* line 1423, overrides.less */
.path-publicaciones .main-container *,
.Publicacion,
.publicacion {
  font-family: "Courier New", monospace;
}

.path-publicaciones .main-container .block-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #D00103;
  text-transform: uppercase;
}

/* line 1430, overrides.less */
.slick,
.slick-wrapper {
  margin-top: 38px;
}

.slick__arrow {
  top: -2%;
  right: 0;
  width: 80px;
  left: unset;
}

.slick img,
.slick iframe {
  border: 0;
  max-width: 100%;
  min-width: 100%;
}

/* line 1435, overrides.less */
.slick-dots {
  display: none !important;
}

/* line 1438, overrides.less */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  margin-top: -10px;
  padding-bottom: 0;
  border: none;
  outline: none;
}

/* line 1456, overrides.less */
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent;
}

/* line 1460, overrides.less */
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background-color: transparent;
}

/* line 1464, overrides.less */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.10;
}

/* line 1470, overrides.less */
.slick__arrow .slick-prev,
.slick__arrow .slick-next {
  color: inherit !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 16px;
  font-family: 'iconos-ca2m' !important;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1480, overrides.less */
.slick-prev {
  left: 0px;
}

/* line 1484, overrides.less */
.slick-prev:before {
  content: "\e901";
}

/* line 1488, overrides.less */
.slick-next {
  right: 0px;
}

/* line 1492, overrides.less */
.slick-next:before {
  content: "\e900";
}

.slick .pagingInfo {
  width: auto;
  display: inline-block;
  float: left;
  position: absolute;
  top: -38px;
  font-size: 15px;
}

.slick .pagingInf .galery-num-separador {
  margin: 0 1em;
}

.slide__caption {
  padding: 24px 0 0;
}

.slide__description *,
p.slide__description {
  margin-bottom: 0 !important;
}

/* line 1501, overrides.less */
.addtoany_list {
  margin: 2em 0;
  clear: both;
  float: left;
}

.slick .field--name-field-pie-galeria {
  margin-top: 0 !important;
}

/* line 1506, overrides.less */
[class*="a2a_button_"] {
  margin-right: 0.5em;
}

a[class*="a2a_button_"]:hover {
  text-decoration: none;
}

.a2a_button_facebook img,
.a2a_button_twitter img,
.a2a_button_mail img {
  visibility: hidden;
}

.a2a_button_facebook:before {
  visibility: visible;
  display: inline-block;
  width: 25px;
  font-family: 'iconos-ca2m';
  content: '\e905';
  font-size: 34px;
  color: #000;
}

.a2a_button_twitter:before {
    visibility: visible;
    display: inline-block;
    width: 25px;
    font-family: "font-icon-ca2m";
    content: '\e900';
    font-size: 34px;
    color: #000;
}

.a2a_button_email:before {
  visibility: visible;
  display: inline-block;
  width: 25px;
  font-family: 'iconos-ca2m';
  content: '\e906';
  font-size: 34px;
  color: #000;
}

/* line 1513, overrides.less */
.Familias,
.Jovenes {
  font-family: "Times New Roman", Georgia, Times, serif;
}

/* line 1519, overrides.less */
/* .field--name-field-artistas .field--items>.field--item {
    width: 50%;
}
 */
/* line 1526, overrides.less */
.more-link.form-group {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 2em auto 6em;
}

/* line 1530, overrides.less */
.more-link.form-group a {
  width: auto;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 1em 2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}

/* line 1540, overrides.less */
.field--name-field-audiovisuales {
  margin-bottom: 3em;
  display: grid;
}

/* line 1544, overrides.less */
.video-embed-field-lazy-play {
  background: url(../images/play.svg) no-repeat;
  position: relative;
}

#views-exposed-form-agenda-detalle-block-1 #chckbx_today {
  display: none;
}

#views-exposed-form-agenda-detalle-block-1 label[for="chckbx_today"] {
  top: 0em;
  position: relative;
  cursor: pointer;
}

#views-exposed-form-agenda-detalle-block-1 .form-item-field-fecha-del-evento-occurrences {
  position: relative;
  top: -1px;
  cursor: pointer;
}

#views-exposed-form-agenda-detalle-block-1 .form-item-calendario {
  position: relative;
  top: -7px;

}

#views-exposed-form-agenda-detalle-block-1 .form-item-calendario label:before {
  content: '';
  width: 24px;
  height: 20px;
  background: url(../images/ico-calendario.png);
  display: inline-block;
  padding-right: 2.5em;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
}

#views-exposed-form-agenda-detalle-block-1 label {
  cursor: pointer;
  margin-left: 4.5em;
}

/* Categoria cine */
.es-cine {
  background: #000;
  padding: 1em;
}

body.es-cine {
  padding: 0;
}

.es-cine .breadcrumb *,
.es-cine .breadcrumb>li+li:before {
  color: #fff;
}

.tipo-cabecera-17 {
  background: #000;
  padding: 1em;
}

.es-cine #block-calendar-container .fc-state-highlight .fc-day-number {
  color: #000;
}

.es-cine .main-container,
.tipo-cabecera-17 {
  color: #fff;
}

.es-cine .main-container a,
.es-cine .subhome-item a:hover,
.tipo-cabecera-17 p,
.tipo-cabecera-17 a,
.subhome-item .tipo-cabecera-17 a,
.subhome-item .tipo-cabecera-17 a:hover {
  color: #fff !important;
}

.es-cine #block-calendar-container .fc-icon-left-single-arrow:after,
.es-cine #block-calendar-container .fc-icon-right-single-arrow:after {
  color: #fff;
  font-family: "iconos-ca2m";
}

#block-calendar-container .fc-icon-left-single-arrow:after {
  font-family: "iconos-ca2m";
  content: '\e901';
  font-size: 15px;
}

#block-calendar-container .fc-icon-right-single-arrow:after {
  font-family: "iconos-ca2m";
  content: '\e900';
  font-size: 15px;
}

.tipo-cabecera-17 .navbar * {
  background: #fff;
}

.nodo-es-cine {
  background: #000;
  color: #fff;
}

.nodo-es-cine .group-header h2 {
  margin: 1em 0;
}

.nodo-es-cine .breadcrumb *,
.nodo-es-cine .breadcrumb>li+li:before {
  color: #fff;
}

.nodo-es-cine .region-content a {
  text-decoration: underline;
  color: #fff;
}

.nodo-es-cine .group-right .field--label-above .field--label {
  font-size: 18px;
}

.nodo-es-cine .group-middle .field .field--label,
.nodo-es-cine .group-middle .field--name-field-dirigido-persona {
  padding-top: 0;
  margin-top: 0;
}

/* filtros cabecdera */
.navbar-header #search-block-form input.form-search.form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  border-width: thin;
  box-shadow: none;
}

.navbar-header #search-block-form input:-internal-autofill-selected.form-search.form-control {
  background: transparent;
}

.navbar-header form#views-exposed-form-pensamientos-block-pensamientos-actuales .form--inline,
.navbar-header form#views-exposed-form-actividades-block-actividades-actuales .form--inline,
.navbar-header form#views-exposed-form-comunidad-educativa-block-com-edu-actuales .form--inline {
  margin: 0 auto;
  width: auto;
  display: table;
  padding: 2em 2.7em 1em;
}

.navbar-header form#views-exposed-form-pensamientos-block-pensamientos-actuales .form--inline>div,
.navbar-header form#views-exposed-form-comunidad-educativa-block-com-edu-actuales .form--inline>div {
  display: inline-block;
}

.navbar-header form#views-exposed-form-pensamientos-block-pensamientos-actuales .form--inline>div+div,
.navbar-header form#views-exposed-form-comunidad-educativa-block-com-edu-actuales .form--inline>div+div {
  margin-left: 1em;
}

.navbar-header form#views-exposed-form-pensamientos-block-pensamientos-actuales .form--inline #edit-temas-id .form-item,
.navbar-header form#views-exposed-form-comunidad-educativa-block-com-edu-actuales .form--inline #edit-temas-id .form-item,
#views-exposed-form-actividades-block-actividades-actuales .form-inline .radio {
  padding: 0 1em;
}

.navbar-header form#views-exposed-form-pensamientos-block-pensamientos-actuales .form--inline #edit-temas-id .form-item .control-label input,
.navbar-header form#views-exposed-form-comunidad-educativa-block-com-edu-actuales .form--inline #edit-temas-id .form-item .control-label input,
#views-exposed-form-actividades-block-actividades-actuales .form-inline .radio input {
  /* visibility: hidden; */
  margin-right: 0.5em;
  -webkit-appearance: none;
  appearance: none;
}

.navbar-header form#views-exposed-form-pensamientos-block-pensamientos-actuales .form--inline #edit-temas-id .form-item .control-label input:before,
.navbar-header form#views-exposed-form-comunidad-educativa-block-com-edu-actuales .form--inline #edit-temas-id .form-item .control-label input:before,
#views-exposed-form-actividades-block-actividades-actuales .form-inline .radio input[type="radio"]:before {
  content: "";
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  visibility: visible;
  border-radius: 8px;
  margin-left: -0.8em;
  position: relative;
  top: 2px;
}

.navbar-header form#views-exposed-form-pensamientos-block-pensamientos-actuales .form--inline #edit-temas-id .form-item .control-label input.activo:before,
.navbar-header form#views-exposed-form-comunidad-educativa-block-com-edu-actuales .form--inline #edit-temas-id .form-item .control-label input.activo:before,
#views-exposed-form-actividades-block-actividades-actuales .form-inline .radio input[type="radio"]:checked:before {
  box-shadow: 0px 0px 0 1px black;
  box-sizing: border-box;
  background: black;
  /* border: 2px solid #ceebe1; */
}

@media only screen and (max-device-width: 480px) {

  .navbar-header #search-block-form input.form-search.form-control {
    min-width: 100%;
  }

  .navbar-header #search-block-form .input-group {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 2em;
  }

  .navbar-header #search-block-form .input-group .form-search.form-control {
    margin-bottom: 1em
  }

  .path-buscador .region-header .block-open-readspeaker {
    top: 8em;
  }

  .tooltip {
    display: none !important;
  }

  .region-navigation {
    width: 100%;
    padding-right: 4em;
  }

  .region-navigation+.navbar-toggle {
    position: absolute;
    top: 0;
    margin-right: 0;
  }

  .path-buscador #views-exposed-form-buscador-block-1 a {
    margin-left: 0 !important;
  }

}

/* fin */
/* calendario sidebar */

#block-calendar-container {
  margin-bottom: 2em;
}


/* fin */


.view-empty {
  text-transform: uppercase;
  position: relative;
  text-align: center;
}



/* mods  pensamiento  y comunidad */


.path-pensamiento .region-content>.page-header,
.path-comunidad-educativa .region-content>.page-header {
  display: none;
}


.path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales h2,
.path-comunidad-educativa .block-views-exposed-filter-blockcomunidad-educativa-block-com-edu-actuales h2 {
  border-top: none;
  padding-top: 0.5em;
  padding-bottom: 3em;
}

.path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales h4,
.path-comunidad-educativa .block-views-blockcomunidad-educativa-block-com-edu-actuales h4 {
  text-align: center;
}


.path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales .view-empty,
.path-comunidad-educativa .block-views-blockcomunidad-educativa-block-com-edu-actuales .view-empty {
  text-align: center;
}

.path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales .view-empty h4,
.path-comunidad-educativa .block-views-blockcomunidad-educativa-block-com-edu-actuales .view-empty h4,
.view-empty h4,
.view-empty p {
  text-align: center;
  display: inline-block;
  max-width: 700px;
  background: black;
  padding: 1.5em;
  color: white;
}

.path-pensamiento .main-container .region-content .views-exposed-form {
  display: none;
}

.hidden {
  display: none;
}

.field--name-field-otros-participantes .field--items {
  column-count: 2;
  column-gap: 16px;
}

.field--name-field-otros-participantes .field--items .field--item {
  width: 100%;
}

/* leandro 20191127*/
/*ciclo*/
.page-node-type-actividades .group-right .block-views-blockactividades-block-link-ciclo .block-title,
.page-node-type-pensamiento-comunidad .field--name-field-fecha-del-evento .field--label,
.page-node-type-pensamiento-comunidad .group-right .field .field--label {
  font-size: 20px;
  font-weight: 100;
  color: #d0021b;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.page-node-type-actividades .group-right .bloque-link-ciclo {
  margin-top: -1em;
  margin-bottom: 2em;
}

/*end ciclo*/
/* espacio inferior columna derecha contenido final */
.group-right .field .field--label {
  padding-top: 2em !important;
}

/* fin */
/* otras actividades */
.page-node-type-actividades #hermanos_del_ciclo h2,
.page-node-type-actividades .field--name-field-publicaciones-asociadas .field--label,
.page-node-type-actividades .field--name-field-exposiciones-asociadas .field--label,
.page-node-type-pensamiento-comunidad .field--name-field-contenido-relacionado .field--label {
  border-top: 1px solid #000;
  border-width: thin;
  color: #D00103;
  font-size: 28px
    /*2em*/
  ;
  margin-top: 1.5em;
  padding: 4em 0 5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.page-node-type-actividades .bloque-otras-actividades-hermanas-del-ciclo .views-field-title a {
  font-size: 30px;
  text-align: center;
  color: #333333;
}

.page-node-type-actividades .bloque-otras-actividades-hermanas-del-ciclo .views-field-title {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 3em;
}

.page-node-type-actividades .bloque-otras-actividades-hermanas-del-ciclo .views-field-type span,
.page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--name-field-tipo-actividad div,
.page-node-type-actividades .field--name-field-actividades-asociadas .field--name-field-tipo-actividad div {
  text-transform: uppercase;
}

.page-node-type-actividades .bloque-otras-actividades-hermanas-del-ciclo .views-field-type,
.page-node-type-actividades .field--name-field-actividades-asoc-ciclo .field--name-field-tipo-actividad,
.page-node-type-actividades .field--name-field-actividades-asociadas .field--name-field-tipo-actividad {
  margin-top: 1em;
}

/* end otras actividades */

/* publicaciones asociadas */
.page-node-type-actividades .field--name-field-pub-asoc .field--items,
.page-node-type-actividades .field--name-field-publicaciones-asociadas .field--items {
  font-family: "Courier New", monospace;
}

.page-node-type-actividades .field--name-node-title a,
.page-node-type-actividades .field--name-node-title a {
  font-size: 30px;
  text-align: center;
  color: #333333;
}

.page-node-type-actividades .Actividad span h2 a {
  font-size: 23px;
}

.page-node-type-actividades .field--name-node-title,
.page-node-type-actividades .field--name-node-title {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 3em;
}

.page-node-type-actividades .Actividad span h2:nth-child(2) {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 2em;
}

/* end publicaciones asociadas */

/* exposiciones asociadas */
.page-node-type-actividades .field--name-field-exposiciones-asociadas {
  display: inline-block;
}

/* end exposiciones asociadas */

/* titulos fecha evento lateral */
.page-node-type-actividades .field--name-title-text {
  font-size: 21px;
}

/* end titulos fecha evento lateral */

/* relacionados página exposiciones */
.page-node-type-exposiciones .exposicion .field--name-node-title a {
  color: #333;
}

.page-node-type-exposiciones .group-right .field--name-field-contenido-relacionado.field--label-above .field--label {
  color: #D00103;
  width: 100%;
  text-align: center;
  font-size: 28px;
  margin-top: 80px;
  margin-bottom: 67px;
}

.page-node-type-exposiciones .group-right .field .field--items>.field--item {
  border-bottom: 1px solid #000;
  border-width: thin;
  margin: 3em 0 2em;
  padding-bottom: 2em;
}

.page-node-type-exposiciones .group-right .field .field--items>.field--item .field--name-field-img-exp {
  margin-bottom: 16px;
}

.page-node-type-exposiciones .group-right .field .field--items .field--item .field--name-node-title h2 {
  margin: 50px auto 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
}

.group-right .field {
  clear: both;
}


/*descargar programa*/
.block-download-agenda-block {
  background: #CEEBE1;
  padding: 5em 0 8em;
}


.tipo-cabecera-82,
.tipo-cabecera-71 {
  margin-bottom: 68px;
}

#calendar td[data-color="azul"],
#calendar td.azul,
#block-calendar-container *[data-date].azul,
#block-calendar-container td.fc-event-container a {
  cursor: pointer;
  font-weight: bold;
}

.fc-other-month.fc-future {
  opacity: 0;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 0em;
}




.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td,
.fc-toolbar .fc-right,
#block-calendar-container .fc-button,
#block-calendar-container .fc-button:hover,
#block-calendar-container .fc-button:focus,
#block-calendar-container .fc-button:active {
  border: 0;
  box-shadow: none;
}

#block-calendar-container thead.fc-head .path-frontpage .field--name-node-title h2 {
  text-align: center;
  padding: 1.5em 0;
}

.path-frontpage .tipo-cabecera-75 h2 {
  text-align: center;
  padding: 0 0 0.75em;
}


/* Ubi.cación readspeaker */

.region-header {
  position: relative;
}


.region-header .block-open-readspeaker {
  position: absolute;
  top: 10px;
  right: 0;
}

/* fin */

/* premios */
.group-header.premios .img-responsive {
  margin: 1em auto;
  margin-top: 55px;
  max-width: 990px;
  text-align: center;
}

.group-header.premios .img-responsive {
  width: 100%;
}

.group-header.premios .entradilla {
  margin: 3em auto;
  max-width: 990px;
}


.premios .promocion-annum,
.premios .premios-de-imagen {
  margin: 0 auto;
  max-width: 990px;
}

.premios-dw-imagen {
  display: inline-block;
  margin-top: 1em;
}

.subhome-item h2,
.subhome-item a h2,
.subhome-item h2 a,
.path-coleccion .views-view-grid a,
.path-coleccion .views-view-grid a h2,
.path-coleccion .Páginas.simples .simple_page h2,
.path-coleccion .Páginas.simples .simple_page a h2,
.path-coleccion .Páginas.simples .simple_page h2 a {
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  padding: 2em 0;
  margin: 0;
}

.subhome-item .img-responsive {
  min-width: 100%
}

.path-prensa .subhome-item .img-responsive {
  margin-bottom: 1em;
}

.path-prensa .subhome-item h2 {
  text-align: left;
}

.field--name-field-fecha-convocatoria {
  text-transform: uppercase;
}

.path-prensa .subhome-item .field--name-field-pie-media {
  margin-bottom: 0;
}

.path-prensa .proteccion-datos {
  font-size: 14px;
}

.path-prensa .checkbox.subfield {
  font-size: 12px;
}

.Publicacion .publicacion h2,
.Publicacion .publicacion h2 a {
  padding-bottom: 0 !important;
}

.Publicacion .publicacion .field--name-node-title {
  margin-bottom: 0;
}

.Publicacion .field--name-field-subtitulo {
  text-transform: uppercase;
  text-align: center;
  font-size: 23px;
  color: #000;
}

.Publicacion .field--name-field-subtitulo .field--item {
  margin-bottom: 0;
}

.Publicacion .field--name-field-entradilla {
  margin-top: 1em;
}

.subhome-item .field--name-field-tipo-actividad {
  margin: 25px 0 50px;
  font-size: 15px;
}

.subhome-item .field--name-field-pie-media {
  font-size: 85%;
  /* font-style: italic; */
  margin-bottom: 1em;
}

/* .path-coleccion .main-container .region-content .bs-region section{
  border-bottom: 1px solid #333;
}
 */

.premios-dw-imagen .modal-header {
  display: none
}

/* path buscador */
.path-buscador #block-ca2m-theme-searchiconblock {
  cursor: unset;
}

.path-buscador {
  background: #ceebe1;
}

.path-buscador .block-region-top #views-exposed-form-buscador-views-block-filter-block-plugin-display-block-1 .form--inline {
  text-align: center;
  margin: 0 0 4em;
}

.path-buscador .block-region-top #views-exposed-form-buscador-views-block-filter-block-plugin-display-block-1 .form--inline .form-item {
  float: none;
}

.path-buscador .block-region-top #views-exposed-form-buscador-views-block-filter-block-plugin-display-block-1 .form--inline .form-item input#edit-keys {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  box-shadow: none;
  margin-right: 2em;
  outline: none;
  width: 25em;
}

.path-buscador .block-region-top #views-exposed-form-buscador-views-block-filter-block-plugin-display-block-1 .form--inline button {
  text-transform: uppercase;
  padding: 0.5em 2em;
}

.path-buscador .block-region-top #views-exposed-form-buscador-views-block-filter-block-plugin-display-block-1 .form--inline button:active,
.path-buscador .block-region-top #views-exposed-form-buscador-views-block-filter-block-plugin-display-block-1 .form--inline button:focus,
.path-buscador .block-region-top #views-exposed-form-buscador-views-block-filter-block-plugin-display-block-1 .form--inline button:visited {
  background: #000;
  color: #fff;
  outline: none;
}

.path-buscador #views-exposed-form-buscador-views-block-filter-block-plugin-display-block-1 #edit-sort-by--wrapper,
.path-buscador .block-region-left input#edit-keys,
.path-buscador .block-region-top #edit-reset,
.path-buscador label[for="edit-field-tipo-pensamiento-comunidad-all"],
.path-buscador #views-exposed-form-buscador-block-1 fieldset[data-drupal-selector="edit-sort-by"] .fieldset-legend,
.path-buscador label[for="edit-type-pensamiento-comunidad"],
.path-buscador .bs-region--left #edit-actions #edit-submit-buscador,
.path-buscador .bs-region--left #edit-actions #edit-reset span.icon.glyphicon.glyphicon-filter {
  display: none;
}

.path-buscador .bs-region--left #edit-actions {
  text-align: center;
  width: 100%;
}

.path-buscador .bs-region--left .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.ui-datepicker.ui-widget {
  background: #ceebe1;
  border-color: #000;
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar thead {
  border-bottom: 1px solid #000;
  color: #9b9a9b;
  text-transform: uppercase;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar thead th {
  font-weight: 100;
}

.ui-widget-header {
  background: #ceebe1;
  border: none;
}

.ui-widget-header .ui-datepicker-title {
  color: #D00103;
  text-transform: uppercase;
}

.ui-datepicker td a {
  text-align: center;
}

.ui-datepicker.ui-widget .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover {
  background: transparent;
  border: none;
  border-radius: 0px;
  color: #000;
  height: 33px;
  vertical-align: middle;
  display: table-cell;
  width: 33px;
}

.ui-state-active {
  color: #000;
  border: 1px solid #000 !important;
  border-radius: 8px;
}

.ui-datepicker .ui-datepicker-next span {
  background: transparent;
  background-image: none;
}

.ui-datepicker .ui-datepicker-next {}

.ui-datepicker .ui-datepicker-next:after {
  font-family: 'iconos-ca2m';
  float: right;
  content: '\e900';
  font-size: 15px;
}

.ui-datepicker .ui-datepicker-prev span {
  background: transparent;
  background-image: none;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-prev:focus {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev:after {
  font-family: 'iconos-ca2m';
  content: '\e901';
  font-size: 15px;
}

.ui-state-hover {
  background: transparent;
  background-image: none;
  text-decoration: none;
  border: 0;
}

.path-buscador .bs-region--left #edit-actions button#edit-reset {
  background-color: #b4b3b5;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #fff;
  margin: 2em auto 0;
  outline: none;
  text-transform: uppercase;
}

.path-buscador .bs-region--left #edit-actions button#edit-reset:hover {
  border: 1px solid #b4b3b5;
}

.path-buscador .bs-region--left #edit-actions button#edit-reset:active {
  border: 2px solid #b4b3b5;
}

.path-buscador label[for="edit-type-all"]:first-child {}

.path-buscador #views-exposed-form-buscador-block-1 .form-radios>* {
  display: block;
}

.path-buscador #views-exposed-form-buscador-block-1 label {
  padding-left: 1em;
}

.path-buscador #views-exposed-form-buscador-block-1 input.form-radio {
  position: relative;
  right: 0.5em;
  top: 3px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.path-buscador #views-exposed-form-buscador-block-1 a {
  text-decoration: none;
}

.path-buscador #views-exposed-form-buscador-block-1 a:hover {
  color: #000;
}

#block-ca2m-theme-formulariodebusqueda input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

#block-ca2m-theme-formulariodebusqueda input[type="radio"]:after {
  content: ' ';
  height: 15px;
  width: 15px;
  margin-right: 1em;
  border: 1px solid #000;
  border-width: thin;
  border-radius: 10px;
  display: inline-block;
  background: transparent;
  visibility: visible;
  cursor: pointer;
}

.path-buscador #views-exposed-form-buscador-block-1 input:after {
  content: ' ';
  height: 15px;
  width: 15px;
  margin-right: 0.6em;
  border: 1px solid #000;
  border-width: thin;
  border-radius: 10px;
  display: inline-block;
  background: transparent;
  visibility: visible;
  cursor: pointer;
}

.path-buscador #views-exposed-form-buscador-block-1 input:checked:after,
#block-ca2m-theme-formulariodebusqueda input[type="radio"]:checked::after {
  background: #000;
}

.path-buscador #colapse_fecha .control-label {
  min-width: 60px;
}

.path-buscador #colapse_fecha .control-label:after {
  content: ': ';
}

.path-buscador a[data-toggle="collapse"] {
  width: 100%;
  display: block;
  padding-left: 2em;
}

.path-buscador a[data-toggle="collapse"]:after {
  font-family: 'iconos-ca2m';
  content: '\e903';
  color: #000;
  display: inline-block;
  font-weight: 100;
  font-size: 15px;
  margin-left: 1em;
}

.path-buscador a.collapsed[data-toggle="collapse"]:after {
  content: '\e904';
}

.path-buscador .pager-nav a[rel="prev"],
.path-buscador .pager-nav a[rel="next"] {
  visibility: hidden;
  width: 44px;
}

.path-buscador .pager-nav a[rel="next"]:before {
  font-family: 'Font Awesome';
  content: "\f178";
  visibility: visible;
}

.path-buscador .pager-nav a[rel="prev"]:before {
  font-family: 'Font Awesome';
  content: "\f177";
  visibility: visible;
}

.path-buscador .pager-nav .no-link,
.path-buscador .pager-nav .pager_dieresis,
.path-buscador .pager-nav .pager__item--last {
  display: none;
}

/* grid 5 cols */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  clear: none !important;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}


/* icono accesibilidad */

.menu.menu--footer.nav li a[href="/ca2m/accesibilidad"]:after {
  content: ' ';
  background: url(../images/wai-aa-2.png)no-repeat;
  display: inline-block;
  width: 45px;
  position: relative;
  top: 4px;
  height: 17px;
  left: 1em;
}


.block-views-exposed-filter-blockactividades-block-actividades-actuales {
  margin-top: 3em;
}

.block-views-blockbuscador-block-1 .view-header {
  text-transform: uppercase;
  padding-left: 1em;
  padding-bottom: 2em;
}


.path-node .group-header h2 {
  text-transform: uppercase;
}

/* reset read speaker */
.rsbtn {
  max-width: 325px;
}

.rsbtn_text {
  color: #000;
}

#block-calendar-container thead.fc-head {
  border: none;
  border-bottom: 0 solid #000;
}

.path-exposiciones .expo_link_container {
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 1em;
}

.path-exposiciones .expo_link_container a {
  text-transform: uppercase;
  padding: 0 1em;
  font-size: 15px;
}





.rspart {
  background-image: none !important;
}

.rsbtn_btnlabel {
  display: none !important;
}

.rsbtn_text {
  background-image: none !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
}

.rsbtn_text span {
  display: none !important;
}

.rsbtn_text:before {
  font-family: 'iconos-ca2m';
  content: '\e910';
  font-size: 22px !important;
}

.rsbtn_pause {
  background-image: none !important;
}

.rsbtn_pause:before {
  font-family: 'iconos-ca2m';
  content: '\e908';
}

.rsplay {
  background-image: none !important;
}

.rsplay:before {
  font-family: 'iconos-ca2m';
  content: '\e90b';
  font-size: 27px;
  position: relative;
  top: 5px;
}

.rsplay:hover:before {
  content: '\e90a';
}

.rsbtn_pause {
  background-image: none !important;
}

.rsbtn_pause:before {
  font-family: 'iconos-ca2m';
  content: '\e909';
  font-size: 30px;
  position: relative;
  left: -11px;
  top: -8px;
}

.rsbtn_pause:hover:before {
  content: '\e908';
}

.rsbtn_stop {
  background-image: none !important;
}

.rsbtn_stop:before {
  font-family: 'iconos-ca2m';
  content: '\e90d';
  font-size: 30px;
  position: relative;
  left: -6px;
  top: -8px
}

.rsbtn_stop:hover:before {
  content: '\e90c';
}

.rsbtn_exp .rsbtn_status_overlay span.rsbtn_status {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8px !important;
  line-height: 1;
}

.rsbtn .rsbtn_progress_container.rsloading {
  background-image: none !important;
  width: 50px !important;
  height: 5px !important;
  border: 1px solid #000 !important;
  border-width: thin !important;
  margin-top: 11px !important;
}

.rsbtn_progress_handle.rsimg {
  background-image: none !important;
  background-color: #fff !important;
  width: 5px !important;
  height: 21px !important;
  border: 1px solid #000;
  border-width: thin;
}

.rsbtn .rsbtn_progress_container .rsbtn_progress_handle.rsimg {
  margin-left: 10px;
  top: -9px !important;
}

.rsbtn .rsbtn_progress_container .rsbtn_progress_handle.rsimg:hover {
  background-color: #000 !important;
}

.rsbtn .rsbtn_pause {
  width: 24px !important;
}

.rsbtn_volume.rsimg.rsplaypart {
  background-image: none !important;
}

.rsbtn_volume.rsimg.rsplaypart:before {
  font-family: 'iconos-ca2m';
  content: '\e910';
  font-size: 20px;
  position: absolute;
  top: -3px;
  opacity: 0.6;
}

.rsbtn_volume.rsimg.rsplaypart:hover:before {
  opacity: 1;
}

.rsbtn_settings.rsimg.rsplaypart {
  background-image: none !important;
  margin-right: 5px;
}

.rsbtn_settings.rsimg.rsplaypart:before {
  font-family: 'iconos-ca2m';
  content: '\e90e';
  font-size: 20px;
  position: absolute;
  top: -3px;
  opacity: 0.6;
}

.rsbtn_settings.rsimg.rsplaypart:hover:before {
  opacity: 1;
  content: '\e90f';
}

.rsbtn .rsbtn_volume_container.rsimg {
  background-image: none;
}

.rsbtn .rsbtn_volume_container.rsimg .rsbtn_volume_slider {
  background-image: none !important;
  height: 50px !important;
  width: 5px !important;
  border: 1px solid #000 !important;
  border-width: thin !important;
  margin-top: 11px !important;
  top: -5px !important;
}

.rsbtn .rsbtn_volume_slider .rsbtn_volume_handle.rsimg {
  background-image: none !important;
  background-color: #fff !important;
  height: 5px !important;
  width: 18px !important;
  border: 1px solid #000 !important;
  border-width: thin !important;
  bottom: 21px !important;
  left: -7px !important;
  margin-top: 6px !important;
}

.rsbtn .rsbtn_dl.rsimg {
  background-image: none !important;
}

.rsbtn .rsbtn_dl.rsimg:before {
  font-family: 'iconos-ca2m';
  content: '\e911';
  font-size: 20px;
  position: absolute;
  top: -3px;
  opacity: 0.6;
}

.rsbtn .rsbtn_dl.rsimg:hover:before {
  opacity: 1;
}

.rsbtn .rsbtn_stop.rsimg {
  max-width: 20px;
}

.rsbtn .rsbtn_closer.rsimg {
  background-image: none !important;
  top: 2px;
}

.rsbtn .rsbtn_closer.rsimg:before {
  font-family: 'iconos-ca2m';
  content: '\e913';
  font-size: 20px;
  position: absolute;
  top: -3px;
  opacity: 0.6;
}

.rsbtn .rsbtn_closer.rsimg:hover:before {
  opacity: 1;
}




.rsstopped .rsbtn_progress_container.rsimg {
  background: #afafaf !important;
  height: 5px !important;
  top: 3px;
}

.rsstopped .rsbtn_progress_container .rsbtn_progress_handle {
  background: #afafaf !important;
  opacity: 1;
}


/* eventos */
.evento-del-nodo {
  clear: both;
}

.evento-del-nodo .views-field-field-image {
  margin-top: 122px;
  display: inline-block;
}

.evento-del-nodo .views-field-field-pie-media {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 90px;
}

.evento-del-nodo .event-title-in-activity {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
  line-height: inherit;
}

.evento-del-nodo .views-field-field-dirigido-persona {
  clear: both;
}


.evento-del-nodo .views-field-field-artistas .content *,
.evento-del-nodo .views-field-field-dirigido-persona * {
  /*float: left;
    display: inline-block;*/
  width: auto;
  clear: none;
}

.evento-del-nodo .views-field-field-dirigido-persona h2 {
  display: none;
}

.evento-del-nodo .views-field-field-dirigido-persona .views-field-field-anio-1,
.evento-del-nodo .views-field-field-dirigido-persona .views-field-field-duracion {
  clear: both;
}

.evento-del-nodo .views-field-field-dirigido-persona .field--name-field-persona-nombre {
  margin-left: 0.4em;
}

.es-cine .evento-del-nodo .views-field-field-dirigido-persona .field--name-field-persona-nombre {
  margin-left: 0em;
}

.evento-del-nodo .views-field.views-field-body {
  display: inline-block;
  margin-top: 30px;
  clear: both;
}


.group-middle .field--name-field-participantes .field--item {
  display: inline-block;
  width: 50%;
}

.group-middle .field--name-field-participantes .field--item .personas h2 {
  display: none;
}

.group-middle .field--name-field-participantes .field--item .personas .content {
  width: 100%;
  display: inline-table;
}

.group-middle .field--name-field-participantes .field--item .personas .content * {
  width: auto;
  clear: none;
}

#block-faldon-search-block {
  width: 100%;
}

.group-right .field--name-dynamic-twig-fieldnode-calendario+.field--name-field-actividades-asociadas .field--label {
  padding-top: 0 !important;
}


.path-prensa #ca2m_press {
  display: inline-block;
  margin-top: 100px;
}

.path-prensa .ca2m_press-contact,
.path-prensa #mc_embed_signup,
.path-prensa .block-views-blockdescargas-block-descarga-contenidos,
.path-prensa .block .field div.redes-ca2m {
  width: 60%;
  margin: 0 auto;
}

.path-prensa .block .field .redes-ca2m h3 {
  font-size: 22px;
}

.path-prensa .ca2m_press-contact {
  margin-bottom: 77px;
}

.path-prensa .ca2m_press-contact h2,
.path-prensa .ca2m_newsletter-form h2 {
  font-size: 23px !important;
  font-weight: 400 !important;
}

.path-prensa .ca2m_press-contact h2 {
  margin-bottom: 32px;
}

.path-prensa .ca2m_newsletter-form h2 {
  margin-bottom: 45px !important;
}

.path-prensa #mc-embedded-subscribe-form {
  padding-left: 0;
  padding-right: 0;
}

.path-prensa #mc_embed_signup .mc-field-group {
  width: 49%;
  clear: none;
  float: left;
  padding: 0;
  margin-right: 0;
}

.path-prensa .ca2m_newsletter-form label {
  display: none;
}

.path-prensa #mc_embed_signup .mc-field-group.proteccion-datos {
  width: 100%;
}

.path-prensa #mc_embed_signup .mc-field-group.proteccion-datos fieldset {
  width: 100%;
  display: block;
}

/* .path-prensa #mc_embed_signup .ca2m_newsletter-form .mc-field-group label{
  display: none;
} */
.path-prensa #mc_embed_signup .ca2m_newsletter-form .mc-field-group input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #333;
  width: 95%;
  margin-bottom: 34px;
  padding-left: 0;
  font-size: 15px;
  text-indent: 0;
  text-transform: uppercase;
  outline: none;
}

.path-prensa #mc_embed_signup .mc-field-group.input-group {
  clear: both;
  width: 100%;
}

.path-prensa #mc_embed_signup .mc-field-group.input-group strong {
  font-weight: 400;
}

.path-prensa #mc_embed_signup .mc-field-group.input-group ul {
  margin-top: 16px;
  margin-bottom: 68px;
}

.path-prensa .button.suscribe {
  margin: 0 auto !important;
  display: block !important;
  background-color: #000 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}

.path-prensa .field--name-body.field--type-text-with-summary {
  margin-bottom: 30px;
}

.path-prensa .convocatoria .field--type-link a {
  text-decoration: underline;
}

.path-prensa .mc-field-group.proteccion-datos {
  margin-top: 70px;
}

.page-node-type-noticias .field--name-field-materiales-prensa {
  padding-top: 90px;
}

.page-node-type-noticias .field--name-field-materiales-prensa .field--item {
  clear: both;
}

.path-prensa .field--name-field-descargables .file-icon,
.page-node-type-noticias .file--application-pdf .file-icon {
  display: none;
}

.path-prensa .field--name-field-descargables a,
.path-prensa .field--name-field-descargables .file>span,
.page-node-type-noticias .file--application-pdf span {
  color: #000 !important;
  float: left;
  /*  font-weight: bold; */
}

.path-prensa .node--type-descargas-contenidos .bs-region--main,
.page-node-type-noticias .node--type-descargas-contenidos .bs-region--main {
  padding-left: 0;
  padding-right: 0;
}

.path-prensa .node--type-descargas-contenidos .bs-region--main h3 {
  font-size: 22px;
  text-transform: uppercase;
}

.page-node-type-noticias .field--name-field-noticias-externas a,
.path-prensa .field--name-field-enlaces-asociados a {
  font-size: 18px;
  color: #000;
}

.path-prensa .node--type-descargas-contenidos .descarga,
.path-prensa .block .field div.redes-ca2m {
  padding-top: 90px;
}

@media (max-width: 768px) {

  .path-prensa .ca2m_press-contact,
  .path-prensa #mc_embed_signup,
  .path-prensa .block-views-blockdescargas-block-descarga-contenidos {
    width: 100%;
  }
}


.page-node-type-convocatoria .group-header,
.page-node-type-noticias .group-header {
  margin: 0 auto;
  width: 60%;
  margin-bottom: 90px;
}

.page-node-type-convocatoria .group-middle {
  margin: 0 auto !important;
  width: 60% !important;
  float: none;
}

.page-node-type-noticias .group-middle {
  margin: 0 auto !important;
  width: 95% !important;
  float: none;
}

.page-node-type-convocatoria .group-header h2,
.page-node-type-noticias .group-header h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.page-node-type-convocatoria .group-header .media--bundle--convocatoria,
.page-node-type-noticias .group-header .media--bundle--convocatoria {
  margin-bottom: 20px;
}

.page-node-type-convocatoria .field--name-field-fecha-nota-prensa,
.page-node-type-noticias .field--name-field-fecha-nota-prensa {
  margin-top: 20px;
}

.page-node-type-convocatoria .group-footer .field--name-field-noticias-relacionadas,
.page-node-type-noticias .group-footer .field--name-field-noticias-relacionadas {
  margin: 0 auto !important;
  width: 100% !important;
  float: none;
}

.page-node-type-convocatoria .group-footer .field--name-field-noticias-relacionadas .field--items,
.page-node-type-noticias .group-footer .field--name-field-noticias-relacionadas .field--items {
  margin: 0 auto !important;
  width: 60% !important;
  float: none;
}

.page-node-type-convocatoria .group-footer .field--name-node-title h2,
.page-node-type-noticias .group-footer .field--name-node-title h2 {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 2em;
  line-height: 22px;
}

.page-node-type-convocatoria .group-footer .field--name-node-title h2 a,
.page-node-type-noticias .group-footer .field--name-node-title h2 a {
  font-size: 22px;
  text-align: center;
  color: #333333;
}

.page-node-type-noticias .field--name-field-soundcloud {
  display: grid;
  width: 100%;
  margin: 80px 0;
  border: 1px solid #333;
  border-left: none;
  border-right: none;
  padding: 80px 0;
}

.page-node-type-noticias .slick {
  position: relative;
  margin-top: 80px;
}

.page-node-type-noticias .field--name-field-imagen-principal .media--image {
  margin-bottom: 20px;
}

.page-node-type-noticias .field--name-field-subtitulo {
  margin-top: 140px;
}

.page-node-type-noticias .publicacion h2 {
  text-transform: uppercase;
}

.page-node-type-noticias .publicacion .field--name-field-subtitulo {
  margin-top: 0;
  text-align: center;
}

.page-node-type-noticias .field--name-field-subtitulo .field--item {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.page-node-type-noticias .field--name-field-fecha-nota-prensa {
  text-transform: uppercase;
  margin-bottom: 60px;
}

.page-node-type-noticias .field--name-field-parrafo-superior p {
  margin-bottom: 24px;
}

.page-node-type-noticias .field--name-field-materiales-prensa .field--item .file-link,
.page-node-type-noticias .field--name-field-noticias-externas .field--item a {
  font-weight: 400;
  font-size: 18px;
}

/* pie rrss */

#block-pieblock ul,
#block-pieblocken ul {
  padding-left: 0;
}

#block-pieblock ul li.redes-ca2m,
#block-pieblocken ul li.redes-ca2m {
  display: inline-block;
  float: left;
  list-style-type: none;
  visibility: hidden;
  max-width: 35px;
  margin-right: 10px;
}

#block-pieblock ul li.redes-ca2m a:before,
#block-pieblocken ul li.redes-ca2m a:before {
  font-family: "iconos-ca2m";
  font-size: 30px;
  visibility: visible;
  margin-right: 0.5em;
  color: #000;
}

#block-pieblock ul li.facebook a:before,
#block-pieblocken ul li.facebook a:before {
  content: '\e905';
}

#block-pieblock ul li.twitter a:before,
#block-pieblocken ul li.twitter a:before {
  font-family: "font-icon-ca2m";
  font-size: 30px;
  visibility: visible;
  margin-right: 0.5em;
  color: #000;
  content: '\e900';
}

#block-pieblock ul li.instagram a:before,
#block-pieblocken ul li.instagram a:before {
  content: '\e914';
}

#block-pieblock ul li.flickr a:before,
#block-pieblocken ul li.flickr a:before {
  content: '\e912';
}

#block-pieblock ul li.youtube a:before,
#block-pieblocken ul li.youtube a:before {
  content: '\e917';
}

#block-pieblock ul li.vimeo a:before,
#block-pieblocken ul li.vimeo a:before {
  content: '\e916';
}

#block-pieblock ul li.isuu a:before,
#block-pieblocken ul li.isuu a:before {
  content: '\e915';
}

#block-pieblock ul li.redes-ca2m a,
#block-pieblocken ul li.redes-ca2m a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#block-pieblock ul li.redes-ca2m a:before:hover,
#block-pieblocken ul li.redes-ca2m a:before:hover {
  opacity: 0.8;
}

/* prensa rrss */


.path-prensa ul {
  padding-left: 0;
}

.path-prensa ul li.redes-ca2m {
  display: inline-block;
  float: left;
  list-style-type: none;
  visibility: hidden;
  max-width: 50px;
  margin-right: 27px;
}

.path-prensa ul li.redes-ca2m a {
  text-decoration: none;
}

.path-prensa ul li.redes-ca2m a:before {
  font-family: "iconos-ca2m";
  font-size: 43px;
  visibility: visible;
  margin-right: 0.5em;
  text-decoration: none;
}

.path-prensa ul li.redes-ca2m a:before:hover {
  opacity: 0.8;
}

.path-prensa ul li.facebook a:before {
  content: '\e905';
}
.path-prensa ul li.twitter a:before{
  font-family: "font-icon-ca2m";
  content: '\e900';
}

.path-prensa ul li.instagram a:before {
  content: '\e914';
}

.path-prensa ul li.flickr a:before {
  content: '\e912';
}

.path-prensa ul li.youtube a:before {
  content: '\e917';
}

.path-prensa ul li.vimeo a:before {
  content: '\e916';
}

.path-prensa ul li.issuu a:before {
  content: '\e915';
}


.field--name-field-descarga-galeria {
  margin: 12px 0 90px
}

.field--name-field-descarga-galeria .file {
  width: auto;
}

.field--name-field-descarga-galeria .file * {
  float: left;
  text-align: left;
  color: #000;
}

.field--type-file .field--item {
  float: left;
  text-align: left;
  color: #000;
  width: 100%;
}

.field--type-link .field--item a {
  text-decoration: underline;
}

.field--name-field-descargables,
.field--name-field-enlaces-noticias,
.field--name-field-materiales-prensa,
.field--name-field-enlaces-asociados,
.field--name-field-recursos,
.field--name-field-fecha-inaguracion {
  margin-bottom: 1em;
  margin-top: 1em;
  display: table;
  margin-bottom: 0 !important;
}

.field--type-daterange,
.field--name-field-categoria-cabecera,
.field--name-field-fechas-txt-cabecera,
.field--name-field-collection,
.field--name-field-artist {
  /* color: #000; */
  margin-top: 0px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.view-coleccion .field--name-field-categoria-cabecera {
  display: none;
}

/* Nurvo diseño premios */
.page-premio .field--name-field-premio-titulo {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.page-premio .field--name-field-premio-imagen-principal {
  margin: 1em auto;
  margin-top: 55px;
  max-width: 990px;
  text-align: center;
}

.page-premio .field--name-field-premio-entradilla,
.page-premio .field--name-body {
  margin: 20px 0;
}

/* FIN */

h2.title-subhome {
  color: #D00103;
}

/*fix para quitar borde inferior en ultimo item de columna*/
.path-coleccion div[class*="col"] .subhome-item>div:last-child,
.path-coleccion div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-exposiciones div[class*="col"] .subhome-item>div:last-child,
.path-exposiciones div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-actividades div[class*="col"] .subhome-item>div:last-child,
.path-actividades div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-pensamiento div[class*="col"] .subhome-item>div:last-child,
.path-pensamiento div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-comunidad-educativa div[class*="col"] .subhome-item>div:last-child,
.path-comunidad-educativa div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-publicaciones div[class*="col"] .subhome-item>div:last-child,
.path-publicaciones div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-archivo-exposiciones-coleccion div[class*="col"] .subhome-item>div:last-child,
.path-archivo-exposiciones-coleccion div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-archivo-actividades-anteriores div[class*="col"] .subhome-item>div:last-child,
.path-archivo-actividades-anteriores div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-archivo-publicaciones-actividades div[class*="col"] .subhome-item>div:last-child,
.path-archivo-publicaciones-actividades div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-archivo-pensamientos-anteriores div[class*="col"] .subhome-item>div:last-child,
.path-archivo-pensamientos-anteriores div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-archivo-publicaciones div[class*="col"] .subhome-item>div:last-child,
.path-archivo-publicaciones div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-archivo-exposiciones-anteriores div[class*="col"] .subhome-item>div:last-child,
.path-archivo-exposiciones-anteriores div[class*="col"] .view-categoria-premios .subhome-item>div,
.path-archivo-publicaciones-exposiciones div[class*="col"] .subhome-item>div:last-child,
.path-archivo-publicaciones-exposiciones div[class*="col"] .view-categoria-premios .subhome-item>div,
div[class*="col"] .view-categoria-premios .subhome-item>div,
.bottom_container div[class*="col"] section:last-child .subhome-item .simple_page,
.path-prensa div[class*="col"] .subhome-item>div:last-child {
  border-bottom: 0;
}

.path-prensa #ca2m_press form#mc-embedded-subscribe-form .ca2m_newsletter-form .mc-field-group:not(.input-group) label {
  display: none;
}

.path-prensa .field--name-field-fecha-nota-prensa {
  text-transform: uppercase;
}

.path-exposiciones .field--name-field-categoria-cabecera {
  display: none;
}

/*titulo contenido inferior asociado o relacionado*/

.field--name-field-contenido-relacionado .field--items .Actividad h2,
.field--name-field-contenido-relacionado .field--items .Exposiciones h2,
.field--name-field-contenido-relacionado .field--items .Publicacion h2 .field--name-field-pub-asoc .field--items .Actividad h2,
.field--name-field-pub-asoc .field--items .Exposiciones h2,
.field--name-field-pub-asoc .field--items .Publicacion h2,
.field--name-field-actividades-asociadas .field--items .Actividad h2,
.field--name-field-actividades-asociadas .field--items .Exposiciones h2,
.field--name-field-actividades-asociadas .field--items .Publicacion h2 {
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  margin: 40px 0;

}

/*SITUAR ENLACES VER ONLINE EN VARIAS LÍNEAS NO SEGUIDAs*/

.page-node-type-publicaciones .group-right .field--label-above .field--items {
  display: block;
}

/*SITUAR IDIOMAS EN LINEA*/
.field--name-field-idioma .field--items .field--item {
  display: inline-block;
}

/*INCLUIR CARACTER DE SEPARACION EN IDIOMAS*/

.field--name-field-idioma .field--items div:first-child::after {
  content: " / ";
}

/*ALINEAR AUTORES EN UNA LINEA*/

.group-right .field--name-field-autor .field--items .field--item {
  display: inline-block;
}

.group-right .field--name-field-autor .field--items .field--item h2 {
  margin: 0;
}

.page-node-type-publicaciones .group-right .field--name-field-autor .field--items .personas .field--name-field-persona-nombre {
  float: none;
}

.page-node-type-publicaciones .group-right .field--name-field-autor .field--items .personas .field--name-field-apellidos {
  float: none;
  margin-left: 0;
}

.page-node-type-publicaciones .group-right .field--label-above .field--item .content {
  margin-bottom: 0;
}


.page-node-type-publicaciones .group-right .field--label-above .field--item article {
  margin-bottom: 0;
}


/*INCLUIR CARACTER ENTRE AUTORES*/
.group-right .field--name-field-autor .field--items .field--item a::after {
  content: ",";
  float: right;
  padding: 0 5px;
}

/*añadir caracter "y" delante del ultimo autor*/
.group-right .field--name-field-autor .field--items div:last-child a::before {
  content: "y";
  padding: 0 10px 0 0px;
}

/*eliminar caracter "y" delate de primer autor*/
.group-right .field--name-field-autor .field--items div:first-child a::before,
.field--name-field-artistas .field--items div:first-child a::before {
  content: none;
}

/*eliminar coma detras del ultimo autor*/
.group-right .field--name-field-autor .field--items div:last-child a::after,
.field--name-field-artistas .field--items div:last-child a::after {
  content: none;
}

/*eliminar comoa detrás del penultimo autor*/
.group-right .field--name-field-autor .field--items div:nth-last-child(2) a::after,
.field--name-field-artistas .field--items div:nth-last-child(2) a::after {
  content: none;
}

/*quitar linea inferior autores*/

.page-node-type-publicaciones .group-right .field--label-above .field--item article {
  border-bottom: none;
}

/*INCLUIR CARACTER ENTRE EDITORES CIENTIFICOS*/

.group-right .field--name-field-editor-cientifico .field--items div::after {
  content: ",";
  float: right;
  padding: 0 5px;
}

/*añadir caracter "y" delante del ultimo editor*/
.group-right .field--name-field-editor-cientifico .field--items div:last-child::before {
  content: "y";
  padding: 0 15px 0 5px;
}

/*eliminar caracter "y" delate de primer editor*/
.group-right .field--name-field-editor-cientifico .field--items div:first-child::before {
  content: none;
}


/*eliminar coma detras del ultimo editor*/
.group-right .field--name-field-editor-cientifico .field--items div:last-child::after {
  content: none;
}

/*eliminar coma detrás del penultimo editor*/
.group-right .field--name-field-editor-cientifico .field--items div:nth-last-child(2)::after {
  content: none;
}

/*ALINEAR EDITORES CIENTIFICOS*/

.group-right .field--name-field-editor-cientifico .field--items .field--item {
  display: inline-block;
}


/*ALINEAR COLABORADORES*/

.group-right .field--name-field-instituciones-apoyo .field--label {
  float: none !important;
}

/*
.group-right .field--name-field-instituciones-apoyo  .field--item{
    float: none!important;
    display:inline-block;
    width:47%;
}

@media (min-width: 1023px) {

    .group-right .field--name-field-instituciones-apoyo  .field--item{
        float: none!important;
        display:inline-block;
        width:48%;
    }
}
*/



.group-right .field--name-field-instituciones-apoyo .field--item .node--type-instituciones {
  width: auto !important;
  display: block !important;
}

.group-right .field--name-field-instituciones-apoyo .field--item .node--type-instituciones .bs-region--main.col-sm-12 {
  padding: 0 !important;
}

.group-right .field--name-field-instituciones-apoyo .field--item .node--type-instituciones .bs-region--main.col-sm-12 .field--type-image {
  margin: 0 !important;
}

.group-right .field--name-field-instituciones-apoyo .field--item .node--type-instituciones .field--name-node-title.field--type-ds.field--label-hidden.field--item {
  width: 100%;
}

.group-right .field--name-field-instituciones-apoyo .field--item .node--type-instituciones .bs-region--main.col-sm-12 h4 {
  text-align: left;
  padding: 0 10px 0 20px;
}

/*Añadir ":" a artistas*/
.field--name-field-publicacion-artistas .field--label::after {
  content: ":";
}


/*AÑADIR MARGEN A LA IMAGENES DE LA SUBHOME*/

.view-actividades .Actividad .field--name-field-actividad-imagen,
.view-exposiciones .exposicion .field--name-field-img-exp,
.view-agenda-detalle .Actividad .field--name-field-actividad-imagen {
  margin-bottom: 2em;
}

/*AUMETAR TAMAÑO DE TEXTO EN RADIO BUTTONS DE FORMULARIO*/
.mc-field-group.input-group .checkbox label {
  font-size: 18px
}

/*AJUSTES EN PORTECCION DE DATOS*/
.proteccion-datos,
.proteccion-datos .content__gdpr .mc-field-group .checkbox {
  font-size: 14px;
  color: #909090;
}

.proteccion-datos .content__gdprLegal {
  visibility: hidden;
}

/*AUMENTAR MARGEN INFERIOR REDES SOCIALES*/

.path-prensa .footer {
  margin-top: 100px;
}

/*AJUSTAR MARGENES DE NOTICIA*/
.page-node-type-noticias .group-middle {
  width: 95% !important;
}

/*AJUSTAR MATERIAL DE PRENSA Y NOTICIAS EXTERNAS */

.field--name-field-materiales-prensa,
.field--name-field-noticias-externas,
.field--name-field-descargables,
.field--name-field-enlaces-asociados {
  margin-bottom: 40px !important;
}

.field--name-field-materiales-prensa .file-link a,
.field--name-field-noticias-externas a,
.field--name-field-descargables .file-link a,
.field--name-field-enlaces-asociados a {
  color: #333333 !important;
}

/*AJUSTAR TITULO DE CONTACTO EN NOTICIAS SEGÚN DISEÑO*/

.field--name-field-contacto .field--label {
  text-transform: uppercase;
}

/*AJUSTAR ANCHO DE PAGINAS DE SERVICIOS*/


.page-node-type-pages-simple .group-middle {
  max-width: initial !important;
  width: 95%;
}

/*MOSTRAR TITULO EN PAGINA SERVICIOS*/

.path-servicios .block-region-top h2 {
  border-width: thin;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-bottom: 3em;
  color: #D00103;
  font-weight: 400;
  font-size: 28px;
}

/*MAQUETAR CAMPO DESCARGA DE AUDIO*/
.page-node-type-noticias .field--name-field-descargar-audio .field--label {
  padding: 0 0 20px 0px !important;
  text-transform: uppercase;
}

.page-node-type-noticias .field--name-field-descargar-audio .field--items {
  padding-bottom: 6em;
}

.page-node-type-noticias .field--name-field-descargar-audio .field--items a {
  color: #333333;
}

/*MAQUETAR PAGINA EXPOSICIONES*/

/* .block-views-blockexposiciones-block-exposiciones-actuales .view-id-exposiciones
.view-content .horizontal .fila-subhome-item{
    font-size:0px;
}

.block-views-blockexposiciones-block-exposiciones-actuales .view-id-exposiciones
.view-content .horizontal .fila-subhome-item .field--name-field-fechas{
    font-size: 18px;
}

.block-views-blockexposiciones-block-exposiciones-actuales .view-id-exposiciones
.view-content .horizontal .subhome-item{
    float:none!important;
    display: inline-block;
    vertical-align:top;
    width:100%;
    padding: 0 25px;
    margin-bottom: 70px;
}

@media (min-width: 767px) {
        .block-views-blockexposiciones-block-exposiciones-actuales .view-id-exposiciones
        .view-content .horizontal .subhome-item{
        width:33.3%;
    }
}
    .block-views-blockexposiciones-block-exposiciones-actuales .view-id-exposiciones
    .view-content .horizontal .subhome-item .Exposiciones{
        border-bottom:1px solid #000000;
        padding-bottom: 40px;

    }
    .block-views-blockexposiciones-block-exposiciones-actuales .view-id-exposiciones
    .view-content .horizontal .fila-subhome-item:last-child .subhome-item .Exposiciones {
        border-bottom:none;
        padding-bottom: 40px;

    } */

/*AJUSTE BOTON ARCHIVO*/
.more-link.form-group {
  margin-bottom: 2em;
}

/*AJUSTE DE ENCABEZADO DE SECCIONES*/
.main-container h2.block-title {
  padding-top: 2em;
}

/*AJUSTES EN COMISARIADO DE EXPOSICIONES*/

/*Alinear comisarios*/
.field--name-field-comisariado .field--items .field--item {
  display: inline-block;
}

/*INCLUIR CARACTER ENTRE EDITORES CIENTIFICOS*/

.field--name-field-comisariado .field--items .field--item .personas .content::after {
  content: ",";
  float: right;
}

/*eliminar coma detras del ultimo comisario*/
.field--name-field-comisariado .field--items .field--item:last-child .personas .content::after {
  content: none;
}

/*eliminar coma detrás del penultimo comisario*/

.field--name-field-comisariado .field--items .field--item:nth-last-child(2) .personas .content::after {
  content: none;
}

/*añadir caracter "y" delante del ultimo comisario*/
.field--name-field-comisariado .field--items .field--item:last-child .personas .content .field--name-field-persona-nombre::before {
  content: "y";
  float: left;
  margin-right: 15px;
}

/*eliminar caracter "y" delate de primer editor*/
.field--name-field-comisariado .field--items .field--item:first-child .personas .content .field--name-field-persona-nombre::before {
  content: none;
}

/*MARGENES EN EXPOSICIONES*/
.page-node-type-exposiciones .node--type-exposiciones {
  padding-left: 0px;
  padding-right: 0;
}

@media screen and (min-width: 1024px) {
  .page-node-type-exposiciones .node--type-exposiciones {
    padding: 0 25px;
  }
}

/*SECCION INFORMACION EXPOSICIONES*/
.page-node-type-exposiciones .info-exposiciones h2 {
  text-transform: uppercase;
  font-size: 18px;
}

.page-node-type-exposiciones .field--name-field-fecha-inaguracion {
  padding-bottom: 2em;
}

/*MARGENES DEL CAMPO FECHA INAUGURACION*/
.page-node-type-exposiciones .field--name-field-fecha-inaguracion .field--label {
  padding-top: 20px;
  padding-bottom: 0;
}

/*MARGENES CON EL APOYO DE*/

.field--name-field-instituciones-apoyo .field--items .field--item .node--type-instituciones,
.field--name-field-instituciones-coorganiza .field--items .field--item .node--type-instituciones {
  margin-top: 0;
}

.field--type-image .field--item {
  width: auto !important;
  min-height: auto !important;
}

.field--type-image .field--item img {
  width: 129px;
}

/*MARGENES DE BLOQUES INFERIORES EN EXPOSICIONES*/

.field--name-field-instituciones-colaboradora .field--label,
.field--name-field-instituciones-coorganiza .field--label,
.field--name-field-instituciones-apoyo .field--label {
  padding-top: 20px !important;
}

/*ESTILOS DE ENCABEZADOS EN COLUMNA DERECHA DE EXPOSICIONES*/

.node--type-exposiciones .group-right .field--name-field-actividades-asociadas .field--label,
.node--type-exposiciones .group-right .field--name-field-pub-asoc .field--label,
.node--type-exposiciones .group-right .field--name-field-contenido-relacionado .field--label {
  font-size: 24px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0 !important;
  font-weight: 400;
}

.node--type-exposiciones .group-right .field--name-field-contenido-relacionado .field--label {
  margin: 0px !important
}

/*ESTILOS EN CALENDARIO DE EVENTOS*/
/*Estilos de los dias de la semana en la acbecera*/
.node--type-exposiciones .group-right #calendar-and-day-container .fc-view-container table .fc-head .fc-day-header {
  text-transform: uppercase;
  color: #cccccc;
  font-weight: 200;
}

/*Estilo del dia en que nos encontramos*/
.node--type-exposiciones .group-right #calendar-and-day-container .fc-view-container table .fc-body .fc-day-grid .fc-bg table td.fc-today {
  /*border: 1px solid hsl(0, 0%, 40%);*/
  /*border-radius: 4px;
    background: none;
    box-shadow: 0 0 0 1px #333333;*/
  background: #FFFFFF;
}

td.fc-day-top.fc-tue.fc-today.fc-state-highlight .fc-day-number {
  border: 1px solid #333333 !important;
  border-radius: 4px !important;
  padding: 24px 17px;
}

/*Dia con evento*/
.node--type-exposiciones .group-right #calendar-and-day-container .fc-view-container table .fc-body .fc-day-grid .fc-bg table td.azul {
  /*border: 1px solid hsl(0, 0%, 40%);*/
  border-radius: 4px;
  background: none;

}

/*Seleccionar dia con evento*/
.node--type-exposiciones .group-right #calendar-and-day-container .fc-view-container table .fc-body .fc-day-grid .fc-content-skeleton table td.azul .fc-day-number:hover {
  font-weight: bold;
}


/*Centrar dias en el recuadro*/
.node--type-exposiciones .group-right #block-calendar-container *[data-date] {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*Actualizar estilos en informacion de dia seleccionado en el calendario*/

#block-calendar-container #day_info_container .cfecha {
  font-weight: bold;
}

#block-calendar-container #day_info_container .cevent_type i {
  font-style: normal !important;
}

#block-calendar-container #day_info_container .ctitle {
  font-style: italic;
}


/*EL MUSEO*/
/*Ajustar padding top del h1*/
.path-el-museo .block-fixed-block-contenttitulo-subhome-el-museo .field--name-body .page-header {
  padding-top: 1em;
}

/*Margenes laterales del contenido*/
.path-el-museo .main-container.container-fluid,
.path-coleccion .main-container.container-fluid,
.path-exposiciones .main-container.container-fluid,
.path-servicios .main-container.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

/*Eliminar linea de los dos ultimos contenidos sobre patrocinadores*/
.path-el-museo .bs-region--top-left .block-entity-blocknode:last-child .tipo-cabecera- .subhome-item>div:last-child {
  border-bottom: none;
}

.path-el-museo .bs-region--top-right .block-entity-blocknode:last-child .tipo-cabecera- .subhome-item>div:last-child {
  border-bottom: none;
}

/*AJUSTES EN COLECCION*/
/*Ajustar padding top del h1*/
.block-fixed-block-contenttitulo-subhome-coleccion .field--name-body .page-header {
  padding-top: 1em;
}

/*PREMIOS*/
/*Ajuste de margen superior en galeria*/

.path-coleccion .taxonomy-term--type-categoria-premios .group-footer .slick--field-premio-galeria {
  padding-top: 30px
}

.path-coleccion .taxonomy-term--type-categoria-premios .group-footer .slick--field-premio-galeria .pagingInfo {
  top: 0px;
}

.path-coleccion .taxonomy-term--type-categoria-premios .group-footer .slick--field-premio-galeria .slick__arrow {
  top: 20px;
}

/*PUBLICACIONES*/
/*Pasar colaboradores debajo de su encabezado*/

.node--type-publicaciones .field--name-field-instituciones-colaboradora .field--label {
  float: none !important;
}

/*SERVICIOS*/
/*Ajustar padding top del h1*/
.path-servicios .page-header {
  padding-top: 1em !important;
}

/*MAQUETACION NAIPE EXPOSICIONES, AGENDA, MUSEO, PUBLICACIONES */

.view-display-id-block_exposiciones_actuales .masonry,
.view-agenda-detalle .masonry,
.view-publicaciones .masonry,
.view-el-museo .masonry,
.view-servicios .masonry {
  width: auto;
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0;
  display: block;
}

@media screen and (min-width: 1024px) {

  .view-display-id-block_exposiciones_actuales .masonry,
  .view-agenda-detalle .masonry,
  .view-publicaciones .masonry,
  .view-el-museo .masonry,
  .view-servicios .masonry {
    margin-left: -30px;
    margin-right: -30px;
  }

}

.view-display-id-block_exposiciones_actuales .masonry-item,
.view-agenda-detalle .masonry-item,
.view-publicaciones .masonry-item,
.view-el-museo .masonry-item,
.view-servicios .masonry-item {
  width: 100%;
  list-style: none;
  margin-bottom: 80px;
  padding: 0px;
  font-size: 18px !important;
}

.view-agenda-detalle .masonry-item .tipo-cabecera-17 {
  padding: 20px;
  font-family: "Times New Roman", Georgia, Times, serif !important;

}

@media (min-width: 767px) {

  .view-display-id-block_exposiciones_actuales .masonry-item,
  .view-agenda-detalle .masonry-item,
  .view-publicaciones .masonry-item,
  .view-el-museo .masonry-item,
  .view-servicios .masonry-item {
    padding: 0 30px;
    width: 50%;
  }
}

@media (min-width: 1024px) {

  .view-display-id-block_exposiciones_actuales .masonry-item,
  .view-agenda-detalle .masonry-item,
  .view-publicaciones .masonry-item,
  .view-el-museo .masonry-item,
  .view-servicios .masonry-item {
    width: 33.3%;
  }
}

.view-display-id-block_exposiciones_actuales .masonry-item .field--name-field-fechas,
.view-agenda-detalle .masonry-item .field--name-field-categoria-cabecera,
.view-agenda-detalle .masonry-item .field--name-field-fechas-txt-cabecera {
  text-align: left;
  font-size: 18px;
}


.view-display-id-block_exposiciones_actuales .masonry-item .field--type-image,
.view-agenda-detalle .masonry-item .field--type-image,
.view-publicaciones .masonry-item .media--image {
  padding-bottom: 20px;
}



.view-display-id-block_exposiciones_actuales .masonry-item .field--name-node-title h2,
.view-agenda-detalle .masonry-item h2 {
  text-align: center;
  margin: 20px 0px 50px 0px;
  line-height: 0.5;
}

.view-publicaciones .masonry-item h2,
.view-el-museo .masonry-item h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
}

.view-display-id-block_exposiciones_actuales .masonry-item .field--name-node-title h2 a,
.view-agenda-detalle .masonry-item h2 a,
.view-publicaciones .masonry-item h2 a,
.view-el-museo .masonry-item h2 a {
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}

/*Eliminar margen en los items de la pagina el museo para que coja el general*/

.view-el-museo .masonry-item .simple_page {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/*Añadir linea final del item*/
.view-display-id-block_exposiciones_actuales .masonry-item .field--name-field-entradilla,
.view-agenda-detalle .masonry-item .field--name-field-entradilla,
.view-publicaciones .masonry-item .field--name-field-entradilla,
.view-el-museo .masonry-item .field--name-field-entradilla,
.view-servicios .masonry-item .field--name-field-entradilla {
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
  margin-bottom: 0px;
  font-size: 18px !important;
}



/*Quitar linea en el ultimo item en movil*/
.view-display-id-block_exposiciones_actuales .masonry-item:last-child .field--name-field-entradilla,
.view-agenda-detalle .masonry-item:last-child .field--name-field-entradilla,
.view-publicaciones .masonry-item:last-child .field--name-field-entradilla,
.view-el-museo .masonry-item:last-child .field--name-field-entradilla,
.view-servicios .masonry-item:last-child .field--name-field-entradilla {
  border-bottom: none;
}

/*Quitar linea de los dos ultimos items en tablet*/
@media (min-width: 767px) {

  .view-display-id-block_exposiciones_actuales .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla,
  .view-agenda-detalle .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla,
  .view-publicaciones .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla,
  .view-el-museo .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla,
  .view-servicios .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla {
    border-bottom: none;
  }
}

/*Quitar linea de los tres ultimos items en desktop*/
@media (min-width: 1024px) {

  .view-display-id-block_exposiciones_actuales .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla,
  .view-agenda-detalle .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla,
  .view-publicaciones .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla,
  .view-el-museo .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla,
  .view-servicios .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla {
    border-bottom: none;
  }
}

/*Quitar margen en el ultimo item en movil*/
.view-display-id-block_exposiciones_actuales .masonry-item:last-child,
.view-agenda-detalle .masonry-item:last-child,
.view-publicaciones .masonry-item:last-child,
.view-el-museo .masonry-item:last-child,
.view-servicios .masonry-item:last-child {
  margin-bottom: 0px;
}

/*Quitar margen de los dos ultimos items en tablet*/
@media (min-width: 767px) {

  .view-display-id-block_exposiciones_actuales .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla,
  .view-agenda-detalle .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla,
  .view-publicaciones .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla,
  .view-el-museo .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla,
  .view-servicios .masonry-item:nth-last-child(-n+2) .field--name-field-entradilla {
    border-bottom: none;
  }
}

/*Quitar margen de los tres ultimos items en desktop*/
@media (min-width: 1024px) {

  .view-display-id-block_exposiciones_actuales .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla,
  .view-agenda-detalle .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla,
  .view-publicaciones .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla,
  .view-el-museo .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla,
  .view-servicios .masonry-item:nth-last-child(-n+3) .field--name-field-entradilla {
    border-bottom: none;
  }
}

/*Quitar linea del div principal en nueva pagina museo*/

.view-el-museo .subhome-item>div,
.view-servicios .subhome-item>div {
  border-bottom: none;
}

/*FINAL MAQUETACION NAIPE EXPOSICIONES*/
/*MAQUETACION HOME*/
.path-frontpage .layout__region--top h2 a,
.path-frontpage .layout__region--first-above h2 a,
.path-frontpage .layout__region--second-above h2 a,
.path-frontpage .layout__region--first-below h2 a,
.path-frontpage .layout__region--second-below h2 a {
  text-transform: uppercase;
  font-size: 23px;
  padding: 0;
}

.path-frontpage .layout__region--top h2,
.path-frontpage .layout__region--first-above h2,
.path-frontpage .layout__region--second-above h2,
.path-frontpage .layout__region--first-below h2,
.path-frontpage .layout__region--second-below h2 {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 0;
}

.path-frontpage .exposicion .field--type-image,
.path-frontpage .Actividad .field--type-image,
.path-frontpage .simples .field--type-image,
.path-frontpage .Artwork .field--type-image {
  margin-bottom: 30px;
}

/*Agenda*/
.path-frontpage .layout__region--middle .block-views-blockagenda-block-1 .block-title {
  font-weight: 400;
  margin-top: 75px;
  margin-bottom: 90px;
  padding: 0;
}

.path-frontpage .layout__region--middle .block-views-blockagenda-block-1 .agenda-actividades {
  border-top: 1px solid #333333;
  padding-top: 35px;
}

.path-frontpage .layout__region--middle .block-views-blockagenda-block-1 .agenda-actividades ul {
  margin-bottom: 31px;
}

.path-frontpage .layout__region--middle .block-download-agenda-block {
  padding: 80px 0 50px;
}

/*Ajustes de margenes y espacios*/
.path-frontpage .layout--twocol-bricks .layout--twocol-bricks {
  padding: 0 30px;
}

.path-frontpage .layout--twocol-bricks .layout__region--first-above,
.path-frontpage .layout--twocol-bricks .layout__region--second-above,
.path-frontpage .layout--twocol-bricks .layout__region--first-below,
.path-frontpage .layout--twocol-bricks .layout__region--second-below {
  flex: initial;
  width: 100%;
  display: inline-block;
  padding: 0 30px;
}

@media (min-width: 768px) {

  .path-frontpage .layout--twocol-bricks .layout__region--first-above,
  .path-frontpage .layout--twocol-bricks .layout__region--second-above,
  .path-frontpage .layout--twocol-bricks .layout__region--first-below,
  .path-frontpage .layout--twocol-bricks .layout__region--second-below {
    flex: initial;
    width: 50%;
    display: inline-block;
    padding: 0 30px;
  }
}

.path-frontpage .layout--twocol-bricks .layout__region--first-above .block-region-first-above,
.path-frontpage .layout--twocol-bricks .layout__region--second-above .block-region-second-above,
.path-frontpage .layout--twocol-bricks .layout__region--first-below .block-region-first-below,
.path-frontpage .layout--twocol-bricks .layout__region--second-below .block-region-second-below {
  max-width: initial;
}

/*MOSTRAR ICONOS DE DESPLAZAMIENTO EN GALERIA*/
.slick--field-galeria-images .slick-prev:before,
.slick--field-galeria-images .slick-next:before {
  font-family: 'iconos-ca2m' !important
}

/*ESTILOS DE GALERIA EN EXPOSICIONES*/

.slick--field-galeria-images .slick__slider .slick-list {
  min-height: min-content !important;
}

/*NUEVA AGENDA*/
.path-agenda .dialog-off-canvas-main-canvas {
  background: #ceebe1;
}

.agenda-date-form {
  text-align: center;
}

.agenda-date-form a {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  display: block;
  margin: 15px 0;
}

.agenda-date-form a.datepicker-close-icon {
  display: inline-block;
  margin: 15px 0 15px 15px;
}

.agenda-datepicker-wrapper {
  display: block;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .agenda-date-form a {
    display: inline;
    margin: 0 0 0 90px;
  }

  .agenda-datepicker-wrapper {
    display: inline-block;
    margin: 0;
    width: 300px;
  }
}

.agenda-datepicker-wrapper .panel-default {
  border: 0;
  box-shadow: none;
}

.agenda-datepicker-wrapper .panel-body {
  background: #ceebe1;
  padding: 0;
  position: relative;
}

.agenda-datepicker-wrapper .panel-body .form-group {
  margin-bottom: 0;
  background: #ceebe1;
  height: 30px;
}

.agenda-date-form .form-item-datepicker label {
  font-size: 18px !important;
  font-weight: normal !important;
  text-transform: uppercase;
}

.agenda-date-form .form-item-datepicker label:before {
  content: '';
  width: 24px;
  height: 20px;
  background: url(../images/ico-calendario.png);
  display: inline-block;
  padding-right: 1.8em;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}

.agenda-date-form .form-item-datepicker .input-group {
  opacity: 0;
  width: 0;
}

.agenda-view-header {
  border-width: thin;
  text-align: center;
  text-transform: uppercase;
  padding-top: 4em;
  padding-bottom: 2em;
  color: #D00103;
  font-weight: 400;
  font-size: 28px;
}

.slick-prev,
.slick-next {
  color: transparent !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: none !important;
}

.agenda-datepicker-events {
  border-radius: 5px;
  margin-top: 15px;
  position: absolute;
  z-index: 1;
}

.agenda-datepicker-events .has-events {
  width: auto !important;
}

.agenda-datepicker-events .has-events a {
  border-radius: 5px !important;
  background: #FFFFFF !important;
}

.agenda-datepicker-events:before {
  content: '';
  display: block;
  height: 12px;
  background: url(../images/ico-calendar.png) top center no-repeat;
  width: 100%;
  top: -10px;
  background-size: 12px 12px;
  position: absolute;
}

.ui-datepicker.ui-widget .ui-state-default,
.ui-widget-content .ui-state-default {
  display: block;
}

.ui-widget-content .ui-datepicker-today a.ui-state-default.ui-state-highlight {
  border: 1px solid #333 !important;
  border-radius: 5px !important;
}

.view-id-agenda_detalle .views-view-grid {
  border-bottom: 1px solid #333;
}

.view-id-agenda_detalle .views-view-grid .subhome-item>div:last-child {
  border-bottom: none !important;
}

.agenda-date-form .agenda-datepicker-events a,
.agenda-date-form .agenda-datepicker-events .form-item-datepicker {
  margin: 0;
}

.block-next-agenda-block {
  text-align: center;
}

.block-next-agenda-block ul li {
  display: block;
  list-style: none;
  margin: 15px 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .block-next-agenda-block ul li {
    display: inline-block;
    margin: 0 30px;
  }
}

.block-next-agenda-block ul li:first-child a:hover,
.block-next-agenda-block ul li:first-child a:focus,
.block-next-agenda-block ul li:last-child a:hover,
.block-next-agenda-block ul li:last-child a:focus {
  text-decoration: none;
}

.block-next-agenda-block ul li:first-child a span,
.block-next-agenda-block ul li:last-child a span {
  display: none;
}

.block-next-agenda-block ul li:first-child a:before {
  display: block;
  font-family: 'iconos-ca2m';
  content: '\e901';
  font-size: 15px;
}

.block-next-agenda-block ul li:last-child a:after {
  display: block;
  font-family: 'iconos-ca2m';
  content: '\e900';
  font-size: 15px;
}

/*FIN NUEVA AGENDA*/

.col-sm-12.bs-region.bs-region--middle,
.col-sm-12.bs-region.bs-region--bottom,
.col-sm-4.bs-region.bs-region--bottom-right {
  padding: 0;
}


/*BLOQUE PROXIMOS EVENTOS DE AGENDA*/
.next-activities-block {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42857143;
  width: 100%;
  margin: 0 auto;
}

.next-activities-block .next-activities {
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .next-activities-block {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .next-activities-block {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .next-activities-block {
    width: 60%;
  }
}

.next-activities-block h2 {
  border-width: thin;
  text-align: center;
  text-transform: uppercase;
  padding-top: 4em;
  padding-bottom: 2em;
  color: #D00103;
  font-weight: 400;
  font-size: 28px;
}

.next-activities>li {
  border-top: 1px solid #333;
  padding-top: 35px;
  margin-top: 45px;
}

.next-activity-date {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
  margin-top: -10px;
}

.next-activities-rows {
  display: inline-block;
  list-style: none;
  width: 100%;
}

@media (min-width: 768px) {
  .next-activities-rows {
    width: 75%;
  }
}

.next-activities-rows li {
  margin-bottom: 45px;
}

ul.next-activities {
  list-style: none;
  padding: 0;
}

ul.next-activities li .next-activity-date h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

ul.next-activities li .next-activity-date h4 {
  font-size: 20px;
}

.next-activities-rows-time {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  min-width: 107px;
}

.next-activities-rows-info {
  display: inline-block;
  margin-left: 0px;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 768px) {
  .next-activities-rows-info {
    width: 65%;
    margin-left: 52px;
  }
}

.next-activities-event-title h4 {

  font-weight: bold;
}

.next-activities-rows-agrupadores-info h4:first-child {
  color: #D00103;
  text-transform: initial;
}


ul.next-activities-rows-agrupadores {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}

.view-agenda-detalle {
  text-align: center;
}

.view-agenda-detalle h4

/*.view-agenda-detalle span*/
  {
  text-align: center;
  display: inline-block;
  max-width: 700px;
  background: black;
  padding: 1.5em 1.3em;
  color: white;
  text-transform: uppercase;
}


.all-events-link{
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 6em auto;
}

.path-frontpage section[class*="blockagenda"] {
  margin: 0px;
}

.view-agenda-programs {
  letter-spacing: normal;
  font-family: inherit;
  margin-bottom: 5em;
}
.download-program-link {
  display: block;
  text-align: center;
  margin: 80px 0;
}

.download-program-link a {
  text-decoration: underline;
}

.download-program-link a:hover,
.download-program-link a:focus {
  text-decoration: none;
}

.all-events-link a {
  width: auto;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 1em 2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* FIN BLOQUE PROXIMOS EVENTOS DE AGENDA*/
.field--name-field-dirigido-rango {
  margin-bottom: 50px;
}

/* CALENDARIO EVENTOS EN NODO */
.view-schedule-eventos-agenda .ui-datepicker.ui-widget {
  background: #FFFFFF;
  border-color: #FFFFFF;
  width: 100%;
}

.view-schedule-eventos-agenda .ui-widget-header {
  background: #FFFFFF;
}

.view-schedule-eventos-agenda .ui-datepicker-title {
  font-weight: 400;
  margin-top: -5px;
}

.view-schedule-eventos-agenda .ui-datepicker-calendar th {
  color: #000000;
  text-transform: initial;
  font-weight: bold !important;
}

.view-schedule-eventos-agenda .ui-datepicker-calendar tbody {
  border-bottom: 1px solid #000000;
}

.view-schedule-eventos-agenda .ui-datepicker td {
  padding: 10px 1px;
}

.view-schedule-eventos-agenda .ui-datepicker td a {
  width: auto !important;
}

.view-schedule-eventos-agenda .ui-datepicker td.has-events a {
  background: #CEEBE1;
  padding: 7px 0px;
}

.view-schedule-eventos-agenda .form-group {
  margin-bottom: 50px;
}

.view-schedule-eventos-agenda .view-content .views-row {
  margin-bottom: 20px;
}

.view-schedule-eventos-agenda .view-content .views-row .views-field-field-fecha-del-evento {
  font-weight: bold;
}

.view-schedule-eventos-agenda .view-content .views-row .views-field-title {
  font-style: italic;
}



/* COLABORACIONES */
.group-right .field--name-field-instituciones-patrocinador .field--items .field--item,
.group-right .field--name-field-instituciones-coproduce .field--items .field--item,
.group-right .field--name-field-instituciones-coorganiza .field--items .field--item,
.group-right .field--name-field-instituciones-colaboradora .field--items .field--item,
.group-right .field--name-field-instituciones-apoyo .field--items .field--item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 20px;
}

.group-right .field--name-field-instituciones-patrocinador .field--items .field--item .col-sm-12,
.group-right .field--name-field-instituciones-coproduce .field--items .field--item .col-sm-12,
.group-right .field--name-field-instituciones-coorganiza .field--items .field--item .col-sm-12,
.group-right .field--name-field-instituciones-colaboradora .field--items .field--item .col-sm-12,
.group-right .field--name-field-instituciones-apoyo .field--items .field--item .col-sm-12 {
  padding: 0 !important;
}

.field--name-field-persona-nombre,
.field--name-field-apellidos {
  width: auto !important;
}

.field--name-field-persona-nombre {
  margin-bottom: 0 !important;
}

.node--type-instituciones,
.node--type-personas {
  margin: 0;
}

.group-right .field--name-field-instituciones-patrocinador .field--label,
.group-right .field--name-field-instituciones-coproduce .field--label,
.group-right .field--name-field-instituciones-coorganiza .field--label,
.group-right .field--name-field-instituciones-colaboradora .field--label,
.group-right .field--name-field-instituciones-apoyo .field--label {
  display: block;
  width: 100%;
}

/*-- fin colaboraciones */

/* BOTON DESCARGA GALERIA */
a.slide__media_download {
  float: right;
  margin-top: 7px;
  text-transform: uppercase;
}

.block-next-activities-block {
  background: #ceebe1;
}

/*FONDO DE AGENDA EN ACTIVIDADES DE CINE*/

.es-cine .view-schedule-eventos-agenda .ui-datepicker.ui-widget,
.es-cine .view-schedule-eventos-agenda .ui-widget-header {
  background: none;
}

.es-cine .view-schedule-eventos-agenda .ui-datepicker.ui-widget {
  border-color: #000000;
}

.es-cine .view-schedule-eventos-agenda .ui-datepicker-calendar th {
  color: #ffffff;
}

.es-cine .ui-datepicker.ui-widget .ui-datepicker-calendar thead,
.es-cine .view-schedule-eventos-agenda .ui-datepicker-calendar tbody {
  border-bottom: 1px solid #ffffff;
}

.es-cine .ui-widget-content .ui-datepicker-today a.ui-state-default.ui-state-highlight {
  border: 1px solid #ffffff !important;
}

.es-cine .ui-widget-header .ui-state-hover {
  color: #000000 !important;
}

/*ALTURA DE CALENDARIO*/
.field--name-field-fechas-txt-cabecera {
  margin-bottom: 2em !important;
}

/*COLOR TITULO CALENDARIO*/

.es-cine .ui-datepicker-title .ui-datepicker-month,
.es-cine .ui-datepicker-title .ui-datepicker-year {
  color: #ffffff;
}

/*COLOR ENLACE CALENDARIO CINE*/
.es-cine .ui-datepicker td.has-events a {
  color: #000000 !important;
}

/*COLOR ENLACES EDICION CINE*/

.es-cine .contextual-links a {
  color: initial !important;

}

/*AJUSTES DE FECHA EN PRENSA*/

.view-prensa .field--name-field-imagen-principal {
  padding-bottom: 20px;
}

.view-prensa .field--name-field-fecha-nota-prensa {
  text-transform: uppercase;
  text-align: left;
}

/*AJUSTE DE ESPACIOS H2 PENSAMIENTO*/

.path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales h2 {
  padding: 2em 0px;
}

/*BOTON FORMULARIO DE INSCRIPCION PENSAMIENTO Y ACTIVIDADES*/

.page-node-type-pensamiento-comunidad .field--name-field-inscripcion-formulario a,
.page-node-type-actividades .field--name-field-inscripcion-formulario a {
  width: max-content;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

/*ESTILO DE LABEL FECHA DE INSCRIPCION*/

.page-node-type-pensamiento-comunidad .field--name-field-inscripcion .field--label,
.page-node-type-pensamiento-comunidad .field--name-field-inscripcion .field--item {
  color: #333333 !important;
  text-transform: none !important;
  font-size: 18px !important;

}

/*AMPLIAR MARGIN BOTTOM DE LAS FECHAS DE LA COLUMNA DERECHA */
.page-node-type-actividades .group-right .field--label-above {
  margin-bottom: 2em !important;
}

/*LOGOS DE COMPARTIR EN INGLES*/

.a2a_kit a .a2a_svg {
  display: none;
}

/*CAMBIAR COLOR DE TITULOS EN TIPO CINE*/
.es-cine .group-right .field--label,
.es-cine .field--name-field-contenido-relacionado .field--label {
  color: #ffffff;
}

/*UNIFICAR ENCABEZADOS COLUMNA DERECHA*/

.page-node-type-actividades .group-right .field--label,
.node--type-exposiciones .group-right .field--label,
.page-node-type-pensamiento-comunidad .group-right .field .field--label,
.view-schedule-eventos-agenda .ui-datepicker-title {
  font-size: 20px !important;
  font-weight: 400;
}


/*OCULTAR FILTROS EXPUESTOS EN ACTIVIDADES, EDUCACION, PENSAMIENTO*/
.navbar-header form .form-inline {
  display: none !important;
}

/*OCULTAR TITULO PAGINA EDUCACIÓN COMO ESTA CON COMUNIDAD EDUCACITVA*/

.path-educacion .region-content>.page-header {
  display: none;
}

.path-educacion .block-views-exposed-filter-blockcomunidad-educativa-block-com-edu-actuales h2 {
  border-top: none;
}

/*AJUSTE DE ESPACIOS NOTICIAS EXTERNAS EN PRENSA*/
/*Añadir el margen al bloque de contacto*/
.page-node-type-noticias .field--name-field-contacto {
  margin-bottom: 40px;
}

/*Eliminar el margen de los archivos adjuntos*/
.page-node-type-noticias .field--name-field-materiales-prensa {
  padding-top: 0px;
}

/* artistas exposiciones a 2 columnas */
@media (min-width: 768px) {
  .col1-artistas {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
}


/*MOSTRAR FLECHAS EN GALERIA DE PREMIOS*/
.slick--field-premio-galeria .slick-prev:before,
.slick--field-premio-galeria .slick-next:before {
  font-family: 'iconos-ca2m' !important;
}

/*AJUSTAR FORMATO ENLACE DESCARGAR GALERIA EN PREMIOS*/

.path-coleccion .views-view-grid a {
  margin-top: 7px;
  font-size: 18px;
  padding: initial;
}


/*AJUSTAR DIV SOBRE EL MENÚ EN EDICION*/

.user-logged-in .block-faldon-search-block {
  position: initial;
}

/*AJUSTAR TAMAÑO DE FUENTE EN ENTRADILLA DE EXPOSICIONES*/

.layout__region--content .field--name-field-entradilla {
  font-size: 18px;
}

/* IMAGE CAPTION */
div.image-caption {
  /*max-width: 912px;*/
  margin: 0 auto;
}

div.image-caption div.image-caption__inner {
  position: relative;
}

/* "Frame" like behaviour without adding fill effect due to background color. */
/* @see /admin/config/media/image-styles/manage/galeria_imagen */
div.image-caption.style-galeria-imagen div.image-caption__inner {
  padding-bottom: 66.669%;
}

div.image-caption.style-galeria-imagen figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
}

/* Caption */
div.image-caption figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .7);
  padding: 5px;
  text-align: center;
  font-size: .9em;
}

@media (min-width: 768px) {
  div.image-caption figure figcaption {
    padding: 10px;
    font-size: 1em;
  }
}

/* Dark mode */
body.es-cine div.image-caption figure figcaption {
  background: rgba(0, 0, 0, .7);
}

/* Hide caption while loading */
.media--loading div.image-caption figure figcaption {
  display: none;
}

.slick--field-galeria-images--full {
  margin: 6rem 0 3rem;
}


/* NEWSLETTER */
.block-newsletter {
  background: #ECECEC;
}

.block-newsletter iframe {
  border: 0px;
}

.path-subscribe-newsletter iframe {
  border: 0px;
}

.block-mdirector-press iframe {
  border: 0px;
}

/* OCULTAR TITULO H1 COLECCION */

.path-coleccion .region-content h1 {
  display: none;
}

.path-collection .region-content h1 {
  display: none;
}

.path-coleccion .region-content .row h1 {
  display: block;
}

.path-collection .region-content .row h1 {
  display: block;
}

/*ICONOS DE RECES EN CINE */

body.es-cine .a2a_button_facebook:before,
body.es-cine .a2a_button_twitter:before,
body.es-cine .a2a_button_mail:before {
  color: #ffffff;
}

/*MAQUETACION VIDEOS DE CABECERA*/
.group-header .field--name-field-audiovisual-principal {
  margin: 17px auto 1em;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .group-header .field--name-field-audiovisual-principal {
    margin: 60px auto 1em;
    max-width: 75%;
  }
}

/*AJUSTES ACCESIBILIDAD*/
.field--name-node-title h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
}

.page-node-type-actividades .group-header h1 {
  text-transform: uppercase;
  font-size: 40px;
}

.slick-list:focus,
.slick__slide:focus,
.slick__arrow:focus,
.slick-arrow:focus {
  outline: 1px solid #dad5d5 !important;
  border: 1px solid #c9c9c9 !important;
}

#block-ca2m-theme-searchiconblock .contextual {
  top: -10px;
  right: -30px;
}

/*LAYOUT CONTENIDOS IGUAL QUE PREMIOS*/

.page-node-type-noticias .node--type-noticias,
.page-node-type-pages-simple .node--type-pages-simple {
  width: 66.66666667%;
  margin-left: 16.66666667%;
  padding: 20px;

}

@media screen and (max-width: 992px) {

  .page-node-type-noticias .node--type-noticias,
  .page-node-type-pages-simple .node--type-pages-simple {
    width: 100%;
    padding: 30px;
    margin-left: 0px;
  }
}

/*LAYOUT DE TIPO DE TAXOOMIA PREMIOS */

.path-taxonomy.categoria_premios .page-header {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #333333;
  padding-top: 6px;
  padding-bottom: 0;
  margin-bottom: 6px;
}

@media screen and (max-width: 992px) {
  .path-taxonomy.categoria_premios .page-header {
    width: 225px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 25px;
  }
}

.path-taxonomy.categoria_premios .field--name-field-premio-titulo {
  display: none;
}

.path-taxonomy.categoria_premios .taxonomy-term--type-categoria-premios {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .path-taxonomy.categoria_premios .taxonomy-term--type-categoria-premios {
    width: 100%;
    padding: 30px;
    margin-left: 0px;
  }
}

.path-taxonomy.categoria_premios .view-header {
  padding: 0 13px;
}

.path-taxonomy.categoria_premios .blazy--field-premio-imagen-principal {
  margin: 2em auto;
  margin-top: 55px;
  max-width: 990px;
  text-align: center;
}

.path-taxonomy.categoria_premios article.premios,
.path-taxonomy.categoria_premios .feed-icons {
  display: none;
}

.path-taxonomy.categoria_premios .group-middle a {
  text-transform: uppercase;
}

/* RESETEAR LETTER SPACING EN PRENSA*/
.layout__region--content .field--name-node-title,
.views-element-container .field--name-node-title {

  letter-spacing: 0em;
}

/*MEJORAS RESPONSIVE*/

/*Igualar Fuentes h1*/
.main-container h1.block-title,
.path-coleccion .region-content .row h1,
.next-activities-block h2,
.page-node-type-actividades .group-header h1,
.field--name-node-title h1,
.page-node-type-exposiciones .group-header h1,
.page-node-type-pensamiento-comunidad .group-header h1 {
  font-size: 25px;
  padding: 1em 0;
}

/*Igualar Fuentes h2*/
.path-frontpage .layout__region--top h2,
.path-frontpage .layout__region--first-above h2,
.subhome-item h2,
.path-coleccion .Páginas.simples .simple_page h2,
.path-coleccion .views-view-grid a h2,
.view-display-id-block_exposiciones_actuales .masonry-item .field--name-node-title h2,
.path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales h2,
.view-publicaciones .masonry-item h2,
.path-frontpage .layout__region--second-above h2,
.path-agenda .view-agenda-detalle .masonry-item h2 {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Igualar enlaces fuentes h2*/
.path-frontpage .layout__region--top h2 a,
.path-frontpage .layout__region--first-above h2 a,
.subhome-item h2 a,
.path-coleccion .Páginas.simples .simple_page h2 a .path-coleccion .views-view-grid a h2 a,
.view-display-id-block_exposiciones_actuales .masonry-item .field--name-node-title h2 a,
.path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales h2 a,
.view-publicaciones .masonry-item h2 a,
.path-frontpage .layout__region--second-above h2 a,
.path-agenda .view-agenda-detalle .masonry-item h2 a {
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  display: block;
}

/*Igualar subtitulos*/
.Publicacion .field--name-field-subtitulo {
  font-size: 20px;
}

/*Estructura de la home en movil*/
.path-frontpage .layout--twocol-bricks .layout__region--first-above,
.path-frontpage .layout--twocol-bricks .layout__region--second-above,
.path-frontpage .layout--twocol-bricks .layout__region--first-below,
.path-frontpage .layout--twocol-bricks .layout__region--second-below {
  padding: 0 15px;
}

.path-frontpage .layout--twocol-bricks .layout--twocol-bricks {
  padding: 0;
}

/*Resetear margenes de paginas*/
/*Resetear margenes el museo*/
.path-el-museo .main-container.container-fluid,
.path-el-museo section.col-sm-12,
.path-el-museo .col-sm-12.bs-region,
/*Resetear margenes en pagina visita*/
.path-visita .main-container.container-fluid,
.path-visita section.col-sm-12,
.path-visita .col-sm-12.bs-region,
/*Resetear margenes en pagina coleccion*/
.path-coleccion .main-container.container-fluid,
.path-coleccion .col-sm-12.bs-region,
.path-coleccion section.col-sm-12,
/*Resetear margenes en pagina exposiciones*/
.path-exposiciones .main-container.container-fluid,
.path-exposiciones section.col-sm-12,
/*Resetear margenes en pagina actividades*/
.path-actividades .main-container.container-fluid,
.path-actividades section.col-sm-12,
/*Resetear margenes en pagina pensamiento*/
.path-pensamiento .main-container.container-fluid,
.path-pensamiento section.col-sm-12,
/*Resetear margenes en pagina educaicon*/
.path-educacion .main-container.container-fluid,
.path-educacion section.col-sm-12,
/*Resetear margenes en pagina publicaciones*/
.path-publicaciones .main-container.container-fluid,
.path-publicaciones section.col-sm-12,
/*Resetear margenes en pagina prensa*/
.path-prensa .main-container.container-fluid,
.path-prensa section.col-sm-12,
/*Resetear margenes en tipos de contenido*/
.page-node-type-actividades section.col-sm-12,
.page-node-type-exposiciones section.col-sm-12,
.page-node-type-noticias section.col-sm-12,
.page-node-type-noticias .node--type-noticias,
.page-node-type-pensamiento-comunidad section.col-sm-12,
.page-node-type-publicaciones section.col-sm-12,
.categoria_premios section.col-sm-12,
.path-agenda section.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

div[role=heading] {
  padding-left: 0px;
  padding-right: 0px;
}

.path-el-museo .main-container.container-fluid,
.path-visita .main-container.container-fluid,
.path-coleccion .main-container.container-fluid,
.path-exposiciones .main-container.container-fluid,
.path-actividades .main-container.container-fluid,
.path-pensamiento .main-container.container-fluid,
.path-educacion .main-container.container-fluid,
.path-publicaciones .main-container.container-fluid,
.path-prensa .main-container.container-fluid,
.page-node-type-actividades .main-container.container-fluid,
.page-node-type-exposiciones .main-container.container-fluid,
.page-node-type-pensamiento-comunidad .main-container.container-fluid,
.page-node-type-noticias .main-container.container-fluid,
.page-node-type-publicaciones .main-container.container-fluid,
.path-agenda .main-container.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.path-el-museo .row.bs-1col,
.path-visita .row.bs-1col {
  margin-left: 0;
  margin-right: 0;
}

.path-coleccion .row.bs-3col-bricked {
  margin-left: 0px;
  margin-right: 0px;
}

.path-coleccion .row.bs-3col-bricked .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}

.path-coleccion .row.bs-3col-bricked .col-sm-4 .noticia {
  padding-left: 15px;
  padding-right: 15px;
}

.views-view-grid.vertical {
  width: auto;
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}

.views-view-grid.vertical .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.page-node-type-noticias .group-header {
  width: 100%;
}

/*Enlaces con fondo negro*/
.more-link.form-group a {
  padding: 1em;
}

.field--name-node-title h1 {
  font-size: 25px;
}

/*Estilos en tipo de contenidos*/


@media screen and (min-width: 1024px) {

  /*Igualar Fuentes h1*/
  .main-container h1.block-title,
  .path-coleccion .region-content .row h1,
  .next-activities-block h2 {
    font-size: 28px;
    padding-top: 4em;
    padding-bottom: 2em;
  }

  /*Igualar Fuentes h2*/
  .path-frontpage .layout__region--top h2,
  .path-frontpage .layout__region--first-above h2,
  .subhome-item h2,
  .path-coleccion .Páginas.simples .simple_page h2,
  .path-coleccion .views-view-grid a h2,
  .view-display-id-block_exposiciones_actuales .masonry-item .field--name-node-title h2,
  .path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales h2,
  .view-publicaciones .masonry-item h2,
  .path-frontpage .layout__region--second-above h2,
  .path-agenda .view-agenda-detalle .masonry-item h2 {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 60px !important;
  }

  /*Igualar enlaces fuentes h2*/
  .path-frontpage .layout__region--top h2 a,
  .path-frontpage .layout__region--first-above h2 a,
  .subhome-item h2 a,
  .path-coleccion .Páginas.simples .simple_page h2 a,
  .path-coleccion .views-view-grid a h2 a,
  .view-display-id-block_exposiciones_actuales .masonry-item .field--name-node-title h2 a,
  .path-pensamiento .block-views-blockpensamientos-block-pensamientos-actuales h2 a,
  .view-publicaciones .masonry-item h2 a,
  .path-frontpage .layout__region--second-above h2 a,
  .path-agenda .view-agenda-detalle .masonry-item h2 a {
    padding: 0;
    font-size: 23px;
    line-height: 26px;
  }

  .Publicacion .field--name-field-subtitulo {
    font-size: 23px;
  }

  /*Estructura de la home en escritorio*/
  .path-frontpage .layout--twocol-bricks .layout--twocol-bricks {
    padding: 0 30px;
  }

  .path-frontpage .layout--twocol-bricks .layout__region--first-above,
  .path-frontpage .layout--twocol-bricks .layout__region--second-above,
  .path-frontpage .layout--twocol-bricks .layout__region--first-below,
  .path-frontpage .layout--twocol-bricks .layout__region--second-below {
    padding: 0 30px;
  }

  .breadcrumb {
    padding-left: 0
  }

  div[role=heading] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .path-el-museo .main-container.container-fluid,
  .path-visita .main-container.container-fluid,
  .path-coleccion .main-container.container-fluid,
  .path-exposiciones .main-container.container-fluid,
  .path-actividades .main-container.container-fluid,
  .path-pensamiento .main-container.container-fluid,
  .path-educacion .main-container.container-fluid,
  .path-publicaciones .main-container.container-fluid,
  .path-prensa .main-container.container-fluid,
  .page-node-type-actividades .main-container.container-fluid,
  .page-node-type-exposiciones .main-container.container-fluid,
  .page-node-type-pensamiento-comunidad .main-container.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }


  .path-el-museo section.col-sm-12,
  .path-visita section.col-sm-12,
  .path-coleccion .bs-3col-bricked .col-sm-12.bs-region,
  .path-exposiciones section.col-sm-12,
  .path-actividades section.col-sm-12,
  .path-pensamiento section.col-sm-12,
  .path-educacion section.col-sm-12,
  .path-publicaciones section.col-sm-12,
  .path-prensa section.col-sm-12,
  .page-node-type-actividades section.col-sm-12,
  .page-node-type-pensamiento-comunidad .section.col-sm-12,
  .path-agenda section.col-sm-12 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .path-coleccion .bs-3col-bricked .col-sm-12.bs-region--main {
    padding-left: 15px;
    padding-right: 15px;
  }


  .path-el-museo .row.bs-1col,
  .path-visita .row.bs-1col {
    margin-left: 0;
    margin-right: 0;
  }

  /*.path-coleccion .row.bs-3col-bricked{
            margin-left: -30px;
            margin-right: -30px;
        }*/

  .path-coleccion .row.bs-3col-bricked .col-sm-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .path-coleccion .row.bs-3col-bricked .col-sm-4 .noticia {
    padding-left: 0px;
    padding-right: 0px;
  }

  .views-view-grid.vertical {
    width: auto;
    margin: 0;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 0;
    display: block;
  }

  .views-view-grid.vertical .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .field--name-node-title h1,
  .page-node-type-actividades .group-header h1,
  .page-node-type-exposiciones .group-header h1,
  .page-node-type-pensamiento-comunidad .group-header h1 {
    font-size: 40px;
  }

  .page-node-type-noticias .group-header {
    width: 60%;
  }

}

/*AJUSTE EN SELECCTOR DE MES DE AGENDA*/
.agenda-month-list {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .agenda-month-list {
    padding-left: 1.5rem;
  }

}

/*-- entradillas items*/
.view-exposiciones .field--name-field-entradilla,
.view-actividades .field--name-field-entradilla,
.view-pensamientos .field--name-field-entradilla {
  font-size: 18px;
  margin-bottom: 50px;
}

.view-actividades .tipo-cabecera-17 .Actividad .field--name-field-entradilla {
  padding: 10px;
}

/*-- Menu Agenda en responsive*/
ul.menu--main .last {
  display: none;
}

@media screen and (max-width: 767px) {
  ul.menu--main .last {
    display: block;
  }
}

/*Ajuste en logo cabecera*/

.navbar .logo img {
  width: 35%;
}

/* addtoany icons */

.field-comparte .buttons-container a {
  padding-right: 50px;
}

/* Show items in a flex container */
.field--name-field-actividades-asociadas .field--items {
  display: flex;
  flex-wrap: wrap;
}
.field--name-field-actividades-asociadas .field--items .views-row {
  margin-bottom: 1em;
}
