/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1023px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 1023px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.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: "";
}
.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";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1023px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 1023px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.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;
}
.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.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;
}
.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;
}
.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;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > 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;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > 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;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > 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;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 1022px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  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;
  }
  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;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 1023px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1023px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 1023px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 1023px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.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: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.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;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.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: #fff;
  background-color: #398439;
  border-color: #255625;
}
.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;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.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: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.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;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.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: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.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;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.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: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.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;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1023px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-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;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-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;
}
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;
}
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;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
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;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1023px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1023px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1023px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1023px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 1023px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  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;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
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;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
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;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
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;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
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;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  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);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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;
}
.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;
}
.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;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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;
}
.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;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-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;
}
.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;
}
.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;
}
.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;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1023px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.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;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 1023px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.page-id-2208 .home_generalBigContainer:before,
.page-id-2208 .home_generalBigContainer:after,
.page-id-217 .home_generalBigContainer:before,
.page-id-217 .home_generalBigContainer:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.page-id-2208 .home_generalBigContainer:after,
.page-id-217 .home_generalBigContainer:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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: 1022px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 1022px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 1022px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 1022px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1023px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 1023px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 1023px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1022px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1023px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.textred {
  color: #EA2202 !important;
}
.textblack {
  color: #1A1A1A !important;
}
.bkggradient {
  background: linear-gradient(180deg, #f6f7f6 0%, rgba(214, 214, 211, 0.5) 72.12%, rgba(195, 191, 187, 0.5) 100%);
  padding-bottom: 3.4em;
  margin-bottom: 0 !important;
}
.bkggradient2 {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(214, 214, 211, 0.5) 72.12%, rgba(195, 191, 187, 0.5) 100%);
  padding-bottom: 3.4em;
  margin-bottom: 0 !important;
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Raleway Thin Italic'), local('Raleway-ThinItalic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptqg8zYS_SKggPNyCgwLrFoJfA.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwgqB_AtCe.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Raleway Light Italic'), local('Raleway-LightItalic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw5qN_AtCe.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway Italic'), local('Raleway-Italic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFv.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwvqJ_AtCe.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwkqV_AtCe.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCe.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Raleway ExtraBold Italic'), local('Raleway-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw6qd_AtCe.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Raleway Black Italic'), local('Raleway-BlackItalic'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwzqZ_AtCe.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNwE44TYFv.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwOIpWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwN4rWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIouWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Raleway Black'), local('Raleway-Black'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwK4vWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Crimson Text Italic'), local('CrimsonText-Italic'), url(https://fonts.gstatic.com/s/crimsontext/v10/wlpogwHKFkZgtmSR3NB0oRJfajhRK_M.ttf) format('truetype');
}
@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Crimson Text SemiBold Italic'), local('CrimsonText-SemiBoldItalic'), url(https://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajCOD-NS_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Crimson Text Bold Italic'), local('CrimsonText-BoldItalic'), url(https://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajDqDuNS_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Crimson Text Regular'), local('CrimsonText-Regular'), url(https://fonts.gstatic.com/s/crimsontext/v10/wlp2gwHKFkZgtmSR3NB0oRJfbwhW.ttf) format('truetype');
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Crimson Text SemiBold'), local('CrimsonText-SemiBold'), url(https://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJXsCxGDNNV.ttf) format('truetype');
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Crimson Text Bold'), local('CrimsonText-Bold'), url(https://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJX1C1GDNNV.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype');
}
/*
Theme Name: WP Museo Poldi Pezzoli
Theme URI: https://afterimagedesigns.com/museopoldipezzoli/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world:f "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.2.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: museopoldipezzoli
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Woocommerce
# Footer
--------------------------------------------------------------*/
.nomrgb {
  margin-bottom: 0 !important;
}
.nomrgt {
  margin-top: 0 !important;
}
.aticon-adjust::before {
  content: '\e601';
  color: #C3BFBB;
}
.aticon-font::before {
  content: '\e602';
  color: #C3BFBB;
}
.fa-search::before {
  content: "\f002";
  color: #FFF;
}
.text-white {
  color: #FFF !important;
}
@media screen and (max-width: 1023px) {
  .text-white {
    text-align: center;
  }
}
.text-cover {
  font-family: 'Raleway', sans-serif;
  font-size: 0.857em;
  font-weight: bold;
  margin-bottom: 0.7em !important;
}
@media screen and (max-width: 1023px) {
  .text-cover {
    text-align: center;
  }
}
.cover {
  z-index: 9;
}
.wpb_single_image .vc_figure-caption {
  color: #887F78;
  font-family: 'Raleway', sans-serif;
  margin-top: 1.3em !important;
  font-size: 0.84em !important;
  font-weight: 600;
}
a.prettyphoto:hover {
  text-decoration: none !important;
}
.vc_row.wpb_row:nth-child(odd) {
  margin-top: 3.4em;
  margin-bottom: 3.4em;
}
@media screen and (max-width: 1023px) {
  .vc_row.wpb_row:nth-child(odd) {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
  }
}
.vc_row.wpb_row:nth-child(even) {
  margin-top: 3.4em;
  margin-bottom: 3.4em;
}
@media screen and (max-width: 1023px) {
  .vc_row.wpb_row:nth-child(even) {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
  }
}
.vc_row.last {
  margin-bottom: 0 !important;
}
.vc_row.wpb_row .vc_row.wpb_row:nth-child(even) {
  margin-top: 1em;
  margin-bottom: 0;
}
/*
.vc_row.wpb_row .vc_row.wpb_row {
  @media @mobile-only {
    margin-left: 0;
    margin-right: 0;
  }

}
*/
.vc_row-has-fill[data-vc-full-width] {
  overflow: visible !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.breadcrumb {
  color: #3d3d3d;
  font-family: 'Raleway', sans-serif;
  margin-top: 0.9em !important;
  margin-bottom: 2em;
  font-size: 0.84em !important;
  font-weight: 600;
  background-color: transparent !important;
  padding: 0 !important;
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  color: #3d3d3d;
  text-decoration: none;
}
.breadcrumb a:last-child {
  color: #EA2202;
  text-decoration: none;
  font-weight: bold;
}
.bkggrey {
  position: relative;
}
.bkggrey .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  /*background: linear-gradient(0deg, #FFFFFF 0%, #D9D6D3 72.12%, #C3BFBB 100%);*/
  background: linear-gradient(0deg, #FFF 53%, #D9D6D3 88.12%, #C3BFBB 97%);
}
/*
.vc_figure-caption{

  font-size: 12px;

  line-height: 14px;
  margin-top: 16px;

}
*/
/*
.ctaprimaria{
  btn-border-default();
}

.ctasecondaria{
  btn-border-white();
}
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  font-size: 14px !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #1A1A1A;
}
a:active,
a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /*-webkit-appearance: button;*/
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
/*button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
*/
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/*
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.2em;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
}
h1,
.h1 {
  font-size: 2.857em;
  line-height: 1.19;
  margin-top: 0.66496em;
  margin-bottom: 0.5196em;
  font-family: 'Crimson Text';
}
@media screen and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 2.143em;
  }
}
h2,
.h2 {
  font-size: 1.239em;
  line-height: 1.19;
  margin-top: 1.36789em;
  margin-bottom: 1.1565em;
  font-weight: 600;
  text-transform: uppercase;
}
h3,
.h3 {
  color: #887F78;
  /*font-size: 1.20em;
  line-height: 1.38;
  margin-top: 1.62em;
  margin-bottom: 1.72464em;

  letter-spacing: 0.07em; ;
  width: 100%;
  display: block;
  */
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.38;
  margin-top: 1.62em;
  margin-bottom: 0.82464em;
}
h4,
.h4 {
  font-size: 0.85em;
  line-height: 1.38;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  color: #887F78;
  font-weight: 600;
  text-transform: uppercase;
}
h5,
.h5 {
  font-size: 1em;
  line-height: 1.62;
  margin-top: 0.62em;
  margin-bottom: 0.62em;
}
h6,
.h6 {
  font-size: 1em;
  line-height: 1.62;
  margin-top: 0.62em;
  margin-bottom: 0.62em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  text-rendering: optimizeLegibility;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
  color: inherit;
}
/*
@media only screen and (min-width: 42em) {
  h1, .h1 { font-size: 2.62em; line-height: 1.19; margin-top: 0.66496em; margin-bottom: 0.5196em; }
  h2, .h2 { font-size: 1.2em; line-height: 1.19;
    margin-top: 1.36789em;
    margin-bottom: 1.1565em; }
  h3, .h3 { font-size: 0.9em; line-height: 1.38; margin-top: 1.62em; margin-bottom: 0.72464em;}
  h4, .h4 { font-size: 1.18em; line-height: 1.38; margin-top: 0.96783em; margin-bottom: 0.85066em; }
  h5, .h5 { font-size: 1.09em; line-height: 1.62; margin-top: 1.10269em; margin-bottom: 0.84034em; }
  h6, .h6 { font-size: 1em; line-height: 1.62; margin-top: 0.62em; margin-bottom: 0.62em; }
}*/
.title-block {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 2.857em;
  line-height: 1.19;
  margin-top: 0.66496em;
  margin-bottom: 0.5196em;
  font-family: 'Crimson Text';
  padding: 0;
  text-rendering: optimizeLegibility;
  font-size: 2.08em;
  line-height: 1.8em;
}
.title-block small,
.title-block .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.title-block small,
.title-block .small {
  font-size: 65%;
}
@media screen and (max-width: 1023px) {
  .title-block {
    font-size: 2.143em;
  }
}
.h2title-block {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1.239em;
  line-height: 1.19;
  margin-top: 1.36789em;
  margin-bottom: 1.1565em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: #EA2202;
  font-size: 1.125em;
  letter-spacing: 0.1em;
}
.h2title-block small,
.h2title-block .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.h2title-block small,
.h2title-block .small {
  font-size: 65%;
}
.h3title-block {
  color: #1A1A1A;
  font-family: 'Crimson Text';
  font-size: 1.429em;
  font-weight: 600;
  line-height: 1.186em;
  margin-top: 0.5em;
  display: block;
}
p {
  color: #767676;
  font-family: 'Raleway', sans-serif;
  /*font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.27px;

  font-size: 1.155em;
  line-height: 1.32em;
*/
  letter-spacing: 0.02em;
  font-size: 1.149em;
  line-height: 1.55em;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
*:focus {
  outline: 0 !important;
}
a:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.74rem 1rem;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #214d6b;
  font-weight: 600;
  /*background: #f9f9f9;*/
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  content: " ";
  display: block;
  float: right;
  height: 0;
  width: 0;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
  left: -100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.5rem;
}
.dropdown-menu .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.dropdown-menu .dropdown-item {
  background: transparent;
  line-height: 1.6;
  white-space: normal;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 1em;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a {
  border-radius: 0.938rem;
  border: 1px solid #dddddd;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-previous a:before {
  content: "\2190 ";
}
.post-navigation .nav-previous a:hover {
  background: #E6E6E6 none repeat scroll 0 0;
}
.post-navigation .nav-next a {
  border-radius: 0.938rem;
  border: 1px solid #dddddd;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a:after {
  content: " \2192";
}
.post-navigation .nav-next a:hover {
  background: #E6E6E6 none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget_search .search-form input[type="submit"] {
  display: none;
}
/*
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}*/
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
  /* 4.125rem */
}
.sticky .entry-title {
  position: relative;
}
.sticky .entry-title:before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  font-weight: 900;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}
.single .byline {
  display: inline;
}
.group-blog .byline {
  display: inline;
}
.page-content {
  margin: 0;
}
.entry-content {
  margin: 0;
}
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content {
  margin-top: 0;
}
.blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on {
  color: #9a9a9a;
}
.byline {
  color: #9a9a9a;
}
.comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: none;
}
.comments-title {
  font-size: 1.125rem;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll {
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
}
.infinite-scroll .posts-navigation {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content .first h1 {
  margin-top: 0.04496em !important;
}
.entry-content > h1 {
  margin-top: 0.09496em !important;
}
.entry-content ul {
  margin: 2em 0;
}
.entry-content ul li {
  color: #767676;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.02em;
  font-size: 1.149em;
  line-height: 1.55em;
  list-style-type: none;
}
.entry-content ul li:before {
  content: "•";
  float: left;
  margin: 0 0 0 -14px;
  padding: 0;
}
.entry-content .vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .vc_col-sm-6 {
    padding-bottom: 30px;
  }
}
.wpb_gallery li:before {
  display: none;
}
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page .entry-content {
  margin-top: 0;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page article .entry-footer {
  display: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background-color: #1A1A1A;
  color: #C3BFBB;
  font-family: 'Crimson Text';
}
footer a {
  color: #FFFFFF;
}
footer .back a {
  color: #887F78;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  display: block;
  margin: 1.5em 0;
  text-transform: uppercase;
}
footer .back a i {
  font: normal normal normal 14px/1 FontAwesome;
}
footer .prefooteright {
  color: #887F78;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 0.95em;
  text-align: right;
  border-top: 2px solid #3d3d3d;
  padding: 1.5em 0;
}
@media screen and (max-width: 1023px) {
  footer .prefooteright {
    text-align: center !important;
  }
  footer .prefooteright img {
    margin-top: 10px;
  }
}
footer .prefooter .brdx {
  border-right: 2px solid #3d3d3d;
}
footer .prefooter #widget_sp_image-2 {
  margin-top: 1em;
  margin-bottom: 0.3em;
}
footer .prefooter #widget_sp_image-2 h3 {
  display: none;
}
footer .prefooter #widget_sp_image-2 img {
  width: 119px;
  height: auto;
}
footer .prefooter #black-studio-tinymce-2 {
  color: #C3BFBB;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0 0 0;
}
footer .prefooter #black-studio-tinymce-2 p {
  margin: 0 !important;
}
@media screen and (max-width: 1023px) {
  footer .prefooter #black-studio-tinymce-2 {
    width: 100%;
    float: none;
    border-left: 0;
  }
}
footer .prefooter #black-studio-tinymce-6,
footer .prefooter #black-studio-tinymce-3 {
  margin: 1.3em 0;
  width: 100%;
  border-bottom: 2px solid #3d3d3d;
}
@media screen and (max-width: 1023px) {
  footer .prefooter #black-studio-tinymce-6,
  footer .prefooter #black-studio-tinymce-3 {
    border-top: 2px solid #3d3d3d;
  }
}
footer .prefooter #black-studio-tinymce-6 p,
footer .prefooter #black-studio-tinymce-3 p {
  margin: 0 !important;
}
footer .prefooter #black-studio-tinymce-6 a,
footer .prefooter #black-studio-tinymce-3 a {
  font-family: 'Raleway', sans-serif;
  font-size: 0.94em;
  display: block;
  padding: 0.5em 2.5em;
  color: #FFF;
}
footer .prefooter #black-studio-tinymce-6 a:hover,
footer .prefooter #black-studio-tinymce-3 a:hover {
  color: #FFF;
}
footer .prefooter #black-studio-tinymce-6 a.ticket,
footer .prefooter #black-studio-tinymce-3 a.ticket {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_ticket.svg") no-repeat left center;
}
@media screen and (max-width: 1023px) {
  footer .prefooter #black-studio-tinymce-6 a.ticket,
  footer .prefooter #black-studio-tinymce-3 a.ticket {
    border-right: 2px solid #3d3d3d;
  }
}
footer .prefooter #black-studio-tinymce-6 a.calendar,
footer .prefooter #black-studio-tinymce-3 a.calendar {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_calendar.svg") no-repeat left center;
}
@media screen and (max-width: 1023px) {
  footer .prefooter #black-studio-tinymce-6 a.calendar,
  footer .prefooter #black-studio-tinymce-3 a.calendar {
    background: url("/wp-content/themes/museopoldipezzoli/images/ic_calendar.svg") no-repeat 10px center;
  }
}
@media screen and (max-width: 1023px) {
  footer .prefooter #black-studio-tinymce-6 a,
  footer .prefooter #black-studio-tinymce-3 a {
    width: 50%;
    float: left;
    padding: 1.5em 2.5em;
  }
}
footer .prefooter .social-links .social-links-items {
  list-style: none;
  padding: 0;
}
footer .prefooter .social-links .social-links-items li {
  display: inline-block;
  margin-right: 18px;
}
@media screen and (min-width: 1440px) {
  footer .prefooter .social-links .social-links-items li {
    margin-right: 24px;
  }
}
footer .prefooter .social-links .social-links-items li .fa-3x {
  font-size: 1.7em;
  color: #887F78;
}
footer .prefooter .social-links .social-links-items li .fa-3x:hover {
  color: #FFF;
}
footer .prefooter .social-links .social-links-items li:last-child {
  margin-right: 0;
}
footer .infocopy,
footer .widget {
  display: inline-block;
}
footer .infocopy {
  color: #C3BFBB;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 0.95em;
  text-align: right;
  padding: 2em 0 2.5em 0;
}
@media screen and (max-width: 1023px) {
  footer .infocopy {
    text-align: left;
    line-height: 1.3em;
  }
}
footer .infocopy a {
  color: #C3BFBB;
  font-family: 'Open Sans', sans-serif;
}
footer .infocopy a:hover {
  text-decoration: underline;
  background-color: transparent;
}
footer .infocopy ul.menu {
  display: inline-block;
}
footer .infocopy ul.menu li {
  display: inline-block;
}
footer .infocopy ul.menu li a.nav-link {
  display: inline-block;
  padding: 0;
}
footer .infocopy ul.menu li:after {
  content: " - ";
  display: inline-block;
  margin-left: 5px;
}
footer .infocopy ul.menu li:last-child:after {
  content: "";
  display: none;
}
footer .prefooter,
footer .site-info {
  border-top: 2px solid #3d3d3d;
}
footer .copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
footer .copyright a {
  color: inherit;
}
@media screen and (max-width: 1023px) {
  footer .site-info {
    margin-bottom: 50px !important;
  }
}
footer .widget_advanced_menu {
  width: 100%;
}
footer .widget_advanced_menu ul.menu {
  margin-top: 2em;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  footer .widget_advanced_menu ul.menu {
    padding: 0 !important;
  }
}
footer .widget_advanced_menu ul.menu li {
  width: 24%;
  text-align: left;
  min-height: 13em;
  vertical-align: top;
  display: inline-block;
}
footer .widget_advanced_menu ul.menu li .fa-chevron-down {
  display: none;
}
@media screen and (max-width: 1023px) {
  footer .widget_advanced_menu ul.menu li {
    width: 100%;
    min-height: auto;
    padding: 15px 0;
    border-bottom: 1px solid #A1A1A1;
    position: relative;
  }
  footer .widget_advanced_menu ul.menu li.menu-item-has-children {
    display: block;
    margin: 0;
  }
  footer .widget_advanced_menu ul.menu li.menu-item-has-children .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 23px;
    display: block;
    cursor: pointer;
  }
  footer .widget_advanced_menu ul.menu li.menu-item-has-children .sub-menu {
    display: none;
  }
  footer .widget_advanced_menu ul.menu li li {
    padding: 5px 0;
    border-bottom: 0;
  }
  footer .widget_advanced_menu ul.menu li:last-child {
    border-bottom: 0;
    margin-bottom: 2em;
  }
}
footer .widget_advanced_menu ul.menu li:after {
  display: none;
}
footer .widget_advanced_menu ul.menu li a {
  color: #FFFFFF;
  font-family: 'Crimson Text';
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (max-width: 1023px) {
  footer .widget_advanced_menu ul.menu li a {
    width: 100%;
    display: block;
  }
}
footer .widget_advanced_menu ul.menu ul.sub-menu {
  padding: 0 !important;
}
@media screen and (min-width: 1023px) {
  footer .widget_advanced_menu ul.menu ul.sub-menu {
    display: block !important;
  }
}
footer .widget_advanced_menu ul.menu ul.sub-menu li {
  width: 100%;
  display: block;
  min-height: auto;
}
footer .widget_advanced_menu ul.menu ul.sub-menu li .fa-chevron-down {
  display: none;
}
footer .widget_advanced_menu ul.menu ul.sub-menu a {
  color: #C3BFBB;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.96em;
  line-height: 2.1em;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*************************/
.navbar .container {
  position: relative;
}
.navbar .container .navbar-brand {
  position: absolute;
  top: 0;
  font-size: 1em;
  line-height: 1.1em;
  font-family: 'Raleway', sans-serif;
  color: #FFFFFF;
  font-weight: 600;
}
.navbar .container .navbar-brand .widget_sp_image {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 1023px) {
  .navbar .container .navbar-brand .widget_sp_image {
    width: 80px;
    height: 80px;
    margin-left: -15px;
  }
}
.navbar .container .navbar-brand .widget_text_icl {
  position: absolute;
  left: 120px;
  top: 30px;
  min-width: 350px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .navbar .container .navbar-brand .widget_text_icl {
    display: none;
  }
}
.section-top {
  position: absolute;
  left: 0;
  bottom: 4.8em;
  right: 0;
}
.section-top .h1 {
  margin-top: 0;
}
.top {
  height: 470px;
  position: relative;
  width: 100%;
  background-position: center center;
}
.top:after {
  opacity: 0.45;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.bg-cover,
.bg-overlay,
.bg-overlay:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.d-inline-block {
  display: inline-block;
}
/*
.bg-cover {
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover
}

.bg-overlay:before {
  content:"";
  background-color:#212529;
  opacity:.55
}
.bg-triangle {
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-repeat:no-repeat;
  background-position:0 100%;
  background-size:100% auto
}
.bg-triangle-left {
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='%23212529' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>")
}
.bg-triangle-left.bg-triangle-light {
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='white' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='white' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='white' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='white' fill-opacity='0.06'></path></svg>")
}
.bg-triangle-right {
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='%23212529' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>")
}
.bg-triangle-right.bg-triangle-light {
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='white' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='white' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='white' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='white' fill-opacity='0.06'></path></svg>")
}
.bg-triangle-top {
  transform:scaleY(-1)
}
.bg-incline {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-repeat:no-repeat;
  background-position:100% 0,100% 0,calc(80% - 100vmax) top,calc(90% - 50vmax) top;
  background-size:20% 100%,10% 100%,500vmax 500vmax,500vmax 500vmax
}
@media (-ms-high-contrast:none) {
  .bg-incline {
    background-size:0 0
  }
}
.bg-incline-dark {
  background-image:linear-gradient(90deg,rgba(33,37,41,.015) 0,rgba(33,37,41,.015)),linear-gradient(90deg,rgba(33,37,41,.015) 0,rgba(33,37,41,.015)),linear-gradient(to top left,rgba(33,37,41,.015) 50%,transparent 0),linear-gradient(to top left,rgba(33,37,41,.015) 50%,transparent 0)
}
.bg-incline-light {
  background-image:linear-gradient(90deg,hsla(0,0%,100%,.05) 0,hsla(0,0%,100%,.05)),linear-gradient(90deg,hsla(0,0%,100%,.05) 0,hsla(0,0%,100%,.05)),linear-gradient(to top left,hsla(0,0%,100%,.05) 50%,transparent 0),linear-gradient(to top left,hsla(0,0%,100%,.05) 50%,transparent 0)
}
.bg-incline-left {
  transform:scaleX(-1)
}
.bg-incline-top {
  transform:scaleY(-1)
}
.bg-incline-top.bg-incline-left {
  transform:scale(-1)
}

*/
.fixedtop,
.fixed-top {
  top: 0;
}
.fixedtop,
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
}
.fixed-bottom {
  bottom: 0;
}
.fixedtop {
  background-color: #FFF !important;
}
.fluid {
  background: linear-gradient(180deg, #f6f7f6 0%, rgba(214, 214, 211, 0.5) 72.12%, rgba(195, 191, 187, 0.5) 100%);
  padding-bottom: 3.4em;
  padding-top: 2.9em;
}
.fluidnobg {
  padding-bottom: 3.4em;
}
/*
.fluidnobg > .vc_column_container,
.fluid > .vc_column_container {
  width: @container-large-desktop !important;
  margin: 0 auto;
  float: none !important;

  @media @mobile-only{
    width: 100% !important;
  }

}
*/
.fluidnobg .wpb_text_column p,
.fluid .wpb_text_column p {
  color: #1A1A1A;
  font-size: 1.19em;
}
.fluidnobg .wpb_text_column .title-block,
.fluid .wpb_text_column .title-block {
  font-size: 2.6em;
}
.fluidnobg .boxsmall,
.fluid .boxsmall {
  margin-top: 2.5em;
}
.corporate-sponsor-book .content a {
  color: #EA2202;
}
.listing .wpc-directory-link {
  line-height: 1.7em;
}
@media screen and (max-width: 1023px) {
  .listing .wpc-directory-link {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .listing .wpb_column {
    min-height: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .listing .wpb_column.vc_col-sm-3 {
    width: 50%;
  }
}
/*
.page-template{
  #block-eventi{
    ul{

      li{
        .cat{
          font-size: 0.649em;
          a{
            font-size: 0.649em;
          }
        }
        .title{
          font-size: 1.244em;
        }
        .date{
          font-size: 0.870em;
        }
      }
    }

    .widget_em_widget{
      &:after{
        content: "";
        height: 1px;
        width: 97.5%;
        display: block;
        clear: both;
        background-color: @grey3;
        margin-top: -1px;
        position: absolute;
        bottom: 0;
        left: 15px;
        @media @mobile-only{
          left: 0;
        }
      }
    }
  }
}*/
.page-template-customfrontpage #single-sidebar-container {
  background: url('/wp-content/themes/museopoldipezzoli/images/bg_texture.png') no-repeat;
}
.page-template-customfrontpage .rowhp {
  margin-top: 2.4em !important;
}
.page-template-customfrontpage .vc_col-has-fill > .vc_column-inner,
.page-template-customfrontpage .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.page-template-customfrontpage .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.page-template-customfrontpage .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.page-template-customfrontpage .top {
  height: 700px;
  position: relative;
  width: 100%;
  background-position: center center;
}
.page-template-customfrontpage .top:after {
  opacity: 0.45;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.page-template-customfrontpage .top .section-top {
  bottom: 11em;
}
.page-template-customfrontpage .top .section-top .col-md-12 {
  text-align: center !important;
  z-index: 2;
}
.page-template-customfrontpage .top .section-top .col-md-12 .btn,
.page-template-customfrontpage .top .section-top .col-md-12 .mb-4,
.page-template-customfrontpage .top .section-top .col-md-12 .text-cover {
  text-align: center !important;
}
.page-template-custompagechisiamo h1 {
  font-family: 'Crimson Text';
  font-size: 2.8591em;
  font-weight: normal;
  letter-spacing: 0;
}
.page-template-custompagecalendar .top,
.page-template-custompageevents .top {
  height: 121px;
}
.page-template-custompageevents .entry-content > h1 {
  margin-top: 0.3em !important;
}
.page-template-custompageevents #block-eventi tr {
  border-bottom: 1px solid #E6E6E6;
  padding: 1.1em 0 !important;
  display: block;
}
.page-template-custompageevents #block-eventi td {
  margin-top: 1.1em !important;
  margin-bottom: 1.1em !important;
  vertical-align: top;
  position: relative;
}
.page-template-custompageevents #block-eventi td .cat {
  margin-top: 0 !important;
}
.page-template-custompageevents #block-eventi td .date {
  margin-bottom: 0 !important;
}
.page-template-custompageevents .em-search-wrapper {
  font-family: 'Raleway', sans-serif !important;
  position: absolute;
  left: 15px;
  top: 54px;
  font-size: 1em !important;
  width: 22%;
}
.page-template-custompageevents .em-search-wrapper .css-search {
  max-width: 100% !important;
}
.page-template-custompageevents .em-search-wrapper .css-search input,
.page-template-custompageevents .em-search-wrapper .css-search select {
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}
.page-template-custompageevents .em-search-wrapper .css-search .em-search-text {
  margin: 0px 0px 0px 5px;
  padding-left: 0 !important;
  background: transparent !important;
  border: 0 !important;
  font-weight: normal !important;
  font-size: 1em !important;
  color: #1A1A1A !important;
}
.page-template-custompageevents .em-search-wrapper .css-search div.em-search-main div.em-search-field input::placeholder {
  font-size: 1em !important;
  line-height: 16px;
  padding: 8px;
  border: none;
  outline: none;
  color: #1A1A1A;
  font-weight: normal !important;
}
.page-template-custompageevents .em-search-submit {
  position: absolute;
  top: 10px;
  font-weight: bold;
  padding: 5px 6px;
  border: 0 !important;
  min-height: 28px;
  right: 0;
  background: transparent url('/wp-content/plugins/events-manager/includes/images/search-mag-ico.png') 0px 4px no-repeat !important;
}
.page-template-custompageevents .em-search-submit img {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-id-756 .vc_col-sm-4 {
    width: 50%;
    min-height: 300px;
  }
}
/*.page-id-1109 {
  .vc_row.wpb_row .vc_row.wpb_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
*/
.page-template-custompagecalendar h1 {
  margin-top: 0.3em !important;
}
@media screen and (max-width: 1023px) {
  .page-template-custompagecalendar .col-md-3 {
    display: none;
  }
}
.page-template-custompagecalendar .wpfc-calendar-wrapper {
  position: static;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper a.fc-event {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 1px solid #E6E6E6 !important;
  border-color: #E6E6E6 !important;
  color: #1A1A1A !important;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper a.fc-event .fc-content {
  padding: 7px 0;
  background-color: #FFF;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper a.wpfc-more {
  background-color: #EA2202 !important;
  color: #FFF !important;
  text-align: center;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper a.wpfc-more .fc-content {
  background-color: #EA2202 !important;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar {
  margin-bottom: 1.7em;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-today-button {
  display: none;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-next-button,
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-prev-button {
  border: 0 !important;
  background: transparent !important;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-basicDay-button,
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-basicWeek-button,
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-month-button {
  height: 27px;
  padding: 5px 10px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1em !important;
  font-weight: 600;
  letter-spacing: 0.1452em;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-button-group .ui-state-default .ui-icon {
  background-image: none !important;
  color: #1A1A1A;
  font-size: 14px !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-indent: 0;
  height: 14px;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-button-group .ui-state-default .ui-icon.ui-icon-circle-triangle-e:before {
  content: "\f054";
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-button-group .ui-state-default .ui-icon.ui-icon-circle-triangle-w:before {
  content: "\f053";
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-button-group .ui-state-hiver .ui-icon {
  background-image: none !important;
  content: "\f054";
  color: #1A1A1A;
  font-size: 1.2em;
  font-family: 'fontawesome';
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-center {
  float: left;
}
.page-template-custompagecalendar .wpfc-calendar-wrapper .fc-toolbar .fc-center h2 {
  text-transform: none;
  font-family: 'Raleway', sans-serif;
  font-size: 1.568em !important;
  letter-spacing: 0.075em !important;
}
.page-template-custompagecalendar .fc-scroller {
  overflow-y: visible !important;
  overflow-x: visible !important;
  height: auto !important;
}
@media screen and (min-width: 1024px) {
  .page-template-custompagecalendar .wpfc-calendar-search {
    position: absolute;
    left: 15px;
    top: 80px;
    font-size: 1em !important;
  }
}
.page-template-custompagecalendar h3,
.page-template-custompagecalendar .h3 {
  font-size: 1em !important;
  margin-top: 0.9em !important;
}
.page-template-custompagecalendar .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.5em 2.1em 0.5em 1em;
  font-size: 1.1em !important;
}
.page-template-custompagecalendar td.fc-event-container {
  /*a.fc-event :before {

      display: block;
      content: " ";
      position: absolute;
      height: 100%;
      width: 8px;
      border-radius: 3px 0 0 3px;
      top: 0;
      left: -1px;
    }
    */
}
.page-template-custompagecalendar td.fc-event-container .fc-time,
.page-template-custompagecalendar td.fc-event-container .fc-title {
  padding-left: 12px;
}
.page-template-custompagecalendar td.fc-event-container .titlecolor {
  width: 8px;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fancybox-skin {
  padding: 0 !important;
}
.tooltiptext {
  display: none;
}
.archive .type-opere .textarchive {
  border-bottom: 2px solid #E6E6E6;
}
.single-event #block-eventi h2 {
  display: none;
}
.single-room .contenutoCollezione_generalContainer {
  min-height: 1150px;
}
.single-room .noopere {
  margin-bottom: 500px !important;
}
@media screen and (max-width: 1023px) {
  .single-room .noopere {
    margin-bottom: 100px !important;
  }
}
.single-room .first {
  margin-top: 0 !important;
}
.single-room .first .customlink {
  position: absolute;
  top: -60px;
  right: 0;
}
.single-room .contenutoCollezione_generalTitleCollection {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-room .contenutoCollezione_generalTitleCollection .MuiButton-textPrimary .MuiButton-label {
  display: none;
}
.single-room .contenutoCollezione_generalTitleCollection h2.contenutoCollezione_titleCollection {
  display: none;
}
.single-room .contenutoCollezione_paginationGeneralContainer {
  border-top: 1px solid #E6E6E6;
}
.single-room .gridComponent_itemContainer {
  max-width: 33.333333% !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  margin: 0 !important;
  padding: 20px 0 15px 0 !important;
  border-collapse: collapse;
}
.single-room .gridComponent_itemContainer:nth-child(3n) {
  border-right: 0;
}
.single-room .gridComponent_itemContainer:nth-child(3n+1) {
  border-left: 0;
  border-right: 0;
}
.single-room .gridComponent_itemContainer:nth-child(3n-1) {
  border-right: 0;
}
.single-room .gridComponent_itemContainer:nth-child(8n),
.single-room .gridComponent_itemContainer:nth-child(9n) {
  border-bottom: 1px solid #E6E6E6;
}
.single-room .gridComponent_itemContainer .gridComponent_textAreaContainer {
  padding: 15px 15px 0 15px !important;
}
.single-room .gridComponent_itemContainer .MuiGridListTileBar-title {
  color: #1A1A1A !important;
  font-family: 'Crimson Text' !important;
  font-size: 1.429em !important;
  font-weight: 600 !important;
  line-height: 25px;
  margin-top: 0 !important;
}
.single-room .gridComponent_itemContainer .MuiGridListTileBar-subtitle {
  color: #767676 !important;
  font-family: 'Crimson Text' !important;
  font-size: 1.2em !important;
  line-height: 25px;
  margin-top: 0 !important;
}
.single-room .fancybox-inner {
  /*background: linear-gradient(0deg, #FFFFFF 0%, #D9D6D3 72.67%, #C3BFBB 100%);*/
  background: linear-gradient(0deg, #FFF 53%, #D9D6D3 88.12%, #C3BFBB 97%);
  padding-bottom: 3.4em;
  margin-bottom: 0 !important;
  border-radius: 4px;
}
.single-room .fancybox-inner #inline h2 {
  background-color: #FFF !important;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin: 0 !important;
  font-size: 1.571em;
}
.single-room .fancybox-inner #inline hr {
  margin: 0 !important;
}
.single-room .fancybox-inner #inline > div {
  padding: 2em;
}
.single-room .fancybox-inner #inline > div .introtext {
  margin: 0 2em;
}
.single-room #myTab {
  width: 310px;
  border: 0 !important;
  margin: 0 auto;
  text-align: center;
}
.single-room #myTab li:before {
  content: "" !important;
}
.single-room #myTab a {
  padding: 1em 1.5em;
  display: inline-block;
  color: #1A1A1A;
  background-color: #C3BFBB;
  margin: 0 0 2.5em 0 !important;
  border: 0 !important;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 0.9em;
}
.single-room #myTab a:hover {
  text-decoration: none;
}
.single-room #myTab a#tab1-tab {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 0;
  border: 1px solid #C3BFBB !important;
}
.single-room #myTab a#tab2-tab {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 24px;
  border: 1px solid #C3BFBB !important;
}
.single-room #myTab li.active a {
  background-color: #FFF;
  color: #EA2202;
}
.single-room #mapsm {
  padding: 1.5em 0;
  border-bottom: 2px solid #E6E6E6;
  position: relative;
}
.single-room #mapsm .icolente {
  position: absolute;
  top: 2em;
  left: 0.5em;
  width: 18px;
  height: 18px;
  background: transparent url('/wp-content/themes/museopoldipezzoli/images/ic_search.svg');
}
.single-room #googleart {
  margin-bottom: 3.4em;
}
.single-room .mapmenu {
  border-radius: 24px;
}
.single-room .mapmenu ul,
.single-room .mapmenu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}
.single-room .mapmenu ul {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1023px) {
  .single-room .mapmenu ul {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    text-align: center;
  }
}
.single-room .mapmenu li {
  display: inline-block;
  background-color: #C3BFBB;
  color: #1A1A1A;
  width: 50%;
  text-align: center;
}
.single-room .mapmenu li.current-menu-ancestor,
.single-room .mapmenu li.current-menu-item {
  background-color: #FFF;
}
.single-room .mapmenu li.current-menu-ancestor a,
.single-room .mapmenu li.current-menu-item a {
  color: #EA2202;
}
.single-room .mapmenu li:hover {
  background-color: #FFF;
  color: #EA2202;
}
.single-room .mapmenu li:hover a {
  color: #EA2202;
}
.single-room .mapmenu ul > li:first-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 0;
}
.single-room .mapmenu ul > li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 24px;
  margin-left: -4px;
}
.single-room .mapmenu a {
  padding: 0.7em 1em;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.857em;
  letter-spacing: 0.015em;
  color: #1A1A1A;
  background-color: transparent;
  text-transform: uppercase;
}
.single-room .mapmenu a:hover {
  text-decoration: none;
}
.single-room .contenutoCollezione_searchBarContainer {
  display: none;
}
.single-room .boxbkgbeige #storiaslider {
  position: relative;
  width: 100%;
  height: 100%;
}
.single-room .boxbkgbeige #storiaslider .flex-direction-nav {
  position: absolute;
  top: auto;
  bottom: 45px;
  right: 0;
  max-width: 290px;
  margin: 0 !important;
  left: auto;
}
.single-room .boxbkgbeige #storiaslider .flex-direction-nav a.flex-prev,
.single-room .boxbkgbeige #storiaslider .flex-direction-nav a.flex-next {
  background-color: rgba(26, 26, 26, 0.9);
  font-family: 'Raleway', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1em;
  color: #FFFFFF !important;
  text-transform: uppercase;
  padding: 2em;
}
.single-room .boxbkgbeige #storiaslider .flex-direction-nav a.flex-next {
  background-color: rgba(251, 180, 56, 0.9);
}
.single-room .boxbkgbeige #storiaslider .flex-direction-nav a.flex-next::before,
.single-room .boxbkgbeige #storiaslider .flex-direction-nav a.flex-prev::before {
  display: none;
}
.single-room .boxbkgbeige #storiaslider ul.slides,
.single-room .boxbkgbeige #storiaslider ul.slides li {
  list-style: none;
  list-style-type: none;
}
.single-room .boxbkgbeige #storiaslider ul.flex-direction-nav li:before {
  display: none !important;
  content: "";
}
.single-room .boxbkgbeige .wpc-directory-image {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .single-room .boxbkgbeige .wpc-directory-image {
    height: 190px;
    width: 100%;
    margin-bottom: 1em;
  }
}
.single-room .boxbkgbeige .wpc-directory-link {
  margin-left: 0;
}
.single-room .boxbkgbeige .vc_custom_1570460552863 {
  overflow: hidden !important;
}
.single-room .storia {
  /*@media @wide{
      position: absolute !important;
      bottom: 0 !important;
    }*/
}
@media screen and (min-width: 1023px) {
  .single-room .storia .vc_column-inner {
    padding: 0 !important;
    min-height: 507px;
  }
}
@media screen and (min-width: 1023px) {
  .single-room .storia .wpc-directory-image {
    position: absolute;
    right: 0;
    bottom: -73px;
  }
}
.single-room .storia .flex-viewport,
.single-room .storia .flexslider,
.single-room .storia .slides {
  height: 100% !important;
  max-width: 100% !important;
}
.single-room .storia ul.slides {
  margin: 0 !important;
}
@media screen and (max-width: 1023px) {
  .single-room .storia ul.slides {
    padding: 0 !important;
  }
}
.single-room .storia .slides li {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.single-room .storia .col-md-5 {
  height: 507px;
}
.single-room .storia .col-md-5 #boxinner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.single-room .bkggr {
  background: linear-gradient(180deg, #E3E1DF 0%, #C3BFBB 100%);
  min-height: 507px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-room .roomnavigation {
  border: 1px solid #E6E6E6;
  position: relative;
}
.single-room .roomnavigation #roomnavleft,
.single-room .roomnavigation #roomnavright {
  padding: 0 !important;
}
.single-room .roomnavigation a {
  padding: 3.1em !important;
  display: block;
}
.single-room .roomnavigation a:hover {
  text-decoration: none;
}
.single-room .roomnavigation .containerlink {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-room .roomnavigation .containerlink .h3,
.single-room .roomnavigation .containerlink .h1 {
  margin: 0 !important;
}
.single-room .roomnavigation .containerlink .h1 {
  font-size: 2.6em;
}
.single-room .roomnavigation .containerlink i {
  position: absolute;
  top: 42%;
  color: #887F78;
  font-size: 1.7em;
}
.single-room .roomnavigation .containerlink i.fa-angle-left {
  left: 1em;
}
.single-room .roomnavigation .containerlink i.fa-angle-right {
  right: 1em;
}
.single-room .roomnavigation a.over {
  background-size: cover;
  color: #FFF !important;
}
.single-room .roomnavigation a.over .h3,
.single-room .roomnavigation a.over .h1,
.single-room .roomnavigation a.over i {
  color: #FFF !important;
}
.MuiContainer-root {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#openseadragon1,
.MuiPaper-root {
  background-color: transparent !important;
}
.MuiContainer-root.MuiContainer-maxWidthLg #dots {
  display: none !important;
}
.MuiContainer-root.MuiContainer-maxWidthLg #more {
  display: inline !important;
}
.MuiContainer-root.MuiContainer-maxWidthLg .MuiButtonBase-root {
  font-family: 'Raleway', sans-serif;
  font-size: 1em !important;
}
.collections_container {
  border-top: 1px solid #E6E6E6;
}
.collections_container .collections_item {
  padding: 15px;
}
.collections_container .collections_item .collections_title {
  color: #1A1A1A !important;
  font-family: 'Crimson Text' !important;
  font-size: 1.429em !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
  display: block;
  margin-bottom: 0;
}
.collections_container .collections_item .collections_desc {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 1em !important;
  line-height: 1.2em !important;
}
.collections_container .collections_item .collections_img img {
  width: 100%;
  height: auto;
}
.collections_container .slick-slide {
  border-right: 1px solid #E6E6E6;
  min-height: 640px;
  opacity: 0.4;
}
.collections_container .slick-slide.slick-active {
  opacity: 1;
}
.collections_container .slick-prev {
  border: 0 !important;
  position: absolute;
  left: 15px;
  top: 21%;
  z-index: 99;
  overflow: hidden;
  opacity: 0.8;
  background-color: #1A1A1A;
  width: 36px;
  height: 36px;
}
.collections_container .slick-prev:before {
  font-family: 'fontawesome';
  content: '\f104';
  font-size: 18px;
  color: #FFF !important;
  width: 17px !important;
  display: block;
  margin-top: 5px;
}
.collections_container .slick-next {
  background-color: transparent;
  border: 0 !important;
  position: absolute;
  right: 15px;
  top: 21%;
  z-index: 99;
  overflow: hidden;
  opacity: 0.8;
  background-color: #1A1A1A;
  width: 36px;
  height: 36px;
}
.collections_container .slick-next:before {
  font-family: 'fontawesome';
  content: '\f105';
  font-size: 18px;
  color: #FFF !important;
  width: 17px !important;
  display: block;
  margin-top: 5px;
}
.page-id-2781 .collections_item,
.page-id-2678 .collections_item {
  max-width: 25% !important;
  float: left;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  margin: 0 !important;
  padding: 15px !important;
  border-collapse: collapse;
  min-height: 640px;
}
@media screen and (max-width: 480px) {
  .page-id-2781 .collections_item,
  .page-id-2678 .collections_item {
    max-width: 100% !important;
    border-left: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .page-id-2781 .collections_item,
  .page-id-2678 .collections_item {
    max-width: 50% !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .page-id-2781 .collections_item:nth-child(odd),
  .page-id-2678 .collections_item:nth-child(odd) {
    border-right: 1px solid #E6E6E6 !important;
    border-left: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .page-id-2781 .collections_item:nth-child(even),
  .page-id-2678 .collections_item:nth-child(even) {
    border-left: 0;
    border-right: 0;
  }
}
.page-id-2781 .collections_item:nth-child(7n),
.page-id-2678 .collections_item:nth-child(7n),
.page-id-2781 .collections_item:nth-child(8n),
.page-id-2678 .collections_item:nth-child(8n) {
  border-bottom: 1px solid #E6E6E6;
}
.page-id-2781 .collections_item:nth-child(4n),
.page-id-2678 .collections_item:nth-child(4n) {
  border-right: 0;
}
.page-id-2781 .collections_item:nth-child(2n),
.page-id-2678 .collections_item:nth-child(2n) {
  border-right: 0;
}
.page-id-2781 .collections_item:nth-child(4n+1),
.page-id-2678 .collections_item:nth-child(4n+1) {
  border-left: 0;
  border-right: 0;
}
.page-id-2781 .collections_item:nth-child(4n-1),
.page-id-2678 .collections_item:nth-child(4n-1) {
  border-right: 0;
}
.page-id-217,
.collections,
.collezioni,
.page-id-2453 {
  /*.MuiContainer-maxWidthLg{
    .container
  }*/
}
.page-id-217 .entry-content,
.collections .entry-content,
.collezioni .entry-content,
.page-id-2453 .entry-content {
  min-height: 780px;
}
.page-id-217 .entry-content .h2title-block,
.collections .entry-content .h2title-block,
.collezioni .entry-content .h2title-block,
.page-id-2453 .entry-content .h2title-block {
  padding-bottom: 1.36789em !important;
  display: block;
}
.page-id-217 .wpc-directory-cta,
.collections .wpc-directory-cta,
.collezioni .wpc-directory-cta,
.page-id-2453 .wpc-directory-cta {
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
}
.page-id-217 .wpc-directory-cta .btn.btn-default,
.collections .wpc-directory-cta .btn.btn-default,
.collezioni .wpc-directory-cta .btn.btn-default,
.page-id-2453 .wpc-directory-cta .btn.btn-default {
  width: 100% !important;
}
.MuiInputBase-input.MuiInput-input {
  padding-left: 20px;
}
.filtersGeneralContainer > button > span {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif;
  font-size: 1em !important;
}
.contenutoCollezione_searchBar > div > input[type="text"] {
  height: 50px !important;
}
.gridComponent_button.MuiButton-text > span {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif;
  font-size: 1.4em;
  line-height: 3.2em;
  display: block;
  text-transform: none !important;
  position: relative;
  padding-right: 20px;
}
.gridComponent_button.MuiButton-text > span p {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif;
  font-size: 12px !important;
  line-height: 12px !important;
  display: block;
}
.gridComponent_button.MuiButton-text > span:after {
  font-family: 'fontawesome';
  content: '\f105';
  font-size: 18px;
  color: #EA2202 !important;
  width: 17px !important;
  display: block;
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 12px;
}
.gridComponent_button.MuiButton-text > span:hover {
  text-decoration: underline;
  color: #EA2202;
}
.gridComponent_button.MuiButton-text > span > svg {
  display: none;
}
.contenutoCollezione_generalTitleCollection .MuiButton-textPrimary .MuiButton-label {
  display: none;
}
.contenutoCollezione_generalTitleCollection h2.contenutoCollezione_titleCollection {
  display: none;
}
.contenutoCollezione_paginationGeneralContainer {
  border-top: 1px solid #E6E6E6;
}
.gridComponent_itemContainer {
  max-width: 33.333333% !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  margin: 0 !important;
  padding: 20px 0 15px 0 !important;
  border-collapse: collapse;
}
.gridComponent_itemContainer:nth-child(3n) {
  border-right: 0;
}
.gridComponent_itemContainer:nth-child(3n+1) {
  border-left: 0;
  border-right: 0;
}
.gridComponent_itemContainer:nth-child(3n-1) {
  border-right: 0;
}
.gridComponent_itemContainer:nth-child(8n),
.gridComponent_itemContainer:nth-child(9n) {
  border-bottom: 1px solid #E6E6E6;
}
.gridComponent_itemContainer .gridComponent_textAreaContainer {
  padding: 15px 15px 0 15px !important;
}
.gridComponent_itemContainer .MuiGridListTileBar-title {
  color: #1A1A1A !important;
  font-family: 'Crimson Text' !important;
  font-size: 1.429em !important;
  font-weight: 600 !important;
  line-height: 25px;
  margin-top: 0 !important;
}
.gridComponent_itemContainer .MuiGridListTileBar-subtitle {
  color: #767676 !important;
  font-family: 'Crimson Text' !important;
  font-size: 1em !important;
  line-height: 25px;
  margin-top: 0 !important;
}
.page-id-2208 .home_generalBigContainer,
.page-id-217 .home_generalBigContainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2em;
}
@media (min-width: 1023px) {
  .page-id-2208 .home_generalBigContainer,
  .page-id-217 .home_generalBigContainer {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .page-id-2208 .home_generalBigContainer,
  .page-id-217 .home_generalBigContainer {
    width: 970px;
  }
}
@media (min-width: 1440px) {
  .page-id-2208 .home_generalBigContainer,
  .page-id-217 .home_generalBigContainer {
    width: 1140px;
  }
}
.page-id-2208 .home_generalBigContainer .home_iconContainer,
.page-id-217 .home_generalBigContainer .home_iconContainer {
  right: 15px;
  top: 6px;
}
.page-id-2208 .contenutoCollezione_generalTitleCollection .MuiButton-textPrimary .MuiButton-label,
.page-id-217 .contenutoCollezione_generalTitleCollection .MuiButton-textPrimary .MuiButton-label {
  display: none;
}
.page-id-2208 .contenutoCollezione_generalTitleCollection .MuiGridListTileBar-title,
.page-id-217 .contenutoCollezione_generalTitleCollection .MuiGridListTileBar-title {
  color: #1A1A1A !important;
  font-family: 'Crimson Text' !important;
  font-size: 1.429em !important;
  font-weight: 600 !important;
}
.page-id-2208 .contenutoCollezione_generalTitleCollection .MuiGridListTileBar-subtitle,
.page-id-217 .contenutoCollezione_generalTitleCollection .MuiGridListTileBar-subtitle {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.929em !important;
  line-height: 1.5em !important;
}
.page-id-2208 .collections_generalContainerCollections,
.page-id-217 .collections_generalContainerCollections {
  display: block !important;
  border-top: 1px solid #E6E6E6;
  padding-top: 0 !important;
  margin-top: 2em;
}
.page-id-2208 .collections_generalContainerCollections h4,
.page-id-217 .collections_generalContainerCollections h4 {
  color: #1A1A1A !important;
  font-family: 'Crimson Text' !important;
  font-size: 1.429em !important;
  font-weight: 600 !important;
  line-height: 25px;
  margin-top: 0 !important;
}
.page-id-2208 .collections_generalContainerCollections .collections_descriptionAreaContainer,
.page-id-217 .collections_generalContainerCollections .collections_descriptionAreaContainer {
  max-height: 100% !important;
}
.page-id-2208 .collections_generalContainerCollections .collections_descriptionAreaContainer p,
.page-id-217 .collections_generalContainerCollections .collections_descriptionAreaContainer p {
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  line-height: 18px;
}
.page-id-2208 .collections_generalContainerCollections .slick-slide,
.page-id-217 .collections_generalContainerCollections .slick-slide {
  border-right: 1px solid #E6E6E6;
  padding-top: 20px;
  min-height: 470px;
}
.page-id-2208 .collections_generalContainerCollections .slick-prev,
.page-id-217 .collections_generalContainerCollections .slick-prev {
  border: 0 !important;
  position: absolute;
  left: 15px;
  top: 37%;
  z-index: 99;
  overflow: hidden;
  opacity: 0.8;
  background-color: #1A1A1A;
  width: 36px;
  height: 36px;
}
.page-id-2208 .collections_generalContainerCollections .slick-prev:before,
.page-id-217 .collections_generalContainerCollections .slick-prev:before {
  font-family: 'fontawesome';
  content: '\f104';
  font-size: 18px;
  color: #FFF !important;
  width: 17px !important;
  display: block;
  margin-top: 5px;
}
.page-id-2208 .collections_generalContainerCollections .slick-next,
.page-id-217 .collections_generalContainerCollections .slick-next {
  background-color: transparent;
  border: 0 !important;
  position: absolute;
  right: 15px;
  top: 37%;
  z-index: 99;
  overflow: hidden;
  opacity: 0.8;
  background-color: #1A1A1A;
  width: 36px;
  height: 36px;
}
.page-id-2208 .collections_generalContainerCollections .slick-next:before,
.page-id-217 .collections_generalContainerCollections .slick-next:before {
  font-family: 'fontawesome';
  content: '\f105';
  font-size: 18px;
  color: #FFF !important;
  width: 17px !important;
  display: block;
  margin-top: 5px;
}
.page-id-2208 .collections_generalContainerCollections .collections_button > span,
.page-id-217 .collections_generalContainerCollections .collections_button > span {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif;
  font-size: 1.4em;
  line-height: 3.2em;
  display: block;
  text-transform: none !important;
  position: relative;
  padding-right: 20px;
}
.page-id-2208 .collections_generalContainerCollections .collections_button > span:after,
.page-id-217 .collections_generalContainerCollections .collections_button > span:after {
  font-family: 'fontawesome';
  content: '\f105';
  font-size: 18px;
  color: #EA2202 !important;
  width: 17px !important;
  display: block;
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-id-2208 .collections_generalContainerCollections .collections_button > span:hover,
.page-id-217 .collections_generalContainerCollections .collections_button > span:hover {
  text-decoration: underline;
  color: #EA2202;
}
.page-id-2208 .collections_generalContainerCollections .collections_button > span > svg,
.page-id-217 .collections_generalContainerCollections .collections_button > span > svg {
  display: none;
}
.dettagli_generalContentContainer h4.dettagli_operaTitle {
  color: #1A1A1A !important;
  font-family: 'Crimson Text' !important;
}
.dettagli_generalContentContainer p {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.929em !important;
  line-height: 1.5em !important;
}
.dettagli_specificDetailsContainer .dettagli_detailsLabel {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.746em !important;
  line-height: 1em !important;
}
.dettagli_specificDetailsContainer .jss1 {
  color: #1A1A1A !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.746em !important;
  font-weight: bold !important;
  line-height: 1em !important;
  text-align: right;
  float: right;
}
.MuiTypography-body1,
.MuiInputBase-root {
  font-size: 1em !important;
  font-family: 'Raleway', sans-serif !important;
}
.MuiTypography-caption {
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1em !important;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.015em;
}
.MuiSvgIcon-root {
  font-size: 1.8rem !important;
}
.MuiTablePagination-selectIcon {
  margin-top: 5px !important;
}
.different-tip-color {
  border-radius: 4px !important;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  border-color: #FFFFFF;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1em !important;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.2em !important;
  text-transform: uppercase;
  padding: 0.5em;
  margin-left: 2em;
}
.different-tip-color .ui-tooltip-titlebar,
.different-tip-color .ui-tooltip-content {
  border-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #1A1A1A !important;
  height: 100%;
}
.different-tip-color .ui-tooltip-content {
  display: flex;
}
.different-tip-color .ui-tooltip-content img {
  width: 30%;
}
.different-tip-color .ui-tooltip-content .title {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0.5em;
}
.tooltiptext {
  height: 100%;
}
#mc_embed_signup #mce-success-response {
  color: #FFF !important;
}
.vc_tta-accordion {
  border: 0;
  padding: 0;
}
.vc_tta-panel-body,
.vc_tta-panel-heading {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.vc_tta-title-text {
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 1.9em;
  text-transform: none;
  width: 96%;
  display: inline-block;
}
.vc_tta-controls-icon-plus {
  display: none;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 0 !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
  padding: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
  padding-right: 0 !important;
}
#block-eventi {
  margin-top: 1.11em;
  clear: both;
}
@media screen and (max-width: 1023px) {
  #block-eventi .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element {
    position: absolute;
    top: 53px;
    left: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  #block-eventi .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element .text-right {
    text-align: left !important;
  }
}
#block-eventi .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  position: absolute;
  right: 15px;
  top: 11px;
}
#block-eventi tr {
  border-bottom: 1px solid #E6E6E6;
}
#block-eventi h3.widget-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1.239em;
  line-height: 1.19;
  margin-top: 1.36789em;
  margin-bottom: 1.1565em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  text-rendering: optimizeLegibility;
  margin-bottom: 0 !important;
}
#block-eventi h3.widget-title small,
#block-eventi h3.widget-title .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
#block-eventi h3.widget-title small,
#block-eventi h3.widget-title .small {
  font-size: 65%;
}
@media screen and (max-width: 1023px) {
  #block-eventi h3.widget-title {
    padding-bottom: 3em;
  }
}
#block-eventi h3.widget-title:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #E6E6E6;
  margin-top: 1.2em;
}
@media screen and (max-width: 1023px) {
  #block-eventi h3.widget-title:after {
    display: none;
  }
}
#block-eventi .titlecolor {
  width: 8px;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#block-eventi .cat {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 12px !important;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 0.85em;
  line-height: 1.38;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  color: #887F78;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  text-rendering: optimizeLegibility;
}
#block-eventi .cat small,
#block-eventi .cat .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
#block-eventi .cat small,
#block-eventi .cat .small {
  font-size: 75%;
}
#block-eventi .cat a {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 0.85em;
  line-height: 1.38;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  color: #887F78;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  text-rendering: optimizeLegibility;
  display: block;
}
#block-eventi .cat a small,
#block-eventi .cat a .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
#block-eventi .cat a small,
#block-eventi .cat a .small {
  font-size: 75%;
}
#block-eventi .cat li {
  height: auto;
  min-height: 30px;
  border-right: 0;
  border-bottom: 0;
}
#block-eventi img {
  width: 100%;
}
#block-eventi .title {
  font-family: 'Crimson Text';
  font-size: 1.538em;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.15em;
  margin-top: 0.05em;
  margin-bottom: 2.5em;
}
#block-eventi .title a {
  color: #1A1A1A;
}
#block-eventi .date {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  color: #767676;
  line-height: 1.2em;
  margin-top: 0.05em;
  margin-bottom: 2.4em;
  position: absolute;
  bottom: 0;
  left: 15px;
}
#block-eventi ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: inline-table;
}
#block-eventi ul li {
  list-style: none;
  list-style-type: none;
  float: left;
  border-right: 1px solid #E6E6E6;
  width: 25%;
  padding: 1.4em 0 0 0;
  display: inline-table;
}
#block-eventi ul li .innerbox {
  height: 378px;
  display: block;
  padding: 0 15px;
  position: relative;
}
#block-eventi ul li .innerbox:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  clear: both;
  background-color: #E6E6E6;
  position: absolute;
  bottom: 0;
  left: 0;
}
#block-eventi ul li:before {
  content: "" !important;
}
#block-eventi ul li:nth-child(4n+4) {
  border-right: 0;
}
#block-eventi ul ul {
  border-top: 0;
  margin: 0;
}
#block-eventi ul ul li {
  float: none;
  width: 100%;
  padding: 0;
}
#block-eventi .slidereventi {
  clear: both;
  /*.slick-list{
      border-left: 1px solid @grey3;
    }*/
}
#block-eventi .slidereventi .slick-slide {
  border-right: 1px solid #E6E6E6;
}
#block-eventi .slidereventi .slideritem {
  height: 450px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 1023px) {
  #block-eventi .slidereventi .slideritem {
    border-top: 1px solid #E6E6E6;
    height: 378px;
  }
}
#block-eventi .slidereventi .slideritem .innerbox {
  padding: 15px;
  height: 100%;
  position: relative;
}
#block-eventi .slidereventi .slick-prev {
  border: 0 !important;
  position: absolute;
  left: 0;
  top: 21%;
  z-index: 99;
  overflow: hidden;
  opacity: 0.8;
  background-color: #1A1A1A;
  width: 36px;
  height: 36px;
}
#block-eventi .slidereventi .slick-prev:before {
  font-family: 'fontawesome';
  content: '\f104';
  font-size: 18px;
  color: #FFF !important;
  width: 17px !important;
  display: block;
  margin-top: 5px;
}
#block-eventi .slidereventi .slick-next {
  background-color: transparent;
  border: 0 !important;
  position: absolute;
  right: 0;
  top: 21%;
  z-index: 99;
  overflow: hidden;
  opacity: 0.8;
  background-color: #1A1A1A;
  width: 36px;
  height: 36px;
}
#block-eventi .slidereventi .slick-next:before {
  font-family: 'fontawesome';
  content: '\f105';
  font-size: 18px;
  color: #FFF !important;
  width: 17px !important;
  display: block;
  margin-top: 5px;
}
.wpc-vcboxfull {
  min-height: 370px;
  margin: 20px 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .wpc-vcboxfull {
    min-height: 850px;
    background-position: bottom right !important;
    justify-content: initial;
  }
}
.wpc-vcboxfull h3 {
  color: #887F78;
  height: 14px;
  font-family: 'Raleway', sans-serif;
}
.wpc-vcboxfull .wpc-directory-text {
  font-family: 'Raleway', sans-serif;
  color: #767676;
}
.wpc-directory-subtitle {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 0.85em;
  line-height: 1.38;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  color: #887F78;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  text-rendering: optimizeLegibility;
}
.wpc-directory-subtitle small,
.wpc-directory-subtitle .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.wpc-directory-subtitle small,
.wpc-directory-subtitle .small {
  font-size: 75%;
}
.wpc-directory-text {
  color: #767676;
  font-family: 'Raleway', sans-serif;
  font-size: 1.923em;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.323em;
}
.wpc-directory-text > div {
  padding-right: 5.5em;
}
@media screen and (max-width: 1023px) {
  .wpc-directory-text > div {
    padding-right: 0;
  }
}
.wpc-directory-title {
  color: #FFFFFF;
  font-family: 'Crimson Text';
  font-size: 3.077em;
  line-height: 1.4em;
}
.wpc-directory-titlesm {
  font-family: 'Raleway', sans-serif;
  color: #1A1A1A;
  font-size: 1.14em;
  line-height: 1.19;
  /*margin-top: 1.36789em;*/
  margin-bottom: 1.1565em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.wpc-directory-titlesmall {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  color: #887F78;
  /*font-size: 1.20em;
  line-height: 1.38;
  margin-top: 1.62em;
  margin-bottom: 1.72464em;

  letter-spacing: 0.07em; ;
  width: 100%;
  display: block;
  */
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.38;
  margin-top: 1.62em;
  margin-bottom: 0.82464em;
  padding: 0;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.wpc-directory-titlesmall small,
.wpc-directory-titlesmall .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.wpc-directory-titlesmall small,
.wpc-directory-titlesmall .small {
  font-size: 65%;
}
.wpc-directory-smalltext {
  font-family: 'Raleway', sans-serif;
  color: #767676;
  font-size: 1.143em;
  line-height: 1.6em;
}
.wpc-directory-smalltext p {
  font-size: 1em;
  letter-spacing: 0;
}
.wpc-directory-bigtext {
  font-family: 'Raleway', sans-serif;
  color: #767676;
  font-size: 1.932em;
  line-height: 1.35em;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.006em;
}
.wpc-directory-btn {
  margin-top: 2.5em;
  margin-bottom: 2em;
}
.wpc-directory-link {
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  line-height: 3.2em;
  text-decoration: underline;
  display: block;
}
@media screen and (max-width: 1023px) {
  .wpc-directory-link {
    font-size: 0.95em;
    line-height: 1.8em;
    margin-bottom: 2em;
  }
}
.wpc-directory-link i {
  color: #EA2202;
  margin-left: 0.5em;
}
.wpc-directory-link:hover {
  color: #EA2202;
}
.wpc-directory-link a {
  color: #1A1A1A;
  text-decoration: underline;
}
.wpc-directory-link a:hover {
  color: #EA2202;
}
.vc_toggle {
  border-bottom: 2px solid #E6E6E6;
  margin: 0 !important;
}
.vc_toggle_title > h4 {
  display: inline-block !important;
  width: 80%;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 1.9em;
  text-transform: none;
}
.vc_toggle_icon {
  float: right;
  margin-top: 21px;
}
.wpb_map_wraper {
  position: relative;
}
#infomaps {
  background-color: #FFF !important;
  padding: 3em 2em;
  max-width: 24em;
  position: absolute;
  top: 2em;
  right: 2em;
}
@media screen and (max-width: 1023px) {
  #infomaps {
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#infomaps .wpc-directory-smtxt {
  display: flex;
  align-items: center;
  justify-content: left;
}
#infomaps .wpc-directory-smtxt .text {
  margin: 1em 0 0 0;
  color: #767676;
  max-width: 70%;
}
.boxinfomaps .wpc-directory-title {
  font-family: 'Raleway', sans-serif;
  font-size: 1.13em;
  line-height: 1.6em;
  font-weight: 600;
}
.boxinfomaps .ico {
  width: 37px;
  height: 37px;
  display: inline-block;
  background-size: contain;
  margin: 0.8em 0.8em 0 0;
  max-width: 20%;
}
.boxinfomaps .ico.icom3 {
  background: transparent url('/wp-content/themes/museopoldipezzoli/images/m3@3x.png') no-repeat 0 0 !important;
  background-size: contain !important;
}
.boxinfomaps .ico.icom1 {
  background: transparent url('/wp-content/themes/museopoldipezzoli/images/m1@3x.png') no-repeat 0 0 !important;
  background-size: contain !important;
}
.boxinfomaps .ico.icotram {
  background: transparent url('/wp-content/themes/museopoldipezzoli/images/tram@3x.png') no-repeat 0 0 !important;
  background-size: contain !important;
}
.boxinfomaps .text {
  color: #767676;
  font-family: 'Raleway', sans-serif;
  font-size: 0.93em;
  letter-spacing: 0.017em;
  line-height: 16px;
  line-height: 1.25em;
}
.boxinfomaps .wpc-directory-smtxt.d-inline-block {
  max-width: 32%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  float: left;
}
.boxinfomaps .wpc-directory-smtxt.d-inline-block .ico {
  max-width: 20%;
}
.boxinfomaps .wpc-directory-smtxt.d-inline-block .text {
  max-width: 65%;
  padding-top: 0.8em;
}
.boxintroevent .icotop {
  display: block;
  padding: 0.5em 2.5em 0.25em 0.5em;
}
.boxintroevent .icotop.dim {
  width: 22px;
  height: 19px;
  background: transparent url('/wp-content/themes/museopoldipezzoli/images/ic_aspect_ratio.svg') no-repeat 0 0 !important;
  background-size: contain;
}
.boxintroevent .icotop.cap {
  width: 22px;
  height: 15px;
  background: transparent url('/wp-content/themes/museopoldipezzoli/images/ic_people.svg') no-repeat 0 0 !important;
  background-size: contain;
}
.boxintroevent .icotop.car {
  width: 20px;
  height: 20px;
  background: transparent url('/wp-content/themes/museopoldipezzoli/images/ic_info-ic_info_outline.svg') no-repeat 0 0 !important;
  background-size: contain;
}
.boxintroevent .wpc-directory-smtxt {
  max-width: 24%;
  float: left;
  min-height: 6em;
  border-right: 1px solid #E6E6E6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  height: 96%;
  padding: 1em 2em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1023px) {
  .boxintroevent .wpc-directory-smtxt {
    max-width: 100%;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 0;
  }
}
.boxintroevent .wpc-directory-smtxt.last {
  border-right: 0;
  max-width: 50%;
}
@media screen and (max-width: 1023px) {
  .boxintroevent .wpc-directory-smtxt.last {
    max-width: 100%;
  }
}
.boxintroevent .wpc-directory-smtxt .text,
.boxintroevent .wpc-directory-smtxt .text2 {
  font-size: 1em;
  font-family: 'Raleway', sans-serif;
  color: #1A1A1A;
  letter-spacing: 0.015em;
  line-height: 1.1em;
}
.boxintroevent .wpc-directory-smtxt .text2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}
.boxintroevent .wpc-directory-title {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 0.28em;
}
.boxintroevent .wpc-directory-smalltext {
  margin: 4em 0 0 2em;
}
@media screen and (max-width: 1023px) {
  .boxintroevent .wpc-directory-smalltext {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .boxintroevent .flexslider {
    margin: 0;
  }
}
.boxintroevent .boxlink {
  margin-left: 2em;
}
@media screen and (max-width: 1023px) {
  .boxintroevent .boxlink {
    margin-left: 0;
  }
}
.boxintroevent .slides,
.boxintroevent .slides li {
  max-width: 100% !important;
}
.boxintroevent .slides img,
.boxintroevent .slides li img {
  max-width: 100% !important;
}
.boxintroevent ul.slides,
.boxintroevent ul.slides li {
  list-style: none;
  list-style-type: none;
}
.boxintroevent ul.slides li::before {
  display: none !important;
}
.boxintroevent .wpc-directory-link {
  margin-left: 2em;
}
.boxintroevent a.prettyphoto {
  position: relative;
  display: block;
}
.boxintroevent a.prettyphoto:after {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  z-index: 9;
  position: absolute;
  bottom: 20px;
  right: 25px;
  background: url(/wp-content/themes/museopoldipezzoli/images/ic_zoom_in.png) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .boxmulticta .vc_col-sm-8 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.boxvideo {
  min-height: 360px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .boxvideo {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .boxvideo .wpc-directory-smalltext {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
}
.boxvideo .wpc-directory-smalltitle {
  padding: 1em 0;
  color: #1A1A1A;
  font-family: 'Crimson Text';
  font-size: 1.429em;
  font-weight: 600;
  line-height: 1.2em;
}
.boximgdx .row {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .boximgdx .row {
    display: block;
  }
}
.boximgdx .col-left,
.boximgdx .col-right {
  float: left;
  display: block;
}
@media screen and (max-width: 1023px) {
  .boximgdx .col-left,
  .boximgdx .col-right {
    float: none;
  }
}
.boximgdx .col-left {
  width: 43%;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .boximgdx .col-left {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .boximgdx .col-right .wpc-directory-img {
    padding: 15px;
  }
}
.boxsmall .wpc-directory-smalltext {
  color: #1A1A1A;
}
.boxpdf .col-left {
  float: left;
  height: 110px;
  width: 80px;
  display: block;
}
.boxpdf .col-right {
  float: left;
  width: auto;
  padding-left: 1.8em;
  border-top-left-radius: 5px;
}
.boxpdf .wpc-directory-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1.239em;
  line-height: 1.19;
  margin-top: 1.36789em;
  margin-bottom: 1.1565em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  text-rendering: optimizeLegibility;
}
.boxpdf .wpc-directory-title small,
.boxpdf .wpc-directory-title .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.boxpdf .wpc-directory-title small,
.boxpdf .wpc-directory-title .small {
  font-size: 65%;
}
.boxpdf .wpc-directory-titlesm {
  margin-top: 1.45em;
  font-size: 1.1em;
  color: #1A1A1A;
  text-transform: none;
  font-family: 'Crimson Text';
  letter-spacing: 0;
}
.boxpdf .wpc-directory-titlesm a {
  color: #1A1A1A;
}
.boxpdf .box-inner {
  background-color: #f2f2f2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.boxaudio .col-left {
  float: left;
  height: 70px;
  width: 80px;
  display: block;
  border-top-left-radius: 5px;
}
.boxaudio .col-right {
  float: left;
  width: auto;
  padding-left: 1.8em;
  border-radius: 5px;
}
.boxaudio .audio-inner {
  border-radius: 5px;
  background-color: #f2f2f2;
}
.boxaudio .wpc-directory-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1.239em;
  line-height: 1.19;
  margin-top: 1.36789em;
  margin-bottom: 1.1565em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  text-rendering: optimizeLegibility;
}
.boxaudio .wpc-directory-title small,
.boxaudio .wpc-directory-title .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.boxaudio .wpc-directory-title small,
.boxaudio .wpc-directory-title .small {
  font-size: 65%;
}
.boxaudio .wpc-directory-titlesm {
  margin-top: 1.45em;
  font-size: 1.1em;
  color: #1A1A1A;
  text-transform: none;
  font-family: 'Crimson Text';
  letter-spacing: 0;
}
.wpc-directory-img {
  margin-bottom: 1.7em;
  position: relative;
}
.wpc-directory-img:after {
  content: "";
  opacity: 0.45;
  transform: scaleY(-1);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wpc-directory-img img {
  width: 100%;
}
.wpc-directory-boxcta {
  margin-top: 3.1em;
  margin-bottom: 3.1em;
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  padding: 1.1em 0;
  text-align: center;
}
.nomrg {
  margin-top: 0 !important;
  margin-bottom: 0!important ;
}
.nomrg .wpc-directory-boxcta {
  margin-top: 3.1em;
  margin-bottom: 3.1em;
}
.nomrgt .wpc-directory-boxcta {
  margin-top: 1em;
  margin-bottom: 2.5em;
}
.nomrgt.nomrgb .wpc-directory-boxcta {
  margin-top: 0;
  margin-bottom: 0;
}
.mg-left {
  margin-left: 2em;
}
.wpc-directory-cta {
  margin-right: 2em;
  display: inline-block;
}
.wpc-directory-cta-sec {
  margin-right: 2em;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .wpc-directory-cta-sec {
    margin-right: 0;
  }
}
.boxgrey {
  padding: 2em 2em;
  border-radius: 10px;
  background-color: #E6E6E6;
}
@media screen and (max-width: 1023px) {
  .boxgrey {
    margin-bottom: 1em;
  }
}
.boxgrey .wpc-directory-title {
  color: #1A1A1A;
  font-family: 'Crimson Text';
  font-size: 2.143em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
.boxgrey .wpc-directory-smalltext {
  color: #1A1A1A;
}
.boximg .col-left {
  width: 44.5%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  .boximg .col-left {
    width: 100%;
    float: none;
  }
}
.boximg .col-right {
  width: 55.5%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  .boximg .col-right {
    width: 100%;
    float: none;
  }
}
.boxbkg {
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.boxbkg .wpc-directory-title,
.boxbkg .wpc-directory-subtitle {
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .boxbkg .wpc-directory-title,
  .boxbkg .wpc-directory-subtitle {
    text-align: center;
  }
}
.boxbkg .wpc-directory-btn {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .boxbkg .wpc-directory-btn {
    text-align: center;
  }
}
.boxaudiog,
.boxred,
.boxredsm {
  padding: 0 !important;
}
.boxaudiog .wpc-directory-inner,
.boxred .wpc-directory-inner,
.boxredsm .wpc-directory-inner {
  padding: 0 4em;
  height: 186px;
}
@media screen and (max-width: 1023px) {
  .boxaudiog .wpc-directory-inner,
  .boxred .wpc-directory-inner,
  .boxredsm .wpc-directory-inner {
    padding: 15px;
    height: auto;
  }
}
.boxaudiog .wpc-directory-inner-content,
.boxred .wpc-directory-inner-content,
.boxredsm .wpc-directory-inner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 96%;
}
@media screen and (max-width: 1023px) {
  .boxaudiog .wpc-directory-inner-content,
  .boxred .wpc-directory-inner-content,
  .boxredsm .wpc-directory-inner-content {
    display: block;
  }
}
.boxaudiog .wpc-directory-title,
.boxred .wpc-directory-title,
.boxredsm .wpc-directory-title {
  font-size: 2em;
  margin-bottom: 0.3em;
}
.boxaudiog .wpc-directory-smalltext,
.boxred .wpc-directory-smalltext,
.boxredsm .wpc-directory-smalltext {
  font-size: 1.155em;
  line-height: 1.32em;
  color: #FFFFFF;
  letter-spacing: 0.27px;
  width: 70%;
  display: inline-block;
  /*
    width: 510px;	color: #FFFFFF;	font-family: Raleway;	font-size: 16px;	letter-spacing: 0.27px;	line-height: 22px;
     */
}
@media screen and (max-width: 1023px) {
  .boxaudiog .wpc-directory-smalltext,
  .boxred .wpc-directory-smalltext,
  .boxredsm .wpc-directory-smalltext {
    width: 100%;
  }
}
.boxaudiog .wpc-directory-btn,
.boxred .wpc-directory-btn,
.boxredsm .wpc-directory-btn {
  width: 56%;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .boxaudiog .wpc-directory-btn,
  .boxred .wpc-directory-btn,
  .boxredsm .wpc-directory-btn {
    width: 100%;
    float: none;
  }
}
.boxred .wpc-directory-wrap {
  -webkit-box-shadow: 1px 21px 25px -21px #4f4f4f;
  -moz-box-shadow: 1px 21px 25px -21px #4f4f4f;
  box-shadow: 1px 21px 25px -21px #4f4f4f;
}
@media screen and (max-width: 1023px) {
  .boxred .wpc-directory-wrap {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2019/10/bg_newsletter1-1.png") no-repeat center center;
    border-radius: 10px !important;
    background-size: cover !important;
    margin: 2em 0;
    background-position: center center !important;
  }
}
.boxaudiog .wpc-directory-wrap {
  background-size: cover !important;
}
@media screen and (min-width: 1440px) {
  .boxaudiog .wpc-directory-wrap {
    background-size: contain !important;
  }
}
@media screen and (max-width: 1023px) {
  .boxaudiog .wpc-directory-wrap {
    border-radius: 10px !important;
  }
}
.boxredsm .wpc-directory-inner {
  height: auto;
  padding: 0 !important;
}
.boxredsm .colinner {
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .boxredsm .colinner {
    margin-left: 0;
    margin-top: 1.6496em;
  }
}
.boxredsm .wpc-directory-title {
  font-size: 3em;
}
.boxredsm .wpc-directory-inner-content {
  display: block !important;
  padding: 2em;
}
.boxredsm .wpc-directory-smalltext {
  width: 94%;
}
.boxredsm .wpc-directory-btn {
  width: 96%;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.boxlistato {
  clear: both;
  border-bottom: 1px solid #E6E6E6;
  padding: 0.7em 0;
  margin: 0.1em 0;
}
.boxlistato .wpc-directory-title {
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 1.9em;
  text-transform: none;
}
@media screen and (max-width: 1023px) {
  .boxlistato .wpc-directory-title {
    margin-right: 36px;
  }
}
.boxlistato .wpc-directory-smalltext {
  width: 97%;
}
.boxlistato .wpc-directory-btn {
  width: 98%;
  display: inline-block;
  text-align: center;
}
.boxlistato .textred {
  font-size: 1.4em;
  float: right;
}
@media screen and (max-width: 1023px) {
  .boxlistato .textred {
    margin-right: -34px;
  }
}
.boxbkgbeige #boxinner {
  padding: 1.2em 0;
}
.boxbkgbeige .wpc-directory-btnlink {
  margin-top: 1em;
}
.boxbkgbeige .wpc-directory-title {
  font-size: 3em;
  line-height: 1.3em;
}
.boxbkgbeige .wpc-directory-image {
  /* height: 341px;
    width: 445px;*/
}
.boxbkgbeige .wpc-directory-image img {
  margin-top: 3em;
  width: 100%;
  height: auto;
}
.boxbkgbeige .wpc-directory-subtitle {
  margin-bottom: 0 !important;
  color: #C3BFBB !important;
}
.boxbkgbeige .wpc-directory-smalltext {
  color: #FFF !important;
  margin-top: 1.4em;
  font-size: 1.03em;
}
.boxsmall2 .wpc-directory-title {
  color: #1A1A1A;
  margin-bottom: 0.5em;
}
.boxsmall2 .wpc-directory-link {
  margin-left: 1em;
}
.boxsmall2 .wpc-directory-link.text-left {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .boxintro {
    display: none;
  }
}
.boxintro .wpc-directory-title,
.boxintro .wpc-directory-smalltext {
  color: #1A1A1A;
}
.boxintro .wpc-directory-link {
  margin-left: 1em;
}
.boxnl {
  padding: 2.6em 0 3em 0;
}
.boxnl .subtitle {
  font-size: 1.143em !important;
  line-height: 2em;
  color: #1A1A1A;
  letter-spacing: 0.016875em;
  font-family: 'Raleway', sans-serif;
  line-height: 1.143em;
  text-align: center;
}
.boxnl .wpc-directory-title {
  color: #000000;
  font-size: 2.308em;
  line-height: 1.4em;
  font-weight: bold;
}
.boxnl .mc4wp-form-fields {
  font-size: 1.193em;
  line-height: 2em;
  color: #1A1A1A;
  letter-spacing: 0.27px;
}
.boxnl .mcfiled {
  margin: 1.5em 0;
}
.boxnl label {
  font-family: 'Raleway', sans-serif;
  font-size: 1.155em;
  font-weight: 200;
}
.boxnl input[type=email] {
  background-color: #868481;
  color: #FFF;
  padding: 0.92em 1.5em;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8341em;
  letter-spacing: 0.7px;
  border: 0 !important;
  font-weight: 200;
  color: #FFFFFF;
  margin-bottom: 1em;
}
.boxnl input[type=email]::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.boxnl input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
.boxnl input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1;
}
.boxnl input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
.boxnl input[type=submit] {
  position: relative;
  padding: 1.4em 2em 1.1em 2em;
  margin-top: 0;
  margin-left: 1.5em;
  font-size: 0.6252em;
  background: #EA2202;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}
.boxnl input[type=submit]:after {
  content: ">";
  color: #FFF;
  display: block;
  box-sizing: border-box;
  height: 10px;
  width: 4px;
  border: 1px solid #FFFFFF;
}
.boxcontatti {
  margin-top: -2em;
}
.boxcontatti p {
  color: #767676;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  letter-spacing: 0.015em;
  line-height: 1.8em;
  margin: 0 !important;
}
.boxcontatti p a {
  color: #767676 !important;
  font-weight: bold;
  text-decoration: underline;
}
.btn {
  text-decoration: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 0.85em;
  line-height: 1.38;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  color: #887F78;
  font-weight: 600;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  padding: 0.99em 2em;
  border-width: 1px;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  white-space: normal;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn small,
.btn .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.btn small,
.btn .small {
  font-size: 75%;
}
.btn.btn-default {
  background-color: #EA2202;
  border: 1px solid #EA2202;
  color: #FFFFFF;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #EA2202;
}
.btn.btn-primary {
  color: #FFFFFF;
}
.btn.btn-secondary {
  border: 1px solid #EA2202;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.8em 1em;
  font-size: 12px;
  color: #EA2202;
  background-color: transparent;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:focus:active {
  background-color: #EA2202;
  border: 1px solid #EA2202;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .btn.btn-secondary {
    font-size: 12px;
  }
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:focus:active {
  background-color: #EA2202;
  border: 1px solid #EA2202;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 0.85em;
  }
}
.btn.btn-xs {
  padding: 0.4em 0.4em;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .btn.btn-xs {
    font-size: 12px;
  }
}
.btn.btn-sm {
  padding: 0.8em 1em;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .btn.btn-sm {
    font-size: 12px;
  }
}
.btn.no-uppercase {
  text-transform: none;
}
.btn.white {
  color: #FFFFFF;
}
.btn.purple {
  color: #EA2202;
}
.btn.purple:hover,
.btn.purple:focus,
.btn.purple:active,
.btn.purple:focus:active {
  background-color: #EA2202;
  border: 1px solid #EA2202;
  color: #FFFFFF;
}
.btn.btn-border.white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.btn.btn-border.white:hover,
.btn.btn-border.white:focus,
.btn.btn-border.white:active,
.btn.btn-border.white:focus:active {
  border: 1px solid #FFFFFF;
  color: #EA2202;
  background-color: #FFFFFF;
}
.btn.btn-border.red {
  color: #EA2202;
  border: 1px solid #EA2202;
}
.btn.btn-border.red:hover,
.btn.btn-border.red:focus,
.btn.btn-border.red:active,
.btn.btn-border.red:focus:active {
  background-color: #EA2202;
  border: 1px solid #EA2202;
  color: #FFFFFF;
}
.btn.arrow.right:after {
  font-family: 'fontawesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-top: 1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -2px;
  font-size: 1.2em;
}
.btn.arrow.right:after {
  content: "\f105";
  font-size: 0.8em;
  line-height: 2em;
}
.btn.btn-download:after {
  font-family: 'fontawesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-top: 1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -2px;
  font-size: 1.2em;
}
.btn.btn-download:after {
  content: "\f33d";
}
.btn.flush {
  padding: 0;
}
.btn.progress-disabled {
  position: relative;
  padding-right: 50px !important;
}
.btn.progress-disabled .ajax-progress {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1em;
  font-weight: normal;
  margin-top: -1px;
}
.btn.progress-disabled .ajax-progress i {
  top: 0;
  font-size: 0.8em;
}
.btn.progress-disabled:after {
  display: none;
}
.btn i {
  margin-left: 0.5em;
}
button.nolink {
  background: transparent;
  border: none;
  padding: 0;
}
p .btn,
.cta-list .btn {
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: left;
}
p .btn:last-child,
.cta-list .btn:last-child {
  margin-bottom: 0;
}
p.text-center .btn,
.cta-list.text-center .btn {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  p .btn,
  .cta-list .btn {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
    margin-right: 20px;
  }
  p .btn:last-child,
  .cta-list .btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  p.text-center,
  .cta-list.text-center {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.wpfc-calendar .ui-widget-header {
  background: #E6E6E6 !important;
  height: 26px;
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 1.2px;
  /*1.2px font-size: 12px; */
  line-height: 1em;
  text-align: center;
}
.wpfc-calendar .ui-widget-content,
.wpfc-calendar .ui-widget-header {
  border: 1px solid #E6E6E6;
}
.wpfc-calendar .ui-widget-header {
  line-height: 26px;
}
.wpfc-calendar .ui-widget {
  font-size: 0.9em !important;
}
.wpfc-calendar .ui-state-default,
.wpfc-calendar .ui-widget-content .ui-state-default,
.wpfc-calendar .ui-widget-header .ui-state-default {
  border: 1px solid #E6E6E6;
  background: #FFF;
  font-weight: normal;
  color: #1A1A1A;
}
.wpfc-calendar .ui-state-active,
.wpfc-calendar .ui-widget-content .ui-state-active,
.wpfc-calendar .ui-widget-header .ui-state-active {
  border: 1px solid #E6E6E6;
  background: #EA2202 !important;
  font-weight: normal;
  color: #FFF !important;
  font-family: 'Raleway', sans-serif;
}
.wpfc-calendar .ui-widget input,
.wpfc-calendar .ui-widget select,
.wpfc-calendar .ui-widget textarea,
.wpfc-calendar .ui-widget button {
  font-family: 'Raleway', sans-serif !important;
  font-size: 1em;
}
#mc-embedded-subscribe-form,
.wpcf7 {
  background-color: #887F78;
  /*padding: 2px 15px 0 15px !important;*/
}
#mc-embedded-subscribe-form .wpcf7-form,
.wpcf7 .wpcf7-form {
  padding: 1em;
}
#mc-embedded-subscribe-form h3,
.wpcf7 h3 {
  color: #FFFFFF;
  font-family: 'Crimson Text';
  font-size: 2.85em;
  line-height: 2em;
  margin: 0 !important;
  font-weight: normal;
}
#mc-embedded-subscribe-form h4,
.wpcf7 h4 {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 1.15em;
  letter-spacing: 0.015em;
  line-height: 1.5em;
  margin: 7px 0 !important;
  font-weight: normal !important;
  text-transform: none !important;
}
#mc-embedded-subscribe-form .wpcf7-list-item-label,
.wpcf7 .wpcf7-list-item-label,
#mc-embedded-subscribe-form label,
.wpcf7 label,
#mc-embedded-subscribe-form p,
.wpcf7 p {
  display: inline-block !important;
  max-width: 100% !important;
  margin: 1em 0 0.2em 0 !important;
  font-weight: normal !important;
  color: #FFF !important;
  font-size: 1em !important;
  font-family: 'Raleway', sans-serif !important;
}
#mc-embedded-subscribe-form .wpcf7-list-item-label a,
.wpcf7 .wpcf7-list-item-label a,
#mc-embedded-subscribe-form label a,
.wpcf7 label a,
#mc-embedded-subscribe-form p a,
.wpcf7 p a {
  color: #FFF !important;
  text-decoration: underline !important;
}
#mc-embedded-subscribe-form .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-form-control-wrap {
  position: static;
}
#mc-embedded-subscribe-form .form-control,
.wpcf7 .form-control {
  border: 0 !important;
  border-radius: 0!important;
  background-color: #E6E6E6;
  height: 31px;
}
#mc-embedded-subscribe-form textarea.form-control,
.wpcf7 textarea.form-control {
  min-height: 90px;
}
#mc-embedded-subscribe-form .wpcf7-submit,
.wpcf7 .wpcf7-submit {
  border: 1px solid white;
  background-color: transparent !important;
  color: #FFFFFF !important;
}
#mc-embedded-subscribe-form input[type="checkbox"],
.wpcf7 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#mc-embedded-subscribe-form input[type="checkbox"] + span:before,
.wpcf7 input[type="checkbox"] + span:before {
  font: 16pt FontAwesome;
  content: '\00f096';
  display: inline-block;
  width: 16pt;
  padding: 2px 0 0 3px;
  margin-right: 0.5em;
}
#mc-embedded-subscribe-form input[type="checkbox"]:checked + span:before,
.wpcf7 input[type="checkbox"]:checked + span:before {
  content: '\00f046';
}
#mc-embedded-subscribe-form input[type="checkbox"]:focus + span:before,
.wpcf7 input[type="checkbox"]:focus + span:before {
  outline: 1px dotted #1A1A1A;
}
#mc-embedded-subscribe-form input[type="checkbox"]:disabled + span,
.wpcf7 input[type="checkbox"]:disabled + span {
  color: #1A1A1A;
}
#mc-embedded-subscribe-form .wpcf7-list-item-label a,
.wpcf7 .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #FFF !important;
}
#mc-embedded-subscribe-form .indicates-required,
.wpcf7 .indicates-required {
  color: #FFF !important;
}
.search-form input {
  border-radius: 0;
  height: 44px;
}
.search-form .search-submit {
  margin-top: 10px !important;
}
.flexslider {
  margin: 0;
  background: #fff;
  border: 0 !important;
  position: relative;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-nav {
  text-align: left !important;
}
.flex-control-paging li a.flex-active {
  background: #EA2202 !important;
  cursor: default;
}
.flex-control-paging li a {
  width: 9px !important;
  height: 9px !important;
  background: #e6e6e6 !important;
  box-shadow: none !important;
}
.slides {
  max-width: 450px;
}
@media screen and (max-width: 480px) {
  .slides {
    max-width: 320px;
  }
}
.slides li {
  max-width: 450px;
}
@media screen and (max-width: 480px) {
  .slides li {
    max-width: 320px;
  }
}
.slides li img {
  position: relative;
  width: auto !important;
  display: block;
  max-width: 450px;
  height: auto !important;
}
@media screen and (max-width: 480px) {
  .slides li img {
    max-width: 320px;
  }
}
.slides li img:after {
  content: "\f00e";
  font-family: 'fontawesome' !important;
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 1em;
  bottom: 1em;
  color: #FFF;
  background-color: #d1ecf1;
}
.slides li .wpb_single_image .vc_figure-caption {
  color: #887F78;
  font-family: 'Raleway', sans-serif;
  margin-top: 0.5em !important;
  font-size: 0.62em !important;
  font-weight: 600;
  line-height: 1.2em;
}
.flexslider {
  background: transparent !important;
}
.flex-direction-nav {
  max-width: 450px;
  display: block;
  top: 55%;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .flex-direction-nav {
    max-width: 320px;
  }
}
.flex-direction-nav a {
  transition: none !important;
  opacity: 1 !important;
}
.flex-direction-nav a.flex-next::before {
  font-family: flexslider-icon;
  font-size: 2em !important;
  display: inline-block;
  content: '' !important;
  font-weight: normal !important;
  color: #FFFFFF !important;
  background: url('/wp-content/themes/museopoldipezzoli/images/arrow-nav.png') -93px 42px;
  background-color: rgba(0, 0, 0, 0);
  width: 11px;
  height: 32px;
}
.flex-direction-nav a.flex-prev::before {
  font-family: flexslider-icon;
  font-size: 2em !important;
  display: inline-block;
  content: '' !important;
  font-weight: normal !important;
  color: #FFFFFF !important;
  background: url('/wp-content/themes/museopoldipezzoli/images/arrow-nav.png') -16px 42px;
  background-color: rgba(0, 0, 0, 0);
  width: 11px;
  height: 32px;
}
.flex-direction-nav .flex-next {
  right: 10px !important;
  float: right;
  position: relative !important;
}
.flex-direction-nav .flex-prev {
  left: 10px !important;
  float: left;
  position: relative !important;
}
.menu-link-rapidi-en-container,
.menu-link-rapidi-container {
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 1023px) {
  .menu-link-rapidi-en-container,
  .menu-link-rapidi-container {
    margin: 0 -15px;
    min-height: 112px;
  }
}
.menu-link-rapidi-en-container ul,
.menu-link-rapidi-container ul,
.menu-link-rapidi-en-container ol,
.menu-link-rapidi-container ol {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .menu-link-rapidi-en-container ul,
  .menu-link-rapidi-container ul,
  .menu-link-rapidi-en-container ol,
  .menu-link-rapidi-container ol {
    margin: 0;
  }
}
.menu-link-rapidi-en-container li,
.menu-link-rapidi-container li {
  display: flex;
  float: left;
  width: 25%;
  min-height: 91px;
  text-align: center;
  background-color: #FFF;
  position: relative;
  margin: 0 !important;
  border-bottom: 3px solid #fff;
}
.menu-link-rapidi-en-container li:after,
.menu-link-rapidi-container li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 28px;
  height: 45px;
  width: 2px;
  background-color: #e6e6e6;
}
.menu-link-rapidi-en-container li:hover,
.menu-link-rapidi-container li:hover {
  background-color: #F1F1F0;
  box-shadow: 0 0 11px 0 rgba(170, 167, 163, 0.27);
  border-bottom: 3px solid #EA2202;
}
.menu-link-rapidi-en-container li:hover a,
.menu-link-rapidi-container li:hover a {
  color: #EA2202 !important;
}
.menu-link-rapidi-en-container li:last-child:after,
.menu-link-rapidi-container li:last-child:after {
  background-color: transparent;
}
.menu-link-rapidi-en-container li a,
.menu-link-rapidi-container li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #767676 !important;
  width: 100%;
  line-height: 1.05em !important;
  text-decoration: inherit;
  color: inherit;
  font-weight: inherit;
}
.menu-link-rapidi-en-container li a:before,
.menu-link-rapidi-container li a:before {
  content: "";
  display: block;
  height: 24px;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  margin-bottom: -31px;
}
.menu-link-rapidi-en-container li.ticket:hover a:before,
.menu-link-rapidi-container li.ticket:hover a:before {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_ticket2.svg") no-repeat center center;
}
.menu-link-rapidi-en-container li.ticket a:before,
.menu-link-rapidi-container li.ticket a:before {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_ticket.svg") no-repeat center center;
}
.menu-link-rapidi-en-container li.calendar:hover a:before,
.menu-link-rapidi-container li.calendar:hover a:before {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_calendar2.svg") no-repeat center center;
}
.menu-link-rapidi-en-container li.calendar a:before,
.menu-link-rapidi-container li.calendar a:before {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_calendar.svg") no-repeat center center;
}
.menu-link-rapidi-en-container li.collection:hover a:before,
.menu-link-rapidi-container li.collection:hover a:before {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_collection2.svg") no-repeat center center;
}
.menu-link-rapidi-en-container li.collection a:before,
.menu-link-rapidi-container li.collection a:before {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_collection.svg") no-repeat center center;
}
.menu-link-rapidi-en-container li.museum:hover a:before,
.menu-link-rapidi-container li.museum:hover a:before {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_dona2.svg") no-repeat center center;
}
.menu-link-rapidi-en-container li.museum a:before,
.menu-link-rapidi-container li.museum a:before {
  background: url("/wp-content/themes/museopoldipezzoli/images/ic_dona.svg") no-repeat center center;
}
.menutop {
  text-align: right;
  margin: 4.5em 0 1em 0;
  clear: both;
}
.menutop .topmenu-link-rapidi-small-container.mobile,
.menutop .logomobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menutop a.search {
    display: none;
  }
}
.menutop .topmenu-link-language {
  display: none;
}
.menutop.active {
  text-align: left;
  background-color: #FFFFFF;
  padding-bottom: 8em;
}
.menutop.active .topmenu-link-rapidi-small-container.mobile,
.menutop.active .logomobile {
  display: block;
}
@media screen and (max-width: 1023px) {
  .menutop.active a.search,
  .menutop.active .topmenu-link-language {
    display: block;
  }
}
.menutop.active .topmenu-link-language {
  background-color: #f3f2f1;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menutop.active .topmenu-link-language a {
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.27px;
  line-height: 19px;
}
.menutop.active .topmenu-link-language .wpml-ls-current-language a {
  color: #EA2202;
}
.menutop.active .topmenu-link-rapidi-small-container.mobile {
  position: absolute;
  top: 0;
  right: 22px;
}
.menutop.active .topmenu-link-rapidi-small-container.mobile li {
  display: inline-block;
}
.menutop.active .topmenu-link-rapidi-small-container.mobile li a {
  color: #555555 !important;
  font-weight: bold;
  padding: 10px 8px;
}
@media screen and (max-width: 1023px) {
  .menutop {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 0 1em 0;
  }
}
.menutop .fa-search {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 15px;
}
@media screen and (max-width: 1023px) {
  .menutop .fa-search {
    position: absolute;
    left: 15px !important;
    bottom: 5.5em;
    right: auto;
  }
}
@media screen and (min-width: 1023px) {
  .menutop #main-nav {
    display: inline-block;
    padding: 0;
    margin: 0 15px 0 0 !important;
  }
}
.menutop #main-nav #menu-mainmenuen,
.menutop #main-nav #menu-mainmenu {
  list-style-type: none;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .menutop #main-nav #menu-mainmenuen,
  .menutop #main-nav #menu-mainmenu {
    padding: 0;
    margin: 0;
  }
}
.menutop #main-nav #menu-mainmenuen li,
.menutop #main-nav #menu-mainmenu li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-top: 0.6em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .menutop #main-nav #menu-mainmenuen li,
  .menutop #main-nav #menu-mainmenu li {
    padding: 0.4em 0;
    width: 100%;
  }
}
.menutop #main-nav #menu-mainmenuen li .fa-chevron-down,
.menutop #main-nav #menu-mainmenu li .fa-chevron-down {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menutop #main-nav #menu-mainmenuen li .fa-chevron-down,
  .menutop #main-nav #menu-mainmenu li .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
  }
}
.menutop #main-nav #menu-mainmenuen li:hover a,
.menutop #main-nav #menu-mainmenu li:hover a {
  color: #EA2202;
}
.menutop #main-nav #menu-mainmenuen li.current-menu-parent,
.menutop #main-nav #menu-mainmenu li.current-menu-parent,
.menutop #main-nav #menu-mainmenuen li.current-menu-item,
.menutop #main-nav #menu-mainmenu li.current-menu-item,
.menutop #main-nav #menu-mainmenuen li.active,
.menutop #main-nav #menu-mainmenu li.active {
  border-radius: 5px;
  background-color: #EA2202;
}
@media screen and (max-width: 1023px) {
  .menutop #main-nav #menu-mainmenuen li.current-menu-parent,
  .menutop #main-nav #menu-mainmenu li.current-menu-parent,
  .menutop #main-nav #menu-mainmenuen li.current-menu-item,
  .menutop #main-nav #menu-mainmenu li.current-menu-item,
  .menutop #main-nav #menu-mainmenuen li.active,
  .menutop #main-nav #menu-mainmenu li.active {
    background-color: transparent;
  }
}
.menutop #main-nav #menu-mainmenuen li.current-menu-parent a,
.menutop #main-nav #menu-mainmenu li.current-menu-parent a,
.menutop #main-nav #menu-mainmenuen li.current-menu-item a,
.menutop #main-nav #menu-mainmenu li.current-menu-item a,
.menutop #main-nav #menu-mainmenuen li.active a,
.menutop #main-nav #menu-mainmenu li.active a {
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .menutop #main-nav #menu-mainmenuen li.current-menu-parent a,
  .menutop #main-nav #menu-mainmenu li.current-menu-parent a,
  .menutop #main-nav #menu-mainmenuen li.current-menu-item a,
  .menutop #main-nav #menu-mainmenu li.current-menu-item a,
  .menutop #main-nav #menu-mainmenuen li.active a,
  .menutop #main-nav #menu-mainmenu li.active a {
    color: #EA2202;
  }
}
@media screen and (max-width: 1023px) {
  .menutop #main-nav #menu-mainmenuen li.open .fa-chevron-down::before,
  .menutop #main-nav #menu-mainmenu li.open .fa-chevron-down::before {
    content: "\f077";
    color: #EA2202;
  }
}
.menutop #main-nav #menu-mainmenuen li a,
.menutop #main-nav #menu-mainmenu li a {
  font-family: 'Raleway', sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  /*font-size: 1.143em;
          line-height: 20px;*/
}
@media screen and (max-width: 1023px) {
  .menutop #main-nav #menu-mainmenuen li a,
  .menutop #main-nav #menu-mainmenu li a {
    color: #1A1A1A;
    padding: 0.4em 0;
  }
}
.menutop #main-nav #menu-mainmenuen .sub-menu,
.menutop #main-nav #menu-mainmenu .sub-menu {
  display: none;
}
.menutop #main-nav #menu-mainmenuen .sub-menu .fa-chevron-down,
.menutop #main-nav #menu-mainmenu .sub-menu .fa-chevron-down {
  display: none;
}
.menutop #main-nav #menu-mainmenuen .sub-menu li,
.menutop #main-nav #menu-mainmenu .sub-menu li {
  background-color: transparent;
  color: #FFF;
}
.menutop #main-nav #menu-mainmenuen .sub-menu li a,
.menutop #main-nav #menu-mainmenu .sub-menu li a {
  color: #FFF !important;
  font-family: "Open Sans";
  font-size: 1.143em;
  line-height: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .menutop #main-nav #menu-mainmenuen .sub-menu,
  .menutop #main-nav #menu-mainmenu .sub-menu {
    margin-top: 0.8em;
    background-color: #EA2202;
    padding: 10px 0 10px 25px  !important;
  }
}
.topmenu-link-rapidi-small-container {
  /*position: absolute;
  top: 0;
  right: 0;*/
  float: right;
  padding-top: 1.2em;
}
@media screen and (max-width: 1023px) {
  .topmenu-link-rapidi-small-container {
    margin-right: 1.5em;
  }
}
.topmenu-link-rapidi-small-container:after {
  content: "";
  height: 2px;
  background-color: rgba(165, 165, 165, 0.4);
  width: 100%;
  margin-top: 0.25em;
  display: block;
}
@media screen and (max-width: 1023px) {
  .topmenu-link-rapidi-small-container:after {
    display: none;
  }
}
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar {
    display: none;
  }
}
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar ul {
  list-style-type: none;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar ul li {
  list-style-type: none;
  display: inline-block;
}
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar #is_large_fontsize,
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar #is_high_contrast,
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar #is_normal_fontsize,
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar #is_normal_contrast {
  background-color: transparent;
  border: 0 !important;
}
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar #is_large_fontsize span.offscreen,
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar #is_high_contrast span.offscreen,
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar #is_normal_fontsize span.offscreen,
.topmenu-link-rapidi-small-container .widget_wp_accessibility_toolbar #is_normal_contrast span.offscreen {
  display: none;
}
@media screen and (max-width: 1023px) {
  .topmenu-link-rapidi-small-container #icl_lang_sel_widget-2 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .topmenu-link-rapidi-small-container #icl_lang_sel_widget-3 {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
}
.topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget {
  display: inline-block;
}
.topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 3em;
}
.topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover {
  text-decoration: none !important;
}
.topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a {
  border: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  color: #C3BFBB;
  font-size: 1.04em;
  padding: 0.8em 0.5em;
}
.topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a:hover {
  text-decoration: none !important;
}
.topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 0 !important;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}
.topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 0;
}
.topmenu-link-rapidi-small-container .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  border: 0 !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f107" !important;
  display: inline-block !important;
  text-rendering: auto !important;
  font-size: 1.4em !important;
  top: 0.5em !important;
  right: 0;
}
.topmenu-link-rapidi-small-container .widget_nav_menu {
  display: inline-block;
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container {
  text-align: right;
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small {
  margin: 0 !important;
  padding: 0 !important;
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li {
  display: inline-block;
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li:last-child,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li:last-child,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li:last-child,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li:last-child {
  margin-right: 0;
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li a,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li a,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li a,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a {
  text-align: right;
  font-weight: bold;
  text-decoration: none;
  color: #C3BFBB;
  font-size: 1em;
}
@media screen and (max-width: 1023px) {
  .topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li a,
  .topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li a,
  .topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li a,
  .topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a {
    color: #FFF;
  }
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li a:focus,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li a:focus,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li a:focus,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a:focus {
  background-color: transparent !important;
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li a:hover,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li a:hover,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li a:hover,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a:hover,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li a a.active,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li a a.active,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li a a.active,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a a.active {
  color: #EA2202;
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li a:first-child,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li a:first-child,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li a:first-child,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a:first-child {
  padding-left: 0;
}
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li a:hover,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small-en li a:hover,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small li a:hover,
.topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a:hover {
  background-color: transparent;
}
.secondarymenu {
  background-color: #EA2202;
}
@media screen and (max-width: 1023px) {
  .secondarymenu .col-md-12 {
    padding: 0 !important;
  }
}
.secondarymenu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.secondarymenu ul li {
  display: inline-block;
  height: 3.25em;
  line-height: 3.3em;
  padding: 0 1.2em;
}
.secondarymenu ul li.current-menu-item,
.secondarymenu ul li.current_page_item,
.secondarymenu ul li:hover {
  background-color: #CB0300;
}
.secondarymenu ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9637em;
  letter-spacing: 0.15em;
}
.secondarymenu ul li a:hover {
  text-decoration: none !important;
}
.secondarymenu ul li.current-menu-ancestor,
.secondarymenu ul li.current-menu-parent {
  background-color: #CB0300;
}
.tlevelmenu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  width: 100%;
}
.tlevelmenu li {
  width: 100%;
  display: block;
  min-height: 4em;
  border-bottom: 2px solid #E6E6E6;
  padding: 1.2em;
}
.tlevelmenu li a {
  color: #1A1A1A;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 0.9637em;
  letter-spacing: 0.15em;
  font-weight: 600;
  line-height: 0.9em;
}
.tlevelmenu li.current-menu-item {
  background-color: #FFF;
}
.tlevelmenu li.current-menu-item a {
  color: #EA2202;
}
.tlevelmenu li:hover {
  background-color: #FFF;
}
.tlevelmenu li:hover a {
  color: #EA2202;
  text-decoration: none;
}
.bkgwhite {
  background-color: #FFF;
  color: #1A1A1A;
  min-height: 80px;
}
.bkgwhite.navbar .container .navbar-brand,
.bkgwhite .topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a,
.bkgwhite .topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a,
.bkgwhite .topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-en-container ul#menu-link-rapidi-small-en li a,
.bkgwhite #main-nav #menu-mainmenuen li a,
.bkgwhite #main-nav #menu-mainmenu li a {
  color: #1A1A1A;
}
.bkgwhite .fa-search::before {
  content: "\f002";
  color: #1A1A1A;
}
.bkgwhite .aticon-adjust::before {
  content: '\e601';
  color: #1A1A1A;
}
.bkgwhite .aticon-font::before {
  content: '\e602';
  color: #1A1A1A;
}
.bkgwhite .topmenu-link-rapidi-small-container .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a {
  background-color: #FFFFFF;
}
.bkgwhite .topmenu-link-rapidi-small-container .widget_nav_menu .menu-link-rapidi-small-container ul#menu-link-rapidi-small li a:hover {
  color: #EA2202;
}
#th select,
#sec select {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tlevelmenu {
    margin: 15px 0;
  }
  #sec ul {
    display: none;
  }
  #sec select {
    display: inline-block;
  }
  #th ul {
    display: none;
  }
  #th select {
    display: inline-block;
  }
  .select-css {
    display: block;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.143em;
    padding: 1em 1.4em 1em 0.8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background: #EA2202 url("/wp-content/themes/museopoldipezzoli/images/Angle-down-01.svg") no-repeat left center;
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 2em auto, 100%;
  }
  .select-css::-ms-expand {
    display: none;
  }
  .select-css:hover {
    border-color: #888;
  }
  .select-css:focus {
    border-color: #aaa;
    color: #FFF;
    outline: none;
  }
  .select-css option {
    font-weight: normal;
  }
  .select-css-th {
    display: block;
    color: #887F78;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.143em;
    padding: 1em 1.4em 1em 0.8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #887F78;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF url("/wp-content/themes/museopoldipezzoli/images/Angle-down-02.svg") no-repeat left center;
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 2em auto, 100%;
  }
  .select-css-th::-ms-expand {
    display: none;
  }
  .select-css-th:hover {
    border-color: #888;
  }
  .select-css-th:focus {
    border-color: #aaa;
    color: #887F78;
    outline: none;
  }
  .select-css-th option {
    font-weight: normal;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .navbar-toggle {
    margin-right: 0;
    margin-top: 1.5em;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background-color: #EA2202;
  transition: all 0.2s;
}
.navbar-toggle .icon-bar.second {
  width: 18px;
}
.navbar-toggle .icon-bar.top-bar {
  transform: rotate(45deg);
  transform-origin: 18% 10%;
}
.navbar-toggle .icon-bar.middle-bar {
  opacity: 0;
}
.navbar-toggle .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 16% 90%;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1023px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1023px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */