/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #1c2024;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #e5006f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b20056;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #ccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 17px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #e5006f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b20056;
}
.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;
}
.bg-primary {
  background-color: #e5006f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b20056;
}
.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #ccc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: ' ';
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 21.25px;
  border-left: 5px solid #ccc;
}
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.5;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ccc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: ' ';
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1300px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: rgba(0, 0, 0, 0);
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #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 col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 25.5px;
  line-height: inherit;
  color: #313131;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.5;
  color: #494949;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.5;
  color: #494949;
  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 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ccc;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 47px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #54606c;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: ' ';
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #e5006f;
  border-color: #cc0063;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b20056;
  border-color: #4c0025;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b20056;
  border-color: #8e0045;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b20056;
  border-color: #8e0045;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #8e0045;
  border-color: #4c0025;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #e5006f;
  border-color: #cc0063;
}
.btn-primary .badge {
  color: #e5006f;
  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 > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  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 > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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 > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #e5006f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b20056;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  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;
  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-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #313131;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #242424;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e5006f;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: ' ';
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ccc;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ccc;
  border-color: #e5006f;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 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.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ccc #ccc #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #494949;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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: #e5006f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: ' ';
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: ' ';
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: ' ';
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 22px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #e5006f;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #b20056;
  background-color: #ccc;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #e5006f;
  border-color: #e5006f;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ccc;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e5006f;
  border-color: #e5006f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffb2d7;
}
.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,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #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,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #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,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #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,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #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;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .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: 992px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  .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: 1300px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .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;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #1c2024;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #e5006f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b20056;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #ccc;
}
.sr-only,
.hiddenStructure,
#header-banner-social ul.header-banner-social-inner li a span,
#header-social ul li a span,
#portal-footer-wrapper ul.footer-social li a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 17px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #e5006f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b20056;
}
.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;
}
.bg-primary {
  background-color: #e5006f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b20056;
}
.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #ccc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
#viewlet-above-content #portal-breadcrumbs ol,
nav.pagination ul {
  padding-left: 0;
  list-style: none;
}
.list-inline,
#header-banner-social ul.header-banner-social-inner,
#header-social ul,
#portal-mainnavigation ul#portal-globalnav,
#viewlet-above-content #portal-breadcrumbs ol,
#portal-footer-wrapper ul.footer-social,
.aree-tematiche-collection ul,
nav.pagination ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li,
#header-banner-social ul.header-banner-social-inner > li,
#header-social ul > li,
#portal-mainnavigation ul#portal-globalnav > li,
#viewlet-above-content #portal-breadcrumbs ol > li,
#portal-footer-wrapper ul.footer-social > li,
.aree-tematiche-collection ul > li,
nav.pagination ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: ' ';
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 21.25px;
  border-left: 5px solid #ccc;
}
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.5;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ccc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.5;
}
.container,
.template-contact-info #content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.template-contact-info #content:before,
.container:after,
.template-contact-info #content:after {
  content: ' ';
  display: table;
}
.container:after,
.template-contact-info #content:after {
  clear: both;
}
@media (min-width: 768px) {
  .container,
  .template-contact-info #content {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container,
  .template-contact-info #content {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .container,
  .template-contact-info #content {
    width: 1270px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: ' ';
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1300px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: rgba(0, 0, 0, 0);
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
.template-tabular_view table.listing,
#history-list,
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.template-tabular_view table.listing > thead > tr > th,
#history-list > thead > tr > th,
table > thead > tr > th,
.table > thead > tr > td,
.template-tabular_view table.listing > thead > tr > td,
#history-list > thead > tr > td,
table > thead > tr > td,
.table > tbody > tr > th,
.template-tabular_view table.listing > tbody > tr > th,
#history-list > tbody > tr > th,
table > tbody > tr > th,
.table > tbody > tr > td,
.template-tabular_view table.listing > tbody > tr > td,
#history-list > tbody > tr > td,
table > tbody > tr > td,
.table > tfoot > tr > th,
.template-tabular_view table.listing > tfoot > tr > th,
#history-list > tfoot > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > td,
.template-tabular_view table.listing > tfoot > tr > td,
#history-list > tfoot > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
.template-tabular_view table.listing > thead > tr > th,
#history-list > thead > tr > th,
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.template-tabular_view table.listing > caption + thead > tr:first-child > th,
#history-list > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.template-tabular_view table.listing > caption + thead > tr:first-child > td,
#history-list > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.template-tabular_view table.listing > colgroup + thead > tr:first-child > th,
#history-list > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.template-tabular_view table.listing > colgroup + thead > tr:first-child > td,
#history-list > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.template-tabular_view table.listing > thead:first-child > tr:first-child > th,
#history-list > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.template-tabular_view table.listing > thead:first-child > tr:first-child > td,
#history-list > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.template-tabular_view table.listing > tbody + tbody,
#history-list > tbody + tbody,
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table,
.template-tabular_view table.listing .table,
#history-list .table,
table .table,
.table .template-tabular_view table.listing,
.template-tabular_view .table table.listing,
table .template-tabular_view table.listing,
.template-tabular_view table table.listing,
.table #history-list,
#history-list #history-list,
table #history-list,
.table table,
.template-tabular_view table.listing table,
#history-list table,
table table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered,
table {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
table > thead > tr > th,
.table-bordered > thead > tr > td,
table > thead > tr > td,
.table-bordered > tbody > tr > th,
table > tbody > tr > th,
.table-bordered > tbody > tr > td,
table > tbody > tr > td,
.table-bordered > tfoot > tr > th,
table > tfoot > tr > th,
.table-bordered > tfoot > tr > td,
table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
table > thead > tr > th,
.table-bordered > thead > tr > td,
table > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd),
.template-tabular_view table.listing > tbody > tr:nth-of-type(odd),
#history-list > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.template-tabular_view table.listing > thead > tr > td.active,
#history-list > thead > tr > td.active,
table > thead > tr > td.active,
.table > thead > tr > th.active,
.template-tabular_view table.listing > thead > tr > th.active,
#history-list > thead > tr > th.active,
table > thead > tr > th.active,
.table > thead > tr.active > td,
.template-tabular_view table.listing > thead > tr.active > td,
#history-list > thead > tr.active > td,
table > thead > tr.active > td,
.table > thead > tr.active > th,
.template-tabular_view table.listing > thead > tr.active > th,
#history-list > thead > tr.active > th,
table > thead > tr.active > th,
.table > tbody > tr > td.active,
.template-tabular_view table.listing > tbody > tr > td.active,
#history-list > tbody > tr > td.active,
table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.template-tabular_view table.listing > tbody > tr > th.active,
#history-list > tbody > tr > th.active,
table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.template-tabular_view table.listing > tbody > tr.active > td,
#history-list > tbody > tr.active > td,
table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.template-tabular_view table.listing > tbody > tr.active > th,
#history-list > tbody > tr.active > th,
table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.template-tabular_view table.listing > tfoot > tr > td.active,
#history-list > tfoot > tr > td.active,
table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.template-tabular_view table.listing > tfoot > tr > th.active,
#history-list > tfoot > tr > th.active,
table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.template-tabular_view table.listing > tfoot > tr.active > td,
#history-list > tfoot > tr.active > td,
table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.template-tabular_view table.listing > tfoot > tr.active > th,
#history-list > tfoot > 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,
.template-tabular_view table.listing > thead > tr > td.success,
#history-list > thead > tr > td.success,
table > thead > tr > td.success,
.table > thead > tr > th.success,
.template-tabular_view table.listing > thead > tr > th.success,
#history-list > thead > tr > th.success,
table > thead > tr > th.success,
.table > thead > tr.success > td,
.template-tabular_view table.listing > thead > tr.success > td,
#history-list > thead > tr.success > td,
table > thead > tr.success > td,
.table > thead > tr.success > th,
.template-tabular_view table.listing > thead > tr.success > th,
#history-list > thead > tr.success > th,
table > thead > tr.success > th,
.table > tbody > tr > td.success,
.template-tabular_view table.listing > tbody > tr > td.success,
#history-list > tbody > tr > td.success,
table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.template-tabular_view table.listing > tbody > tr > th.success,
#history-list > tbody > tr > th.success,
table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.template-tabular_view table.listing > tbody > tr.success > td,
#history-list > tbody > tr.success > td,
table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.template-tabular_view table.listing > tbody > tr.success > th,
#history-list > tbody > tr.success > th,
table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.template-tabular_view table.listing > tfoot > tr > td.success,
#history-list > tfoot > tr > td.success,
table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.template-tabular_view table.listing > tfoot > tr > th.success,
#history-list > tfoot > tr > th.success,
table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.template-tabular_view table.listing > tfoot > tr.success > td,
#history-list > tfoot > tr.success > td,
table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.template-tabular_view table.listing > tfoot > tr.success > th,
#history-list > tfoot > 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,
.template-tabular_view table.listing > thead > tr > td.info,
#history-list > thead > tr > td.info,
table > thead > tr > td.info,
.table > thead > tr > th.info,
.template-tabular_view table.listing > thead > tr > th.info,
#history-list > thead > tr > th.info,
table > thead > tr > th.info,
.table > thead > tr.info > td,
.template-tabular_view table.listing > thead > tr.info > td,
#history-list > thead > tr.info > td,
table > thead > tr.info > td,
.table > thead > tr.info > th,
.template-tabular_view table.listing > thead > tr.info > th,
#history-list > thead > tr.info > th,
table > thead > tr.info > th,
.table > tbody > tr > td.info,
.template-tabular_view table.listing > tbody > tr > td.info,
#history-list > tbody > tr > td.info,
table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.template-tabular_view table.listing > tbody > tr > th.info,
#history-list > tbody > tr > th.info,
table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.template-tabular_view table.listing > tbody > tr.info > td,
#history-list > tbody > tr.info > td,
table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.template-tabular_view table.listing > tbody > tr.info > th,
#history-list > tbody > tr.info > th,
table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.template-tabular_view table.listing > tfoot > tr > td.info,
#history-list > tfoot > tr > td.info,
table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.template-tabular_view table.listing > tfoot > tr > th.info,
#history-list > tfoot > tr > th.info,
table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.template-tabular_view table.listing > tfoot > tr.info > td,
#history-list > tfoot > tr.info > td,
table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.template-tabular_view table.listing > tfoot > tr.info > th,
#history-list > tfoot > 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,
.template-tabular_view table.listing > thead > tr > td.warning,
#history-list > thead > tr > td.warning,
table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.template-tabular_view table.listing > thead > tr > th.warning,
#history-list > thead > tr > th.warning,
table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.template-tabular_view table.listing > thead > tr.warning > td,
#history-list > thead > tr.warning > td,
table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.template-tabular_view table.listing > thead > tr.warning > th,
#history-list > thead > tr.warning > th,
table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.template-tabular_view table.listing > tbody > tr > td.warning,
#history-list > tbody > tr > td.warning,
table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.template-tabular_view table.listing > tbody > tr > th.warning,
#history-list > tbody > tr > th.warning,
table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.template-tabular_view table.listing > tbody > tr.warning > td,
#history-list > tbody > tr.warning > td,
table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.template-tabular_view table.listing > tbody > tr.warning > th,
#history-list > tbody > tr.warning > th,
table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.template-tabular_view table.listing > tfoot > tr > td.warning,
#history-list > tfoot > tr > td.warning,
table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.template-tabular_view table.listing > tfoot > tr > th.warning,
#history-list > tfoot > tr > th.warning,
table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.template-tabular_view table.listing > tfoot > tr.warning > td,
#history-list > tfoot > tr.warning > td,
table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.template-tabular_view table.listing > tfoot > tr.warning > th,
#history-list > tfoot > 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,
.template-tabular_view table.listing > thead > tr > td.danger,
#history-list > thead > tr > td.danger,
table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.template-tabular_view table.listing > thead > tr > th.danger,
#history-list > thead > tr > th.danger,
table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.template-tabular_view table.listing > thead > tr.danger > td,
#history-list > thead > tr.danger > td,
table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.template-tabular_view table.listing > thead > tr.danger > th,
#history-list > thead > tr.danger > th,
table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.template-tabular_view table.listing > tbody > tr > td.danger,
#history-list > tbody > tr > td.danger,
table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.template-tabular_view table.listing > tbody > tr > th.danger,
#history-list > tbody > tr > th.danger,
table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.template-tabular_view table.listing > tbody > tr.danger > td,
#history-list > tbody > tr.danger > td,
table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.template-tabular_view table.listing > tbody > tr.danger > th,
#history-list > tbody > tr.danger > th,
table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.template-tabular_view table.listing > tfoot > tr > td.danger,
#history-list > tfoot > tr > td.danger,
table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.template-tabular_view table.listing > tfoot > tr > th.danger,
#history-list > tfoot > tr > th.danger,
table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.template-tabular_view table.listing > tfoot > tr.danger > td,
#history-list > tfoot > tr.danger > td,
table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.template-tabular_view table.listing > tfoot > tr.danger > th,
#history-list > tfoot > 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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table,
  .template-tabular_view .table-responsive > table.listing,
  .table-responsive > #history-list,
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .template-tabular_view .table-responsive > table.listing > thead > tr > th,
  .table-responsive > #history-list > thead > tr > th,
  .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .template-tabular_view .table-responsive > table.listing > thead > tr > td,
  .table-responsive > #history-list > thead > tr > td,
  .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .template-tabular_view .table-responsive > table.listing > tbody > tr > th,
  .table-responsive > #history-list > tbody > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .template-tabular_view .table-responsive > table.listing > tbody > tr > td,
  .table-responsive > #history-list > tbody > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .template-tabular_view .table-responsive > table.listing > tfoot > tr > th,
  .table-responsive > #history-list > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .template-tabular_view .table-responsive > table.listing > tfoot > tr > td,
  .table-responsive > #history-list > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered,
  .table-responsive > table {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > table > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > table > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > table > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > table > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > table > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > table > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > table > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > table > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > table > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > table > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > table > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > table > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > table > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 25.5px;
  line-height: inherit;
  color: #313131;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.5;
  color: #494949;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.5;
  color: #494949;
  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 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ccc;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
.form-group,
[class*='template-mail_password_form'] #mail_password .field,
.template-contact-info #content form .field {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 47px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .template-contact-info #content form .field label,
.template-contact-info #content form .field .has-success 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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .template-contact-info #content form .field label,
.template-contact-info #content form .field .has-warning 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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .template-contact-info #content form .field label,
.template-contact-info #content form .field .has-error 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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback label.hiddenStructure ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #54606c;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .form-inline [class*='template-mail_password_form'] #mail_password .field,
  [class*='template-mail_password_form'] #mail_password .form-inline .field,
  .form-inline .template-contact-info #content form .field,
  .template-contact-info #content form .form-inline .field {
    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,
  .form-inline .template-contact-info #content form .field label,
  .template-contact-info #content form .field .form-inline 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,
[class*='template-mail_password_form'] #mail_password .radio,
.form-horizontal .checkbox,
[class*='template-mail_password_form'] #mail_password .checkbox,
.form-horizontal .radio-inline,
[class*='template-mail_password_form'] #mail_password .radio-inline,
.form-horizontal .checkbox-inline,
[class*='template-mail_password_form'] #mail_password .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
[class*='template-mail_password_form'] #mail_password .radio,
.form-horizontal .checkbox,
[class*='template-mail_password_form'] #mail_password .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group,
[class*='template-mail_password_form'] #mail_password .form-group,
[class*='template-mail_password_form'] #mail_password .field,
.form-horizontal .template-contact-info #content form .field,
.template-contact-info #content form .form-horizontal .field,
[class*='template-mail_password_form']
  #mail_password
  .template-contact-info
  #content
  form
  .field,
.template-contact-info
  #content
  form
  [class*='template-mail_password_form']
  #mail_password
  .field {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
[class*='template-mail_password_form'] #mail_password .form-group:before,
[class*='template-mail_password_form'] #mail_password .field:before,
.form-horizontal .template-contact-info #content form .field:before,
.template-contact-info #content form .form-horizontal .field:before,
.form-horizontal .form-group:after,
[class*='template-mail_password_form'] #mail_password .form-group:after,
[class*='template-mail_password_form'] #mail_password .field:after,
.form-horizontal .template-contact-info #content form .field:after,
.template-contact-info #content form .form-horizontal .field:after {
  content: ' ';
  display: table;
}
.form-horizontal .form-group:after,
[class*='template-mail_password_form'] #mail_password .form-group:after,
[class*='template-mail_password_form'] #mail_password .field:after,
.form-horizontal .template-contact-info #content form .field:after,
.template-contact-info #content form .form-horizontal .field:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label,
  [class*='template-mail_password_form'] #mail_password .control-label,
  .form-horizontal .template-contact-info #content form .field label,
  .template-contact-info #content form .field .form-horizontal label,
  [class*='template-mail_password_form']
    #mail_password
    .template-contact-info
    #content
    form
    .field
    label,
  .template-contact-info
    #content
    form
    .field
    [class*='template-mail_password_form']
    #mail_password
    label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback,
[class*='template-mail_password_form']
  #mail_password
  .has-feedback
  .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label,
  [class*='template-mail_password_form']
    #mail_password
    .form-group-lg
    .control-label,
  .form-horizontal
    .form-group-lg
    .template-contact-info
    #content
    form
    .field
    label,
  .template-contact-info
    #content
    form
    .field
    .form-horizontal
    .form-group-lg
    label,
  [class*='template-mail_password_form']
    #mail_password
    .form-group-lg
    .template-contact-info
    #content
    form
    .field
    label,
  .template-contact-info
    #content
    form
    .field
    [class*='template-mail_password_form']
    #mail_password
    .form-group-lg
    label {
    padding-top: 14.333333px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label,
  [class*='template-mail_password_form']
    #mail_password
    .form-group-sm
    .control-label,
  .form-horizontal
    .form-group-sm
    .template-contact-info
    #content
    form
    .field
    label,
  .template-contact-info
    #content
    form
    .field
    .form-horizontal
    .form-group-sm
    label,
  [class*='template-mail_password_form']
    #mail_password
    .form-group-sm
    .template-contact-info
    #content
    form
    .field
    label,
  .template-contact-info
    #content
    form
    .field
    [class*='template-mail_password_form']
    #mail_password
    .form-group-sm
    label {
    padding-top: 6px;
    font-size: 15px;
  }
}
.btn,
.portalMessage.info span a,
input[type='text'].text-widget.textline-field + input.searchButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn:focus,
.portalMessage.info span a:focus,
input[type='text'].text-widget.textline-field + input.searchButton:focus,
.btn.focus,
.portalMessage.info span a.focus,
input[type='text'].text-widget.textline-field + input.focus.searchButton,
.btn:active:focus,
.portalMessage.info span a:active:focus,
input[type='text'].text-widget.textline-field + input.searchButton:active:focus,
.btn:active.focus,
.portalMessage.info span a:active.focus,
input[type='text'].text-widget.textline-field + input.searchButton:active.focus,
.btn.active:focus,
.portalMessage.info span a.active:focus,
input[type='text'].text-widget.textline-field + input.active.searchButton:focus,
.btn.active.focus,
.portalMessage.info span a.active.focus,
input[type='text'].text-widget.textline-field
  + input.active.focus.searchButton {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.portalMessage.info span a:hover,
input[type='text'].text-widget.textline-field + input.searchButton:hover,
.btn:focus,
.portalMessage.info span a:focus,
input[type='text'].text-widget.textline-field + input.searchButton:focus,
.btn.focus,
.portalMessage.info span a.focus,
input[type='text'].text-widget.textline-field + input.focus.searchButton {
  color: #333;
  text-decoration: none;
}
.btn:active,
.portalMessage.info span a:active,
input[type='text'].text-widget.textline-field + input.searchButton:active,
.btn.active,
.portalMessage.info span a.active,
input[type='text'].text-widget.textline-field + input.active.searchButton {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.portalMessage.info span a.disabled,
input[type='text'].text-widget.textline-field + input.disabled.searchButton,
.btn[disabled],
.portalMessage.info span a[disabled],
input[type='text'].text-widget.textline-field + input.searchButton[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .portalMessage.info span a,
.portalMessage.info span fieldset[disabled] a,
fieldset[disabled]
  input[type='text'].text-widget.textline-field
  + input.searchButton {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default,
input[type='text'].text-widget.textline-field + input.searchButton,
.tilesWrapper .actionsTiles .available-tiles .list-group .list-group-item {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
input[type='text'].text-widget.textline-field + input.searchButton:focus,
.tilesWrapper .actionsTiles .available-tiles .list-group .list-group-item:focus,
.btn-default.focus,
input[type='text'].text-widget.textline-field + input.focus.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .focus.list-group-item {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}
.btn-default:hover,
input[type='text'].text-widget.textline-field + input.searchButton:hover,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}
.btn-default:active,
input[type='text'].text-widget.textline-field + input.searchButton:active,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:active,
.btn-default.active,
input[type='text'].text-widget.textline-field + input.active.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .active.list-group-item,
.open > .btn-default.dropdown-toggle,
.open
  > input[type='text'].text-widget.textline-field
  + input.dropdown-toggle.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .open
  > .dropdown-toggle.list-group-item {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}
.btn-default:active:hover,
input[type='text'].text-widget.textline-field + input.searchButton:active:hover,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:active:hover,
.btn-default:active:focus,
input[type='text'].text-widget.textline-field + input.searchButton:active:focus,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:active:focus,
.btn-default:active.focus,
input[type='text'].text-widget.textline-field + input.searchButton:active.focus,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:active.focus,
.btn-default.active:hover,
input[type='text'].text-widget.textline-field + input.active.searchButton:hover,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .active.list-group-item:hover,
.btn-default.active:focus,
input[type='text'].text-widget.textline-field + input.active.searchButton:focus,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .active.list-group-item:focus,
.btn-default.active.focus,
input[type='text'].text-widget.textline-field + input.active.focus.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .active.focus.list-group-item,
.open > .btn-default.dropdown-toggle:hover,
.open
  > input[type='text'].text-widget.textline-field
  + input.dropdown-toggle.searchButton:hover,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .open
  > .dropdown-toggle.list-group-item:hover,
.open > .btn-default.dropdown-toggle:focus,
.open
  > input[type='text'].text-widget.textline-field
  + input.dropdown-toggle.searchButton:focus,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .open
  > .dropdown-toggle.list-group-item:focus,
.open > .btn-default.dropdown-toggle.focus,
.open
  > input[type='text'].text-widget.textline-field
  + input.dropdown-toggle.focus.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .open
  > .dropdown-toggle.focus.list-group-item {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
input[type='text'].text-widget.textline-field + input.searchButton:active,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:active,
.btn-default.active,
input[type='text'].text-widget.textline-field + input.active.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .active.list-group-item,
.open > .btn-default.dropdown-toggle,
.open
  > input[type='text'].text-widget.textline-field
  + input.dropdown-toggle.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .open
  > .dropdown-toggle.list-group-item {
  background-image: none;
}
.btn-default.disabled,
input[type='text'].text-widget.textline-field + input.disabled.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .disabled.list-group-item,
.btn-default.disabled:hover,
input[type='text'].text-widget.textline-field
  + input.disabled.searchButton:hover,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .disabled.list-group-item:hover,
.btn-default.disabled:focus,
input[type='text'].text-widget.textline-field
  + input.disabled.searchButton:focus,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .disabled.list-group-item:focus,
.btn-default.disabled.focus,
input[type='text'].text-widget.textline-field
  + input.disabled.focus.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .disabled.focus.list-group-item,
.btn-default.disabled:active,
input[type='text'].text-widget.textline-field
  + input.disabled.searchButton:active,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .disabled.list-group-item:active,
.btn-default.disabled.active,
input[type='text'].text-widget.textline-field
  + input.disabled.active.searchButton,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .disabled.active.list-group-item,
.btn-default[disabled],
input[type='text'].text-widget.textline-field + input.searchButton[disabled],
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item[disabled],
.btn-default[disabled]:hover,
input[type='text'].text-widget.textline-field
  + input.searchButton[disabled]:hover,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item[disabled]:hover,
.btn-default[disabled]:focus,
input[type='text'].text-widget.textline-field
  + input.searchButton[disabled]:focus,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item[disabled]:focus,
.btn-default[disabled].focus,
input[type='text'].text-widget.textline-field
  + input.searchButton[disabled].focus,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item[disabled].focus,
.btn-default[disabled]:active,
input[type='text'].text-widget.textline-field
  + input.searchButton[disabled]:active,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item[disabled]:active,
.btn-default[disabled].active,
input[type='text'].text-widget.textline-field
  + input.searchButton[disabled].active,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled]
  input[type='text'].text-widget.textline-field
  + input.searchButton,
fieldset[disabled]
  .tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  fieldset[disabled]
  .list-group-item,
fieldset[disabled] .btn-default:hover,
fieldset[disabled]
  input[type='text'].text-widget.textline-field
  + input.searchButton:hover,
fieldset[disabled]
  .tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:hover,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  fieldset[disabled]
  .list-group-item:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled]
  input[type='text'].text-widget.textline-field
  + input.searchButton:focus,
fieldset[disabled]
  .tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:focus,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  fieldset[disabled]
  .list-group-item:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled]
  input[type='text'].text-widget.textline-field
  + input.focus.searchButton,
fieldset[disabled]
  .tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .focus.list-group-item,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  fieldset[disabled]
  .focus.list-group-item,
fieldset[disabled] .btn-default:active,
fieldset[disabled]
  input[type='text'].text-widget.textline-field
  + input.searchButton:active,
fieldset[disabled]
  .tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item:active,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  fieldset[disabled]
  .list-group-item:active,
fieldset[disabled] .btn-default.active,
fieldset[disabled]
  input[type='text'].text-widget.textline-field
  + input.active.searchButton,
fieldset[disabled]
  .tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .active.list-group-item,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  fieldset[disabled]
  .active.list-group-item {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge,
input[type='text'].text-widget.textline-field + input.searchButton .badge,
.tilesWrapper
  .actionsTiles
  .available-tiles
  .list-group
  .list-group-item
  .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.plone-btn-primary {
  color: #fff;
  background-color: #e5006f;
  border-color: #cc0063;
}
.btn-primary:focus,
.plone-btn-primary:focus,
.btn-primary.focus,
.focus.plone-btn-primary {
  color: #fff;
  background-color: #b20056;
  border-color: #4c0025;
}
.btn-primary:hover,
.plone-btn-primary:hover {
  color: #fff;
  background-color: #b20056;
  border-color: #8e0045;
}
.btn-primary:active,
.plone-btn-primary:active,
.btn-primary.active,
.active.plone-btn-primary,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.plone-btn-primary {
  color: #fff;
  background-color: #b20056;
  border-color: #8e0045;
}
.btn-primary:active:hover,
.plone-btn-primary:active:hover,
.btn-primary:active:focus,
.plone-btn-primary:active:focus,
.btn-primary:active.focus,
.plone-btn-primary:active.focus,
.btn-primary.active:hover,
.active.plone-btn-primary:hover,
.btn-primary.active:focus,
.active.plone-btn-primary:focus,
.btn-primary.active.focus,
.active.focus.plone-btn-primary,
.open > .btn-primary.dropdown-toggle:hover,
.open > .dropdown-toggle.plone-btn-primary:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .dropdown-toggle.plone-btn-primary:focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.plone-btn-primary {
  color: #fff;
  background-color: #8e0045;
  border-color: #4c0025;
}
.btn-primary:active,
.plone-btn-primary:active,
.btn-primary.active,
.active.plone-btn-primary,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.plone-btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.disabled.plone-btn-primary,
.btn-primary.disabled:hover,
.disabled.plone-btn-primary:hover,
.btn-primary.disabled:focus,
.disabled.plone-btn-primary:focus,
.btn-primary.disabled.focus,
.disabled.focus.plone-btn-primary,
.btn-primary.disabled:active,
.disabled.plone-btn-primary:active,
.btn-primary.disabled.active,
.disabled.active.plone-btn-primary,
.btn-primary[disabled],
.plone-btn-primary[disabled],
.btn-primary[disabled]:hover,
.plone-btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.plone-btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.plone-btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.plone-btn-primary[disabled]:active,
.btn-primary[disabled].active,
.plone-btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .plone-btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .plone-btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .plone-btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .focus.plone-btn-primary,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .plone-btn-primary:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .active.plone-btn-primary {
  background-color: #e5006f;
  border-color: #cc0063;
}
.btn-primary .badge,
.plone-btn-primary .badge {
  color: #e5006f;
  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 > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info,
.portalMessage.info span a,
.tilesWrapper .actionsTiles a.plone-btn {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.portalMessage.info span a:focus,
.tilesWrapper .actionsTiles a.plone-btn:focus,
.btn-info.focus,
.portalMessage.info span a.focus,
.tilesWrapper .actionsTiles a.focus.plone-btn {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover,
.portalMessage.info span a:hover,
.tilesWrapper .actionsTiles a.plone-btn:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.portalMessage.info span a:active,
.tilesWrapper .actionsTiles a.plone-btn:active,
.btn-info.active,
.portalMessage.info span a.active,
.tilesWrapper .actionsTiles a.active.plone-btn,
.open > .btn-info.dropdown-toggle,
.portalMessage.info span .open > a.dropdown-toggle,
.tilesWrapper .actionsTiles .open > a.dropdown-toggle.plone-btn {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.portalMessage.info span a:active:hover,
.tilesWrapper .actionsTiles a.plone-btn:active:hover,
.btn-info:active:focus,
.portalMessage.info span a:active:focus,
.tilesWrapper .actionsTiles a.plone-btn:active:focus,
.btn-info:active.focus,
.portalMessage.info span a:active.focus,
.tilesWrapper .actionsTiles a.plone-btn:active.focus,
.btn-info.active:hover,
.portalMessage.info span a.active:hover,
.tilesWrapper .actionsTiles a.active.plone-btn:hover,
.btn-info.active:focus,
.portalMessage.info span a.active:focus,
.tilesWrapper .actionsTiles a.active.plone-btn:focus,
.btn-info.active.focus,
.portalMessage.info span a.active.focus,
.tilesWrapper .actionsTiles a.active.focus.plone-btn,
.open > .btn-info.dropdown-toggle:hover,
.portalMessage.info span .open > a.dropdown-toggle:hover,
.tilesWrapper .actionsTiles .open > a.dropdown-toggle.plone-btn:hover,
.open > .btn-info.dropdown-toggle:focus,
.portalMessage.info span .open > a.dropdown-toggle:focus,
.tilesWrapper .actionsTiles .open > a.dropdown-toggle.plone-btn:focus,
.open > .btn-info.dropdown-toggle.focus,
.portalMessage.info span .open > a.dropdown-toggle.focus,
.tilesWrapper .actionsTiles .open > a.dropdown-toggle.focus.plone-btn {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.portalMessage.info span a:active,
.tilesWrapper .actionsTiles a.plone-btn:active,
.btn-info.active,
.portalMessage.info span a.active,
.tilesWrapper .actionsTiles a.active.plone-btn,
.open > .btn-info.dropdown-toggle,
.portalMessage.info span .open > a.dropdown-toggle,
.tilesWrapper .actionsTiles .open > a.dropdown-toggle.plone-btn {
  background-image: none;
}
.btn-info.disabled,
.portalMessage.info span a.disabled,
.tilesWrapper .actionsTiles a.disabled.plone-btn,
.btn-info.disabled:hover,
.portalMessage.info span a.disabled:hover,
.tilesWrapper .actionsTiles a.disabled.plone-btn:hover,
.btn-info.disabled:focus,
.portalMessage.info span a.disabled:focus,
.tilesWrapper .actionsTiles a.disabled.plone-btn:focus,
.btn-info.disabled.focus,
.portalMessage.info span a.disabled.focus,
.tilesWrapper .actionsTiles a.disabled.focus.plone-btn,
.btn-info.disabled:active,
.portalMessage.info span a.disabled:active,
.tilesWrapper .actionsTiles a.disabled.plone-btn:active,
.btn-info.disabled.active,
.portalMessage.info span a.disabled.active,
.tilesWrapper .actionsTiles a.disabled.active.plone-btn,
.btn-info[disabled],
.portalMessage.info span a[disabled],
.tilesWrapper .actionsTiles a.plone-btn[disabled],
.btn-info[disabled]:hover,
.portalMessage.info span a[disabled]:hover,
.tilesWrapper .actionsTiles a.plone-btn[disabled]:hover,
.btn-info[disabled]:focus,
.portalMessage.info span a[disabled]:focus,
.tilesWrapper .actionsTiles a.plone-btn[disabled]:focus,
.btn-info[disabled].focus,
.portalMessage.info span a[disabled].focus,
.tilesWrapper .actionsTiles a.plone-btn[disabled].focus,
.btn-info[disabled]:active,
.portalMessage.info span a[disabled]:active,
.tilesWrapper .actionsTiles a.plone-btn[disabled]:active,
.btn-info[disabled].active,
.portalMessage.info span a[disabled].active,
.tilesWrapper .actionsTiles a.plone-btn[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .portalMessage.info span a,
.portalMessage.info span fieldset[disabled] a,
fieldset[disabled] .tilesWrapper .actionsTiles a.plone-btn,
.tilesWrapper .actionsTiles fieldset[disabled] a.plone-btn,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .portalMessage.info span a:hover,
.portalMessage.info span fieldset[disabled] a:hover,
fieldset[disabled] .tilesWrapper .actionsTiles a.plone-btn:hover,
.tilesWrapper .actionsTiles fieldset[disabled] a.plone-btn:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .portalMessage.info span a:focus,
.portalMessage.info span fieldset[disabled] a:focus,
fieldset[disabled] .tilesWrapper .actionsTiles a.plone-btn:focus,
.tilesWrapper .actionsTiles fieldset[disabled] a.plone-btn:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .portalMessage.info span a.focus,
.portalMessage.info span fieldset[disabled] a.focus,
fieldset[disabled] .tilesWrapper .actionsTiles a.focus.plone-btn,
.tilesWrapper .actionsTiles fieldset[disabled] a.focus.plone-btn,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .portalMessage.info span a:active,
.portalMessage.info span fieldset[disabled] a:active,
fieldset[disabled] .tilesWrapper .actionsTiles a.plone-btn:active,
.tilesWrapper .actionsTiles fieldset[disabled] a.plone-btn:active,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .portalMessage.info span a.active,
.portalMessage.info span fieldset[disabled] a.active,
fieldset[disabled] .tilesWrapper .actionsTiles a.active.plone-btn,
.tilesWrapper .actionsTiles fieldset[disabled] a.active.plone-btn {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge,
.portalMessage.info span a .badge,
.tilesWrapper .actionsTiles a.plone-btn .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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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 > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #e5006f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b20056;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
input[type='text'].text-widget.textline-field + input.searchButton {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.portalMessage.info span a {
  padding: 1px 5px;
  font-size: 15px;
  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%;
}
.alert,
.portalMessage {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4,
.portalMessage h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.portalMessage .alert-link {
  font-weight: bold;
}
.alert > p,
.portalMessage > p,
.alert > ul,
.portalMessage > ul {
  margin-bottom: 0;
}
.alert > p + p,
.portalMessage > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info,
.portalMessage.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr,
.portalMessage.info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.portalMessage.info .alert-link {
  color: #245269;
}
.alert-warning,
.portalMessage.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr,
.portalMessage.warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link,
.portalMessage.warning .alert-link {
  color: #66512c;
}
.alert-danger,
.portalMessage.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr,
.portalMessage.error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.portalMessage.error .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.template-summary_view .tileItem:before,
#popover-rename.active div.item:before,
#parent-fieldname-text:before,
.clearfix:after,
.template-summary_view .tileItem:after,
#popover-rename.active div.item:after,
#parent-fieldname-text:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.template-summary_view .tileItem:after,
#popover-rename.active div.item:after,
#parent-fieldname-text:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .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: 992px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  .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: 1300px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .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;
  }
}
@font-face {
  font-family: 'ita';
  font-style: normal;
  font-weight: normal;
  src: url('++theme++modenasmartlife.theme/font/fonts/ita.eot?v2');
  src: url('++theme++modenasmartlife.theme/font/fonts/ita.eot?v2#iefix')
      format('embedded-opentype'),
    url('++theme++modenasmartlife.theme/font/fonts/ita.ttf?v2')
      format('truetype'),
    url('++theme++modenasmartlife.theme/font/fonts/ita.woff?v2') format('woff'),
    url('++theme++modenasmartlife.theme/font/fonts/ita.svg?v2#ita')
      format('svg');
}
.Icon::before,
[class^='Icon-']::before,
[class*=' Icon-']::before {
  font-size: 1em;
  font-family: 'ita' !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.Icon--flipped {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.Icon--rotated {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Icon-behance::before {
  content: '\62';
}
.Icon-linkedin::before {
  content: '\4c';
}
.Icon-medium::before {
  content: '\4d';
}
.Icon-github::before {
  content: '\67';
}
.Icon-youtube::before {
  content: '\59';
}
.Icon-instagram::before {
  content: '\49';
}
.Icon-slideshare::before {
  content: '\53';
}
.Icon-googleplus::before {
  content: '\47';
}
.Icon-flickr::before {
  content: '\46';
}
.Icon-expand-media::before {
  content: '\26da';
}
.Icon-list::before {
  content: '\2263';
}
.Icon-pin::before {
  content: '\1f6a9';
}
.Icon-facebook::before {
  content: '\66';
}
.Icon-share::before {
  content: '\1f4e2';
}
.Icon-twitter::before {
  content: '\54';
}
.Icon-whatsapp::before {
  content: '\57';
}
.Icon-rss::before {
  content: '\1f4c3';
}
.Icon-youtube-text::before {
  content: '\79';
}
.Icon-comment::before {
  content: '\1f4ac';
}
.Icon-file::before {
  content: '\1f4c4';
}
.Icon-mail::before {
  content: '\1f4e7';
}
.Icon-video::before {
  content: '\1f3a5';
}
.Icon-camera::before {
  content: '\1f4f7';
}
.Icon-external-link::before {
  content: '\1f59d';
}
.Icon-link::before {
  content: '\1f517';
}
.Icon-calendar::before {
  content: '\1f4c5';
}
.Icon-pdf::before {
  content: '\1f5cb';
}
.Icon-copy::before {
  content: '\1f5cd';
}
.Icon-favorite::before {
  content: '\2661';
}
.Icon-error::before {
  content: '\1f5f4';
}
.Icon-download::before {
  content: '\2b07';
}
.Icon-upload::before {
  content: '\2b06';
}
.Icon-unlock::before {
  content: '\1f513';
}
.Icon-lock::before {
  content: '\1f512';
}
.Icon-settings::before {
  content: '\2699';
}
.Icon-search::before {
  content: '\1f50d';
}
.Icon-zoom-in::before {
  content: '\26b2';
}
.Icon-zoom-out::before {
  content: '\1f50f';
}
.Icon-arrow-down::before {
  content: '\2b63';
}
.Icon-arrow-up::before {
  content: '\2b08';
}
.Icon-more-items::before {
  content: '\22ee';
}
.Icon-more-actions::before {
  content: '\22ef';
}
.Icon-check::before {
  content: '\2713';
}
.Icon-cancel::before {
  content: '\2613';
}
.Icon-app::before {
  content: '\1f4f2';
}
.Icon-refresh::before {
  content: '\27f3';
}
.Icon-close::before {
  content: '\1f5f5';
}
.Icon-drop-up::before {
  content: '\25bc';
}
.Icon-drop-down::before {
  content: '\25b2';
}
.Icon-collapse::before {
  content: '\23f7';
}
.Icon-expand::before {
  content: '\23f6';
}
.Icon-chevron-right::before {
  content: '\23f5';
}
.Icon-chevron-left::before {
  content: '\23f4';
}
.Icon-arrow-right::before {
  content: '\27f6';
}
.Icon-arrow-left::before {
  content: '\27f5';
}
.Icon-checkbox-checked::before {
  content: '\2611';
}
.Icon-checkbox::before {
  content: '\2610';
}
.Icon-radio-button::before {
  content: '\25ef';
}
.Icon-radio-button-checked::before {
  content: '\2609';
}
.Icon-warning::before {
  content: '\26a0';
}
.Icon-info::before {
  content: '\1f6c8';
}
.Icon-print::before {
  content: '\1f5b6';
}
[class*='template-mail_password_form']
  #mail_password
  .formControls
  input.context,
.template-contact-info #content form .formControls input[type='submit'] {
  display: inline-block;
  border: 1px solid #1c2024;
  text-transform: uppercase;
  padding: 1em 4em;
  font-weight: 600;
  color: #1c2024;
}
[class*='template-mail_password_form']
  #mail_password
  .formControls
  input.context:focus,
.template-contact-info #content form .formControls input:focus[type='submit'],
[class*='template-mail_password_form']
  #mail_password
  .formControls
  input.context:hover,
.template-contact-info #content form .formControls input:hover[type='submit'] {
  color: #e5006f;
  border-color: #e5006f;
}
@media (max-width: 767px) {
  [class*='template-mail_password_form']
    #mail_password
    .formControls
    input.context,
  .template-contact-info #content form .formControls input[type='submit'] {
    padding: 1em;
  }
}
[class*='template-mail_password_form']
  #mail_password
  .formControls
  input.context,
.template-contact-info #content form .formControls input[type='submit'] {
  background-color: #e5006f;
  border-color: #e5006f;
  color: #fff;
}
[class*='template-mail_password_form']
  #mail_password
  .formControls
  input.context:focus,
.template-contact-info #content form .formControls input:focus[type='submit'],
[class*='template-mail_password_form']
  #mail_password
  .formControls
  input.context:hover,
.template-contact-info #content form .formControls input:hover[type='submit'] {
  background-color: #1c2024;
  border-color: #1c2024;
  color: #fff;
}
.standalone,
.context,
.destructive,
[type='submit'],
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: inherit;
  line-height: inherit;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.standalone:focus,
.standalone:active:focus,
.standalone.active:focus,
.context:focus,
.context:active:focus,
.context.active:focus,
.destructive:focus,
.destructive:active:focus,
.destructive.active:focus,
[type='submit']:focus,
[type='submit']:active:focus,
[type='submit'].active:focus,
button:focus,
button:active:focus,
button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.standalone:hover,
.standalone:focus,
.context:hover,
.context:focus,
.destructive:hover,
.destructive:focus,
[type='submit']:hover,
[type='submit']:focus,
button:hover,
button:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.standalone:active,
.standalone.active,
.context:active,
.context.active,
.destructive:active,
.destructive.active,
[type='submit']:active,
[type='submit'].active,
button:active,
button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.standalone.disabled,
.standalone[disabled],
fieldset[disabled] .standalone,
.context.disabled,
.context[disabled],
fieldset[disabled] .context,
.destructive.disabled,
.destructive[disabled],
fieldset[disabled] .destructive,
[type='submit'].disabled,
[type='submit'][disabled],
fieldset[disabled] [type='submit'],
button.disabled,
button[disabled],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.standalone,
[type='submit'],
button {
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.standalone:hover,
[type='submit']:hover,
button:hover,
.standalone:focus,
[type='submit']:focus,
button:focus,
.standalone:active,
[type='submit']:active,
button:active,
.standalone.active,
[type='submit'].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type='submit'],
.open > .dropdown-togglebutton {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
.standalone:active,
[type='submit']:active,
button:active,
.standalone.active,
[type='submit'].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type='submit'],
.open > .dropdown-togglebutton {
  background-image: none;
}
.standalone.disabled,
[type='submit'].disabled,
button.disabled,
.standalone[disabled],
[type='submit'][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] [type='submit'],
fieldset[disabled] button,
.standalone.disabled:hover,
[type='submit'].disabled:hover,
button.disabled:hover,
.standalone[disabled]:hover,
[type='submit'][disabled]:hover,
button[disabled]:hover,
fieldset[disabled] .standalone:hover,
fieldset[disabled] [type='submit']:hover,
fieldset[disabled] button:hover,
.standalone.disabled:focus,
[type='submit'].disabled:focus,
button.disabled:focus,
.standalone[disabled]:focus,
[type='submit'][disabled]:focus,
button[disabled]:focus,
fieldset[disabled] .standalone:focus,
fieldset[disabled] [type='submit']:focus,
fieldset[disabled] button:focus,
.standalone.disabled:active,
[type='submit'].disabled:active,
button.disabled:active,
.standalone[disabled]:active,
[type='submit'][disabled]:active,
button[disabled]:active,
fieldset[disabled] .standalone:active,
fieldset[disabled] [type='submit']:active,
fieldset[disabled] button:active,
.standalone.disabled.active,
[type='submit'].disabled.active,
button.disabled.active,
.standalone[disabled].active,
[type='submit'][disabled].active,
button[disabled].active,
fieldset[disabled] .standalone.active,
fieldset[disabled] [type='submit'].active,
fieldset[disabled] button.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.standalone .badge,
[type='submit'] .badge,
button .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
.context {
  color: #ffffff;
  background-color: #007bb1;
  border-color: #00587e;
}
.context:hover,
.context:focus,
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  color: #ffffff;
  background-color: #00587e;
  border-color: #002d41;
}
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  background-image: none;
}
.context.disabled,
.context[disabled],
fieldset[disabled] .context,
.context.disabled:hover,
.context[disabled]:hover,
fieldset[disabled] .context:hover,
.context.disabled:focus,
.context[disabled]:focus,
fieldset[disabled] .context:focus,
.context.disabled:active,
.context[disabled]:active,
fieldset[disabled] .context:active,
.context.disabled.active,
.context[disabled].active,
fieldset[disabled] .context.active {
  background-color: #007bb1;
  border-color: #00587e;
}
.context .badge {
  color: #007bb1;
  background-color: #ffffff;
}
.destructive {
  color: #ffffff;
  background-color: #bb4f45;
  border-color: #963f37;
}
.destructive:hover,
.destructive:focus,
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  color: #ffffff;
  background-color: #963f37;
  border-color: #692c26;
}
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  background-image: none;
}
.destructive.disabled,
.destructive[disabled],
fieldset[disabled] .destructive,
.destructive.disabled:hover,
.destructive[disabled]:hover,
fieldset[disabled] .destructive:hover,
.destructive.disabled:focus,
.destructive[disabled]:focus,
fieldset[disabled] .destructive:focus,
.destructive.disabled:active,
.destructive[disabled]:active,
fieldset[disabled] .destructive:active,
.destructive.disabled.active,
.destructive[disabled].active,
fieldset[disabled] .destructive.active {
  background-color: #bb4f45;
  border-color: #963f37;
}
.destructive .badge {
  color: #bb4f45;
  background-color: #ffffff;
}
.link-parent {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: inherit;
  line-height: inherit;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
  margin-bottom: 12px;
}
.link-parent:focus,
.link-parent:active:focus,
.link-parent.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.link-parent:hover,
.link-parent:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.link-parent:active,
.link-parent.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.link-parent:hover,
.link-parent:focus,
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  background-image: none;
}
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent,
.link-parent.disabled:hover,
.link-parent[disabled]:hover,
fieldset[disabled] .link-parent:hover,
.link-parent.disabled:focus,
.link-parent[disabled]:focus,
fieldset[disabled] .link-parent:focus,
.link-parent.disabled:active,
.link-parent[disabled]:active,
fieldset[disabled] .link-parent:active,
.link-parent.disabled.active,
.link-parent[disabled].active,
fieldset[disabled] .link-parent.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.link-parent .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
.link-parent:before {
  content: '↩ ';
  top: 3px;
  position: relative;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-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 .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.portalMessage.info span .input-group-btn:first-child > a,
.input-group-btn:first-child
  > input[type='text'].text-widget.textline-field
  + input.searchButton,
.input-group-btn:first-child > .btn-group > .btn,
.portalMessage.info span .input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child
  > .btn-group
  > input[type='text'].text-widget.textline-field
  + input.searchButton,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.portalMessage.info
  span
  .input-group-btn:last-child
  > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child
  > input[type='text'].text-widget.textline-field
  + input.searchButton:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.portalMessage.info
  span
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > a,
.input-group-btn:last-child
  > .btn-group:not(:last-child)
  > input[type='text'].text-widget.textline-field
  + input.searchButton {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.portalMessage.info span .input-group-btn:last-child > a,
.input-group-btn:last-child
  > input[type='text'].text-widget.textline-field
  + input.searchButton,
.input-group-btn:last-child > .btn-group > .btn,
.portalMessage.info span .input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child
  > .btn-group
  > input[type='text'].text-widget.textline-field
  + input.searchButton,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.portalMessage.info span .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child
  > input[type='text'].text-widget.textline-field
  + input.searchButton:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.portalMessage.info
  span
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > a,
.input-group-btn:first-child
  > .btn-group:not(:first-child)
  > input[type='text'].text-widget.textline-field
  + input.searchButton {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.portalMessage.info span .input-group-btn > a,
.input-group-btn
  > input[type='text'].text-widget.textline-field
  + input.searchButton {
  position: relative;
}
.input-group-btn > .btn + .btn,
.portalMessage.info span .input-group-btn > a + .btn,
.input-group-btn
  > input[type='text'].text-widget.textline-field
  + input.searchButton
  + .btn,
.portalMessage.info span .input-group-btn > .btn + a,
.portalMessage.info span .input-group-btn > a + a,
.portalMessage.info
  span
  .input-group-btn
  > input[type='text'].text-widget.textline-field
  + input.searchButton
  + a,
.input-group-btn
  > input.btn[type='text'].text-widget.textline-field
  + input.searchButton,
.input-group-btn
  > input[type='text'].text-widget.textline-field
  + input.searchButton[type='text'].text-widget.textline-field
  + input.searchButton {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.portalMessage.info span .input-group-btn > a:hover,
.input-group-btn
  > input[type='text'].text-widget.textline-field
  + input.searchButton:hover,
.input-group-btn > .btn:focus,
.portalMessage.info span .input-group-btn > a:focus,
.input-group-btn
  > input[type='text'].text-widget.textline-field
  + input.searchButton:focus,
.input-group-btn > .btn:active,
.portalMessage.info span .input-group-btn > a:active,
.input-group-btn
  > input[type='text'].text-widget.textline-field
  + input.searchButton:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.portalMessage.info span .input-group-btn:first-child > a,
.input-group-btn:first-child
  > input[type='text'].text-widget.textline-field
  + input.searchButton,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.portalMessage.info span .input-group-btn:last-child > a,
.input-group-btn:last-child
  > input[type='text'].text-widget.textline-field
  + input.searchButton,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.btn .caret,
.portalMessage.info span a .caret,
input[type='text'].text-widget.textline-field + input.searchButton .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.portalMessage {
  margin: 30px;
}
.portalMessage.info span a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.label,
label .label {
  display: inline;
  padding: 0;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  vertical-align: inherit;
  border-radius: inherit;
}
select[size] {
  width: auto;
  height: auto;
}
#form-widgets-body_text_format,
.pat-textareamimetypeselector {
  display: none;
}
input[type='text'][name*='.css_class'],
input[type='text'][name*='.button_text'],
input[type='text'].text-widget.textline-field {
  max-width: 300px;
}
input[type='text'].text-widget.textline-field {
  display: inline-block;
}
input[type='text'].text-widget.textline-field + input.searchButton {
  margin-top: -3px;
}
.formHelp {
  display: block;
  font-size: 15px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
  min-width: 10em;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #696969;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
textarea,
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  border-color: #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(100, 190, 232, 0.6);
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
}
input[type='text'][disabled],
input[type='email'][disabled],
input[type='password'][disabled],
textarea[disabled],
select[disabled],
input[type='text'][readonly],
input[type='email'][readonly],
input[type='password'][readonly],
textarea[readonly],
select[readonly],
fieldset[disabled] input[type='text'],
fieldset[disabled] input[type='email'],
fieldset[disabled] input[type='password'],
fieldset[disabled] textarea,
fieldset[disabled] select {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
textarea {
  min-height: 9em;
  min-width: 10em;
  resize: vertical;
}
textarea[name='form.widgets.IRichText.text'] {
  min-height: 12em;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
textarea {
  min-height: 9em;
  min-width: 10em;
  resize: vertical;
}
textarea[name='form.widgets.IRichText.text'] {
  min-height: 12em;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
select {
  width: unset;
  display: inline-block;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}
input[type='radio'][disabled],
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.field {
  margin-bottom: 15px;
}
.field span.option {
  display: block;
}
.field.error {
  background: #fbe8e4;
  -webkit-box-shadow: 0 0 0 5px #fbe8e4;
  box-shadow: 0 0 0 5px #fbe8e4;
}
.field.error .help-block,
.field.error .control-label,
.template-contact-info #content form .field.error label,
.field.error .radio,
.field.error .checkbox,
.field.error .radio-inline,
.field.error .checkbox-inline {
  color: rgba(0, 0, 0, 0.5);
}
.field.error .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  -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);
}
.field.error .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px rgba(51, 51, 51, 0.5);
}
.field.error .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #ec9c8d;
}
.field.error .form-control-feedback {
  color: rgba(0, 0, 0, 0.5);
}
.field.error > label,
.field.error div.error {
  color: #ff0000;
}
.field.error div.error {
  padding-left: 30px;
  font-weight: 400;
}
.field.error div.error:before {
  background-color: #ac493f;
  content: '×';
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #ff0000;
}
.field.error input:focus,
.field.error textarea:focus,
.field.error select:focus {
  -webkit-box-shadow: 0 0 8px #ffcccc;
  box-shadow: 0 0 8px #ffcccc;
}
.formHelp {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
  font-weight: 400;
  font-style: italic;
}
.formControls {
  border-top: 1px solid #cccccc;
  padding: 12px;
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.plone-modal-body .formControls {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
label .required:after {
  color: #ff0000;
  content: '•';
  font-size: 200%;
  line-height: 0;
  position: relative;
  top: 7px;
  margin-left: -4px;
}
.searchField.portlet-search-gadget,
#sharing-user-group-search,
#select-rules {
  width: 100%;
  display: inline-block;
}
.searchField.portlet-search-gadget + .searchButton,
#sharing-user-group-search + #sharing-search-button,
#select-rules + input {
  position: relative;
  float: right;
  margin-top: -34px;
}
#search-results li {
  margin: 12px 0;
}
#search-results li .croppedDescription {
  margin-bottom: 0;
}
.highlightedSearchTerm {
  background: #fea;
  -webkit-box-shadow: 0 0 1px 1px #fea;
  box-shadow: 0 0 1px 1px #fea;
}
.search-date-options > div,
.search-type-options > div {
  display: inline-block;
  margin-right: 12px;
}
.optionsToggle label {
  font-weight: 300;
  color: #696969;
}
.ordered-selection-field td {
  vertical-align: middle;
  text-align: center;
}
.ordered-selection-field td button {
  display: block;
  margin: auto;
}
.folder-factories {
  list-style: none;
}
.widget input + label {
  display: inline;
}
.template-standard_view .entry .summary {
  font-weight: 600;
  font-size: 1.2em;
}
.template-listing_view #content-core .entry {
  margin: 10px 0;
  clear: both;
}
.template-listing_view #content-core .entry p.description {
  margin: 0 0 0 1em;
  font-size: 0.85em;
  color: #49535d;
}
.template-summary_view .tileItem {
  padding: 2rem 0;
  border-top: 1px solid #ccc;
}
.template-summary_view .tileItem:first-child {
  border-top: 0;
}
.template-summary_view .tileItem h2.tileHeadline {
  font-size: 2.4rem;
  margin-top: 0;
}
.template-summary_view .tileItem .documentByLine {
  display: block;
  margin-top: -0.6em;
  font-size: 0.85em;
  color: #49535d;
  margin-bottom: 1em;
}
.template-summary_view .tileItem .tileImage {
  float: left;
  margin: 0.3em 1em 0.5em 0;
}
.template-summary_view .tileItem .tileImageNoFloat + .tileFooter {
  display: none;
}
.userrole-authenticated .template-summary_view .tileItem h2.tileItem {
  display: inline;
}
.template-album_view #content-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.template-album_view #content-core > .visualClear {
  display: none;
}
.template-album_view #content-core .photoAlbumEntry {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  width: 320px;
}
.template-album_view #content-core .photoAlbumEntry a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.template-album_view #content-core .photoAlbumEntry a:focus,
.template-album_view #content-core .photoAlbumEntry a:hover {
  background-color: #f0f0f0;
}
.template-album_view #content-core .photoAlbumEntry a span {
  display: block;
}
.template-album_view
  #content-core
  .photoAlbumEntry
  a
  span.photoAlbumEntryWrapper {
  padding-bottom: 10px;
}
.template-album_view
  #content-core
  .photoAlbumEntry
  a
  span.photoAlbumEntryTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2em;
}
.template-album_view #content-core .photoAlbumEntry.photoAlbumFolder {
  border-color: #999;
  background-color: #eee;
}
.template-album_view
  #content-core
  .photoAlbumEntry.photoAlbumFolder
  .photoAlbumEntryTitle {
  font-weight: 600;
}
.template-tabular_view #content-core {
  padding-bottom: 40px;
}
div.mce-edit-area,
body#tinymce {
  padding: 14px;
}
div.mce-edit-area table td,
div.mce-edit-area table th,
body#tinymce table td,
body#tinymce table th {
  font-size: inherit;
  font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.pattern-relateditems-container ul.select2-choices {
  padding: 10px;
}
.pattern-relateditems-container ul.select2-choices li.select2-search-choice {
  background: #e7fb61 none;
  border-color: #b1c334;
}
.pattern-relateditems-container
  ul.select2-choices
  li.select2-search-choice
  .pattern-relateditems-item-title {
  font-weight: 600;
}
.select2-drop.select2-drop-active {
  border-color: #5897fb;
  border-left: 1px solid #5897fb;
  border-right: 1px solid #5897fb;
}
.select2-dropdown-open .select2-choices {
  border-color: #5897fb;
}
.pattern-relateditems-dropdown .select2-results .select2-result-label {
  padding: 0;
  cursor: default;
}
.pattern-relateditems-dropdown .select2-results .select2-highlighted {
  background-color: rgba(0, 0, 0, 0);
}
.pattern-relateditems-dropdown .select2-results .pattern-relateditems-result {
  padding: 4px 30px 6px 26px;
  position: relative;
  border-bottom: 1px dashed #ccc;
}
.pattern-relateditems-dropdown
  .select2-results
  .pattern-relateditems-result
  .pattern-relateditems-result-title {
  font-size: 0.95em;
}
.pattern-relateditems-dropdown
  .select2-results
  .pattern-relateditems-result
  .pattern-relateditems-buttons {
  right: 10px;
}
.pattern-relateditems-dropdown
  .select2-results
  .pattern-relateditems-result
  .pattern-relateditems-buttons
  a {
  color: #aaa;
}
.pattern-relateditems-dropdown
  .select2-results
  .pattern-relateditems-result
  .pattern-relateditems-buttons
  a:focus,
.pattern-relateditems-dropdown
  .select2-results
  .pattern-relateditems-result
  .pattern-relateditems-buttons
  a:hover {
  color: #e5006f;
}
.pattern-relateditems-dropdown .select2-results .pattern-relateditems-active {
  background-color: rgba(0, 0, 0, 0);
}
.pattern-relateditems-dropdown
  .select2-results
  .pattern-relateditems-active:before {
  font-size: 13px;
  left: 4px;
  top: 0.7em;
  position: absolute;
  color: #e5006f;
  content: ' ';
  width: 10px;
  height: 10px;
  background: #e5006f;
  border-radius: 100%;
}
[class*='template-login_'] #content-core,
[class*='template-logged_'] #content-core {
  width: 50%;
  max-width: 600px;
  padding: 0 0 40px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  [class*='template-login_'] #content-core,
  [class*='template-logged_'] #content-core {
    width: auto;
  }
}
[class*='template-login_'] #login-forgotten-password,
[class*='template-logged_'] #login-forgotten-password {
  text-align: center;
}
[class*='template-login_'] #viewlet-below-content,
[class*='template-logged_'] #viewlet-below-content {
  display: none;
}
[class*='template-mail_password_form'] #content .documentDescription {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[class*='template-mail_password_form'] #content-core {
  width: 50%;
  max-width: 650px;
  padding: 0 0 40px;
}
[class*='template-mail_password_form'] #mail_password {
  padding: 30px 0;
}
[class*='template-mail_password_form'] #mail_password legend {
  display: none;
}
[class*='template-mail_password_form'] #mail_password .formControls {
  text-align: center;
}
[class*='template-mail_password_form']
  #mail_password
  .formControls
  input.context {
  padding: 0.5em 1.6em !important;
}
.template-contact-info #content .documentDescription {
  text-align: center;
}
.template-contact-info #content form {
  max-width: 600px;
  margin: 0 auto;
}
.template-contact-info #content form .field label .formHelp {
  font-weight: normal;
  color: #999;
}
.template-contact-info #content form .field textarea,
.template-contact-info #content form .field input[type='text'] {
  width: 100%;
  padding: 0.3em 0.5em;
  max-width: none !important;
}
.template-contact-info #content form .formControls {
  text-align: center;
}
.template-contact-info #content form .formControls input[type='submit'] {
  padding: 0.5em 1.6em !important;
}
.template-contact-info #content #content-core {
  padding: 40px 0;
}
.portletAssignments {
  padding: 2rem 0 0;
}
.portletAssignments h4 {
  text-transform: uppercase;
}
.portletAssignments .managedPortlet.portlet .portletHeader > a {
  color: #e5006f;
}
.portletAssignments .managedPortlet.portlet .portletHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 20px;
}
.portletAssignments .managedPortlet.inheritedPortlet {
  margin: 1rem;
}
.portletAssignments .managedPortlet.inheritedPortlet .portletHeader {
  border-bottom: 0;
  margin-bottom: 0;
}
.portletAssignments .managedPortlet.inheritedPortlet .portletHeader > a {
  color: #e5006f;
}
.portletAssignments .portlet-group {
  padding: 0 0 2rem;
}
.portletAssignments .managedPortletActions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.portletAssignments .blockedPortlet .managedPortletActions {
  opacity: 0.5;
}
.plone-modal-wrapper .plone-modal .plone-modal-dialog {
  width: 100%;
  position: relative;
}
.plone-modal-wrapper .plone-modal .plone-modal-content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 4px;
  outline: none;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.plone-modal-wrapper .plone-modal .plone-modal-content:before,
.plone-modal-wrapper .plone-modal .plone-modal-content:after {
  content: ' ';
  display: table;
}
.plone-modal-wrapper .plone-modal .plone-modal-content:after {
  clear: both;
}
@media (min-width: 768px) {
  .plone-modal-wrapper .plone-modal .plone-modal-content {
    width: auto;
  }
}
@media (min-width: 992px) {
  .plone-modal-wrapper .plone-modal .plone-modal-content {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .plone-modal-wrapper .plone-modal .plone-modal-content {
    width: 1270px;
  }
}
.plone-modal-wrapper .plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.plone-modal-wrapper .plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.plone-modal-wrapper .plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.plone-modal-wrapper .plone-modal.fade.in .plone-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.plone-modal-wrapper .plone-modal.in {
  display: block !important;
}
.plone-modal-wrapper .plone-modal .plone-modal-header {
  border-bottom: 0;
}
.plone-modal-wrapper .plone-modal .plone-modal-header .plone-modal-title {
  display: none;
}
.plone-modal-wrapper .plone-modal .plone-modal-body {
  padding-top: 0;
  clear: both;
}
.plone-modal-wrapper .plone-modal .plone-modal-close {
  font-size: 2em;
  opacity: 0.7;
  min-width: 1em;
  text-align: center;
  padding: 0 20px 10px;
  z-index: 100;
}
.plone-modal-wrapper.image-modal .modal-image {
  text-align: center;
}
@media (min-width: 769px) {
  body.plone-toolbar-left-default
    .plone-modal-wrapper
    .plone-modal
    .plone-modal-dialog {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    left: 60px !important;
  }
  body.plone-toolbar-left-expanded
    .plone-modal-wrapper
    .plone-modal
    .plone-modal-dialog {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    left: 120px !important;
  }
}
body.plone-toolbar-left-default
  .plone-modal-wrapper
  .plone-modal
  .plone-modal-content,
body.plone-toolbar-left-expanded
  .plone-modal-wrapper
  .plone-modal
  .plone-modal-content {
  max-width: 100%;
}
.plone-modal-content #content-core {
  display: block;
}
.plone-modal-content .wcvideo-container {
  text-align: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .plone-modal-content .wcvideo-container {
    padding: 20px 0;
  }
}
.plone-modal-content .wcvideo-container iframe {
  max-width: 100%;
}
.plone-modal-content .wcvideo-container > div {
  margin: auto;
}
#plone-contentmenu-portletmanager .plone-toolbar-submenu-header,
#plone-contentmenu-factories .plone-toolbar-submenu-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding: 10px 15px;
}
#plone-contentmenu-portletmanager .plone-toolbar-submenu-header span,
#plone-contentmenu-factories .plone-toolbar-submenu-header span {
  opacity: 0.7;
  font-size: 1.1em;
}
#plone-contentmenu-portletmanager .plonetoolbar-contenttype a:focus,
#plone-contentmenu-portletmanager .plonetoolbar-contenttype a:active,
#plone-contentmenu-factories .plonetoolbar-contenttype a:focus,
#plone-contentmenu-factories .plonetoolbar-contenttype a:active {
  background: rgba(255, 255, 255, 0.1);
}
#plone-contentmenu-display .plonetoolbar-display-view {
  padding-left: 10px;
}
#plone-contentmenu-display .plonetoolbar-display-view.actionSeparator {
  padding-left: 0;
}
#plone-contentmenu-display .plonetoolbar-display-view.actionSeparator span {
  opacity: 0.7;
  font-size: 1.1em;
}
#plone-contentmenu-display .plonetoolbar-display-view .actionMenuSelected {
  background: rgba(255, 255, 255, 0.1);
}
body#visual-portal-wrapper.pat-plone
  .outer-wrapper
  [class*='contenttype-']:before {
  font-family: 'Fontello';
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: inherit;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-folder:before {
  content: '\e801';
}
body#visual-portal-wrapper.pat-plone
  .outer-wrapper
  .contenttype-document:before {
  content: '\e80e';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-file:before {
  content: '\e811';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-link:before {
  content: '\e806';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-image:before {
  content: '\e810';
}
body#visual-portal-wrapper.pat-plone
  .outer-wrapper
  .contenttype-collection:before {
  content: '\e808';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-event:before {
  content: '\e809';
}
body#visual-portal-wrapper.pat-plone
  .outer-wrapper
  .contenttype-news-item:before {
  content: '\e80f';
}
body#visual-portal-wrapper.pat-plone #edit-zone {
  z-index: 5000;
}
body#visual-portal-wrapper.pat-plone #edit-zone [class*='contenttype-'] {
  padding: 5px 15px 5px 40px;
}
body#visual-portal-wrapper.pat-plone #edit-zone a {
  color: #fff;
}
body#visual-portal-wrapper.pat-plone #edit-zone [class*='contenttype-']:after {
  font-family: 'Fontello';
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: 15px;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  content: '\e834';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-folder:after {
  content: '\e801';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-document:after {
  content: '\e80e';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-file:after {
  content: '\e811';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-link:after {
  content: '\e806';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-image:after {
  content: '\e810';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-collection:after {
  content: '\e808';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-event:after {
  content: '\e809';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-news-item:after {
  content: '\e80f';
}
#popover-rename.active {
  min-width: 400px;
}
#popover-rename.active .popover-content {
  padding-top: 0;
}
#popover-rename.active div.item {
  display: block;
}
#popover-rename.active div.item div.form-group,
#popover-rename.active
  div.item
  [class*='template-mail_password_form']
  #mail_password
  div.field,
[class*='template-mail_password_form']
  #mail_password
  #popover-rename.active
  div.item
  div.field,
#popover-rename.active div.item .template-contact-info #content form div.field,
.template-contact-info #content form #popover-rename.active div.item div.field {
  float: none;
  margin-bottom: 0;
}
#popover-rename.active div.item div.form-group label,
#popover-rename.active
  div.item
  [class*='template-mail_password_form']
  #mail_password
  div.field
  label,
[class*='template-mail_password_form']
  #mail_password
  #popover-rename.active
  div.item
  div.field
  label,
#popover-rename.active
  div.item
  .template-contact-info
  #content
  form
  div.field
  label,
.template-contact-info
  #content
  form
  #popover-rename.active
  div.item
  div.field
  label {
  margin-top: 1rem;
}
#popover-rename.active div.item div.form-group input,
#popover-rename.active
  div.item
  [class*='template-mail_password_form']
  #mail_password
  div.field
  input,
[class*='template-mail_password_form']
  #mail_password
  #popover-rename.active
  div.item
  div.field
  input,
#popover-rename.active
  div.item
  .template-contact-info
  #content
  form
  div.field
  input,
.template-contact-info
  #content
  form
  #popover-rename.active
  div.item
  div.field
  input {
  height: auto;
  line-height: inherit;
}
.portletNavigationTree.portletSiteSetup a {
  display: block;
}
.image-icon,
.image-tile {
  float: right;
}
#column-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 3rem 15px 20px;
}
#column-wrapper:before,
#column-wrapper:after {
  content: ' ';
  display: table;
}
#column-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  #column-wrapper {
    width: auto;
  }
}
@media (min-width: 992px) {
  #column-wrapper {
    width: auto;
  }
}
@media (min-width: 1300px) {
  #column-wrapper {
    width: 1270px;
  }
}
#portal-column-one,
#portal-column-two {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  #portal-column-one,
  #portal-column-two {
    float: left;
    width: 25%;
  }
}
.sidebar-offcanvas #portal-column-two,
.sidebar-offcanvas #portal-column-one {
  width: auto;
  border: 0;
}
@media (max-width: 767px) {
  #portal-column-one {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .with-column-one #portal-column-one {
    right: 75%;
  }
}
@media (min-width: 768px) {
  .with-column-one.with-column-two #portal-column-one {
    right: 50%;
  }
}
@media (max-width: 767px) {
  #portal-column-two {
    margin-top: 50px;
  }
}
.with-no-columns #portal-column-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .with-no-columns #portal-column-content {
    float: left;
    width: 100%;
  }
}
.with-column-one #portal-column-content,
.with-column-two #portal-column-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .with-column-one #portal-column-content,
  .with-column-two #portal-column-content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .with-column-one #portal-column-content {
    left: 25%;
  }
}
@media (min-width: 767px) {
  .with-column-one #portal-column-content {
    padding-left: 6%;
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  .with-column-two #portal-column-content {
    padding-left: 0;
    padding-right: 6%;
  }
}
.with-column-one.with-column-two #portal-column-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .with-column-one.with-column-two #portal-column-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 767px) {
  .with-column-one.with-column-two #portal-column-content {
    padding: 0 40px;
  }
}
body.template-album_view .with-column-two #portal-column-content {
  width: 100% !important;
}
.discreet {
  color: #5a6772;
}
h1.documentFirstHeading {
  margin-top: 0;
  font-weight: 600;
}
#content-core ul li,
#content-core ol li {
  padding-bottom: 0.4em;
}
p.callout {
  margin: 2em 0;
}
blockquote {
  float: right;
  max-width: 350px;
  margin-left: 2em;
}
#column-wrapper img {
  max-width: 100%;
}
#header-banner,
#portal-header {
  z-index: 300;
  position: relative;
}
#header-banner {
  display: none;
  background-color: #868686;
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 0 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-banner .header-banner-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#header-banner .header-banner-inner:before,
#header-banner .header-banner-inner:after {
  content: ' ';
  display: table;
}
#header-banner .header-banner-inner:after {
  clear: both;
}
@media (min-width: 768px) {
  #header-banner .header-banner-inner {
    width: auto;
  }
}
@media (min-width: 992px) {
  #header-banner .header-banner-inner {
    width: auto;
  }
}
@media (min-width: 1300px) {
  #header-banner .header-banner-inner {
    width: 1270px;
  }
}
#header-banner .header-banner-owner,
#header-banner .header-banner-second-link {
  width: 50%;
  float: left;
}
#header-banner .header-banner-owner a,
#header-banner .header-banner-second-link a {
  color: #fff;
}
#header-banner .header-banner-owner a:focus,
#header-banner .header-banner-owner a:hover,
#header-banner .header-banner-second-link a:focus,
#header-banner .header-banner-second-link a:hover {
  border-bottom: 1px solid #fff;
}
#header-banner .header-banner-second-link {
  text-align: right;
}
@media (max-width: 768px) {
  #header-banner {
    font-size: 0.8em;
  }
  #header-banner .nascondi-visit {
    display: none;
  }
}
@media (max-width: 600px) {
  #header-banner {
    font-size: 0.7em;
  }
  #header-banner .nascondi-visit {
    display: none;
  }
}
#header-banner-social {
  background-color: #868686;
  color: #fff;
  text-align: right;
}
#header-banner-social ul.header-banner-social-inner {
  display: inline-block;
  padding-left: 1rem;
}
#header-banner-social ul.header-banner-social-inner li {
  float: left;
}
#header-banner-social ul.header-banner-social-inner li a {
  display: inline-block;
}
#header-banner-social ul.header-banner-social-inner li a:before,
#header-banner-social ul.header-banner-social-inner li a svg {
  display: inline-block;
  border-radius: 100%;
  border-color: #fff;
  border-style: solid;
  border-width: thin;
  background-color: #868686;
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
}
#header-banner-social ul.header-banner-social-inner li a:before {
  color: #fff;
}
#header-banner-social ul.header-banner-social-inner li a svg {
  color: #fff;
  padding: 0.5rem;
}
#header-banner-social ul.header-banner-social-inner li a.st:before {
  content: '';
  vertical-align: bottom;
  background-image: url('++theme++modenasmartlife.theme/images/storify.svg');
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
#header-banner-social ul.header-banner-social-inner li a.medium:before {
  background-image: url('++theme++modenasmartlife.theme/images/medium.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
  content: '';
}
#header-banner-social ul.header-banner-social-inner li a.newsletter:before {
  content: '';
  background-image: url('++theme++modenasmartlife.theme/images/newsletter.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
}
#header-banner-social ul.header-banner-social-inner li a:focus:before,
#header-banner-social ul.header-banner-social-inner li a:focus svg,
#header-banner-social ul.header-banner-social-inner li a:hover:before,
#header-banner-social ul.header-banner-social-inner li a:hover svg {
  background-color: #494949;
  color: #fff;
}
#header-banner-social ul.header-banner-social-inner li a:focus.st:before,
#header-banner-social ul.header-banner-social-inner li a:hover.st:before {
  background-image: url('++theme++modenasmartlife.theme/images/storifyHover.svg');
}
#header-banner-social ul.header-banner-social-inner li a:focus.medium:before,
#header-banner-social ul.header-banner-social-inner li a:hover.medium:before {
  background-image: url('++theme++modenasmartlife.theme/images/mediumHover.svg');
}
#header-banner-social
  ul.header-banner-social-inner
  li
  a:focus.newsletter:before,
#header-banner-social
  ul.header-banner-social-inner
  li
  a:hover.newsletter:before {
  background-image: url('++theme++modenasmartlife.theme/images/newsletterHover.svg');
}
#header-banner-social ul.header-banner-social-inner li:before {
  display: none;
}
#portal-header {
  padding: 0.5rem 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#portal-header:before,
#portal-header:after {
  content: ' ';
  display: table;
}
#portal-header:after {
  clear: both;
}
@media (min-width: 768px) {
  #portal-header {
    width: auto;
  }
}
@media (min-width: 992px) {
  #portal-header {
    width: auto;
  }
}
@media (min-width: 1300px) {
  #portal-header {
    width: 1270px;
  }
}
#portal-header button#search-toggle,
#portal-header button.plone-navbar-toggle {
  display: none;
}
#portal-header button#search-toggle .sr-only,
#portal-header button#search-toggle .hiddenStructure,
#portal-header
  button#search-toggle
  #header-banner-social
  ul.header-banner-social-inner
  li
  a
  span,
#header-banner-social
  ul.header-banner-social-inner
  li
  a
  #portal-header
  button#search-toggle
  span,
#portal-header button#search-toggle #header-social ul li a span,
#header-social ul li a #portal-header button#search-toggle span,
#portal-header
  button#search-toggle
  #portal-footer-wrapper
  ul.footer-social
  li
  a
  span,
#portal-footer-wrapper
  ul.footer-social
  li
  a
  #portal-header
  button#search-toggle
  span,
#portal-header button.plone-navbar-toggle .sr-only,
#portal-header button.plone-navbar-toggle .hiddenStructure,
#portal-header
  button.plone-navbar-toggle
  #header-banner-social
  ul.header-banner-social-inner
  li
  a
  span,
#header-banner-social
  ul.header-banner-social-inner
  li
  a
  #portal-header
  button.plone-navbar-toggle
  span,
#portal-header button.plone-navbar-toggle #header-social ul li a span,
#header-social ul li a #portal-header button.plone-navbar-toggle span,
#portal-header
  button.plone-navbar-toggle
  #portal-footer-wrapper
  ul.footer-social
  li
  a
  span,
#portal-footer-wrapper
  ul.footer-social
  li
  a
  #portal-header
  button.plone-navbar-toggle
  span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#portal-header button.plone-navbar-toggle {
  height: 100%;
  width: 100%;
  margin: 0;
}
#portal-header > #portal-searchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#portal-header .search-social-wrapper.no-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  #portal-header {
    position: relative;
  }
  #portal-header .search-social-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #portal-header #header-social {
    display: none;
  }
  #portal-header #portal-searchbox {
    display: none;
  }
  #portal-header #portal-searchbox.open {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 1000;
  }
  #portal-header #portal-searchbox.open #searchGadget_form {
    width: 100%;
  }
  #portal-header #portal-searchbox.open #searchGadget {
    width: -webkit-calc(100% - 5rem);
    width: calc(100% - 5rem);
  }
  #portal-header #portal-searchbox.open ul.livesearch-results {
    width: 100% !important;
  }
  #portal-header button.plone-navbar-toggle,
  #portal-header button#search-toggle {
    display: inline-block;
    border: 0;
    background: transparent;
    color: #000;
    padding: 5px 20px;
    text-align: left;
    font-size: 1.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #portal-header button#search-toggle .close-icon {
    display: none;
  }
  #portal-header button#search-toggle.open .close-icon {
    display: block;
  }
  #portal-header button#search-toggle.open .close-icon:before {
    display: inline-block;
    font-family: ita;
    content: '🗵';
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #portal-header button#search-toggle.open svg.fa-search {
    display: none;
  }
}
@media (max-width: 767px) {
  #portal-header button.plone-navbar-toggle,
  #portal-header button#search-toggle {
    padding: 5px 15px 5px 10px;
    font-size: 1.35em;
  }
}
#portal-logo {
  margin: 0 auto 0 0;
  color: #1c2024;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#portal-logo span {
  display: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 991px) {
  #portal-logo span {
    border-width: 1px;
  }
}
#portal-logo:hover span,
#portal-logo:focus span {
  border-bottom-color: #1c2024;
}
#portal-logo img {
  margin-right: 2rem;
  width: 80%;
  height: auto;
}
@media (max-width: 600px) {
  #portal-logo {
    padding: 0;
  }
  #portal-logo img {
    width: 45vw;
    height: auto;
    margin-right: 1.5rem;
  }
  #portal-logo span {
    font-size: 4vw;
    padding: 3px 0;
  }
  #portal-logo span .subtitle {
    font-size: 3vw;
  }
}
@media (max-width: 991px) {
  .searchOpened,
  .menuOpened {
    position: relative;
    overflow: hidden;
  }
  .searchOpened:after,
  .menuOpened:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
  }
  .searchOpened:after {
    z-index: 200;
  }
}
#portal-searchbox {
  text-align: right;
}
#portal-searchbox #searchGadget {
  border: 1px solid #e5006f;
  padding: 1.1rem 1.4rem;
  width: 25rem;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  height: 50px;
}
#portal-searchbox #searchGadget:focus {
  border-color: #494949;
}
#portal-searchbox button.search-button {
  color: #fff;
  background-color: #e5006f;
  text-align: center;
  width: 5rem;
  line-height: 1;
  border: 0;
  margin-left: -0.5rem;
  border-radius: 0;
  font-weight: 400;
  vertical-align: baseline;
  height: 50px;
  font-size: 2.6rem;
}
#portal-searchbox button.search-button:focus,
#portal-searchbox button.search-button:hover {
  background-color: #494949;
}
.livesearch-results li.search-result {
  text-align: left;
}
.template-search #viewlet-below-content {
  display: none;
}
.template-search #searchform {
  padding-top: 15px;
}
.template-search #searchform .input-search {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.template-search #searchform label.searchDescription {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  display: block;
  font-weight: 300;
}
.template-search #searchform .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.template-search #searchform .input-group #searchDetail {
  font-size: 1.1em;
  padding: 0.4em 0.7em;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #d1e0e1;
  color: #666;
}
@media (max-width: 350px) {
  .template-search #searchform .input-group #searchDetail {
    max-width: 220px;
  }
}
.template-search #searchform .input-group input.searchPage {
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
}
.template-search #searchform .input-group .input-group-btn {
  width: 55px;
  height: 34px;
}
.template-search #searchform .input-group .input-group-btn input.btn,
.template-search
  #searchform
  .input-group
  .input-group-btn
  input[type='text'].text-widget.textline-field
  + input.searchButton {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px;
  width: 0;
  height: 100%;
  padding-left: 40px;
  overflow: hidden;
  text-indent: -999em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.template-search #searchform .actionMenu {
  position: relative;
  padding: 40px 0 15px;
}
.template-search #searchform .actionMenu .actionMenuContent {
  display: none;
  position: absolute;
  top: 2.4em;
  right: 0;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px;
  z-index: 10;
}
.template-search #searchform .actionMenu .actionMenuContent #search-filter {
  width: 17em;
}
.template-search
  #searchform
  .actionMenu
  .actionMenuContent
  #search-filter
  fieldset {
  margin-top: 0.7em;
  border: 0;
}
.template-search
  #searchform
  .actionMenu
  .actionMenuContent
  #search-filter
  fieldset:first-child {
  margin-top: 0;
}
.template-search
  #searchform
  .actionMenu
  .actionMenuContent
  #search-filter
  legend {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}
.template-search
  #searchform
  .actionMenu
  .actionMenuContent
  #search-filter
  label {
  font-weight: 400;
  font-size: 0.9em;
}
.template-search #searchform .actionMenu h5.actionMenuHeader {
  margin: 0;
}
.template-search #searchform .actionMenu.activated .actionMenuContent {
  display: block;
}
.template-search #searchform .actionMenu #search-filter-toggle {
  display: inline-block;
  color: #e5006f;
  font-weight: 400;
  padding: 3px 0.5em;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .template-search #searchform .actionMenu #search-filter-toggle {
    margin-left: 0;
  }
}
.template-search #searchform .actionMenu #search-filter-toggle svg {
  margin-right: 5px;
}
.template-search #searchform .actionMenu #search-filter-toggle:hover {
  color: #1c2024;
  background-color: #ccc;
}
.template-search #searchform .header-search {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin: 30px 0;
  padding: 20px 0;
}
.template-search #searchform .header-search h1.documentFirstHeading {
  font-size: 2em;
}
.template-search #searchform #search-results-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .template-search #searchform #search-results-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.template-search #searchform #search-results-bar #results-count {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin: 0;
}
.template-search #searchform #searchResultsSort {
  padding: 20px 0;
  color: #494949;
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .template-search #searchform #searchResultsSort {
    padding: 10px 0;
  }
}
.template-search #searchform #searchResultsSort span.autotab-heading {
  margin-right: 1em;
  vertical-align: middle;
}
.template-search #searchform #searchResultsSort #sorting-options a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 15px;
  background-color: #f5f5f5;
  line-height: 1;
  margin: 0 4px;
}
.template-search #searchform #searchResultsSort #sorting-options a:focus,
.template-search #searchform #searchResultsSort #sorting-options a:hover {
  background-color: #ccc;
}
.template-search #searchform #searchResultsSort #sorting-options a svg {
  height: 1em;
  margin: 0 7px 0 3px;
}
.template-search #searchform ol.searchResults {
  padding-top: 15px;
  padding-bottom: 15px;
}
.template-search #searchform ol.searchResults li {
  padding: 0.8em 0;
  border-top: 1px solid #ddd;
}
.template-search #searchform ol.searchResults li:first-child {
  border: 0;
}
.template-search #searchform ol.searchResults li span.result-title {
  display: block;
  padding: 0.2em 0;
}
.template-search #searchform ol.searchResults li span.result-title a {
  color: #1c2024;
  font-size: 1.1em;
}
.template-search #searchform ol.searchResults li span.result-title a:focus,
.template-search #searchform ol.searchResults li span.result-title a:hover {
  color: #e5006f;
}
.template-search #searchform ol.searchResults li > span.discreet {
  display: block;
}
.template-search #searchform ol.searchResults li cite {
  display: block;
}
.template-search #searchform #rss-subscription > a {
  padding-left: 10px;
}
.template-search #searchform .search-result-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .template-search #searchform .search-result-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.template-search #searchform .search-result-content #search-results-wrapper {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
@media (max-width: 991px) {
  .template-search #searchform .search-result-content #search-results-wrapper {
    padding-right: 0;
  }
}
#header-social {
  text-align: right;
}
#header-social p {
  display: inline-block;
  margin: 0;
}
#header-social ul {
  display: inline-block;
  padding-left: 1rem;
}
#header-social ul li {
  padding-right: 0;
}
#header-social ul li a {
  display: inline-block;
  border-radius: 100%;
  background-color: #e5006f;
  color: #fff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 30px;
  vertical-align: middle;
}
#header-social ul li a.sc-storify:before {
  content: '';
  vertical-align: bottom;
  background-image: url('++theme++modenasmartlife.theme/images/storifyHover.svg');
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
#header-social ul li a:focus,
#header-social ul li a:hover {
  background-color: #494949;
}
.plone-navbar-header {
  padding: 0;
}
.plone-navbar-header .plone-navbar-toggle {
  display: none;
  background-color: transparent;
  border: 0 none;
  padding: 0;
  margin: 10px 0;
}
.plone-navbar-header .plone-navbar-toggle svg {
  display: none;
}
.plone-navbar-header .plone-navbar-toggle:hover,
.plone-navbar-header .plone-navbar-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plone-navbar-header .plone-navbar-toggle:before {
  background: url('++theme++modenasmartlife.theme/images/menu.png');
  height: 1.2em;
  width: 1.2em;
  display: block;
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
}
#portal-mainnavigation {
  background-color: #e5006f;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#portal-mainnavigation .globalnavWrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#portal-mainnavigation .globalnavWrapper:before,
#portal-mainnavigation .globalnavWrapper:after {
  content: ' ';
  display: table;
}
#portal-mainnavigation .globalnavWrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  #portal-mainnavigation .globalnavWrapper {
    width: auto;
  }
}
@media (min-width: 992px) {
  #portal-mainnavigation .globalnavWrapper {
    width: auto;
  }
}
@media (min-width: 1300px) {
  #portal-mainnavigation .globalnavWrapper {
    width: 1270px;
  }
}
#portal-mainnavigation ul#portal-globalnav {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;
}
#portal-mainnavigation ul#portal-globalnav > li {
  margin: 0 2%;
}
#portal-mainnavigation ul#portal-globalnav > li:first-child {
  margin-left: 0;
}
#portal-mainnavigation ul#portal-globalnav > li:first-child {
  margin-left: 0;
}
#portal-mainnavigation ul#portal-globalnav > li > a {
  color: #fff;
  font-size: 1.95rem;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid transparent;
}
#portal-mainnavigation ul#portal-globalnav > li > a:hover {
  border-color: #fff;
}
#portal-mainnavigation ul#portal-globalnav > li a.closeMenuLink {
  display: inline-block;
}
#portal-mainnavigation button#globalnav-close {
  display: none;
}
#portal-mainnavigation button#globalnav-close span.sr-only,
#portal-mainnavigation button#globalnav-close span.hiddenStructure,
#portal-mainnavigation
  button#globalnav-close
  #header-banner-social
  ul.header-banner-social-inner
  li
  a
  span,
#header-banner-social
  ul.header-banner-social-inner
  li
  a
  #portal-mainnavigation
  button#globalnav-close
  span,
#portal-mainnavigation button#globalnav-close #header-social ul li a span,
#header-social ul li a #portal-mainnavigation button#globalnav-close span,
#portal-mainnavigation
  button#globalnav-close
  #portal-footer-wrapper
  ul.footer-social
  li
  a
  span,
#portal-footer-wrapper
  ul.footer-social
  li
  a
  #portal-mainnavigation
  button#globalnav-close
  span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 991px) {
  #portal-mainnavigation #portal-globalnav-wrapper {
    display: block;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
  }
  #portal-mainnavigation #portal-globalnav-wrapper.open {
    max-height: 1000px;
  }
  #portal-mainnavigation ul#portal-globalnav {
    display: block;
  }
  #portal-mainnavigation ul#portal-globalnav > li {
    display: block;
    margin: 0 0 2%;
    padding: 0;
  }
  #portal-mainnavigation ul#portal-globalnav > li > a {
    display: inline-block;
  }
}
.submenuDynamicItems a {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dynamicSectionExploreLabel {
  display: none;
}
.colonna-1-di-1 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .colonna-1-di-1 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .colonna-1-di-1 {
    float: left;
    width: 100%;
  }
}
.colonna-1-di-2 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .colonna-1-di-2 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .colonna-1-di-2 {
    float: left;
    width: 50%;
  }
}
.colonna-1-di-3 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .colonna-1-di-3 {
    float: left;
    width: 33.3333333333%;
  }
}
.colonna-2-di-3 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .colonna-2-di-3 {
    float: left;
    width: 66.6666666667%;
  }
}
.colonna-1-di-4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .colonna-1-di-4 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .colonna-1-di-4 {
    float: left;
    width: 25%;
  }
}
.colonna-1-di-5 {
  width: 20%;
  float: left;
}
.colonna-1-di-6 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .colonna-1-di-6 {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .colonna-1-di-6 {
    float: left;
    width: 33.3333333333%;
  }
}
.sfondo-chiaro {
  background: #eee;
}
.sfondo-chiaro a {
  border-color: #e5006f;
}
.sfondo-chiaro a:focus,
.sfondo-chiaro a:hover {
  border-color: #b20056;
}
.sfondo-chiaro .news-collection .newsWrapper {
  background-color: #fff;
}
.sfondo-scuro {
  background: #333;
  color: #fff;
}
.sfondo-scuro a {
  color: #fff;
  border-color: #fff;
  border-bottom: 1px solid;
}
.sfondo-scuro a:focus,
.sfondo-scuro a:hover {
  color: #ddd;
  border-color: #ddd;
}
.sfondo-scuro .tileTitle,
.sfondo-scuro .tileTitle .title-content {
  color: #fff;
}
.sfondo-scuro .news-collection .newsWrapper {
  background-color: #fff;
}
.tilesWrapper {
  margin: 0;
}
.tilesWrapper .actionsTiles {
  background: #eee;
  padding: 20px;
  text-align: center;
}
.tilesWrapper .actionsTiles a.plone-btn {
  text-transform: uppercase;
  font-weight: 600;
}
.tilesWrapper .actionsTiles .available-tiles .list-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9em;
}
.tilesWrapper .actionsTiles .available-tiles .list-group .list-group-item {
  width: 24%;
}
.tilesWrapper .actionsTiles .available-tiles .list-group .tileTitle {
  font-size: 1.3em;
}
.pat-tiles-management.right-column
  .actionsTiles
  .available-tiles
  .list-group-item {
  width: 100%;
}
.tileTitle {
  font-size: 1.6em;
}
.senza-titolo .tileTitle {
  display: none;
}
.section-homepage #portal-breadcrumbs,
.template-search #portal-breadcrumbs {
  display: none;
}
.template-newsitem_view
  #viewlet-above-content
  #portal-breadcrumbs
  li:last-of-type {
  display: none;
}
#viewlet-above-content #portal-breadcrumbs {
  background: #eee;
  padding: 0;
}
#viewlet-above-content #portal-breadcrumbs ol {
  font-size: 0.95em;
  font-weight: 300;
  padding: 10px 0px;
  margin: 0;
}
#viewlet-above-content #portal-breadcrumbs ol li {
  padding: 0;
}
#viewlet-above-content #portal-breadcrumbs ol li:before {
  content: '/';
  padding: 0 0.4em;
}
#viewlet-above-content #portal-breadcrumbs ol li:nth-child(-n + 2) {
  padding: 0 0.4em;
}
#viewlet-above-content #portal-breadcrumbs ol li:nth-child(-n + 2):before {
  display: none;
}
#viewlet-above-content #portal-breadcrumbs ol li a {
  color: #e5006f;
}
#viewlet-above-content #portal-breadcrumbs ol li a:focus,
#viewlet-above-content #portal-breadcrumbs ol li a:hover {
  color: #000;
}
#viewlet-above-content #portal-breadcrumbs ol li#breadcrumbs-home {
  padding-left: 0;
}
#viewlet-above-content #portal-breadcrumbs ol li#breadcrumbs-home a {
  display: inline-block;
}
.newsImageContainer {
  float: right;
  margin: 0 0 1em 1.5em;
  display: block;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1000;
}
#return-to-top svg {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:active {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:active svg {
  color: #fff;
  top: 5px;
}
#portal-footer-wrapper {
  background-color: #868686;
  padding: 50px 0px;
  color: #fff;
  text-align: center;
}
#portal-footer-wrapper .portal-footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
#portal-footer-wrapper .portal-footer:before,
#portal-footer-wrapper .portal-footer:after {
  content: ' ';
  display: table;
}
#portal-footer-wrapper .portal-footer:after {
  clear: both;
}
@media (min-width: 768px) {
  #portal-footer-wrapper .portal-footer {
    width: auto;
  }
}
@media (min-width: 992px) {
  #portal-footer-wrapper .portal-footer {
    width: auto;
  }
}
@media (min-width: 1300px) {
  #portal-footer-wrapper .portal-footer {
    width: 1270px;
  }
}
#portal-footer-wrapper img {
  max-width: 100%;
}
#portal-footer-wrapper a {
  color: #fff;
  text-decoration: underline;
}
#portal-footer-wrapper a:hover {
  color: #76153e;
  border: 0;
}
#portal-footer-wrapper ul {
  list-style: none;
  padding-left: 0;
}
#portal-footer-wrapper ul li {
  padding-bottom: 5px;
}
#portal-footer-wrapper ul li:before {
  padding-right: 15px;
  display: inline-block;
  font-family: ita;
  content: '⏵';
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4em;
}
#portal-footer-wrapper .footer-logo,
#portal-footer-wrapper .footer-actions {
  display: block;
  width: 100%;
  clear: both;
}
#portal-footer-wrapper .footer-logo {
  padding-left: 15px;
}
#portal-footer-wrapper .footer-logo img {
  max-width: 80vw;
}
#portal-footer-wrapper .footer-actions {
  padding: 5px 15px 0;
}
#portal-footer-wrapper .footer-actions ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
}
#portal-footer-wrapper .footer-actions ul li {
  display: inline-block;
  padding-right: 20px;
}
#portal-footer-wrapper .footer-actions ul li:before {
  display: none;
}
#portal-footer-wrapper .footer-actions hr {
  max-width: 100%;
}
#portal-footer-wrapper ul.footer-social {
  display: inline-block;
}
#portal-footer-wrapper ul.footer-social li {
  float: left;
}
#portal-footer-wrapper ul.footer-social li a {
  display: inline-block;
}
#portal-footer-wrapper ul.footer-social li a:before,
#portal-footer-wrapper ul.footer-social li a svg {
  display: inline-block;
  border-radius: 100%;
  border-color: #fff;
  border-style: solid;
  border-width: thin;
  background-color: #868686;
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-size: 3rem;
  line-height: 4rem;
}
#portal-footer-wrapper ul.footer-social li a:before {
  color: #fff;
}
#portal-footer-wrapper ul.footer-social li a svg {
  color: #fff;
  padding: 0.5rem;
}
#portal-footer-wrapper ul.footer-social li a.st:before {
  content: '';
  vertical-align: bottom;
  background-image: url('++theme++modenasmartlife.theme/images/storify.svg');
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
#portal-footer-wrapper ul.footer-social li a.medium:before {
  background-image: url('++theme++modenasmartlife.theme/images/medium.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
  content: '';
}
#portal-footer-wrapper ul.footer-social li a.newsletter:before {
  content: '';
  background-image: url('++theme++modenasmartlife.theme/images/newsletter.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
}
#portal-footer-wrapper ul.footer-social li a:focus:before,
#portal-footer-wrapper ul.footer-social li a:focus svg,
#portal-footer-wrapper ul.footer-social li a:hover:before,
#portal-footer-wrapper ul.footer-social li a:hover svg {
  background-color: #494949;
  color: #fff;
}
#portal-footer-wrapper ul.footer-social li a:focus.st:before,
#portal-footer-wrapper ul.footer-social li a:hover.st:before {
  background-image: url('++theme++modenasmartlife.theme/images/storifyHover.svg');
}
#portal-footer-wrapper ul.footer-social li a:focus.medium:before,
#portal-footer-wrapper ul.footer-social li a:hover.medium:before {
  background-image: url('++theme++modenasmartlife.theme/images/mediumHover.svg');
}
#portal-footer-wrapper ul.footer-social li a:focus.newsletter:before,
#portal-footer-wrapper ul.footer-social li a:hover.newsletter:before {
  background-image: url('++theme++modenasmartlife.theme/images/newsletterHover.svg');
}
#portal-footer-wrapper ul.footer-social li:before {
  display: none;
}
#portal-footer-wrapper .newsletter:before {
  display: inline-block;
  font-family: ita;
  content: '📧';
  color: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.5em;
}
#portal-footer-wrapper hr {
  border-color: #979797;
  margin-left: 0;
  width: 100%;
  max-width: 300px;
}
#portal-footer-wrapper .portletHeader {
  display: none;
}
#portal-footer-wrapper .portlet-static-social {
  text-align: center;
}
#portal-footer-wrapper .portlet-static-credits {
  margin-left: 15%;
  margin-right: 15%;
  font-size: 1em;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background-color: #868686;
  text-align: left;
}
#portal-footer-wrapper .logofooter {
  float: left;
  padding-right: 2em;
  margin-right: 2em;
  border-right: 1px solid #fff;
}
.documentDescription {
  padding-left: 20px;
  margin: 30px 0 40px;
  border-left: 9px solid #c1c1c1;
}
#parent-fieldname-text a {
  border-bottom: 1px solid #e5006f;
}
#parent-fieldname-text a:hover,
#parent-fieldname-text a:focus {
  border-bottom: 1px solid #ccc;
}
.section-homepage #portal-top {
  background: #fff;
}
.section-homepage #viewlet-below-content,
.section-homepage #portal-column-two,
.section-homepage #content header {
  display: none;
}
.section-homepage #portal-column-content,
.section-homepage #column-wrapper {
  padding: 0;
  width: 100%;
}
.collectionTile.senza-titolo .showMore {
  display: none;
}
.collectionTile.carousel div[class^='carousel-wrapper'] {
  position: relative;
}
.collectionTile.carousel .slick-list {
  width: 93%;
  margin: auto;
}
.collectionTile.carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.collectionTile.carousel .slick-slide {
  height: auto;
}
.collectionTile.carousel ul.slick-dots {
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.collectionTile.carousel ul.slick-dots li {
  padding: 0 5px;
}
.collectionTile.carousel ul.slick-dots li button {
  padding: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  text-indent: 1000px;
  border-radius: 4px;
  background: none;
}
.collectionTile.carousel ul.slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.67);
}
.collectionTile.carousel .slick-arrow {
  position: absolute;
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  padding: 0 0 0 30px;
  overflow: hidden;
  z-index: 100;
  background: none;
  border: 0;
}
.collectionTile.carousel .slick-arrow:before {
  display: inline-block;
  font-family: ita;
  content: '⏴';
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 1.2em;
  font-weight: 100;
}
.collectionTile.carousel .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.collectionTile.carousel .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.collectionTile.carousel .slick-arrow.slick-next:before {
  left: 7px;
  display: inline-block;
  font-family: ita;
  content: '⏵';
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.collectionTile.carousel .slick-arrow:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collectionTile.carousel.sfondo-scuro ul.slick-dots button {
  border-color: #fff;
}
.collectionTile.carousel.sfondo-scuro ul.slick-dots .slick-active button {
  background-color: #fff;
}
.collectionTile.carousel.sfondo-scuro .slick-arrow:before {
  color: #fff;
}
.tile-collection.video-collection .collectionItemImage {
  position: relative;
}
.tile-collection.video-collection .collectionItemImage .video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.tile-collection.video-collection .collectionItemImage .video-icon:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzE0LjA2OCAzMTQuMDY4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTQuMDY4IDMxNC4wNjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzM181Ni5fUGxheSI+CgkJPGc+CgkJCTxwYXRoIGQ9Ik0yOTMuMDAyLDc4LjUzQzI0OS42NDYsMy40MzUsMTUzLjYxOC0yMi4yOTYsNzguNTI5LDIxLjA2OEMzLjQzNCw2NC40MTgtMjIuMjk4LDE2MC40NDIsMjEuMDY2LDIzNS41MzQgICAgIGM0My4zNSw3NS4wOTUsMTM5LjM3NSwxMDAuODMsMjE0LjQ2NSw1Ny40N0MzMTAuNjI3LDI0OS42MzksMzM2LjM3MSwxNTMuNjIsMjkzLjAwMiw3OC41M3ogTTIxOS44MzQsMjY1LjgwMSAgICAgYy02MC4wNjcsMzQuNjkyLTEzNi44OTQsMTQuMTA2LTE3MS41NzYtNDUuOTczQzEzLjU2OCwxNTkuNzYxLDM0LjE2MSw4Mi45MzUsOTQuMjMsNDguMjYgICAgIGM2MC4wNzEtMzQuNjksMTM2Ljg5NC0xNC4xMDYsMTcxLjU3OCw0NS45NzFDMzAwLjQ5MywxNTQuMzA3LDI3OS45MDYsMjMxLjExNywyMTkuODM0LDI2NS44MDF6IE0yMTMuNTU1LDE1MC42NTJsLTgyLjIxNC00Ny45NDkgICAgIGMtNy40OTItNC4zNzQtMTMuNTM1LTAuODc3LTEzLjQ5Myw3Ljc4OWwwLjQyMSw5NS4xNzRjMC4wMzgsOC42NjQsNi4xNTUsMTIuMTkxLDEzLjY2OSw3Ljg1MWw4MS41ODUtNDcuMTAzICAgICBDMjIxLjAyOSwxNjIuMDgyLDIyMS4wNDUsMTU1LjAyNiwyMTMuNTU1LDE1MC42NTJ6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.tile-collection.video-collection .collectionItemTitle {
  font-size: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 1.2em;
}
.tile-collection.video-collection .collectionItemWrapper .collectionItemText {
  padding: 10px 20px 20px;
}
.tile-collection.gallery-collection .collectionItemWrapper {
  background-color: #333;
}
.tile-collection.gallery-collection .collectionItemWrapper .collectionItemText {
  padding: 10px 20px 20px;
}
.tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemDates {
  color: #fff;
  font-weight: 100;
  padding-top: 0;
}
.tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemTitle {
  font-size: 1.2em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemTitle
  .item-icon:before {
  padding-right: 10px;
  font-size: 1.33em;
  font-weight: 100;
  position: relative;
  top: -3px;
}
.tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemTitle
  .item-icon.photo:before {
  display: inline-block;
  font-family: ita;
  content: '📷';
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemTitle
  .item-icon.video:before {
  display: inline-block;
  font-family: ita;
  content: '🎥';
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tile-collection.sights-collection .tileBody h3 {
  color: #fff;
  margin: 0;
}
.tile-collection.sights-collection .collectionItemWrapper {
  background: #333;
}
.tile-collection .tile-collection-container {
  position: relative;
  padding: 20px 0px;
}
.tile-collection .tile-collection-container:before,
.tile-collection .tile-collection-container:after {
  content: ' ';
  display: table;
}
.tile-collection .tile-collection-container:after {
  clear: both;
}
.tile-collection ul.tileContent {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.tile-collection li.collectionItem {
  padding: 20px 10px;
}
.tile-collection .showMore {
  position: absolute;
  top: 1.6em;
  right: 2%;
}
.tile-collection .showMore a {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid;
}
.tile-collection .tileTitle {
  font-size: 1.6em;
}
.tile-collection .collectionItemWrapper {
  background: #f4f6fa;
  height: 100%;
  position: relative;
}
.tile-collection .collectionItemWrapper a {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  border: 0;
}
.tile-collection .collectionItemWrapper a:hover,
.tile-collection .collectionItemWrapper a:focus {
  border: 0;
}
.tile-collection .collectionItemWrapper a:hover .newsTitle span,
.tile-collection .collectionItemWrapper a:hover .videoTitle span,
.tile-collection .collectionItemWrapper a:focus .newsTitle span,
.tile-collection .collectionItemWrapper a:focus .videoTitle span {
  border-bottom: 1px solid #000;
}
.tile-collection .collectionItemWrapper .collectionItemImage img {
  width: 100%;
  height: auto;
}
.tile-collection .collectionItemWrapper .collectionItemText {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tile-collection .collectionItemWrapper .collectionItemDates {
  padding-top: 20px;
  text-align: right;
  color: #494949;
}
.tile-collection .collectionItemWrapper .collectionItemDates > div {
  display: inline-block;
}
.tile-collection .collectionItemWrapper .collectionItemTitle {
  font-weight: 700;
  padding: 10px 0;
  font-size: 2.1rem;
}
.tile-collection .collectionItemWrapper .collectionItemDescription {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .tile-collection ul.tileContent {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}
.aree-tematiche-collection {
  position: relative;
}
.aree-tematiche-collection .tileTitle {
  font-size: 1.6em;
  margin: 25px 0 12.5px;
}
.aree-tematiche-collection ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
}
.aree-tematiche-collection ul:before,
.aree-tematiche-collection ul:after {
  content: ' ';
  display: table;
}
.aree-tematiche-collection ul:after {
  clear: both;
}
.aree-tematiche-collection ul li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .aree-tematiche-collection ul li {
    float: left;
    width: 25%;
  }
}
.aree-tematiche-collection ul li a {
  display: block;
  overflow: auto;
  border-top: 1px solid #4a4a4a;
  font-weight: 700;
  padding: 15px 10px;
}
.aree-tematiche-collection ul li a .linkImage {
  width: 40px;
  float: left;
  padding-right: 10px;
  text-align: center;
}
.aree-tematiche-collection ul li a .linkImage img {
  height: 100%;
  width: auto;
}
.aree-tematiche-collection ul li a .linkText {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding-left: 10px;
  float: left;
}
.aree-tematiche-collection ul li a:focus .linkText .title,
.aree-tematiche-collection ul li a:hover .linkText .title {
  border-bottom: 1px solid #e5006f;
}
@media (max-width: 550px) {
  .aree-tematiche-collection ul li {
    width: 100%;
    float: none;
  }
}
.aree-tematiche-collection .showMore {
  position: absolute;
  top: 30px;
  right: 15px;
}
.aree-tematiche-collection .showMore a {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid;
}
.news-highlight {
  background: #fff;
}
.news-highlight .tileBody {
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 0px 40px;
}
.news-highlight .tileBody:before,
.news-highlight .tileBody:after {
  content: ' ';
  display: table;
}
.news-highlight .tileBody:after {
  clear: both;
}
.news-highlight .tile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.news-highlight .tile-content .news-infos,
.news-highlight .tile-content .item-image {
  width: 50%;
  padding: 15px;
}
.news-highlight .tile-content .news-infos .news-detail:before,
.news-highlight .tile-content .news-infos .news-detail:after {
  content: ' ';
  display: table;
}
.news-highlight .tile-content .news-infos .news-detail:after {
  clear: both;
}
.news-highlight .tile-content .news-infos .news-detail .tileTitle {
  float: left;
  font-size: 1.9rem;
  font-weight: 700;
  padding-right: 3rem;
}
.news-highlight .tile-content .news-infos .news-detail .news-date {
  float: left;
  font-size: 1.8rem;
}
.news-highlight .tile-content .news-infos .news-title {
  margin: 2rem 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}
.news-highlight .tile-content .news-infos .news-title a:focus,
.news-highlight .tile-content .news-infos .news-title a:hover {
  border-bottom: 1px solid #b20056;
}
.news-highlight .tile-content .news-infos .news-description {
  font-size: 2.8rem;
}
.news-highlight .tile-content .item-image img {
  float: right;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .news-highlight .tileBody {
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-highlight .tile-content .news-infos {
    width: 100%;
  }
  .news-highlight .tile-content .news-infos .news-detail .tileTitle,
  .news-highlight .tile-content .news-infos .news-detail .news-date {
    float: none;
    clear: both;
  }
  .news-highlight .tile-content .news-infos .news-detail .news-date {
    margin: 0;
  }
  .news-highlight .tile-content .news-infos .news-detail .tileTitle {
    padding-bottom: 7px;
  }
  .news-highlight .tile-content .news-infos .news-title {
    font-size: 2rem;
  }
  .news-highlight .tile-content .news-infos .news-description {
    font-size: 1.7rem;
  }
  .news-highlight .tile-content .item-image {
    width: 100%;
    text-align: center;
  }
  .news-highlight .tile-content .item-image img {
    float: none;
  }
}
.sfondo-scuro .news-highlight {
  background: #333;
}
.sfondo-scuro .news-highlight .tile-content .news-infos .news-title a:focus,
.sfondo-scuro .news-highlight .tile-content .news-infos .news-title a:hover {
  border-color: #ddd;
}
.sfondo-scuro a {
  border-bottom: 0;
}
.sfondo-scuro .tile-collection.gallery-collection .collectionItemWrapper {
  background-color: #eee;
}
.sfondo-scuro
  .tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemTitle,
.sfondo-scuro
  .tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemDates {
  color: #000;
}
.sfondo-scuro
  .tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemTitle
  .item-icon:before {
  color: #000;
}
.sfondo-chiaro .news-highlight {
  background: #eee;
}
.sfondo-chiaro .tile-collection .collectionItemWrapper {
  background: #fff;
}
.sfondo-chiaro .tile-collection .collectionItemWrapper a,
.sfondo-chiaro .tile-collection .collectionItemWrapper span,
.sfondo-chiaro .tile-collection .collectionItemWrapper h3 {
  color: #000;
}
.sfondo-chiaro
  .tile-collection.gallery-collection
  .collectionItemWrapper
  .collectionItemTitle
  .item-icon:before {
  color: #000;
}
.online-services {
  position: relative;
  padding: 15px 0 30px;
}
.online-services .tile-collection-container {
  position: relative;
}
.online-services ul.tileContent {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.online-services li.collectionItem {
  padding: 20px 10px;
  width: 22.5%;
}
@media (max-width: 991px) {
  .online-services li.collectionItem {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .online-services li.collectionItem {
    width: 100%;
  }
}
.online-services .showMore {
  position: absolute;
  top: 30px;
  right: 15px;
}
.online-services .showMore a {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid;
}
.online-services .tileTitle {
  font-size: 1.6em;
  padding: 0 10px;
  margin: 25px 0 12.5px;
}
.online-services .serviceWrapper {
  height: 100%;
  position: relative;
}
.online-services .serviceWrapper a {
  color: #000;
}
.online-services .serviceWrapper a:hover,
.online-services .serviceWrapper a:focus {
  border-bottom: 1px solid #000;
}
.online-services .serviceWrapper .serviceSubject {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  min-height: 25px;
}
.online-services .serviceWrapper .serviceTitle {
  font-weight: 700;
  font-size: 2rem;
  padding: 5px 0 10px;
}
.online-services .serviceWrapper .serviceDescription {
  overflow: hidden;
  position: relative;
  height: 6em;
}
.online-services .serviceWrapper .serviceDescription:before {
  content: '';
  float: left;
  width: 5px;
  height: 6em;
}
.online-services .serviceWrapper .serviceDescription > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.online-services .serviceWrapper .serviceDescription:after {
  content: '\02026';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 1em;
  margin-left: -1em;
  padding-right: 5px;
  text-align: right;
}
.sfondo-scuro .online-services .serviceWrapper a {
  color: #fff;
}
.sfondo-scuro .online-services .serviceWrapper a:focus,
.sfondo-scuro .online-services .serviceWrapper a:hover {
  color: #ddd;
  border-color: #ddd;
}
.news-big-photo {
  min-height: 40rem;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-big-photo .tileBody {
  margin-left: -15px;
  margin-right: -15px;
}
.news-big-photo .tileBody:before,
.news-big-photo .tileBody:after {
  content: ' ';
  display: table;
}
.news-big-photo .tileBody:after {
  clear: both;
}
.news-big-photo .tileBody .tile-content {
  max-width: 600px;
  margin: 3% auto 3% 5%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2% 3%;
  color: #1c2024;
  position: relative;
  border-left: 30px solid #e5006f;
  font-size: 1.2em;
}
.news-big-photo .tileBody .tile-content h2 {
  margin-top: 0;
  font-size: 1.6em;
}
.news-big-photo .tileBody .tile-content h2 a {
  color: #1c2024;
}
.news-big-photo .tileBody .tile-content h2 a:focus,
.news-big-photo .tileBody .tile-content h2 a:hover {
  color: #e5006f;
}
.news-big-photo .tileBody .tile-content .news-date-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-big-photo .tileBody .tile-content .news-date-more .show-more a {
  font-weight: 600;
  border-bottom: 1px solid #e5006f;
}
.news-big-photo .tileBody .tile-content .news-date-more .show-more a:focus,
.news-big-photo .tileBody .tile-content .news-date-more .show-more a:hover {
  border-color: #b20056;
}
.news-big-photo .tileBody .tile-content .news-date-more .news-date {
  font-size: 0.9em;
  color: #494949;
}
.carousel .carousel-collection .collectionItemWrapper .collectionItemText {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  top: 10%;
  left: 5%;
  width: 40%;
  padding: 10px 30px 30px;
  border-left: 10px solid #e5006f;
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  .carousel .carousel-collection .collectionItemWrapper .collectionItemText {
    padding: 3px 5px 5px;
    border-left: 5px solid #e5006f;
  }
  .carousel
    .carousel-collection
    .collectionItemWrapper
    .collectionItemText
    .collectionItemTitle
    h3 {
    font-size: 2rem;
  }
}
.carousel .carousel-collection li.collectionItem {
  padding: 0px;
}
h3.tileTitle,
.collectionItemTitle h3,
.tileTitle h3 {
  margin: 0;
}
.events-collection li.collectionItem {
  padding: 10px 5px;
}
.events-collection li.collectionItem .collectionItemWrapper {
  padding: 5px 5px;
  background-color: #eee;
}
.events-collection li.collectionItem .collectionItemWrapper .event-category {
  padding-bottom: 5px;
}
.events-collection li.collectionItem .collectionItemWrapper .fas {
  color: #e5006f;
}
.events-collection li.collectionItem .collectionItemWrapper .eventLocation {
  color: #313131;
  font-size: 16px;
}
.events-collection li.collectionItem .collectionItemWrapper .eventTitle h3 {
  color: #e5006f;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 6px;
}
.events-collection
  li.collectionItem
  .collectionItemWrapper
  .eventTitle
  p.description {
  font-size: 16px;
}
.events-collection li.colonna-1-di-1.collectionItem {
  padding: 2px 2px;
  border-top: 1px solid #000;
}
.events-collection li.colonna-1-di-1.collectionItem .collectionItemWrapper {
  padding: 3px 3px;
  background-color: #fff;
}
.events-collection .subsection-progamma-per-stampa .fas .fa-chevron-up {
  display: none;
}
.rsstile .rssTitle {
  padding: 20px 10px;
}
.rsstile dd a {
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}
.rsstile dd.odd {
  background-color: #eee;
  padding: 5px 10px;
}
.rsstile dd.even {
  background-color: #fff;
  padding: 5px 10px;
}
.rsstile dd.rss-more {
  text-align: right;
  margin-top: 10px;
}
.documentByLine {
  font-size: 0.9em;
  display: inline;
}
.documentByLine abbr {
  margin: 5px 0;
  display: inline-block;
  border: 0;
  text-decoration: none;
  cursor: inherit;
}
#plone-document-byline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#plone-document-byline svg {
  color: #666;
  padding-right: 0.5em;
  width: 30px;
}
#plone-document-byline a:focus,
#plone-document-byline a:hover {
  border-bottom: 1px solid #b20056;
}
table {
  width: auto;
}
table caption {
  text-align: center;
}
table > thead > tr > th {
  vertical-align: top;
  border: 0;
}
table.table-simple {
  border-width: 1px 0 0 0;
}
table.table-simple > thead > tr > th {
  border: 0;
}
table.table-simple > tbody > tr > td {
  border-width: 1px 0 0 0;
}
table tr.odd {
  background-color: #eee;
}
.invisible {
  visibility: inherit;
}
#parent-fieldname-text.pat-autotoc .autotoc-nav {
  float: none;
  border: 0;
  padding: 0.8em 0;
}
#parent-fieldname-text.pat-autotoc .autotoc-nav a {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 0.2em !important;
}
#parent-fieldname-text.pat-autotoc .autotoc-nav .autotoc-level-1 {
  margin: 0;
  padding-left: 0;
}
#parent-fieldname-text.pat-autotoc .autotoc-nav .autotoc-level-1:before {
  display: none;
}
#parent-fieldname-text.pat-autotoc .autotoc-nav .autotoc-level-2 {
  margin: 0;
}
#parent-fieldname-text.pat-autotoc .autotoc-nav .autotoc-level-3,
#parent-fieldname-text.pat-autotoc .autotoc-nav .autotoc-level-4,
#parent-fieldname-text.pat-autotoc .autotoc-nav .autotoc-level-5,
#parent-fieldname-text.pat-autotoc .autotoc-nav .autotoc-level-6 {
  padding-left: 1em;
}
.portlet {
  margin-bottom: 1.5rem;
}
.portletHeader {
  border-bottom: 4px solid #4a4a4a;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 0.8rem 0.3rem;
  margin-bottom: 0.5em;
}
.portletHeader a {
  color: #000;
}
.portletContent a {
  border-bottom: 1px solid transparent;
}
.portletContent a:hover,
.portletContent a:focus {
  border-bottom-color: #b20056;
}
.rerPortletAdvancedStatic .portletHeader h4.portlet-header {
  margin: 0;
  font-size: 1em;
  line-height: 1em;
}
.rerPortletAdvancedStatic.portletStaticNavigation .portletContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rerPortletAdvancedStatic.portletStaticNavigation .portletContent ul li {
  padding: 1.5rem 2.5rem 1.5rem 2rem;
  border-bottom: 1px solid #c1c1c1;
}
.rerPortletAdvancedStatic.portletStaticNavigation
  .portletContent
  ul
  li:last-child {
  border-bottom: 0 none;
}
.portletCollection ul.portletContent {
  padding: 0;
  list-style: none;
}
.portletCollection ul.portletContent li {
  padding: 1.5rem 2.5rem 1.5rem 2rem;
  border-bottom: 1px solid #c1c1c1;
}
.portletCollection ul.portletContent li:last-child {
  border-bottom: 0 none;
}
.portletCollection ul.portletContent li a.tile img {
  display: none;
}
.portletCollection ul.portletContent li a.tile .portletItemDetails {
  font-style: italic;
  font-size: 0.8em;
}
.portletCalendar header {
  text-align: center;
}
.portletCalendar .ploneCalendar td.today {
  border: 0 none;
}
.placeholder-portlet {
  display: none;
}
.portlet-static-programmazione-eventi ul.navTree {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portlet-static-programmazione-eventi ul.navTree li a {
  padding: 1.5rem 2.5rem 1.5rem 2rem;
  border-bottom: 1px solid #c1c1c1;
  display: block;
}
.portlet-static-programmazione-eventi ul.navTree li a.navTreeFolderish {
  position: relative;
}
.portlet-static-programmazione-eventi ul.navTree li a.navTreeFolderish svg {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: #000;
}
.portlet-static-programmazione-eventi ul.navTree li a:hover,
.portlet-static-programmazione-eventi ul.navTree li a:focus {
  text-decoration: underline;
}
.portlet-static-programmazione-eventi ul.navTree li a img.image-icon {
  display: none;
}
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeFolderish
  > ul
  > li
  > a {
  background-color: #eee;
}
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeItemInPath
  a.navTreeItemInPath,
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeItemInPath
  a.navTreeCurrentItem,
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeCurrentNode
  a.navTreeItemInPath,
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeCurrentNode
  a.navTreeCurrentItem {
  background-color: #e5006f;
  color: #fff;
  font-weight: 600;
}
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeItemInPath
  a.navTreeItemInPath
  svg,
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeItemInPath
  a.navTreeCurrentItem
  svg,
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeCurrentNode
  a.navTreeItemInPath
  svg,
.portlet-static-programmazione-eventi
  ul.navTree
  li.navTreeCurrentNode
  a.navTreeCurrentItem
  svg {
  color: #fff;
}
.portlet-static-programmazione-eventi ul.navTree ul {
  margin-left: 2rem;
  margin-top: 0;
}
.portlet-static-programmazione-eventi
  ul.navTree.navTreeLevel0
  > li:last-child
  > a {
  border-bottom: 0 none;
}
#viewlet-below-content {
  margin: 5rem 0 1.5rem;
  border-top: 1px solid #c1c1c1;
  padding-top: 1.5rem;
}
#category {
  display: block;
  font-size: 0.9em;
}
#category #categories-filed-under svg {
  color: #666;
  padding: 0 0.2rem;
  margin: 0 8px 0 2px;
}
#category ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#category ul li {
  display: inline;
  line-height: 1em;
  padding: 0 0.5rem;
  border-right: 1px solid #1c2024;
}
#category ul li:last-child {
  border-right: none;
}
#category ul li a {
  border-bottom: 1px solid #e5006f;
}
#category ul li a:hover,
#category ul li a:focus {
  border-color: #ccc;
}
nav#category.documentByLine {
  display: none;
}
.documentActions {
  float: right;
}
.documentActions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.documentActions ul li {
  display: inline;
  padding: 0 0 0 2rem;
}
.documentActions ul li a {
  text-transform: uppercase;
  font-weight: 600;
}
.documentActions ul li a:hover,
.documentActions ul li a:focus {
  text-decoration: underline;
}
.documentActions ul li#document-action-print a {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .documentActions {
    float: none;
    margin-bottom: 1em;
    text-align: right;
  }
}
.relatedItems {
  margin: 3.5rem 0 1rem;
  padding: 2rem 3.5rem 3rem;
  background-color: #eee;
}
.relatedItems #relatedItemBox header {
  font-size: 2.3rem;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
.relatedItems #relatedItemBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.relatedItems #relatedItemBox ul li a:focus,
.relatedItems #relatedItemBox ul li a:hover {
  border-bottom: 1px solid #b20056;
}
.relatedItems #relatedItemBox ul li a img.image-icon {
  display: none;
}
.relatedItems #relatedItemBox ul li svg {
  color: #1c2024;
  font-size: 2rem;
}
.relatedItems #relatedItemBox ul li > span {
  padding-left: 10px;
}
.relatedItems #relatedItemBox ul li .discreet {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
}
.section-homepage .share,
.template-edit .share {
  display: none;
}
.share {
  margin: 0 auto 40px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.share.share-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.share .share-slider {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}
.share .share-icon {
  width: 45px;
  height: 45px;
  padding: 8px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.share .share-icon:before {
  display: inline-block;
  font-family: ita;
  content: '📢';
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.share .share-title {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  background: #eee;
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.share .share-title a.share-toggle {
  padding: 6px 20px;
  height: 45px;
  display: block;
  text-align: right;
}
.share .share-title a.share-toggle span {
  font-size: 1.2em;
}
.share .share-button {
  display: inline-block;
  background: #da3178;
  width: 45px;
  height: 45px;
  color: #fff;
}
.share .share-options {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  width: 0%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.share .share-options ul.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.share .share-options ul.social-list li {
  display: inline-block;
  padding-right: 5px;
  background: #fff;
}
.share .share-options ul.social-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e5006f;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
}
.share .share-options ul.social-list li a svg {
  color: #fff;
  width: 100%;
  font-size: 1.5em;
}
.share .share-options ul.social-list li a .u-hiddenVisually {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.share.open .share-options {
  width: 275px;
  margin: 0;
}
.share.open .share-title {
  width: 0%;
}
.share.open .share-icon {
  color: #da3178;
  background: #eee;
}
@media (max-width: 767px) {
  .share {
    max-width: 200px;
    margin-right: 15px;
  }
}
.leadImage figure {
  position: relative;
}
.leadImage figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0.3em 0.6em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
}
.leadImage figure a {
  display: block;
  color: #fff;
}
.section-relatori .leadImage figure {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}
.section-relatori .leadImage figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0.3em 0.6em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
}
.section-relatori .leadImage figure a {
  display: block;
  color: #fff;
}
.portaltype-event .leadImage figure {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}
.portaltype-event .leadImage figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0.3em 0.6em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
}
.portaltype-event .leadImage figure a {
  display: block;
  color: #fff;
}
body.portaltype-collection ul.event.summary.details,
body.portaltype-occurrence ul.event.summary.details,
body.portaltype-event ul.event.summary.details {
  float: right;
  max-width: 350px;
  padding: 1.3rem 1.5rem;
  margin: 0 0 2.5rem 2.5rem;
  border: 1px solid #494949;
  border-radius: 0;
  border-width: 2px 0;
  list-style: none;
}
body.portaltype-collection ul.event.summary.details abbr,
body.portaltype-occurrence ul.event.summary.details abbr,
body.portaltype-event ul.event.summary.details abbr {
  text-decoration: none;
}
body.portaltype-collection ul.event.summary.details li,
body.portaltype-occurrence ul.event.summary.details li,
body.portaltype-event ul.event.summary.details li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.4rem 0;
}
body.portaltype-collection ul.event.summary.details li strong,
body.portaltype-occurrence ul.event.summary.details li strong,
body.portaltype-event ul.event.summary.details li strong {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 400;
}
body.portaltype-collection ul.event.summary.details li span,
body.portaltype-occurrence ul.event.summary.details li span,
body.portaltype-event ul.event.summary.details li span {
  font-weight: 600;
}
body.portaltype-collection ul.event.summary.details li span a,
body.portaltype-occurrence ul.event.summary.details li span a,
body.portaltype-event ul.event.summary.details li span a {
  font-weight: 600;
  text-decoration: underline;
  color: #000;
}
body.portaltype-collection ul.event.summary.details li span a:hover,
body.portaltype-occurrence ul.event.summary.details li span a:hover,
body.portaltype-event ul.event.summary.details li span a:hover {
  color: #e5006f;
}
body.portaltype-collection ul.event.summary.details li span strong,
body.portaltype-occurrence ul.event.summary.details li span strong,
body.portaltype-event ul.event.summary.details li span strong {
  font-size: 1em;
  text-transform: none;
  font-weight: 600;
}
body.portaltype-collection ul.event.summary.details span.timezone,
body.portaltype-occurrence ul.event.summary.details span.timezone,
body.portaltype-event ul.event.summary.details span.timezone {
  display: none;
}
@media (max-width: 767px) {
  body.portaltype-collection ul.event.summary.details,
  body.portaltype-occurrence ul.event.summary.details,
  body.portaltype-event ul.event.summary.details {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}
body.portaltype-collection #parent-fieldname-text,
body.portaltype-occurrence #parent-fieldname-text,
body.portaltype-event #parent-fieldname-text {
  clear: left;
}
@media screen and (max-width: 767px) {
  body.portaltype-collection #parent-fieldname-text,
  body.portaltype-occurrence #parent-fieldname-text,
  body.portaltype-event #parent-fieldname-text {
    clear: both;
  }
}
.template-event div.riform form h1 {
  font-size: 3rem;
}
.template-event div.riform form #rirtemplate .label {
  display: block;
  float: none;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  width: auto;
}
.template-event div.riform form #rirtemplate select {
  padding: 0;
}
.template-event div.riform form #rirtemplate input[type='button'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: inherit;
  line-height: inherit;
  border-radius: 2px;
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
  margin-top: 0.5rem;
}
.template-event
  div.riform
  form
  #rirtemplate
  input[type='submit'][value='save'] {
  color: #ffffff;
  background-color: #007bb1;
  border-color: #00587e;
}
.template-event
  div.riform
  form
  #rirtemplate
  div.rioccurrencesactions
  .rioccurancesheader {
  margin-bottom: 5px;
}
.template-event #calroot #calhead #caltitle select {
  padding: 0;
}
.template-event_listing .cal_info .documentByLine {
  margin: 5px 0;
  opacity: 0.75;
  display: inline-block;
}
.template-event_listing .cal_info .documentByLine .datedisplay {
  display: none;
}
.template-event_listing article .vevent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem 0 1rem;
  border-top: 2px solid #1c2024;
}
.template-event_listing article .vevent .cal_info {
  margin: 0;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.template-event_listing article .vevent .cal_info h2 {
  margin: 0;
}
.template-event_listing article .vevent .cal_info ul.metadata {
  margin-bottom: 0;
}
.template-event_listing article .vevent .cal_date {
  margin: 1rem 3% 0 0;
  min-width: 5.2em;
}
.template-event_listing article .vevent .cal_date span.cal_month {
  background-color: #e5006f;
  color: #fff;
  padding: 0.2em 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
}
.template-event_listing article .vevent ul.cat-oriz-list {
  padding-left: 0;
}
.template-event_listing article .vevent ul.cat-oriz-list li:before {
  content: '• ';
  color: #e5006f;
}
.template-event_listing article .vevent ul.cat-oriz-list li {
  display: inline-block;
}
.template-event_listing article .vevent ul.horizontal {
  padding: 0px;
}
.template-event_listing article .vevent ul.horizontal li {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
}
.template-event_listing article .vevent ul.horizontal li .fa-clock,
.template-event_listing article .vevent ul.horizontal li .fa-map-marker-alt,
.template-event_listing article .vevent ul.horizontal li .fa-calendar-alt,
.template-event_listing article .vevent ul.horizontal li .fa-calendar {
  color: #e5006f;
}
.template-full_view abbr {
  border: 0;
  text-decoration: none;
  cursor: inherit;
}
.organizzatore {
  background-color: #e5006f;
  color: #fff;
  padding: 0.2em 0.2em 0.2em 0.2em;
  font-weight: 600;
  font-size: 0.8em;
}
.timezone {
  display: none !important;
}
.ARTI.PERFORMATIVE {
  background: url('++theme++modenasmartlife.theme/images/freccia-01-ArtiPerformative.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #a05ff3;
}
.FORMAZIONE {
  background: url('++theme++modenasmartlife.theme/images/freccia-02-Formazione.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #c145af;
}
.DIGITAL.HUMANITIES {
  background: url('++theme++modenasmartlife.theme/images/freccia-03-DigitalHumanities.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #cd2e4e;
}
.SALUTE {
  background: url('++theme++modenasmartlife.theme/images/freccia-04-Salute.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #e17a2f;
}
.AMBIENTE {
  background: url('++theme++modenasmartlife.theme/images/freccia-05-Ambiente.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #f0ba00;
}
.SERVIZI.ONLINE {
  background: url('++theme++modenasmartlife.theme/images/freccia-06-ServiziOnline.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #e40614;
}
.LAVORO {
  background: url('++theme++modenasmartlife.theme/images/freccia-07-Lavoro.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #69a4e0;
}
.IMPRESA {
  background: url('++theme++modenasmartlife.theme/images/freccia-08-Impresa.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #466db4;
}
.ETICA {
  background: url('++theme++modenasmartlife.theme/images/freccia-09-Etica.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #4a8d3c;
}
.FRONTIERA.TECNOLOGICA {
  background: url('++theme++modenasmartlife.theme/images/freccia-10-FrontieraTecnologica.png')
    no-repeat center left;
  background-size: 25px 30px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #559e99;
}
.CULTURA {
  background: url('++theme++modenasmartlife.theme/images/cultura.png') no-repeat
    center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #b45ba1;
}
.ECONOMIA {
  background: url('++theme++modenasmartlife.theme/images/economia.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #00798f;
}
.RETE {
  background: url('++theme++modenasmartlife.theme/images/larete.png') no-repeat
    center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #23abbf;
}
.MONDO {
  background: url('++theme++modenasmartlife.theme/images/mondo.png') no-repeat
    center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #474c9d;
}
.PIAZZA {
  background: url('++theme++modenasmartlife.theme/images/pa.png') no-repeat
    center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #1370a4;
}
.PANDEMIA {
  background: url('++theme++modenasmartlife.theme/images/pandemia.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #231f20;
}
.SCUOLA {
  background: url('++theme++modenasmartlife.theme/images/scuola.png') no-repeat
    center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #e90d7c;
}
.STRADE {
  background: url('++theme++modenasmartlife.theme/images/stradevirtuali.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #77787b;
}
.DIGITALI {
  background: url('++theme++modenasmartlife.theme/images/ico-digitali.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #009fce;
}
.ECOLOGICI {
  background: url('++theme++modenasmartlife.theme/images/ico-ecologici.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #00a426;
}
.SOCIALI {
  background: url('++theme++modenasmartlife.theme/images/ico-sociali.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #e8a24c;
}
.SCHOOL {
  background: url('++theme++modenasmartlife.theme/images/ico-smartschool.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #e3007e;
}
.PRESENZA {
  background: url('++theme++modenasmartlife.theme/images/inpresenza.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #000000;
}
.STREAMING {
  background: url('++theme++modenasmartlife.theme/images/instreaming.png')
    no-repeat center left;
  background-size: 25px 25px;
  padding-left: 1.8em;
  margin-right: 0.8em;
  color: #000000;
}
h3 a {
  background-color: #e5006f;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: 500;
}
.news-area-tematica {
  margin: 3rem 0;
}
.news-area-tematica h3.tileTitle {
  font-size: 2.5rem;
}
.news-area-tematica ul.tileContent {
  margin: 2rem 0 0;
  padding: 0;
  list-style: outside none;
}
.news-area-tematica ul.tileContent li.collectionItem {
  border-top: 1px solid #c1c1c1;
  padding: 2rem 0;
}
.news-area-tematica ul.tileContent li.collectionItem:before,
.news-area-tematica ul.tileContent li.collectionItem:after {
  content: ' ';
  display: table;
}
.news-area-tematica ul.tileContent li.collectionItem:after {
  clear: both;
}
.news-area-tematica ul.tileContent li.collectionItem .newsDate {
  float: left;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  background-color: #eee;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px;
  margin: 5px 30px 10px 0;
  width: 60px;
  height: 80px;
}
.news-area-tematica ul.tileContent li.collectionItem .newsDate .newsDateYear,
.news-area-tematica ul.tileContent li.collectionItem .newsDate .newsDateMonth {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1em;
}
.news-area-tematica ul.tileContent li.collectionItem .newsDate .newsDateDay {
  font-size: 3rem;
  line-height: 1em;
}
.news-area-tematica ul.tileContent li.collectionItem .newsText .newsTitle {
  font-weight: 600;
  font-size: 2rem;
}
.news-area-tematica
  ul.tileContent
  li.collectionItem
  .newsText
  .newsTitle
  a:focus,
.news-area-tematica
  ul.tileContent
  li.collectionItem
  .newsText
  .newsTitle
  a:hover {
  border-bottom: 1px solid #b20056;
}
.news-area-tematica ul.tileContent li.collectionItem .newsText .newsTitle h3 {
  margin: 0;
  font-size: inherit;
}
.servizi-area-tematica {
  margin: 3rem 0;
}
.servizi-area-tematica .tile-collection-container:before {
  border-top: 8px solid #e5006f;
  clear: both;
  content: ' ';
  display: block;
  width: 200px;
}
.servizi-area-tematica h3.tileTitle {
  font-size: 2.5rem;
  margin: 1.5rem 0 1rem;
}
.servizi-area-tematica ul.tileContent {
  margin: 2rem 0 0;
  padding: 0;
  list-style: outside none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.servizi-area-tematica ul.tileContent li {
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.servizi-area-tematica ul.tileContent li a {
  line-height: 1em;
  color: #1c2024;
  padding-left: 10px;
}
.servizi-area-tematica ul.tileContent li a:focus,
.servizi-area-tematica ul.tileContent li a:hover {
  color: #b20056;
  border-bottom: 1px solid #b20056;
}
.servizi-area-tematica ul.tileContent li svg {
  color: #1c2024;
  font-size: 2rem;
}
nav.pagination {
  display: block;
  margin: 20px 0 0;
}
nav.pagination ul {
  display: inline-block;
  margin: 0;
}
nav.pagination ul li {
  border-top: 1px solid #ccc;
  padding: 0.5em 0;
  display: inline;
}
nav.pagination ul li a,
nav.pagination ul li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #e5006f;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
nav.pagination ul li a:focus,
nav.pagination ul li a:hover,
nav.pagination ul li span:focus,
nav.pagination ul li span:hover {
  z-index: 3;
  color: #003552;
  background-color: #f5f5f5;
  border-color: #ddd;
}
nav.pagination ul li.active a,
nav.pagination ul li.active span {
  z-index: 2;
  color: #fff;
  background-color: #e5006f;
  border-color: #e5006f;
  cursor: default;
}
nav.pagination ul li.previous a,
nav.pagination ul li.previous span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
nav.pagination ul li.next a,
nav.pagination ul li.next span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
}
.portlet.portletSiteSetup nav.portletContent ul.configlets {
  list-style: none;
}
.portlet.portletSiteSetup nav.portletContent ul.configlets .inner-configlet {
  text-align: center;
}
.portlet.portletSiteSetup nav.portletContent > ul.configlets {
  padding: 1rem;
}
.portlet.portletSiteSetup nav.portletContent > ul.configlets ul {
  padding-left: 0;
}
.valuta-sito {
  width: 100% !important;
  background: #e5006f;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.valuta-sito a {
  display: block;
  color: #fff !important;
  padding: 20px;
}
.valuta-sito a .valuta-sito-text {
  border-bottom: 1px solid transparent;
}
.valuta-sito a:hover .valuta-sito-text,
.valuta-sito a:focus .valuta-sito-text {
  border-bottom-color: #fff;
}
.valuta-sito p {
  margin: 0;
}
.valuta-sito .valuta-sito-content:before {
  content: '';
  padding-right: 4em;
  display: inline-block;
  width: auto;
  height: 1.5em;
  vertical-align: top;
  background-image: url('++theme++modenasmartlife.theme/images/rectangle-tool.svg');
  background-size: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.valuta-sito .portletHeader {
  display: none;
}
.tile-advanced-static {
  margin: 0px 0;
}
.tile-advanced-static.sfondo-scuro,
.tile-advanced-static.sfondo-chiaro {
  margin: 0;
  padding: 20px 0;
}
.tile-advanced-static h3.tileTitle {
  margin-top: 0;
}
.tile-advanced-static .tileFooter {
  font-weight: 600;
}
.tile-advanced-static .tileFooter a {
  border: 1px solid;
  border-radius: 3px;
  padding: 0 0.5em;
}
.tile-advanced-static.portletStaticNavigation .tile-text {
  padding: 20px;
}
.tile-advanced-static.portletStaticNavigation .tile-text h3 {
  border-bottom: 4px solid #666;
  padding-bottom: 10px;
  margin-bottom: 0.75em;
}
.tile-advanced-static.portletStaticNavigation .tile-text ul {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}
.tile-advanced-static.portletStaticNavigation .tile-text ul li {
  padding: 1.5rem 0;
  border-top: 1px solid #c1c1c1;
}
.tile-advanced-static.portletStaticNavigation .tile-text ul li a {
  border-bottom: 0 none;
}
.tile-advanced-static.portletStaticNavigation .tile-text ul li a:focus,
.tile-advanced-static.portletStaticNavigation .tile-text ul li a:hover {
  border-bottom: 1px solid #b20056;
}
.PagesTileStatic,
.tile-advanced-static.PagesTileStatic {
  margin: 3rem 0;
}
.PagesTileStatic .tile-container:before,
.tile-advanced-static.PagesTileStatic .tile-container:before {
  border-top: 8px solid #e5006f;
  clear: both;
  content: ' ';
  display: block;
  width: 200px;
  max-width: 100%;
}
.PagesTileStatic a,
.tile-advanced-static.PagesTileStatic a {
  border-bottom: 1px solid #e5006f;
}
.PagesTileStatic a:focus,
.PagesTileStatic a:hover,
.tile-advanced-static.PagesTileStatic a:focus,
.tile-advanced-static.PagesTileStatic a:hover {
  border-bottom: 1px solid #ccc;
}
.PagesTileStatic h3.tileTitle,
.tile-advanced-static.PagesTileStatic h3.tileTitle {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  line-height: 1.3;
}
.PagesTileStatic h3.tileTitle a,
.tile-advanced-static.PagesTileStatic h3.tileTitle a {
  color: #000;
  border-bottom: 0 none;
}
.PagesTileStatic h3.tileTitle a:focus,
.PagesTileStatic h3.tileTitle a:hover,
.tile-advanced-static.PagesTileStatic h3.tileTitle a:focus,
.tile-advanced-static.PagesTileStatic h3.tileTitle a:hover {
  color: #b20056;
  border-bottom: 1px solid #b20056;
}
.PagesTileStatic .tile-text ul,
.tile-advanced-static.PagesTileStatic .tile-text ul {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}
.PagesTileStatic .tile-text ul li,
.tile-advanced-static.PagesTileStatic .tile-text ul li {
  padding: 1.5rem 0;
  border-top: 1px solid #c1c1c1;
}
.PagesTileStatic .tile-text ul li a,
.tile-advanced-static.PagesTileStatic .tile-text ul li a {
  border-bottom: 0 none;
}
.PagesTileStatic .tile-text ul li a:focus,
.PagesTileStatic .tile-text ul li a:hover,
.tile-advanced-static.PagesTileStatic .tile-text ul li a:focus,
.tile-advanced-static.PagesTileStatic .tile-text ul li a:hover {
  border-bottom: 1px solid #b20056;
}
.sfondo-chiaro.portletStaticNavigation .tile-text {
  background: #fff;
}
.sfondo-chiaro.portletStaticNavigation .tile-text:before,
.sfondo-chiaro.portletStaticNavigation .tile-text:after {
  content: ' ';
  display: table;
}
.sfondo-chiaro.portletStaticNavigation .tile-text:after {
  clear: both;
}
.blog-sec,
.testimonial-sec {
  margin-top: 10px;
}
.services-sec {
  margin-top: 10px;
}
.about-sec {
  margin-top: 10px;
  text-align: left;
}
.tile-future {
  background-color: #f4f6fa;
  padding: 1% 0 80px;
}
.tile-future img {
  width: 100%;
}
.fa-wifi {
  font-size: 5em;
  color: lightgray;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2%;
  padding-right: 2%;
}
.outer-line {
  width: 40%;
  border-bottom: 3px solid #f4f4f4;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .about-us {
    background: #f4f6fa;
    padding: 50px 0;
    color: #ffffff;
  }
}
.aboutus-item {
  margin-bottom: 15px;
  margin-top: 60px;
}
.about-sec .main-header {
  color: #868686;
  font-weight: bold;
  text-align: center;
}
i.aboutus-icon {
  border: 3px solid #6a6a6a;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle;
  text-align: center;
  color: #6a6a6a;
}
h4.aboutus-title {
  font-family: 'Lato', sans-serif;
  margin-top: 23px;
  font-weight: 300;
  font-size: 22px;
}
.list h5 {
  margin: 0 0 15px 0;
  color: #3a4f52;
  font-family: 'Lato';
  font-weight: 100;
  font-size: 1.5em;
}
p.aboutus-desc {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.4px;
  color: #6a6a6a;
}
.title-page {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.block-heading {
  margin-bottom: 20px;
}
.block-heading-center {
  margin-bottom: 20px;
  text-align: center;
}
p.main-header {
  font-size: 27px;
  font-family: 'Lato';
  font-weight: 500;
  margin: 0 0 20px 0;
}
p.main-header:after {
  content: ' ';
  font-size: 27px;
  font-family: 'Lato';
  font-weight: 500;
}
.btn,
.portalMessage.info span a,
input[type='text'].text-widget.textline-field + input.searchButton {
  border-radius: 0;
}
.btn-o {
  background-color: #e5006f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-o:hover {
  background: transparent;
  color: #e5006f;
  border-color: #e5006f;
}
.btn.btn-o-white,
.portalMessage.info span a.btn-o-white,
input[type='text'].text-widget.textline-field + input.btn-o-white.searchButton {
  border: 1px solid white;
  color: white;
  background: transparent;
}
.btn.btn-o-white:hover,
.portalMessage.info span a.btn-o-white:hover,
input[type='text'].text-widget.textline-field
  + input.btn-o-white.searchButton:hover {
  background: white !important;
  color: #6a6a6a;
}
div.tile-festival {
  background: url('++theme++modenasmartlife.theme/images//back-modena1-arancione.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 3%;
}
.grey-shape {
  position: relative;
}
.grey-shape:before {
  background-color: #dcdddc;
  -webkit-transform: skew(7deg, 2deg) scale(0.8) rotate(-4deg);
  transform: skew(7deg, 2deg) scale(0.8) rotate(-4deg);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 2px;
  background-clip: content-box;
}
.grey-shape-light {
  position: relative;
  z-index: 1;
}
.grey-shape-light:before {
  background-color: #dcdddc;
  -webkit-transform: skew(7deg, 2deg) scale(0.8) rotate(-4deg);
  transform: skew(7deg, 2deg) scale(0.8) rotate(-4deg);
  content: '';
  position: absolute;
  top: -10px;
  left: -90px;
  width: 75%;
  height: 160%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 2px;
  background-clip: content-box;
}
div#portfolio hgroup {
  text-align: left;
  margin: 0px;
}
.portfolio-title {
  margin-top: -7%;
}
div#portfolio p {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
  color: white;
  line-height: 2em;
  padding-top: 5%;
}
p.festival-upper {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
  color: white;
  line-height: 2em;
  padding-top: 10%;
}
p.festival-desc {
  font-size: 1.3em;
  font-weight: 300;
  color: white;
  line-height: 1.5em;
  padding-top: 2%;
}
.et-obliqua {
  z-index: 99;
  color: #e5006f;
  font-weight: bolder;
}
.title-page {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: -20px;
}
p.main-header {
  font-size: 27px;
  font-family: 'Lato';
  font-weight: 500;
}
p.main-header:after {
  content: ' ';
  font-size: 27px;
  font-family: 'Lato';
  font-weight: 500;
}
p.sub-header {
  font-size: 27px;
  font-family: 'Lato';
  font-weight: 100;
  margin-left: 10px;
}
p.sub-header:before {
  content: ' ||| ';
  font-size: 27px;
  font-family: 'Lato';
  font-weight: 300;
}
#video {
  background-color: white;
}
div.tile-luoghi {
  background-color: #fff;
  text-align: center;
}
.title-box {
  position: absolute;
  margin-top: -150px;
  margin-left: 100px;
}
.title-shape-light {
  position: relative;
  width: 100%;
  z-index: 1;
}
.title-shape-light:before {
  background-color: #e5006f;
  -webkit-transform: skew(7deg, 2deg) scale(0.8) rotate(-2deg);
  transform: skew(7deg, 2deg) scale(0.8) rotate(-2deg);
  content: '';
  position: absolute;
  top: -10px;
  left: -90px;
  width: 100%;
  height: 160%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 2px;
  background-clip: content-box;
}
.title-over {
  z-index: 99;
  color: #fff;
  font-weight: bold;
  background: #e5006f;
  padding: 0.2em;
  text-align: center;
}
div.tile-temi {
  background-color: #fff;
}
div.tile-promotori {
  background-color: #fff;
}
div.tile-temi2 {
  background-color: #f4f6fa;
}
div#press,
div#promoters {
  background-color: #fff;
}
#press .cta {
  margin-top: 5%;
}
div#press .cta a,
div#description .cta a {
  font-size: 1.3em;
  text-decoration: underline;
}
#press .service img {
  width: 60%;
}
#numbers,
#comepartecipare,
#press,
#video,
#promoters {
  text-align: center;
  background-color: white;
}
div#promoters .image-inline {
  padding: 0 8px 0 8px;
}
div#promoters .img-borders {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#numbers .main-header,
#press .main-header,
#video .main-header,
#promoters .main-header {
  font-weight: 100;
}
#promoters h4 {
  font-weight: bold;
}
#numbers .block-body {
  background-image: url('++theme++modenasmartlife.theme/images//numeri.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vw;
  max-height: 600px;
}
#comepartecipare .block-body {
  background-image: url('++theme++modenasmartlife.theme/images//infograficaMSL.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vw;
  max-height: 850px;
}
#luoghi .block-body {
  background-image: url('++theme++modenasmartlife.theme/images//luoghi.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vw;
  max-height: 850px;
}
#promoters .block-body {
  margin-top: 5px;
}
.service i {
  font-size: 23px;
  padding: 0 5px;
}
#services {
  background: white;
  text-align: center;
}
#services .main-header {
  font-weight: 100;
}
.service h2.service-head {
  font-family: 'Lato', sans-serif;
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #e5006f;
  text-align: center;
  text-transform: uppercase;
}
.service:hover {
  background-color: #e5006f;
}
.service:hover .bar {
  border: 1px;
  border-color: #e5006f;
  border-style: solid;
  background-color: #fff;
}
.service:hover a {
  color: #fff;
}
.servicevideo h2.service-head {
  font-family: 'Lato', sans-serif;
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #e5006f;
  text-align: center;
  text-transform: uppercase;
}
.block-body {
  margin-top: 60px;
}
div.tile-programma {
  background-image: url('++theme++modenasmartlife.theme/images//3edizione.png');
  background-color: #868686;
  padding-bottom: 1.5%;
  background-size: 25em;
  background-position: top left;
  background-repeat: no-repeat;
}
div.tile-programma h2 {
  color: white;
  font-weight: 100;
}
div#description .text-left {
  margin-top: 4%;
}
div#description p {
  font-size: 1.2em;
  font-weight: 300;
  color: white;
  line-height: 1.6em;
}
div#description .cta {
  margin-top: 2rem;
  text-align: center;
  background-color: #f4f6fa;
  padding: 2%;
}
div.tile-modena018 {
  background-color: #e5006f;
  padding-top: 0%;
  padding-bottom: 2%;
}
div.tile-modena018 h2 {
  color: #fff;
  text-align: right;
  font-weight: bolder;
  margin-bottom: 0px;
}
div.tile-banner {
  background-color: #868686;
  padding-bottom: 1.5%;
}
div.tile-banner div.tile-container {
  width: 95%;
  padding: 0;
}
div.tile-banner .modena {
  background: url('++theme++modenasmartlife.theme/images//modena-orizz.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 20vw;
}
div.tile-banner {
  padding-top: 1.5%;
}
div.tile-banner .cta {
  background-color: white;
}
.banda-laterale {
  background-color: #fff;
}
div.tile-loghi {
  background-color: #fff;
}
div.loghi {
  background-color: #fff;
  text-align: left;
}
div.loghi .image-inline {
  padding: 0 5px 0 5px;
}
div.loghi .img-borders {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
div.loghi .main-header {
  font-weight: 100;
}
div.loghi .block-body {
  margin-top: 10px;
}
div.loghi .row {
  border-top: 2px solid #e5006f;
  margin-left: 0px;
  margin-right: 0px;
}
div.loghi .divborder-right {
  border-right: 1px solid #000;
}
div.loghi .divborder-left {
  border-left: 1px solid #000;
}
div.loghi p.left {
  text-align: left;
}
div.loghi h4 {
  font-weight: bold;
  color: #e5006f;
  text-align: left;
}
div.loghi h5 {
  font-weight: normal;
  color: #000;
  text-align: left;
}
div.loghi h2.loghi-head {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
  font-size: 2rem;
  color: #e5006f;
  text-align: center;
}
div.loghi ul.oriz-list {
  padding-left: 0;
}
div.loghi ul.oriz-list li:before {
  content: '• ';
  color: #e5006f;
}
div.loghi ul.oriz-list li {
  display: inline-block;
}
.responsive {
  width: 100%;
  max-width: 413px;
  height: auto;
}
.prg-luoghi-item {
  margin-bottom: 15px;
  margin-top: 15px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.template-homepage_view #viewlet-below-content,
.template-tiles_view #viewlet-below-content,
.template-tiles_page_view #viewlet-below-content {
  display: none;
}
.template-homepage_view .tile-container:before,
.template-homepage_view .tile-container:after,
.template-homepage_view .existing-content-tile:before,
.template-homepage_view .existing-content-tile:after,
.template-homepage_view .aree-tematiche-collection:before,
.template-homepage_view .aree-tematiche-collection:after,
.template-homepage_view [class*='collection-container']:before,
.template-homepage_view [class*='collection-container']:after,
.template-tiles_view .tile-container:before,
.template-tiles_view .tile-container:after,
.template-tiles_view .existing-content-tile:before,
.template-tiles_view .existing-content-tile:after,
.template-tiles_view .aree-tematiche-collection:before,
.template-tiles_view .aree-tematiche-collection:after,
.template-tiles_view [class*='collection-container']:before,
.template-tiles_view [class*='collection-container']:after,
.template-tiles_page_view .tile-container:before,
.template-tiles_page_view .tile-container:after,
.template-tiles_page_view .existing-content-tile:before,
.template-tiles_page_view .existing-content-tile:after,
.template-tiles_page_view .aree-tematiche-collection:before,
.template-tiles_page_view .aree-tematiche-collection:after,
.template-tiles_page_view [class*='collection-container']:before,
.template-tiles_page_view [class*='collection-container']:after {
  content: ' ';
  display: table;
}
.template-homepage_view .tile-container:after,
.template-homepage_view .existing-content-tile:after,
.template-homepage_view .aree-tematiche-collection:after,
.template-homepage_view [class*='collection-container']:after,
.template-tiles_view .tile-container:after,
.template-tiles_view .existing-content-tile:after,
.template-tiles_view .aree-tematiche-collection:after,
.template-tiles_view [class*='collection-container']:after,
.template-tiles_page_view .tile-container:after,
.template-tiles_page_view .existing-content-tile:after,
.template-tiles_page_view .aree-tematiche-collection:after,
.template-tiles_page_view [class*='collection-container']:after {
  clear: both;
}
.template-homepage_view .tile-container,
.template-homepage_view .existing-content-tile,
.template-homepage_view .aree-tematiche-collection,
.template-homepage_view [class*='collection-container'],
.template-tiles_page_view .tile-container,
.template-tiles_page_view .existing-content-tile,
.template-tiles_page_view .aree-tematiche-collection,
.template-tiles_page_view [class*='collection-container'] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.template-homepage_view .tile-container:before,
.template-homepage_view .tile-container:after,
.template-homepage_view .existing-content-tile:before,
.template-homepage_view .existing-content-tile:after,
.template-homepage_view .aree-tematiche-collection:before,
.template-homepage_view .aree-tematiche-collection:after,
.template-homepage_view [class*='collection-container']:before,
.template-homepage_view [class*='collection-container']:after,
.template-tiles_page_view .tile-container:before,
.template-tiles_page_view .tile-container:after,
.template-tiles_page_view .existing-content-tile:before,
.template-tiles_page_view .existing-content-tile:after,
.template-tiles_page_view .aree-tematiche-collection:before,
.template-tiles_page_view .aree-tematiche-collection:after,
.template-tiles_page_view [class*='collection-container']:before,
.template-tiles_page_view [class*='collection-container']:after {
  content: ' ';
  display: table;
}
.template-homepage_view .tile-container:after,
.template-homepage_view .existing-content-tile:after,
.template-homepage_view .aree-tematiche-collection:after,
.template-homepage_view [class*='collection-container']:after,
.template-tiles_page_view .tile-container:after,
.template-tiles_page_view .existing-content-tile:after,
.template-tiles_page_view .aree-tematiche-collection:after,
.template-tiles_page_view [class*='collection-container']:after {
  clear: both;
}
@media (min-width: 768px) {
  .template-homepage_view .tile-container,
  .template-homepage_view .existing-content-tile,
  .template-homepage_view .aree-tematiche-collection,
  .template-homepage_view [class*='collection-container'],
  .template-tiles_page_view .tile-container,
  .template-tiles_page_view .existing-content-tile,
  .template-tiles_page_view .aree-tematiche-collection,
  .template-tiles_page_view [class*='collection-container'] {
    width: auto;
  }
}
@media (min-width: 992px) {
  .template-homepage_view .tile-container,
  .template-homepage_view .existing-content-tile,
  .template-homepage_view .aree-tematiche-collection,
  .template-homepage_view [class*='collection-container'],
  .template-tiles_page_view .tile-container,
  .template-tiles_page_view .existing-content-tile,
  .template-tiles_page_view .aree-tematiche-collection,
  .template-tiles_page_view [class*='collection-container'] {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .template-homepage_view .tile-container,
  .template-homepage_view .existing-content-tile,
  .template-homepage_view .aree-tematiche-collection,
  .template-homepage_view [class*='collection-container'],
  .template-tiles_page_view .tile-container,
  .template-tiles_page_view .existing-content-tile,
  .template-tiles_page_view .aree-tematiche-collection,
  .template-tiles_page_view [class*='collection-container'] {
    width: 1270px;
  }
}
.template-tiles_page_view [class*='ColumnsPage'] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.template-tiles_page_view [class*='ColumnsPage']:before,
.template-tiles_page_view [class*='ColumnsPage']:after {
  content: ' ';
  display: table;
}
.template-tiles_page_view [class*='ColumnsPage']:after {
  clear: both;
}
@media (min-width: 768px) {
  .template-tiles_page_view [class*='ColumnsPage'] {
    width: auto;
  }
}
@media (min-width: 992px) {
  .template-tiles_page_view [class*='ColumnsPage'] {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .template-tiles_page_view [class*='ColumnsPage'] {
    width: 1270px;
  }
}
[class*='ColumnsPage'] .tilesList,
.template-tiles_view [class*='ColumnsPage'] .tilesList,
.template-tiles_page_view [class*='ColumnsPage'] .tilesList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
[class*='ColumnsPage'] .tileWrapper,
.template-tiles_view [class*='ColumnsPage'] .tileWrapper,
.template-tiles_page_view [class*='ColumnsPage'] .tileWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  clear: none;
}
@media (min-width: 768px) {
  [class*='ColumnsPage'] .tileWrapper,
  .template-tiles_view [class*='ColumnsPage'] .tileWrapper,
  .template-tiles_page_view [class*='ColumnsPage'] .tileWrapper {
    float: left;
    width: 50%;
  }
}
.ThreeColumnsPage .tileWrapper,
.template-tiles_view .ThreeColumnsPage .tileWrapper,
.template-tiles_page_view .ThreeColumnsPage .tileWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .ThreeColumnsPage .tileWrapper,
  .template-tiles_view .ThreeColumnsPage .tileWrapper,
  .template-tiles_page_view .ThreeColumnsPage .tileWrapper {
    float: left;
    width: 33.3333333333%;
  }
}
.FourColumnsPage .tileWrapper,
.template-tiles_view .FourColumnsPage .tileWrapper,
.template-tiles_page_view .FourColumnsPage .tileWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .FourColumnsPage .tileWrapper,
  .template-tiles_view .FourColumnsPage .tileWrapper,
  .template-tiles_page_view .FourColumnsPage .tileWrapper {
    float: left;
    width: 25%;
  }
}
.navigationTile ul.navTree,
.portletNavigationTree nav.portletContent ul.navTree {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigationTile ul.navTree li a,
.portletNavigationTree nav.portletContent ul.navTree li a {
  padding: 1.5rem 2.5rem 1.5rem 2rem;
  border-bottom: 1px solid #c1c1c1;
  display: block;
}
.navigationTile ul.navTree li a.navTreeFolderish,
.portletNavigationTree nav.portletContent ul.navTree li a.navTreeFolderish {
  position: relative;
}
.navigationTile ul.navTree li a.navTreeFolderish svg,
.portletNavigationTree nav.portletContent ul.navTree li a.navTreeFolderish svg {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: #000;
}
.navigationTile ul.navTree li a:hover,
.navigationTile ul.navTree li a:focus,
.portletNavigationTree nav.portletContent ul.navTree li a:hover,
.portletNavigationTree nav.portletContent ul.navTree li a:focus {
  text-decoration: underline;
}
.navigationTile ul.navTree li a img.image-icon,
.portletNavigationTree nav.portletContent ul.navTree li a img.image-icon {
  display: none;
}
.navigationTile ul.navTree li.navTreeFolderish > ul > li > a,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeFolderish
  > ul
  > li
  > a {
  background-color: #eee;
}
.navigationTile ul.navTree li.navTreeItemInPath a.navTreeItemInPath,
.navigationTile ul.navTree li.navTreeItemInPath a.navTreeCurrentItem,
.navigationTile ul.navTree li.navTreeCurrentNode a.navTreeItemInPath,
.navigationTile ul.navTree li.navTreeCurrentNode a.navTreeCurrentItem,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeItemInPath
  a.navTreeItemInPath,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeItemInPath
  a.navTreeCurrentItem,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeCurrentNode
  a.navTreeItemInPath,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeCurrentNode
  a.navTreeCurrentItem {
  background-color: #e5006f;
  color: #fff;
  font-weight: 600;
}
.navigationTile ul.navTree li.navTreeItemInPath a.navTreeItemInPath svg,
.navigationTile ul.navTree li.navTreeItemInPath a.navTreeCurrentItem svg,
.navigationTile ul.navTree li.navTreeCurrentNode a.navTreeItemInPath svg,
.navigationTile ul.navTree li.navTreeCurrentNode a.navTreeCurrentItem svg,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeItemInPath
  a.navTreeItemInPath
  svg,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeItemInPath
  a.navTreeCurrentItem
  svg,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeCurrentNode
  a.navTreeItemInPath
  svg,
.portletNavigationTree
  nav.portletContent
  ul.navTree
  li.navTreeCurrentNode
  a.navTreeCurrentItem
  svg {
  color: #fff;
}
.navigationTile ul.navTree ul,
.portletNavigationTree nav.portletContent ul.navTree ul {
  margin-left: 2rem;
  margin-top: 0;
}
.navigationTile ul.navTree.navTreeLevel0 > li:last-child > a,
.portletNavigationTree
  nav.portletContent
  ul.navTree.navTreeLevel0
  > li:last-child
  > a {
  border-bottom: 0 none;
}
.skip-link-wrapper {
  position: absolute;
  top: -100%;
}
.skip-link-wrapper a.skip-link {
  color: #b20056;
}
.skip-link-wrapper a.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  border: 2px solid #e5006f;
  padding: 10px;
  z-index: 9999;
  background: #fff;
  outline: 3px solid #e5006f;
}
.skip-link-wrapper a.skip-link:hover span {
  border-bottom: 1px solid #b20056;
}
/*# sourceMappingURL=modenasmartlife.css.map */
@media print {
  a[href]:after {
    content: none !important;
  }
  #parent-fieldname-text a,
  .tileWrapper a {
    border-bottom: 0 !important;
    text-decoration: underline !important;
  }
  img {
    width: auto !important;
    max-width: 100%;
  }
  .clearfix:before,
  .clearfix:after {
    content: ' ';
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  body {
    font-size: 9pt;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  p,
  #content p {
    margin: 0 0 4pt;
    line-height: 1.4em;
  }
  h1,
  h2 {
    letter-spacing: normal;
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  strong,
  ul,
  li,
  #content p,
  span,
  div {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  h1 {
    font-size: 15pt;
  }
  #content h1.documentFirstHeading {
    margin-bottom: 0;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 12pt;
    font-weight: 600;
  }
  #edit-bar,
  .hiddenStructure,
  #portal-footer-wrapper,
  #portal-personaltools-wrapper,
  .documentByLine,
  #portal-searchbox,
  #searchbox,
  #portal-breadcrumbs,
  #breadcrumbs,
  .globalnavWrapper,
  #portal-globalnav,
  .documentActions,
  #portal-header .search-social-wrapper,
  #header-banner,
  #viewlet-below-content,
  .managePortletsFallback,
  #return-to-top,
  .valuta-sito,
  #portal-column-one,
  #portal-column-two,
  .managePortletsLink {
    display: none;
  }
  #portal-logo img {
    width: 300px !important;
    height: auto;
  }
  #portal-header {
    margin: 1rem;
    border-bottom: 1px solid #1c2024;
    padding: 0 0 0.5rem;
    margin-bottom: 3rem;
  }
  #column-wrapper {
    padding: 0 1rem;
  }
  #portal-columns {
    display: inline;
  }
  .portal-columns-row {
    margin: 0 !important;
  }
  .with-column-one #portal-column-content,
  .with-column-two #portal-column-content {
    padding: 0;
  }
  .colonna-1-di-1 {
    width: 100%;
  }
  .colonna-1-di-2 {
    width: 50%;
  }
  .colonna-1-di-3 {
    width: 33.3333333333%;
  }
  .colonna-2-di-3 {
    width: 66.6666666667%;
  }
  .colonna-1-di-4 {
    width: 25%;
  }
  .colonna-1-di-5 {
    width: 20%;
  }
  pre,
  blockquote,
  #content .callout {
    border: 1px solid #999;
    padding: 12px;
    border-radius: 4px;
  }
  .documentDescription {
    margin: 1.5rem 0 3rem;
  }
  blockquote {
    float: none;
    max-width: none;
    margin: 2rem auto;
    font-size: 1.1em;
    font-weight: 600;
  }
  .news-highlight .tileBody {
    padding: 0;
  }
  .news-big-photo {
    min-height: 1px;
  }
  .news-big-photo .tileBody .tile-content {
    max-width: none;
  }
  .news-collection .newsWrapper {
    border: 1px solid #ccc;
  }
  .newsWrapper > a {
    text-decoration: none !important;
  }
  .timezone {
    display: none;
  }
  abbr.dtend::after,
  abbr.dtstart::after {
    display: none;
  }
  .event-calendar {
    display: none;
  }
}
/*# sourceMappingURL=modenasmartlife.print.css.map */
