/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media print {
  .no-print,
  .no-print *,
  .btn,
  .banner,
  a.read-more,
  #toolbar,
  style,
  style *,
  script,
  script * {
    display: none !important; }

  * {
    position: relative !important;
    display: block !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    border: 0 !important;
    color: #222 !important;
    background-color: transparent !important;
    overflow: visible !important;
    left: 0 !important;
    height: auto !important;
    max-height: none !important;
    float: none !important;
    clear: both !important; }

  [class^="col-"],
  .has-sidebar .entry-header,
  .has-sidebar .excerpt,
  .has-sidebar .editor-text,
  .has-sidebar .editor-media,
  .has-sidebar .entry-footer {
    width: 100% !important; }

  .editor-text p * {
    display: inline !important; }

  .editor-text p li {
    display: block !important; }

  img {
    display: none !important; }

  .editor-text p img {
    display: none !important; }

  title {
    font-size: 24pt;
    font-weight: 700;
    font-family: "Titillium Web"; }

  .path-specs {
    display: block !important;
    border: 1px solid #666 !important;
    border-radius: 10px !important; }

  #footer .row :not(.footer-title) a:after {
    content: "(" attr(href) ")";
    display: block !important; } }
/* MY VARIABLES */
.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: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #C30C26; }
  .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.42857;
      border: 1px solid transparent;
      border-radius: 5px 5px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 5px; }
  .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: #0066CC; }

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

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

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

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

a {
  color: #C30C26;
  text-decoration: none; }
  a:hover, a:focus {
    color: #7b0818;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

.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: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

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

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

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

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

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

p {
  margin: 0 0 12.5px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #0066CC; }

a.text-primary:hover,
a.text-primary:focus {
  color: #004d99; }

.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: #0066CC; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004d99; }

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

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

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 #777777; }

.initialism {
  font-size: 90%; }

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 1280px) {
    .container {
      width: 1248px; } }
  @media (min-width: 1440px) {
    .container {
      width: 1248px; } }

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

.row {
  margin-left: -8px;
  margin-right: -8px; }
  .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: 8px;
  padding-right: 8px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  padding-top: 16px 8px 16px;
  padding-bottom: 16px 8px 16px;
  color: #777777;
  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: 16px 8px 16px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d6d6; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d6d6; }
  .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 #d6d6d6; }
  .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 #d6d6d6; }
  .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 #d6d6d6; }
  .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 #d6d6d6; }
      .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: 27px;
  line-height: inherit;
  color: #333333;
  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;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -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: #D6D6D6;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #D6D6D6; }
  .form-control::-webkit-input-placeholder {
    color: #D6D6D6; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 54px; } }
.form-group {
  margin-bottom: 16px; }

.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;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

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

select.input-sm {
  height: 36px;
  line-height: 36px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5; }

.input-lg {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 54px;
  line-height: 54px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 54px;
  line-height: 54px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 54px;
  min-height: 49px;
  padding: 11px 16px;
  font-size: 24px;
  line-height: 1.33333; }

.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;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px; }

.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: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .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: -8px;
  margin-right: -8px; }
  .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: 8px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 24px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px; } }

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

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #1C2024;
  background-color: #D6D6D6;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #1C2024;
    background-color: #bdbdbd;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #1C2024;
    background-color: #bdbdbd;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #1C2024;
    background-color: #bdbdbd;
    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: #1C2024;
      background-color: #ababab;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #D6D6D6;
    border-color: #ccc; }
  .btn-default .badge {
    color: #D6D6D6;
    background-color: #1C2024; }

.btn-primary {
  color: #fff;
  background-color: #0066CC;
  border-color: #0059b3; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #004d99;
    border-color: #001a33; }
  .btn-primary:hover {
    color: #fff;
    background-color: #004d99;
    border-color: #003b75; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004d99;
    border-color: #003b75; }
    .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: #003b75;
      border-color: #001a33; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #0066CC;
    border-color: #0059b3; }
  .btn-primary .badge {
    color: #0066CC;
    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:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #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:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #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:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #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:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #C30C26;
  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: #7b0818;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  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%; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 5px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #5A6772;
      background-color: transparent;
      border: 1px solid transparent;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #7b0818;
    background-color: #F5F5F0;
    border-color: transparent; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #C30C26;
    border-color: transparent;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  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; }

.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: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.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: 1279px) {
  .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: 1279px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*@import "../bower_components/font-awesome/scss/font-awesome.scss";*/
/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  font: 400 16px/24px "Titillium Web";
  color: #1C2024; }

.choices:focus {
  outline: none; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #fff;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices[data-type*="select-one"] {
  cursor: pointer; }

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px; }

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #F5F5F0;
  background-color: #FFFFFF;
  margin: 0; }

.choices[data-type*="select-one"] .choices__button {
  background-image: url("../icons/cross-inverse.svg");
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  opacity: .5; }

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1; }

.choices[data-type*="select-one"] .choices__button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
          box-shadow: 0px 0px 0px 2px #00BCD4; }

.choices[data-type*="select-one"]:after {
  content: "";
  height: 48px;
  width: 48px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  background-image: url("../icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 48px 48px;
  cursor: pointer;
  will-change: transform;
  -webkit-transform: none;
          transform: none; }

.choices[data-type*="select-one"].is-open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  height: 48px;
  padding: 0px 16px;
  border: 1px solid #fff;
  border-radius: 5px;
  font: 400 21px/40px "Titillium Web";
  min-height: 48px;
  overflow: hidden; }

.is-open .choices__inner {
  border-radius: 5px 5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 5px 5px; }

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #F5F5F0;
  border: 1px solid #D6D6D6; }

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #F5F5F0;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  word-break: break-all; }

.choices__list--dropdown.is-active {
  display: block; }

.is-open .choices__list--dropdown {
  border-color: #F5F5F0; }

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0; }

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 240px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 8px 16px;
  font-size: 14px; }

@media screen and (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px; }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.choices__button:focus {
  outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }

.choices__input:focus {
  outline: 0; }

.choices__placeholder {
  opacity: .5; }

/*=====  End of Choices  ======*/
/*! Flickity v2.0.6
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  bottom: -27px;
  padding: 0;
  margin: 0;
  margin: 0 0 32px;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/** Custom styles **/
.grey-section .flickity-page-dots .dot {
  background: #fff; }

.generic-carousel,
.to-be-carousel {
  padding-bottom: 32px; }
  .generic-carousel .slide,
  .to-be-carousel .slide {
    width: 100%; }

.flickity-prev-next-button {
  position: absolute;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: -40px;
  background: none; }
  @media screen and (min-width: 1280px) {
    .flickity-prev-next-button {
      display: none; } }

.flickity-prev-next-button .arrow {
  fill: #fff; }

.flickity-prev-next-button:disabled {
  opacity: 0; }

.flickity-prev-next-button.previous {
  left: auto;
  right: 48px; }

.flickity-prev-next-button.next {
  right: 8px; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media screen and (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media screen and (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media screen and (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  pointer-events: none;
  text-transform: capitalize; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  border-radius: 0; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
  background: none; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  background: none;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
  background-color: #C30C26;
  color: #fff;
  font-weight: 700; }

.bootstrap-datetimepicker-widget table td.today:before {
  /*content: '';*/
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #C30C26;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.today:hover {
  background-color: #F2425B; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #F2425B;
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  font-weight: 700; }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 0; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #d6d6d6; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #C30C26;
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  font-weight: 700; }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

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

.datepicker .table-condensed > thead {
  margin-bottom: 8px; }
.datepicker .table-condensed > thead > tr > th,
.datepicker .table-condensed > thead > tr > td,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tfoot > tr > th,
.datepicker .table-condensed > tfoot > tr > td {
  padding: 5px 10px; }
.datepicker table th {
  font-weight: 700; }
.datepicker th.dow {
  text-transform: capitalize; }
.datepicker .day.old,
.datepicker .day.new {
  visibility: hidden; }

#datetimepicker-conferenze .datepicker .table-condensed > thead > tr > th,
#datetimepicker-conferenze .datepicker .table-condensed > thead > tr > td,
#datetimepicker-conferenze .datepicker .table-condensed > tbody > tr > th,
#datetimepicker-conferenze .datepicker .table-condensed > tbody > tr > td,
#datetimepicker-conferenze .datepicker .table-condensed > tfoot > tr > th,
#datetimepicker-conferenze .datepicker .table-condensed > tfoot > tr > td {
  padding: 5px 10px; }

.datepicker th.prev span.glyphicon,
.datepicker th.next span.glyphicon {
  display: block;
  width: 15px;
  height: 30px;
  background-image: url("../icons/prev-month.svg");
  background-repeat: no-repeat;
  background-position: 0 0; }
.datepicker th.next span.glyphicon {
  background-image: url("../icons/next-month.svg"); }

.conference-timeline {
  margin: 0 0 24px;
  padding: 0 16px; }
  @media screen and (min-width: 768px) {
    .conference-timeline {
      margin: 0 0 48px;
      padding: 0; } }

.timeline-block {
  padding-left: 8px; }

.calendar-title {
  margin-left: -8px;
  margin-bottom: 24px; }
  .calendar-title span {
    display: block;
    text-transform: lowercase; }
  @media screen and (min-width: 1280px) {
    .calendar-title {
      margin-bottom: 32px; } }

.calendar-title span::first-letter {
  text-transform: uppercase; }

.timeline-item {
  max-width: 608px;
  padding: 0 2em 2em;
  position: relative;
  background-image: url("../icons/dotted-timeline.svg");
  background-repeat: repeat-y;
  background-size: 2px 8px; }
  .timeline-item:before {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #5A6772;
    border-radius: 50%;
    top: -4px;
    left: -7px; }
  .timeline-item .timeline-event {
    position: absolute;
    margin-top: -11px;
    font: 700 18px/28px "Titillium Web"; }
  .timeline-item .timeline-event-location {
    padding-top: 16px;
    font: 16px/19px "Titillium Web"; }
  .timeline-item .timeline-event-title {
    margin-top: 24px;
    font: 21px/25px "Titillium Web"; }
    .timeline-item .timeline-event-title a {
      color: #1C2024; }
  .timeline-item .timeline-event-attendee {
    margin-top: 16px;
    font: 16px/19px "Titillium Web";
    color: #5A6772; }

body {
  position: relative;
  font: 400 16px/19px "Titillium Web";
  color: #1C2024;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.menu-visible {
    overflow-y: hidden; }

.container-fluid {
  max-width: 1440px; }
  @media screen and (min-width: 768px) {
    .container-fluid {
      padding-left: 32px;
      padding-right: 32px; } }

.skip-link {
  position: fixed; }

ul, ol {
  padding-left: 24px;
  list-style-type: square; }
  ul.no-list-style, ol.no-list-style {
    list-style: none; }

ol {
  list-style-type: decimal; }

h1 {
  font: 700 40px/48px "Titillium Web";
  letter-spacing: normal; }
  @media screen and (min-width: 1280px) {
    h1 {
      font: 700 54px/64.8px "Titillium Web";
      letter-spacing: -0.54px; } }

h2 {
  font: 700 32px/38.4px "Titillium Web";
  letter-spacing: normal; }
  @media screen and (min-width: 768px) {
    h2 {
      font: 700 40px/48px "Titillium Web";
      letter-spacing: normal; } }

h3 {
  font: 700 28px/34px "Titillium Web";
  letter-spacing: normal; }
  @media screen and (min-width: 768px) {
    h3 {
      font: 700 32px/38px "Titillium Web";
      letter-spacing: normal; } }

h4 {
  font: 700 24px/29px "Titillium Web";
  letter-spacing: .16px; }

h5 {
  font: 700 21px/25px "Titillium Web";
  letter-spacing: .1px; }

h6 {
  font: 700 18px/28px "Titillium Web";
  letter-spacing: .13px; }

ul a[href$=".pdf"],
ul a[href$=".txt"],
ul a[href$=".doc"],
ul a[href$=".docx"],
ul a[href$=".xls"],
ul a[href$=".xlsx"],
ul a[href$=".ppt"],
ul a[href$=".pptx"],
ul a[href$=".dwg"],
ul a[href$=".dvg"],
ul a[href$=".jpg"],
ul a[href$=".jpeg"],
ul a[href$=".zip"],
ol a[href$=".pdf"],
ol a[href$=".txt"],
ol a[href$=".doc"],
ol a[href$=".docx"],
ol a[href$=".xls"],
ol a[href$=".xlsx"],
ol a[href$=".ppt"],
ol a[href$=".pptx"],
ol a[href$=".dwg"],
ol a[href$=".dvg"],
ol a[href$=".jpg"],
ol a[href$=".jpeg"],
ol a[href$=".zip"] {
  padding: 14px 0 14px 40px;
  margin-left: 24px;
  display: block;
  line-height: 2em;
  border-bottom: 1px solid #d6d6d6;
  color: #5A6772;
  font: 16px/19px "Titillium Web"; }
  ul a[href$=".pdf"]:before,
  ul a[href$=".txt"]:before,
  ul a[href$=".doc"]:before,
  ul a[href$=".docx"]:before,
  ul a[href$=".xls"]:before,
  ul a[href$=".xlsx"]:before,
  ul a[href$=".ppt"]:before,
  ul a[href$=".pptx"]:before,
  ul a[href$=".dwg"]:before,
  ul a[href$=".dvg"]:before,
  ul a[href$=".jpg"]:before,
  ul a[href$=".jpeg"]:before,
  ul a[href$=".zip"]:before,
  ol a[href$=".pdf"]:before,
  ol a[href$=".txt"]:before,
  ol a[href$=".doc"]:before,
  ol a[href$=".docx"]:before,
  ol a[href$=".xls"]:before,
  ol a[href$=".xlsx"]:before,
  ol a[href$=".ppt"]:before,
  ol a[href$=".pptx"]:before,
  ol a[href$=".dwg"]:before,
  ol a[href$=".dvg"]:before,
  ol a[href$=".jpg"]:before,
  ol a[href$=".jpeg"]:before,
  ol a[href$=".zip"]:before {
    position: absolute;
    margin-left: -27px;
    width: 22px;
    height: 26px;
    content: '';
    background-image: url("../icons/file-pdf.svg");
    background-size: 19px 23px;
    background-position: 0 0;
    background-repeat: no-repeat; }
ul a[href$=".txt"]:before,
ul a[href$=".doc"]:before,
ul a[href$=".docx"]:before,
ol a[href$=".txt"]:before,
ol a[href$=".doc"]:before,
ol a[href$=".docx"]:before {
  background-image: url("../icons/file-txt.svg"); }
ul a[href$=".xls"]:before,
ul a[href$=".xlsx"]:before,
ol a[href$=".xls"]:before,
ol a[href$=".xlsx"]:before {
  background-image: url("../icons/file-xls.svg"); }
ul a[href$=".ppt"]:before,
ul a[href$=".pptx"]:before,
ol a[href$=".ppt"]:before,
ol a[href$=".pptx"]:before {
  background-image: url("../icons/file-ppt.svg"); }
ul a[href$=".dwg"]:before,
ul a[href$=".dvg"]:before,
ol a[href$=".dwg"]:before,
ol a[href$=".dvg"]:before {
  background-image: url("../icons/file-dwg.svg"); }
ul a[href$=".jpg"]:before,
ul a[href$=".jpeg"]:before,
ol a[href$=".jpg"]:before,
ol a[href$=".jpeg"]:before {
  background-image: url("../icons/file-jpg.svg"); }
ul a[href$=".zip"]:before,
ol a[href$=".zip"]:before {
  background-image: url("../icons/file-zip.svg"); }

#sidebar ul a[href$=".pdf"],
#sidebar ul a[href$=".txt"],
#sidebar ul a[href$=".doc"],
#sidebar ul a[href$=".docx"],
#sidebar ul a[href$=".xls"],
#sidebar ul a[href$=".xlsx"],
#sidebar ul a[href$=".ppt"],
#sidebar ul a[href$=".pptx"],
#sidebar ul a[href$=".dwg"],
#sidebar ul a[href$=".dvg"],
#sidebar ul a[href$=".jpg"],
#sidebar ul a[href$=".jpeg"],
#sidebar ul a[href$=".zip"],
#sidebar ol a[href$=".pdf"],
#sidebar ol a[href$=".txt"],
#sidebar ol a[href$=".doc"],
#sidebar ol a[href$=".docx"],
#sidebar ol a[href$=".xls"],
#sidebar ol a[href$=".xlsx"],
#sidebar ol a[href$=".ppt"],
#sidebar ol a[href$=".pptx"],
#sidebar ol a[href$=".dwg"],
#sidebar ol a[href$=".dvg"],
#sidebar ol a[href$=".jpg"],
#sidebar ol a[href$=".jpeg"],
#sidebar ol a[href$=".zip"] {
  margin-left: 35px;
  border-bottom: 0; }

p {
  font-weight: 400;
  letter-spacing: .18px; }
  p a[href$=".pdf"],
  p a[href$=".txt"],
  p a[href$=".doc"],
  p a[href$=".docx"],
  p a[href$=".xls"],
  p a[href$=".xlsx"],
  p a[href$=".ppt"],
  p a[href$=".pptx"],
  p a[href$=".dwg"],
  p a[href$=".dvg"],
  p a[href$=".jpg"],
  p a[href$=".jpeg"],
  p a[href$=".zip"] {
    padding-left: 26px;
    color: #5A6772;
    font: 16px/19px "Titillium Web"; }
    p a[href$=".pdf"]:before,
    p a[href$=".txt"]:before,
    p a[href$=".doc"]:before,
    p a[href$=".docx"]:before,
    p a[href$=".xls"]:before,
    p a[href$=".xlsx"]:before,
    p a[href$=".ppt"]:before,
    p a[href$=".pptx"]:before,
    p a[href$=".dwg"]:before,
    p a[href$=".dvg"]:before,
    p a[href$=".jpg"]:before,
    p a[href$=".jpeg"]:before,
    p a[href$=".zip"]:before {
      position: absolute;
      margin-left: -24px;
      width: 20px;
      height: 32px;
      content: '';
      background-image: url("../icons/file-pdf.svg");
      background-size: 19px 23px;
      background-position: 0 6px;
      background-repeat: no-repeat; }
  p a[href$=".txt"]:before,
  p a[href$=".doc"]:before,
  p a[href$=".docx"]:before {
    background-image: url("../icons/file-txt.svg"); }
  p a[href$=".xls"]:before,
  p a[href$=".xlsx"]:before {
    background-image: url("../icons/file-xls.svg"); }
  p a[href$=".ppt"]:before,
  p a[href$=".pptx"]:before {
    background-image: url("../icons/file-ppt.svg"); }
  p a[href$=".dwg"]:before {
    background-image: url("../icons/file-dwg.svg"); }
  p a[href$=".jpg"]:before,
  p a[href$=".jpeg"]:before {
    background-image: url("../icons/file-jpg.svg"); }
  p a[href$=".zip"]:before {
    background-image: url("../icons/file-zip.svg"); }

.editor-text ul a::before,
.editor-text ol a::before {
  background-position: 0 0; }

#content p {
  font-family: "PT Serif";
  font-weight: 400;
  letter-spacing: .18px; }

@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #F5F5F0;
    padding-bottom: 16px; } }
@media screen and (min-width: 768px) {
  .table-responsive .table {
    table-layout: fixed;
    word-wrap: break-word; } }
.table-responsive .table thead {
  background-color: #fff; }
.table-responsive .table .colonna-numeri {
  width: 90px; }
.table-responsive .table a[href$=".pdf"],
.table-responsive .table a[href$=".txt"],
.table-responsive .table a[href$=".doc"],
.table-responsive .table a[href$=".docx"],
.table-responsive .table a[href$=".xls"],
.table-responsive .table a[href$=".xlsx"],
.table-responsive .table a[href$=".ppt"],
.table-responsive .table a[href$=".pptx"],
.table-responsive .table a[href$=".dwg"],
.table-responsive .table a[href$=".dvg"],
.table-responsive .table a[href$=".jpg"],
.table-responsive .table a[href$=".jpeg"],
.table-responsive .table a[href$=".zip"] {
  position: relative;
  color: #5A6772;
  font-size: .75em;
  line-height: 1 !important; }
  .table-responsive .table a[href$=".pdf"]:before,
  .table-responsive .table a[href$=".txt"]:before,
  .table-responsive .table a[href$=".doc"]:before,
  .table-responsive .table a[href$=".docx"]:before,
  .table-responsive .table a[href$=".xls"]:before,
  .table-responsive .table a[href$=".xlsx"]:before,
  .table-responsive .table a[href$=".ppt"]:before,
  .table-responsive .table a[href$=".pptx"]:before,
  .table-responsive .table a[href$=".dwg"]:before,
  .table-responsive .table a[href$=".dvg"]:before,
  .table-responsive .table a[href$=".jpg"]:before,
  .table-responsive .table a[href$=".jpeg"]:before,
  .table-responsive .table a[href$=".zip"]:before {
    position: absolute;
    position: relative;
    display: block;
    margin-left: -27px;
    margin-left: 0;
    width: 19px;
    height: 23px;
    content: '';
    background-image: url("../icons/file-pdf.svg");
    background-size: 19px 23px;
    background-position: 0 0;
    background-repeat: no-repeat; }
.table-responsive .table a[href$=".txt"]:before,
.table-responsive .table a[href$=".doc"]:before,
.table-responsive .table a[href$=".docx"]:before {
  background-image: url("../icons/file-txt.svg"); }
.table-responsive .table a[href$=".xls"]:before,
.table-responsive .table a[href$=".xlsx"]:before {
  background-image: url("../icons/file-xls.svg"); }
.table-responsive .table a[href$=".ppt"]:before,
.table-responsive .table a[href$=".pptx"]:before {
  background-image: url("../icons/file-ppt.svg"); }
.table-responsive .table a[href$=".dwg"]:before {
  background-image: url("../icons/file-dwg.svg"); }
.table-responsive .table a[href$=".jpg"]:before,
.table-responsive .table a[href$=".jpeg"]:before {
  background-image: url("../icons/file-jpg.svg"); }
.table-responsive .table a[href$=".zip"]:before {
  background-image: url("../icons/file-zip.svg"); }

.table {
  font: 400 16px/19px "Titillium Web";
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .table {
      border-bottom: 1px solid #D6D6D6 !important; } }
  .table caption {
    font-size: 1.5em;
    color: #1C2024;
    font-weight: 700;
    padding: .5em 0; }
  .table > thead > tr > th {
    border-bottom: 3px double #D6D6D6;
    vertical-align: top;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .table > thead > tr > th {
        border-top: 1px solid #D6D6D6 !important; } }
    .table > thead > tr > th.title-text {
      width: 23.5%; }
    .table > thead > tr > th.file-type {
      width: 6%;
      text-align: right; }

.form-group label {
  padding-left: 16px;
  font: 400 16px/24px "Titillium Web";
  color: #1C2024; }
.form-group .col-xs-12 + .col-xs-12 {
  margin-top: 16px; }
  @media screen and (min-width: 768px) {
    .form-group .col-xs-12 + .col-xs-12 {
      margin-top: 0; } }

label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  label:empty {
    display: none; }
  .btn label {
    position: relative;
    top: -1px; }
  label a {
    text-decoration: underline; }
    label a:hover {
      text-decoration: none; }

.checkbox label {
  padding-left: 48px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=checkbox] {
  -webkit-appearance: none;
  display: block;
  width: 20px;
  height: 16px;
  margin-top: 0;
  margin-left: -32px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background: url("../icons/checkbox-unchecked.svg"); }

input[type=checkbox]:focus {
  outline: 0 auto -webkit-focus-ring-color; }

input[type=checkbox]:checked {
  background: url("../icons/checkbox-checked.svg"); }

.form-control {
  height: 48px;
  padding: 12px 16px;
  font: 400 16px/24px "Titillium Web";
  color: #1C2024;
  -webkit-box-shadow: inset 0 0 0 transparent;
          box-shadow: inset 0 0 0 transparent;
  border-radius: 0;
  -webkit-appearance: none; }

select.form-control {
  color: #1C2024;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 48px 48px;
  cursor: pointer; }
  select.form-control option:first-child {
    color: #D6D6D6; }

strong, b {
  font-weight: 700 !important; }

a {
  cursor: pointer;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }
  a:hover {
    color: #004080;
    opacity: .8;
    text-decoration: none; }
  a.btn {
    padding: 0 32px;
    line-height: 48px;
    border: 0;
    margin-right: 13px;
    background-color: #D6D6D6;
    color: #1C2024;
    will-change: color, background-color;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out; }
    .active a.btn {
      background-color: #C30C26;
      color: #fff; }
    a.btn.btn-active {
      margin-top: 32px;
      margin-right: 0;
      background-color: #C30C26;
      color: #fff !important;
      text-decoration: none !important;
      font: 700 18px/48px "Titillium Web"; }
      a.btn.btn-active.expand-paragraph {
        width: 167px;
        margin-top: 16px;
        background-color: transparent;
        color: #C30C26 !important;
        border: 1px solid #C30C26; }

.btn {
  -webkit-box-shadow: 0 0 0 #000 !important;
          box-shadow: 0 0 0 #000 !important; }

button.btn-active {
  margin-top: 16px;
  line-height: 48px;
  padding: 0 32px;
  background-color: #C30C26;
  color: #fff !important;
  text-transform: uppercase; }

img.img-responsive {
  width: 100%; }

.container {
  position: relative; }

.gallery-row {
  margin: 0; }

.no-border {
  border-radius: 0; }

#search-block-form input[type="submit"] {
  display: none; }

#block-firenze-local-tasks li {
  border: 0 !important;
  display: inline-block !important; }
#block-firenze-local-tasks a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 0 0 #000 !important;
          box-shadow: 0 0 0 #000 !important;
  padding: 0 32px;
  will-change: color, background-color;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  outline: 0;
  background-image: none;
  margin-top: 32px;
  margin-right: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  font: 700 18px/48px "Titillium Web";
  margin-top: 16px;
  background-color: transparent;
  color: #C30C26 !important;
  border: 1px solid #C30C26; }

input.form-control::-webkit-input-placeholder {
  color: #5A6772; }

input.form-control::-moz-placeholder {
  color: #5A6772; }

input.form-control:-ms-input-placeholder {
  color: #5A6772; }

input.form-control:-moz-placeholder {
  color: #5A6772; }

input.form-control:focus::-webkit-input-placeholder {
  color: transparent; }

input.form-control:focus::-moz-placeholder {
  color: transparent; }

input.form-control:focus:-ms-input-placeholder {
  color: transparent; }

input.form-control:focus:-moz-placeholder {
  color: transparent; }

#header {
  width: 100%;
  height: 149px;
  position: fixed;
  z-index: 11;
  top: 0;
  -webkit-transform: none;
          transform: none;
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  #header.is-sticky {
    pointer-events: none; }
  #header.page-slid {
    -webkit-transform: translateX(256px);
            transform: translateX(256px); }
    @media screen and (min-width: 768px) {
      #header.page-slid {
        -webkit-transform: translateX(256px);
                transform: translateX(256px); } }
    @media screen and (min-width: 1280px) {
      #header.page-slid {
        -webkit-transform: translateX(480px);
                transform: translateX(480px); } }
  #header ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #header ul li {
      display: inline-block; }

#mainmenu-icon {
  display: block;
  position: fixed;
  width: 32px;
  height: 32px;
  top: 86px;
  left: 16px;
  z-index: 112;
  -webkit-transform: none;
          transform: none;
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  cursor: pointer; }
  #mainmenu-icon .bar {
    display: block;
    opacity: 1;
    width: 32px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 3px;
    will-change: transform, background-color, opacity;
    -webkit-transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, background-color 250ms ease-in-out, opacity 250ms ease-in-out;
    transition: transform 250ms ease-in-out, background-color 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  @media screen and (min-width: 768px) {
    #mainmenu-icon {
      top: 87px;
      left: 32px;
      background-image: url("../icons/mainmenu-icon.svg");
      background-repeat: no-repeat;
      background-size: 32px 32px;
      background-position: center center; } }
  @media screen and (min-width: 1280px) {
    #mainmenu-icon {
      top: 107px;
      left: 32px; } }
  #mainmenu-icon.header-is-sticky {
    -webkit-transform: translateY(-58px);
            transform: translateY(-58px); }
    @media screen and (min-width: 768px) {
      #mainmenu-icon.header-is-sticky {
        -webkit-transform: translateY(-64px);
                transform: translateY(-64px);
        top: 87px;
        left: 32px; } }
    @media screen and (min-width: 1280px) {
      #mainmenu-icon.header-is-sticky {
        -webkit-transform: translateY(-84px);
                transform: translateY(-84px);
        top: 107px;
        left: 32px; } }
  #mainmenu-icon.page-slid {
    background-image: none !important;
    -webkit-transform: translateX(256px);
            transform: translateX(256px); }
    @media screen and (min-width: 768px) {
      #mainmenu-icon.page-slid {
        -webkit-transform: translateX(256px);
                transform: translateX(256px); } }
    @media screen and (min-width: 1280px) {
      #mainmenu-icon.page-slid {
        -webkit-transform: translateX(480px);
                transform: translateX(480px); } }
    #mainmenu-icon.page-slid.header-is-sticky {
      -webkit-transform: translateX(256px) translateY(-59px);
              transform: translateX(256px) translateY(-59px); }
      @media screen and (min-width: 768px) {
        #mainmenu-icon.page-slid.header-is-sticky {
          -webkit-transform: translateX(256px) translateY(-64px);
                  transform: translateX(256px) translateY(-64px);
          top: 87px;
          left: 24px; } }
      @media screen and (min-width: 1280px) {
        #mainmenu-icon.page-slid.header-is-sticky {
          -webkit-transform: translateX(480px) translateY(-84px);
                  transform: translateX(480px) translateY(-84px);
          top: 107px;
          left: 32px; } }
    #mainmenu-icon.page-slid .bar:first-child {
      -webkit-transform: rotate(45deg) translateX(7px) translateY(7px);
              transform: rotate(45deg) translateX(7px) translateY(7px); }
    #mainmenu-icon.page-slid .bar:nth-child(2) {
      opacity: 0; }
    #mainmenu-icon.page-slid .bar:last-child {
      -webkit-transform: rotate(-45deg) translateX(3px) translateY(-3px);
              transform: rotate(-45deg) translateX(3px) translateY(-3px); }
  @media screen and (min-width: 768px) {
    #mainmenu-icon.dark {
      background-image: url("../icons/mainmenu-icon-dark.svg"); } }
  #mainmenu-icon.dark .bar {
    background-color: #1C2024; }

#shortcut {
  position: absolute;
  right: 0; }
  #shortcut a {
    display: block;
    padding: 0 16px;
    background-color: #0066CC;
    color: #fff;
    text-transform: uppercase;
    will-change: background-color, color;
    -webkit-transition: .5s background-color ease-in-out, .5s color ease-in-out;
    transition: .5s background-color ease-in-out, .5s color ease-in-out; }
    #shortcut a:hover {
      opacity: 1;
      background-color: #fff;
      color: #0066CC;
      text-decoration: none; }

#upper-header {
  overflow: hidden;
  position: relative;
  z-index: 110;
  background-color: #30373D;
  color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font: 600 16px/48px "Titillium Web";
  -webkit-transform: none;
          transform: none;
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  #upper-header #context {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #upper-header {
      padding-left: 170px;
      font: 600 16px/48px "Titillium Web";
      width: auto; } }
  @media screen and (min-width: 1280px) {
    #upper-header {
      padding-left: 233px; } }

#main-header {
  position: relative;
  z-index: 101;
  background-color: #C30C26;
  height: 100px;
  -webkit-transform: none;
          transform: none;
  will-change: transform, height;
  -webkit-transition: height 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: height 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, height 250ms ease-in-out;
  transition: transform 250ms ease-in-out, height 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  @media screen and (min-width: 1280px) {
    #main-header {
      height: 150px; } }

.site-heading {
  pointer-events: auto; }
  .site-heading #logo a {
    display: block;
    margin-top: 25px;
    margin-left: 71px;
    width: 35px;
    height: 47px; }
    @media screen and (min-width: 768px) {
      .site-heading #logo a {
        margin-top: 18px;
        margin-left: 99px;
        width: 48px;
        height: 64px; } }
    @media screen and (min-width: 1280px) {
      .site-heading #logo a {
        margin-top: 28px;
        /*margin-left:148px;*/
        width: 72px;
        height: 96px; } }
  .site-heading #logo img {
    vertical-align: top;
    width: 35px;
    height: 47px;
    -webkit-transform: none;
            transform: none;
    will-change: transform;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
    @media screen and (min-width: 768px) {
      .site-heading #logo img {
        width: 48px;
        height: 64px; } }
    @media screen and (min-width: 1280px) {
      .site-heading #logo img {
        width: 72px;
        height: 96px; } }
  .site-heading #site-title {
    margin-top: 40px;
    margin-left: 16px;
    color: #fff;
    font: 600 14px/18px "Titillium Web";
    -webkit-transform: none;
            transform: none;
    will-change: transform;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    max-width: 120px; }
    @media screen and (min-width: 768px) {
      .site-heading #site-title {
        margin-top: 35.6px;
        margin-left: 30px;
        font-size: 21px;
        line-height: 28px;
        max-width: none; } }
    @media screen and (min-width: 1280px) {
      .site-heading #site-title {
        margin-top: 56px;
        margin-left: 30px;
        font-size: 32px;
        line-height: 38px; } }

.lh-50 {
  line-height: 33.33333px; }
  @media screen and (min-width: 1280px) {
    .lh-50 {
      line-height: 48px; } }

.language-switcher {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  will-change: transform, opacity;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .language-switcher ul li a {
    display: block;
    margin-right: 10px;
    width: 40px;
    height: 24px;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-align: center;
    font: 600 14px/20px "Titillium Web";
    color: #fff;
    opacity: 1;
    will-change: opacity;
    -webkit-transition: .5s opacity ease-in-out;
    transition: .5s opacity ease-in-out; }
    .language-switcher ul li a:hover {
      text-decoration: none;
      opacity: .75; }

.social-follow {
  margin-right: 32px;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  will-change: transform, opacity;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .social-follow ul li {
    font: 400 16px/24px "Titillium Web";
    color: #fff;
    margin-right: 8px; }
    .social-follow ul li + li {
      margin-left: 4px;
      margin-right: 0; }
    .social-follow ul li a {
      display: block;
      width: 24px;
      height: 24px;
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      color: #C30C26;
      opacity: 1;
      will-change: opacity;
      -webkit-transition: .75s opacity ease-in-out;
      transition: .75s opacity ease-in-out; }
      .social-follow ul li a:hover {
        text-decoration: none;
        opacity: .5; }
      .social-follow ul li a svg {
        width: 18px;
        height: 18px;
        fill: #C30C26;
        margin-top: 6px; }

#main-header .social-follow ul li a svg {
  width: 14px;
  height: 14px;
  margin-top: 5px; }

.search-form {
  width: 332px;
  margin-right: 32px;
  display: none; }
  @media screen and (min-width: 1280px) {
    .search-form {
      display: block; } }

.mobile-search-form {
  position: relative;
  z-index: 100;
  padding: 16px;
  border-top: 1px solid #F2425B;
  width: 100%;
  height: 70px;
  background-color: #C30C26;
  -webkit-transform: translateY(-71px);
          transform: translateY(-71px);
  will-change: transform;
  -webkit-transition: -webkit-transform 125ms ease-in-out;
  transition: -webkit-transform 125ms ease-in-out;
  transition: transform 125ms ease-in-out;
  transition: transform 125ms ease-in-out, -webkit-transform 125ms ease-in-out; }
  .mobile-search-form.active {
    -webkit-transform: none;
            transform: none; }
  .mobile-search-form .form-group {
    margin: 0; }
  .mobile-search-form .form-control {
    height: 40px; }

.above-search-form {
  margin-top: 3px; }

.search-form {
  position: relative;
  -webkit-transform: none;
          transform: none;
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .search-form .form-control {
    padding-left: 16px;
    padding-right: 64px;
    height: 48px;
    line-height: 48px;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 transparent;
            box-shadow: inset 0 0 0 transparent; }

.btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  line-height: 38px;
  text-align: center;
  background-color: #F2425B; }
  .btn-search#search-toggler {
    top: 25px;
    right: 16px;
    -webkit-transform: none;
            transform: none;
    will-change: transform;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .btn-search svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    margin-top: 5px; }
  .btn-search:hover {
    background-color: #EAAAB1; }

.is-sticky #upper-header {
  -webkit-transform: translateY(-48px);
          transform: translateY(-48px); }
.is-sticky #main-header {
  -webkit-transform: translateY(-48px);
          transform: translateY(-48px);
  height: 75px;
  pointer-events: auto;
  overflow: hidden; }
  .is-sticky #main-header .social-follow,
  .is-sticky #main-header .language-switcher {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0; }
  .is-sticky #main-header .site-heading {
    pointer-events: none; }
  .is-sticky #main-header .site-heading #logo a {
    pointer-events: auto; }
  .is-sticky #main-header .site-heading #logo img {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px); }
    @media screen and (min-width: 1280px) {
      .is-sticky #main-header .site-heading #logo img {
        -webkit-transform: translateY(-38px) scale(0.6);
                transform: translateY(-38px) scale(0.6); } }
  .is-sticky #main-header #site-title {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    @media screen and (min-width: 1280px) {
      .is-sticky #main-header #site-title {
        -webkit-transform: translateY(-40px) translateX(-20px);
                transform: translateY(-40px) translateX(-20px); } }
  .is-sticky #main-header .search-form {
    -webkit-transform: translateY(-38px);
            transform: translateY(-38px); }
    .is-sticky #main-header .search-form .form-item,
    .is-sticky #main-header .search-form .form-actions {
      margin: 0; }
  .is-sticky #main-header #search-toggler {
    -webkit-transform: translateY(-12.5px);
            transform: translateY(-12.5px); }
.is-sticky .mobile-search-form {
  -webkit-transform: translateY(-167px);
          transform: translateY(-167px); }
  @media screen and (min-width: 1280px) {
    .is-sticky .mobile-search-form {
      -webkit-transform: translateY(-167px);
              transform: translateY(-167px); } }
  .is-sticky .mobile-search-form.active {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px); }
    @media screen and (min-width: 1280px) {
      .is-sticky .mobile-search-form.active {
        -webkit-transform: translateY(-97px);
                transform: translateY(-97px); } }

#main-content {
  background-color: #fff; }

#fake-padding {
  display: block;
  background-color: #fafafa;
  width: 100%;
  height: 148px; }
  @media screen and (min-width: 1280px) {
    #fake-padding {
      height: 198px; } }

.menu-to-slide {
  position: fixed;
  z-index: 1112;
  left: 0;
  top: 0;
  width: 256px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: translateX(-256px);
          transform: translateX(-256px);
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  @media screen and (min-width: 768px) {
    .menu-to-slide {
      width: 256px;
      -webkit-transform: translateX(-256px);
              transform: translateX(-256px); } }
  @media screen and (min-width: 1280px) {
    .menu-to-slide {
      width: 480px;
      -webkit-transform: translateX(-480px);
              transform: translateX(-480px); } }
  .menu-to-slide.menu-visible {
    -webkit-transform: none;
            transform: none; }
  .menu-to-slide .scrollable {
    position: relative;
    height: 100%;
    overflow: auto;
    height: 70%;
    height: calc(100% - 144px);
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .menu-to-slide .scrollable {
        height: 100%;
        padding: 48px 0;
        border-top: 1px solid #F5F5F0;
        border-bottom: 1px solid #F5F5F0; } }
    .menu-to-slide .scrollable ul {
      margin: 0;
      padding: 0; }
      .menu-to-slide .scrollable ul li {
        display: block;
        min-height: 48px;
        width: 100%;
        background-color: transparent;
        will-change: background-color;
        -webkit-transition: background-color 250ms ease-in-out;
        transition: background-color 250ms ease-in-out; }
        .menu-to-slide .scrollable ul li + li {
          border-top: 1px solid #F5F5F0; }
        .menu-to-slide .scrollable ul li a {
          background-color: transparent;
          color: #5A6772;
          display: block;
          padding: 14px 32px 15px;
          font: 300 18px/19px "Titillium Web";
          will-change: background-color;
          -webkit-transition: background-color 250ms ease-in-out;
          transition: background-color 250ms ease-in-out; }
        .menu-to-slide .scrollable ul li.has-children {
          position: relative; }
          .menu-to-slide .scrollable ul li.has-children:before {
            content: '\f107';
            position: absolute;
            display: inline-block;
            top: 15px;
            right: 24px;
            font-family: "FontAwesome";
            -webkit-transform: none;
                    transform: none;
            will-change: transform;
            -webkit-transition: -webkit-transform 250ms ease-in-out;
            transition: -webkit-transform 250ms ease-in-out;
            transition: transform 250ms ease-in-out;
            transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
          .menu-to-slide .scrollable ul li.has-children ul {
            border-top: 1px solid transparent;
            margin-top: -1px;
            max-height: 0;
            overflow: hidden;
            will-change: max-height;
            -webkit-transition: max-height 250ms ease-in-out;
            transition: max-height 250ms ease-in-out; }
            .menu-to-slide .scrollable ul li.has-children ul li {
              border-color: #fff; }
              .menu-to-slide .scrollable ul li.has-children ul li.has-children {
                background-color: #fff; }
                .menu-to-slide .scrollable ul li.has-children ul li.has-children.active {
                  background-color: #F7DFDF; }
          .menu-to-slide .scrollable ul li.has-children.active {
            background-color: #F7DFDF; }
            .menu-to-slide .scrollable ul li.has-children.active:before {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            .menu-to-slide .scrollable ul li.has-children.active > ul {
              max-height: 500px;
              border-top: 1px solid transparent; }
          .menu-to-slide .scrollable ul li.has-children ul li a {
            padding-left: 48px; }
          .menu-to-slide .scrollable ul li.has-children ul li ul li a {
            padding-left: 64px; }
          .menu-to-slide .scrollable ul li.has-children ul li ul li ul li a {
            padding-left: 80px; }
          .menu-to-slide .scrollable ul li.has-children.active > ul {
            max-height: 500px !important;
            border-top: 1px solid #fff;
            background-color: #F7DFDF; }
          .menu-to-slide .scrollable ul li.has-children.active:before {
            -webkit-transform: rotate(180deg) !important;
                    transform: rotate(180deg) !important; }

.page-to-slide {
  -webkit-transform: none;
          transform: none;
  will-change: transform;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .page-to-slide.page-slid {
    -webkit-transform: translateX(256px);
            transform: translateX(256px); }
    @media screen and (min-width: 768px) {
      .page-to-slide.page-slid {
        -webkit-transform: translateX(256px);
                transform: translateX(256px); } }
    @media screen and (min-width: 1280px) {
      .page-to-slide.page-slid {
        -webkit-transform: translateX(480px);
                transform: translateX(480px); } }

#overlay {
  display: block;
  position: fixed;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  -webkit-transform: none;
          transform: none;
  will-change: transform;
  -webkit-transition: opacity 125ms ease-in-out 250ms, -webkit-transform 250ms ease-in-out;
  transition: opacity 125ms ease-in-out 250ms, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 125ms ease-in-out 250ms;
  transition: transform 250ms ease-in-out, opacity 125ms ease-in-out 250ms, -webkit-transform 250ms ease-in-out; }
  #overlay.page-slid {
    -webkit-transform: translateX(256px);
            transform: translateX(256px);
    opacity: 1;
    pointer-events: auto; }
    @media screen and (min-width: 768px) {
      #overlay.page-slid {
        -webkit-transform: translateX(256px);
                transform: translateX(256px); } }
    @media screen and (min-width: 1280px) {
      #overlay.page-slid {
        -webkit-transform: translateX(480px);
                transform: translateX(480px); } }

#language-switcher-mobile {
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #F5F5F0; }
  #language-switcher-mobile .language-switcher ul {
    padding: 0;
    list-style: none; }
    #language-switcher-mobile .language-switcher ul li {
      border: 0;
      width: auto;
      display: inline-block;
      padding: 0; }
      #language-switcher-mobile .language-switcher ul li a {
        border: 2px solid #E8E8E2;
        color: #E8E8E2; }
        #language-switcher-mobile .language-switcher ul li a.active {
          border: 2px solid #5A6772;
          color: #5A6772; }
      #language-switcher-mobile .language-switcher ul li.current a {
        border: 2px solid #5A6772;
        color: #5A6772; }

#social-follow-mobile {
  padding: 0 32px;
  height: 96px;
  line-height: 95px;
  border-top: 1px solid #F5F5F0; }
  #social-follow-mobile .social-follow ul {
    padding: 0;
    list-style: none; }
    #social-follow-mobile .social-follow ul li {
      display: inline-block;
      color: #C30C26;
      margin-right: 5px;
      border: 0;
      width: auto; }
      #social-follow-mobile .social-follow ul li:first-child {
        margin-right: 5px; }
      #social-follow-mobile .social-follow ul li a {
        width: 32px;
        height: 32px;
        line-height: 30px;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #C30C26;
        color: #C30C26; }
        #social-follow-mobile .social-follow ul li a:hover {
          text-decoration: none;
          opacity: .5; }

#footer {
  background-color: #30373D;
  padding-top: 48px;
  padding-bottom: 64px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    #footer .container {
      padding-left: 16px;
      padding-right: 16px; } }
  #footer a {
    color: #65DBDE;
    text-decoration: underline;
    font: 700 16px/19px "Titillium Web"; }
    #footer a:hover {
      opacity: 1;
      text-decoration: none;
      color: #8fe5e7; }
    #footer a.rss svg {
      fill: #65DBDE;
      width: 24px;
      height: 24px; }
    #footer a.rss:hover {
      fill: #8fe5e7; }
  #footer p {
    font: 300 16px/19px "Titillium Web";
    margin-bottom: 16px; }
  #footer h2 {
    color: #fff;
    font: 700 21px/28px "Titillium Web";
    margin-top: 13px;
    margin-bottom: 13px; }
    @media screen and (min-width: 768px) {
      #footer h2 {
        margin-top: 0;
        margin-bottom: 24px; } }
    #footer h2.widget-title {
      margin: 0 0 12px; }
      @media screen and (min-width: 768px) {
        #footer h2.widget-title {
          min-height: 28px;
          display: block;
          margin: 0 0 24px; } }
  #footer div.widget-title {
    display: block;
    min-width: 1px;
    height: 40px; }
    @media screen and (min-width: 768px) {
      #footer div.widget-title {
        height: 52px; } }
  #footer ul {
    max-height: 0;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #444E57;
    will-change: max-height;
    -webkit-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out; }
    @media screen and (min-width: 768px) {
      #footer ul {
        border: 0;
        border-top: 1px solid #444E57;
        max-height: 500px; } }
    #footer ul li {
      display: block;
      padding: 6px 16px 9px;
      border: 0; }
      @media screen and (min-width: 768px) {
        #footer ul li {
          border-bottom: 1px solid #444E57; } }
  @media screen and (max-width: 1279px) {
    #footer .collapsible {
      border-bottom: 1px solid #444E57; } }
  #footer .collapsible .widget-content {
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out; }
    @media screen and (min-width: 768px) {
      #footer .collapsible .widget-content {
        max-height: 500px; } }
  #footer .collapsible h2 {
    position: relative; }
    @media screen and (max-width: 768px) {
      #footer .collapsible h2:before {
       /* 17-01-2018 content: '\f107'; */
	    content: ''; /* 17-01-2018 */
        position: absolute;
		
	/* 17-01-2018 	
        display: inline-block;
        top: 1px;
        right: 8px;
        font-family: "FontAwesome";
	*/
	
	/* --- 17-01-2018 */
	display: block;
    width: 11px;
    height: 19px;
    top: 5px;
    right: 24px;
    background-repeat: no-repeat;
    background-size: 11px 7px;
    background-position: 0 7px;
        background-position-x: 0px;
        background-position-y: 7px;
    background-image: url("../icons/arrow-nav-menu-footer.svg");
	/* --- 17-01-2018 */

        -webkit-transform: none;
                transform: none;
        will-change: transform;
        -webkit-transition: -webkit-transform 250ms ease-in-out;
        transition: -webkit-transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; } }
  #footer .collapsible .widget-padding {
    padding: 16px; }
  #footer .collapsible.active .widget-content {
    max-height: 500px !important; }
  #footer .collapsible.active h2:before {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }
  #footer .social-footer-menu {
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      #footer .social-footer-menu {
        margin-top: 0; } }
    #footer .social-footer-menu ul {
      max-height: 500px;
      border: 0;
      border-top: 1px solid #444E57;
      padding-left: 8px; }
      @media screen and (min-width: 768px) {
        #footer .social-footer-menu ul {
          border-top: 1px solid #444E57;
          padding-top: 16px;
          padding-left: 8px; } }
      #footer .social-footer-menu ul li {
        display: inline-block;
        border-bottom: 0;
        padding: 16px 8px 9px 0; }
        @media screen and (min-width: 768px) {
          #footer .social-footer-menu ul li {
            padding: 6px 8px 6px 0; } }
        #footer .social-footer-menu ul li a {
          display: inline-block;
          width: 32px;
          height: 32px;
          text-align: center; }
          #footer .social-footer-menu ul li a:hover {
            opacity: .8; }
  #footer .lower-footer-menu ul {
    margin-top: 24px;
    border: 0;
    border-top: 1px solid #65DBDE;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 0;
    display: block;
    float: left;
    max-height: 500px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #footer .lower-footer-menu ul {
        margin-top: 0;
        display: inline-block;
        width: auto; } }
    #footer .lower-footer-menu ul li {
      padding: 6px 8px 9px;
      border-bottom: 0; }
      @media screen and (min-width: 768px) {
        #footer .lower-footer-menu ul li {
          display: inline-block; } }

.footer-title {
  margin-bottom: 48px; }
  @media screen and (max-width: 1279px) {
    .footer-title img {
      width: 36px;
      height: 48px; } }

.footer-site-title {
  font: 400 14px/48px "Titillium Web";
  margin-left: 10px;
  width: 80%; }
  @media screen and (min-width: 768px) {
    .footer-site-title {
      font: 400 24px/75px "Titillium Web";
      margin-left: 24px; } }

.widget {
  margin: 0 0 32px;
  border-top: 1px solid #444E57;
  padding-top: 12px; }
  @media screen and (min-width: 768px) {
    .widget {
      margin: 0;
      border: 0; } }

.lower-footer-menu {
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .lower-footer-menu {
      margin-top: 32px; } }

.social-footer-menu .widget,
.lower-footer-menu .widget {
  border: 0; }
  @media screen and (min-width: 768px) {
    .social-footer-menu .widget,
    .lower-footer-menu .widget {
      margin-bottom: 0; } }

.widget-padding {
  padding: 0;
  color: #C7CDD1; }
  @media screen and (min-width: 768px) {
    .widget-padding {
      border-top: 1px solid #444E57;
      padding: 24px 16px 32px; } }
  .widget-padding .title {
    margin-bottom: 24px;
    font: 400 21px/25px "Titillium Web"; }

img.tel055055-img {
  margin: 16px 0; }

.rss {
  display: none; }
  .lower-footer-menu .rss {
    display: block;
    margin-top: 8px;
    padding-left: 8px;
    font-size: 1.75em !important; }
    @media screen and (min-width: 768px) {
      .lower-footer-menu .rss {
        display: inline-block;
        float: left;
        margin-top: 4px;
        padding: 4px 0 0 1px; } }

.scrollto-top {
  background-image: url("../icons/scroll-to-top.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 62px;
  right: 16px;
  display: none !important;
  width: 48px;
  height: 48px;
  background-color: #C30C26;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: 250ms opacity ease-in-out, 250ms -webkit-transform ease-in-out, 250ms -webkit-box-shadow ease-in-out;
  transition: 250ms opacity ease-in-out, 250ms -webkit-transform ease-in-out, 250ms -webkit-box-shadow ease-in-out;
  transition: 250ms transform ease-in-out, 250ms box-shadow ease-in-out, 250ms opacity ease-in-out;
  transition: 250ms transform ease-in-out, 250ms box-shadow ease-in-out, 250ms opacity ease-in-out, 250ms -webkit-transform ease-in-out, 250ms -webkit-box-shadow ease-in-out;
  will-change: transform, opacity, box-shadow; }
  @media screen and (min-width: 1280px) {
    .scrollto-top {
      bottom: 32px;
      right: 32px; } }
  .scrollto-top.active {
    display: block !important;
    opacity: .8;
    -webkit-transform: none;
            transform: none; }
    .scrollto-top.active:hover {
      opacity: 1;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

.section {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .section {
      padding-bottom: 48px; } }
  .section.no-padding-section {
    padding: 0; }
  .section h2 {
    margin: 0;
    font: 700 28px/33px "Titillium Web";
    letter-spacing: normal; }
    @media screen and (min-width: 768px) {
      .section h2 {
        font: 700 32px/38px "Titillium Web"; } }
  .section.slanted {
    position: relative; }
    .section.slanted .container {
      z-index: 2; }
  .section .slanted-edge {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1; }
  .section.section-high-padding {
    padding-left: 8px;
    padding-right: 8px; }

.lightgrey-section {
  background-color: #F5F5F0; }
  @media screen and (max-width: 767px) {
    .lightgrey-section {
      padding-left: 0px;
      padding-right: 0px; } }

.grey-section {
  background-color: #444E57;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .grey-section {
      padding-left: 0px;
      padding-right: 0px; } }

.red-section {
  background-color: #C30C26;
  color: #fff; }

.alert-section {
  background-color: #F8BC1C;
  padding: 24px 16px 32px; }
  @media screen and (min-width: 768px) {
    .alert-section {
      padding: 48px; } }

.title-row {
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .title-row {
      margin-bottom: 24px; } }

.title-filter {
  float: none; }
  @media screen and (min-width: 768px) {
    .title-filter {
      float: left; } }

.news-filter {
  margin-top: 24px;
  margin-left: 0;
  float: none; }
  .news-filter ul {
    padding: 0;
    list-style: none; }
  .news-filter li {
    margin-bottom: 8px;
    display: inline-block; }
  @media screen and (max-width: 1279px) and (orientation: landscape) {
    .news-filter {
      margin-top: 8px; }
      .news-filter ul {
        margin-bottom: -8px; } }
  @media screen and (min-width: 768px) {
    .news-filter {
      margin-top: 0;
      margin-left: 32px;
      float: left; }
      .news-filter li {
        margin-bottom: 0;
        display: inline-block; } }
  .news-filter a {
    opacity: 1;
    background-color: #B2B8BD;
    will-change: opacity;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out; }
    .news-filter a:hover {
      opacity: .8;
      text-decoration: none; }

@media screen and (min-width: 1280px) {
  .read-more {
    position: absolute;
    top: 0;
    right: 24px; }
    .read-more.always-at-the-bottom {
      position: relative; } }
.read-more a {
  display: inline-block;
  color: #1C2024;
  border-bottom: 1px solid #1C2024;
  will-change: border-color;
  -webkit-transition: border-color 50ms ease-in-out;
  transition: border-color 50ms ease-in-out; }
  .read-more a:hover {
    opacity: 1;
    text-decoration: none;
    border-color: transparent; }
  .read-more a h4 {
    margin-bottom: 0; }

.grey-section .read-more a {
  color: #fff;
  border-color: #fff; }

#comunicati-list.section {
  padding-bottom: 8px; }

h1.list-title {
  margin-top: 32px;
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    h1.list-title {
      margin-top: 24px;
      margin-bottom: 24px; } }

#breadcrumbs.section {
  padding-top: 22px;
  font: 300 16px/16px "Titillium Web"; }
  #breadcrumbs.section span.separator {
    display: block;
    float: left;
    vertical-align: bottom;
    width: 24px;
    height: 24px;
    background: transparent url("../icons/breadcrumb-separator.svg") no-repeat center center;
    background-size: 24px 24px; }
  #breadcrumbs.section span.current {
    font-weight: 600; }
  #breadcrumbs.section a {
    display: block;
    float: left;
    color: #C30C26;
    border-bottom: 1px solid #F2425B;
    will-change: border-color;
    -webkit-transition: border-color 50ms ease-in-out;
    transition: border-color 50ms ease-in-out; }
    #breadcrumbs.section a:hover {
      opacity: 1;
      text-decoration: none;
      border-color: transparent; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    #breadcrumbs.section {
      /*
      max-width:618px;
      margin-left: auto;
      margin-right: auto;
      */ } }

#neighborhoods.section {
  padding-bottom: 12px; }
#neighborhoods h2 {
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    #neighborhoods h2 {
      margin-bottom: 24px; } }
#neighborhoods p {
  font: 400 21px/25px "Titillium Web"; }
#neighborhoods .choices {
  margin-top: 24px;
  margin-bottom: 48px; }
  @media screen and (min-width: 768px) {
    #neighborhoods .choices {
      margin-top: 48px; } }
#neighborhoods .choices[data-type*="select-one"]:after {
  top: 8px;
  right: 4px; }
#neighborhoods .choices__inner {
  height: 64px;
  font: 400 21px/54px "Titillium Web";
  min-height: 64px; }

.neighborhoods-map {
  text-align: center;
  margin: 0;
  padding: 0 8px; }
  @media screen and (min-width: 768px) {
    .neighborhoods-map {
      padding: 0; } }
  .neighborhoods-map .quartieri-bounds {
    fill: #f5f5f1; }
  .neighborhoods-map .quartieri-letter {
    fill: #C30C26; }
  .neighborhoods-map .quartieri-number {
    fill: #000; }
  .neighborhoods-map .responsive-svg {
    width: 100%;
    height: 1px;
    padding-bottom: 121%;
    overflow: visible; }
  .neighborhoods-map img {
    max-width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .neighborhoods-map {
      text-align: right; }
      .neighborhoods-map img {
        max-width: none; } }

.grid-item,
.grid-sizer {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .grid-item,
    .grid-sizer {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    .grid-item,
    .grid-sizer {
      width: 33.3333%; } }

.tab-content > .tab-pane {
  display: block;
  position: relative;
  z-index: 0;
  max-height: 0;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }

.tab-content > .active {
  display: block;
  max-height: none;
  opacity: 1;
  z-index: 1; }

.box {
  margin: 0 0 16px; }
  .box .box-content {
    background-color: #fff;
    border-radius: 5px; }
  .box .post-thumbnail {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0; }
    .box .post-thumbnail img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  .box .box-text {
    padding: 24px 16px; }
    @media screen and (min-width: 768px) {
      .box .box-text {
        padding: 24px; } }
    .box .box-text div:first-child {
      margin-top: 0 !important; }
  .box .entry-meta {
    margin: 10px 0 0;
    font: 300 14px/19px "Titillium Web";
    color: #5A6772; }
  .box .entry-title {
    margin: 16px 0 0;
    font: 400 21px/25px "Titillium Web"; }
    .box .entry-title a {
      color: #1C2024; }
      .box .entry-title a:hover {
        text-decoration: none; }
  .box .entry-content {
    margin: 16px 0 0;
    color: #5A6772; }
    .box .entry-content p {
      margin-bottom: 0;
      font: 300 16px/19px "Titillium Web"; }
  .box .entry-footer {
    margin: 16px 0 0;
    font: 300 16px/19px "Titillium Web";
    color: #5A6772; }
  .box.no-meta-box .entry-title {
    margin: 0 0 32px; }

.macrotag a {
  display: block;
  float: left;
  padding: 1px 8px 4px;
  font: 700 14px/21px "Titillium Web";
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 3px;
  background-color: #D6D6D6; }
  .macrotag a.custom-bg {
    background-color: #D6D6D6;
    color: #1C2024;
    text-decoration: none; }
  .macrotag a[data-background-color=""] {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent; }

.tags-links a {
  display: block;
  float: left;
  padding: 1px 8px 4px;
  padding: 1px 0 4px;
  font: 700 14px/21px "Titillium Web";
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 3px;
  background-color: #D6D6D6;
  background-color: transparent;
  color: #C30C26;
  text-decoration: underline; }
  .tags-links a:hover {
    text-decoration: none; }
  .tags-links a.custom-bg {
    padding: 1px 8px 4px;
    background-color: #D6D6D6;
    color: #1C2024;
    text-decoration: none; }
  .tags-links a[data-background-color=""] {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent; }

.cats-links a {
  display: block;
  text-decoration: underline;
  float: left;
  padding: 0;
  font: 700 14px/19px "Titillium Web";
  margin-right: 8px;
  margin-bottom: 8px; }
  .cats-links a:hover {
    text-decoration: none; }

.highlight-box {
  background-color: #EAAAB1;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 18px 32px;
  width: 100%;
  height: 64px;
  display: block;
  overflow: hidden; }
  .highlight-box h5 {
    margin: 0;
    font: 700 24px/28px "Titillium Web";
    overflow: hidden; }
    .highlight-box h5 a {
      color: #1C2024; }
      .highlight-box h5 a:hover {
        opacity: .9; }
  .highlight-box p {
    margin: 0;
    font: 300 18px/28px "Titillium Web"; }
  .highlight-box.big {
    background-color: #C30C26;
    color: #fff;
    height: 136px; }
    .highlight-box.big a {
      color: #fff; }
    .highlight-box.big.pale-red {
      background-color: #EAAAB1;
      color: #1C2024;
      height: 64px; }
      @media screen and (min-width: 1280px) {
        .highlight-box.big.pale-red {
          height: 136px; } }
      .highlight-box.big.pale-red a {
        color: #1C2024; }
  .highlight-box.has-image {
    padding-left: 64px;
    background-position: 14px center;
    background-size: 40px 40px;
    background-repeat: no-repeat; }

.gallery-box {
  margin: 0 0 16px;
  padding: 0; }
  .single-multimedia .gallery-box {
    padding: 0 8px; }
  .gallery-box h2 {
    margin-top: 22px;
    font: 600 16px/19px "Titillium Web"; }
    .gallery-box h2 a {
      color: #fff; }
      .gallery-box h2 a:hover {
        opacity: 1;
        color: #e6e6e6; }
  .gallery-box .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .gallery-box .entry-title {
    float: left; }
  .gallery-box .gallery-icon {
    margin: 14px 12px 0 0;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .gallery-box .gallery-icon {
        margin-left: 12px; } }

.comunicato {
  max-width: 608px;
  background-color: #F5F5F0;
  border-radius: 5px;
  margin-left: 0;
  margin-bottom: 16px;
  padding: 24px 24px 32px; }
  @media screen and (max-width: 1279px) {
    .comunicato {
      margin-left: auto;
      margin-right: auto; } }
  .comunicato .date-c {
    font: 700 18px/28px "Titillium Web";
    margin-bottom: 32px; }
  .comunicato .text-c {
    font: 21px/25px "Titillium Web"; }
  .comunicato .bottom-c {
    color: #5A6772;
    font: 16px/19px "Titillium Web";
    margin-top: 24px; }

.no-sidebar .entry-sharing,
.no-sidebar .entry-header,
.no-sidebar .excerpt,
.no-sidebar .editor-text,
.no-sidebar .entry-footer,
.no-sidebar .single-sharing-wrapper,
.no-sidebar .table {
  width: 608px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
.no-sidebar .editor-media {
  width: 810px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.has-sidebar .entry-sharing,
.has-sidebar .entry-header,
.has-sidebar .excerpt,
.has-sidebar .editor-text,
.has-sidebar .editor-media,
.has-sidebar .entry-footer
.table {
  width: 608px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

/*#content {*/
article {
  padding-left: 8px;
  padding-right: 8px; }
  @media screen and (min-width: 768px) {
    article {
      padding: 0; } }

h1 {
  font: 700 32px/38px "Titillium Web";
  margin: 0 0 32px 0; }
  @media screen and (min-width: 768px) {
    h1 {
      font: 700 40px/48px "Titillium Web";
      margin: 0 0 48px 0; } }

h2 {
  font: 700 30px/34px "Titillium Web";
  margin: 0 0 24px 0; }
  @media screen and (min-width: 768px) {
    h2 {
      font: 700 36px/40px "Titillium Web";
      margin: 0 0 32px 0; } }

.tags-links {
  margin: 0 0 8px; }

.tags-title {
  margin-right: 16px;
  font: 300 16px/26px "Titillium Web"; }
  @media screen and (min-width: 768px) {
    .tags-title {
      line-height: 22px;
      float: left; } }

.entry-meta {
  margin: 0;
  font: 300 16px/19px "Titillium Web";
  margin-bottom: 16px; }
  .entry-meta time {
    display: block;
    float: none;
    clear: both; }

.video-body p {
  font: 400 16px/25px "PT Serif";
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .video-body p {
      font: 400 21px/32px "PT Serif"; } }
  .video-body p + p, .video-body p + blockquote {
    margin-top: 32px; }
    @media screen and (min-width: 768px) {
      .video-body p + p, .video-body p + blockquote {
        margin-top: 48px; } }

.entry-content {
  margin-top: 48px;
  margin-bottom: 24px;
  font: 400 16px/25px "PT Serif"; }
  @media screen and (min-width: 768px) {
    .entry-content {
      margin-top: 24px;
      margin-bottom: 48px;
      font: 400 21px/32px "PT Serif"; } }
  .entry-content.no-margin-top {
    margin-top: 0; }
  .entry-content a {
    text-decoration: underline; }
  .entry-content p {
    font: 400 16px/25px "PT Serif";
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .entry-content p {
        font: 400 21px/32px "PT Serif"; } }
    .entry-content p + p, .entry-content p + blockquote {
      margin-top: 32px; }
      @media screen and (min-width: 768px) {
        .entry-content p + p, .entry-content p + blockquote {
          margin-top: 48px; } }
  .entry-content ul {
    margin: 40px 0; }
    .entry-content ul li {
      position: relative;
      margin: 0; }
  .entry-content blockquote {
    border: 0;
    padding: 0 16px 8px 8px; }
    @media screen and (min-width: 768px) {
      .entry-content blockquote {
        padding: 0 32px 8px 48px; } }
    .entry-content blockquote p {
      display: inline;
      background-color: #E3FEFF;
      font: italic 200 28px/34px "PT Serif"; }
      @media screen and (min-width: 768px) {
        .entry-content blockquote p {
          font: italic 200 32px/42px "PT Serif"; } }

.entry-header + .entry-content {
  margin-top: 16px; }
  @media screen and (min-width: 768px) {
    .entry-header + .entry-content {
      margin-top: 8px; } }

.excerpt p {
  font: 200 24px/28px "Titillium Web";
  color: #5A6772;
  margin-bottom: 48px; }
  @media screen and (min-width: 768px) {
    .excerpt p {
      font: 200 32px/38px "Titillium Web"; } }

.editor-media {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .editor-media {
      margin-bottom: 48px; } }
  .editor-media video,
  .editor-media img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.editor-text {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .editor-text {
      margin-bottom: 48px; } }
  .editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    margin: 16px 0 32px; }
    @media screen and (min-width: 768px) {
      .editor-text h1.anchor-title, .editor-text h2.anchor-title, .editor-text h3.anchor-title, .editor-text h4.anchor-title, .editor-text h5.anchor-title, .editor-text h6.anchor-title {
        margin-bottom: 40px; } }
  .editor-text .paragraph-to-show {
    margin: 16px 0 32px; }
  .editor-text .paragraph-to-show p {
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out; }
  .editor-text .paragraph-to-show.active p {
    max-height: 5000px; }
  @media screen and (max-width: 767px) {
    .editor-text .paragraph-to-show a.btn.btn-active {
      width: 100%; } }

/*}*/
.more-links-to-show ul {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: max-height 250ms ease-in-out;
  transition: max-height 250ms ease-in-out; }
.more-links-to-show.active ul {
  max-height: 500px; }

#featured-image + #content h1 {
  margin-top: 32px; }
  @media screen and (min-width: 768px) {
    #featured-image + #content h1 {
      margin-top: 48px; } }

#featured-image + #content h2 {
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    #featured-image + #content h2 {
      margin-top: 32px; } }

.no-sidebar .entry-sharing {
  position: absolute;
  top: 48px;
  right: 0;
  height: 48px;
  display: block; }

.caption {
  color: #5A6772;
  margin: 16px 0;
  padding: 0 16px; }

.accordion-line {
  padding: 16px 0;
  margin: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
  .accordion-line + .accordion-line {
    border-top: 0; }
  .accordion-line .accordion-title {
    cursor: pointer;
    position: relative;
    margin: 0 !important;
    padding-right: 40px;
    font: 700 24px/28px "Titillium Web"; }
    @media screen and (min-width: 768px) {
      .accordion-line .accordion-title {
        font: 700 32px/38px "Titillium Web"; } }
    .accordion-line .accordion-title::after {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -16px;
      right: 0;
      width: 32px;
      height: 32px;
      background-position: center;
      background-size: 32px 32px;
      background-repeat: no-repeat;
      background-image: url("../icons/mobile-accordion.svg");
      will-change: transform;
      -webkit-transition: 150ms -webkit-transform ease-in-out;
      transition: 150ms -webkit-transform ease-in-out;
      transition: 150ms transform ease-in-out;
      transition: 150ms transform ease-in-out, 150ms -webkit-transform ease-in-out; }
    .accordion-line .accordion-title a {
      color: #1C2024;
      text-decoration: none !important; }
  .accordion-line .accordion-content {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    will-change: max-height, margin;
    -webkit-transition: 150ms max-height ease-in-out, 150ms margin ease-in-out;
    transition: 150ms max-height ease-in-out, 150ms margin ease-in-out; }
    .accordion-line .accordion-content p {
      margin-top: 16px !important; }
  .accordion-line.active .accordion-title::after {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }
  .accordion-line.active .accordion-content {
    margin-top: 24px;
    max-height: 5000px; }

.single-video {
  margin-bottom: 24px; }
  @media screen and (min-width: 1280px) {
    .single-video {
      margin-bottom: 32px; } }

#sidebar,
#bottom-sidebar {
  margin: 48px auto 0;
  max-width: 316px; }
  #sidebar #title-mobile-sidebar,
  #bottom-sidebar #title-mobile-sidebar {
    display: none; }

#bottom-sidebar {
  max-width: none;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (min-width: 1280px) {
    #bottom-sidebar {
      max-width: 316px; } }

.block {
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .block {
      /*margin-bottom: 64px;*/ } }
  .block h3 {
    margin: 0;
    padding: 0 16px 19px 0;
    font: 700 16px/19px "Titillium Web";
    border-bottom: 1px solid #D6D6D6;
    text-transform: uppercase;
    color: #5A6772; }
  .block ul {
    padding: 0;
    list-style: none; }
    .block ul li {
      display: block;
      min-height: 48px; }
      .block ul li + li {
        border-top: 1px solid #D6D6D6; }
      .block ul li a {
        display: block;
        padding: 14px 16px 14px 0;
        font: 300 18px/28px "Titillium Web";
        color: #C30C26;
        text-decoration: underline;
        position: relative; }
        .block ul li a:hover {
          text-decoration: none; }
      .block ul li.has-children {
        border: 0; }
  .block.block-book ul li.parent_book > a {
    padding: 14px 16px;
    background-color: #C30C26;
    color: #fff;
    text-decoration: none;
    font: 700 18px/28px "Titillium Web"; }
  .block.block-book ul li ul {
    border-top: 1px solid #D6D6D6;
    margin: 0;
    padding: 0; }
    .block.block-book ul li ul li a {
      font: 400 16px/19px "Titillium Web";
      padding-left: 24px; }
    .block.block-book ul li ul li.leaf a {
      background-color: #fff;
      color: #C30C26; }
    .block.block-book ul li ul li.active-trail a {
      background-color: #E8E8E2;
      color: #1C2024; }
      .block.block-book ul li ul li.active-trail a.active {
        background-color: #F7DFDF; }
    .block.block-book ul li ul li ul li a {
      padding-left: 40px; }
    .block.block-book ul li ul li ul li.leaf a {
      background-color: #fff;
      color: #C30C26; }
    .block.block-book ul li ul li ul li.active-trail a {
      background-color: #E8E8E2;
      color: #1C2024; }
      .block.block-book ul li ul li ul li.active-trail a.active {
        background-color: #F7DFDF; }
    .block.block-book ul li ul li ul li ul li a {
      padding-left: 56px; }
    .block.block-book ul li ul li ul li ul li.leaf a {
      background-color: #fff;
      color: #C30C26; }
  .block .block-archive h3 {
    margin: 0;
    padding: 11px 16px 9px;
    background-color: #F7DFDF;
    font: 700 18px/28px "Titillium Web";
    border-bottom: 1px solid #D6D6D6;
    color: #C30C26;
    text-transform: initial; }
  .block .block-archive .current-menu-item a {
    font: 700 16px/19px "Titillium Web";
    background-color: #F7DFDF;
    color: #C30C26; }
  .block .block-archive.dark-archive h3 {
    color: #fff;
    background-color: #C30C26; }
  .block .path-specs {
    border-radius: 5px;
    background-color: #F5F5F0;
    padding: 24px 16px 8px; }
    .block .path-specs h3 {
      color: #1C2024;
      border: 0; }
    .block .path-specs .spec {
      border-top: 1px solid #D6D6D6;
      padding: 16px 0; }
      .block .path-specs .spec dl {
        margin: 0; }
      .block .path-specs .spec dt {
        font: 300 16px/19px "Titillium Web"; }
      .block .path-specs .spec dd {
        font: 700 24px/29px "Titillium Web";
        margin-top: 8px; }
        .block .path-specs .spec dd a {
          font: 300 16px/19px "Titillium Web";
          color: #C30C26; }

ul.to-be-shown {
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid #D6D6D6;
  border-bottom: 0;
  will-change: max-height;
  -webkit-transition: max-height 250ms ease-in-out;
  transition: max-height 250ms ease-in-out; }
  .active ul.to-be-shown {
    max-height: 500px; }

.sharing {
  display: block;
  margin-bottom: -16px;
  float: right;
  position: relative;
  width: 260px;
  overflow: hidden; }
  .sharing > div {
    float: right;
    line-height: 48px;
    text-align: center; }
  .sharing .t {
    width: 123px;
    cursor: pointer;
    font: 400 18px/48px "Titillium Web";
    color: #5A6772;
    background-color: #F5F5F0; }
  .sharing .i {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 10;
    background-color: #F2425B;
    background-image: url("../icons/mobile-share-trigger.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 48px 48px;
    will-change: background-color;
    -webkit-transition: background-color 125ms ease-in-out;
    transition: background-color 125ms ease-in-out; }
    .sharing .i.active {
      background-color: #EAAAB1; }
    .sharing .i img {
      vertical-align: top; }
  .sharing ul {
    padding: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 48px;
    float: right;
    height: 48px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform: translateX(196px);
            transform: translateX(196px);
    will-change: transform;
    -webkit-transition: -webkit-transform 125ms ease-in-out;
    transition: -webkit-transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out, -webkit-transform 125ms ease-in-out; }
    .sharing ul.active {
      -webkit-transform: none;
              transform: none; }
    .sharing ul li {
      display: block;
      float: left;
      margin-right: 1px;
      border: 0 !important; }
      .sharing ul li a {
        display: block;
        color: #fff;
        background-color: #F2425B;
        text-align: center;
        width: 48px;
        height: 48px;
        line-height: 48px;
        padding: 0; }
        .sharing ul li a svg {
          width: 48px;
          height: 48px;
          fill: #fff; }

a.show-more {
  font: 300 16px/19px "Titillium Web";
  color: #C30C26;
  text-decoration: underline;
  position: relative;
  margin-top: 12px;
  padding-right: 16px;
  display: inline-block; }
  a.show-more:after {
    content: '\f107';
    position: absolute;
    display: inline-block;
    top: 1px;
    right: 0;
    font-family: "FontAwesome";
    -webkit-transform: none;
            transform: none;
    will-change: transform;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  a.show-more.active:after {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }

#toolbar {
  display: block;
  position: fixed;
  z-index: 111;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  background-color: #F5F5F0;
  border-top: 1px solid #D8D8D8; }

#share {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  background-color: #C30C26;
  background-image: url("../icons/mobile-share-trigger.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 48px 48px; }

#sidebar-trigger {
  position: absolute;
  z-index: 8;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(100% - 48px);
  height: 48px;
  text-align: right;
  font: 300 16px/48px "Titillium Web";
  color: #5A6772;
  padding-right: 48px;
  background-image: url("../icons/sidebar-trigger.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 48px 48px; }

#title-mobile-sidebar h2 {
  color: #1c2024;
  font: 700 24px/28px "Titillium Web";
  margin: 48px 0 24px; }

#mobile-sidebar {
  position: fixed;
  z-index: 110;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 196px);
  background-color: #F5F5F0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  will-change: transform, height;
  -webkit-transition: height 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: height 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, height 250ms ease-in-out;
  transition: transform 250ms ease-in-out, height 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  #mobile-sidebar.active {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px); }
    #mobile-sidebar.active.header-is-sticky {
      height: calc(100% - 123px); }
  #mobile-sidebar .sharing {
    display: none; }
  #mobile-sidebar .scrollable {
    padding: 0 16px;
    position: absolute;
    overflow-y: scroll;
    max-height: 100%;
    width: 100%;
    display: block; }
  #mobile-sidebar #title-mobile-sidebar h2 {
    margin-bottom: 0; }
  #mobile-sidebar ul.to-be-shown {
    max-height: 1000; }
  #mobile-sidebar a.show-more {
    display: none; }

#mobile-sharing {
  position: fixed;
  z-index: 110;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 196px);
  background-color: #30373D;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  will-change: transform, height;
  -webkit-transition: height 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: height 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, height 250ms ease-in-out;
  transition: transform 250ms ease-in-out, height 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  #mobile-sharing.active {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px); }
    #mobile-sharing.active.header-is-sticky {
      height: calc(100% - 123px); }
  #mobile-sharing .scrollable {
    padding: 0 16px; }
  #mobile-sharing #title-mobile-sidebar h2 {
    color: #fff; }
  #mobile-sharing .sidebar-block h3 {
    padding: 16px 16px 16px 0;
    color: #fff; }
  #mobile-sharing .sharing {
    float: none;
    width: 100%; }
    #mobile-sharing .sharing ul {
      float: left;
      background: none;
      position: relative;
      right: auto;
      top: auto;
      margin-top: 16px; }

#close-mobile-sidebar,
#close-mobile-sharing {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  position: absolute;
  top: 12px;
  cursor: pointer;
  z-index: 12; }

#close-mobile-sidebar {
  left: 50%;
  margin-left: -12px;
  background-image: url("../icons/close-mobile-sidebar.svg"); }

#close-mobile-sharing {
  right: 24px;
  background-image: url("../icons/close-mobile-sharing.svg"); }

#taxonomy-title h2 {
  margin: 0 0 24px; }

.archive-title h4 {
  margin: 32px 0 24px;
  font-weight: 400; }

.filters-list {
  margin-bottom: 16px; }
  .filters-list.pills .container {
    position: relative; }
    .filters-list.pills .container::after {
      content: '';
      position: absolute;
      width: 48px;
      height: 77px;
      background-image: url("../img/filter-gradient.png");
      background-repeat: repeat-y;
      top: 0;
      right: 8px;
      z-index: 11;
      pointer-events: none; }
  .filters-list#concorsi-filter {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    font: 400 18px/28px "Titillium Web"; }
    .filters-list#concorsi-filter ul {
      /*list-style: none;
      margin-top:8px;
      padding-left: 0;*/ }
      .filters-list#concorsi-filter ul li {
        /*display: inline-block;*/ }
        .filters-list#concorsi-filter ul li a.btn {
          background-color: #efefef;
          color: #1C2024;
          margin-right: 0; }
        .filters-list#concorsi-filter ul li.active a.btn {
          background-color: #C30C26;
          color: #fff; }

#taxonomy-filter {
  border-top: 1px solid #D8D8D8; }
  #taxonomy-filter ul {
    margin-bottom: 0;
    padding-left: 0; }
    #taxonomy-filter ul li {
      display: inline-block;
      margin-bottom: 16px; }
      #taxonomy-filter ul li a.btn.btn-selectable {
        background-color: transparent;
        border: 2px solid #D6D6D6;
        color: #444E57; }
        #taxonomy-filter ul li a.btn.btn-selectable.selected {
          border-color: #C30C26;
          color: #C30C26; }

.tax-border {
  border-bottom: 1px solid #D8D8D8; }
  @media screen and (max-width: 767px) {
    .tax-border .col-xs-12 {
      padding: 0 !important; } }

a.tax-filter {
  font: 400 21px/64px "Titillium Web";
  position: relative;
  border: 0;
  padding: 0 48px 0 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  color: #5A6772; }
  @media screen and (max-width: 767px) {
    a.tax-filter + .tax-filter {
      border-top: 1px solid #D8D8D8; } }
  @media screen and (min-width: 768px) {
    a.tax-filter {
      width: auto;
      border-right: 1px solid #D8D8D8; }
      a.tax-filter:first-child {
        border-left: 1px solid #D8D8D8;
        z-index: 1; } }
  a.tax-filter:after {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    top: 20px;
    right: 12px;
    background-image: url("../icons/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    will-change: transform;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: 150ms -webkit-transform ease-in-out;
    transition: 150ms -webkit-transform ease-in-out;
    transition: 150ms transform ease-in-out;
    transition: 150ms transform ease-in-out, 150ms -webkit-transform ease-in-out; }
  a.tax-filter.active {
    background-color: #F7DFDF; }
    a.tax-filter.active:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

@media screen and (max-width: 767px) {
  .form-filter {
    border-top: 1px solid #D8D8D8; } }

#selected-values {
  padding: 16px 0 0; }
  #selected-values ul {
    margin-right: 8px;
    float: left; }
  #selected-values a.btn.btn-apply-filter {
    float: left; }

.show-more-keywords {
  margin-top: 32px;
  margin-bottom: 16px; }
  .show-more-keywords a {
    font: 700 18px/28px "Titillium Web";
    text-decoration: underline; }
    .show-more-keywords a:hover {
      text-decoration: none; }

a.btn.btn-apply-filter {
  display: none; }
  a.btn.btn-apply-filter.active {
    display: block; }

.lil-face {
  margin: 0px 16px 16px 0;
  padding-top: 6px;
  padding-right: 40px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  color: #444E57;
  font-size: 18px;
  font-weight: 700; }

span.del-face {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  content: '';
  background-image: url(../icons/lil-face.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  cursor: pointer; }

#drawers {
  max-height: 0;
  overflow: hidden;
  will-change: max-height, transform, opacity;
  opacity: 0;
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
  -webkit-transition: max-height 150ms ease-in-out, opacity 150ms ease-in-out 250ms, -webkit-transform 150ms ease-in-out 250ms;
  transition: max-height 150ms ease-in-out, opacity 150ms ease-in-out 250ms, -webkit-transform 150ms ease-in-out 250ms;
  transition: max-height 150ms ease-in-out, transform 150ms ease-in-out 250ms, opacity 150ms ease-in-out 250ms;
  transition: max-height 150ms ease-in-out, transform 150ms ease-in-out 250ms, opacity 150ms ease-in-out 250ms, -webkit-transform 150ms ease-in-out 250ms; }
  #drawers.active {
    max-height: 1100px;
    -webkit-transform: none;
            transform: none;
    opacity: 1; }

.drawer {
  background-color: #fff;
  border-bottom: 1px solid #D8D8D8;
  max-height: 0;
  overflow: hidden;
  will-change: max-height, transform, opacity;
  opacity: 0;
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
  -webkit-transition: max-height 150ms ease-in-out, opacity 150ms ease-in-out 250ms, -webkit-transform 150ms ease-in-out 250ms;
  transition: max-height 150ms ease-in-out, opacity 150ms ease-in-out 250ms, -webkit-transform 150ms ease-in-out 250ms;
  transition: max-height 150ms ease-in-out, transform 150ms ease-in-out 250ms, opacity 150ms ease-in-out 250ms;
  transition: max-height 150ms ease-in-out, transform 150ms ease-in-out 250ms, opacity 150ms ease-in-out 250ms, -webkit-transform 150ms ease-in-out 250ms; }
  .drawer .drawer-content {
    padding: 32px 0; }
  .drawer.active {
    max-height: 800px;
    -webkit-transform: none;
            transform: none;
    opacity: 1; }

.form-filter {
  margin: 8px;
  position: relative; }

.form-filter .form-control {
  height: 48px;
  background-color: #F5F5F0;
  padding: 12px;
  color: #5A6772;
  font: 18px/27px "Titillium Web"; }

.btn-search-c {
  position: absolute;
  top: 0;
  right: -48px;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 0 !important;
  border: 0;
  font-size: 1px; }
  .btn-search-c svg {
    width: 48px;
    height: 48px; }
    .btn-search-c svg path {
      fill: #fff; }
    .btn-search-c svg rect {
      fill: #F2425B; }

.frame {
  margin: 0;
  height: 60px;
  padding: 0;
  position: relative; }

.frame .slidee {
  position: relative;
  margin: 7px auto 0;
  padding: 0;
  height: 100%;
  list-style: none; }

.slidee li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
  display: block; }

.pagination {
  margin: 0; }

.pagination > li {
  display: inline-block; }

.pagination > li > a,
.pagination > li > span {
  border-radius: 50% !important;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  display: none;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pagination > li > a,
    .pagination > li > span {
      display: inline-block; } }
  .pagination > li > a.current,
  .pagination > li > span.current {
    color: #fff;
    background-color: #C30C26; }
  .pagination > li > a.prev, .pagination > li > a.next,
  .pagination > li > span.prev,
  .pagination > li > span.next {
    width: auto;
    display: inline-block; }
    .pagination > li > a.prev:hover, .pagination > li > a.next:hover,
    .pagination > li > span.prev:hover,
    .pagination > li > span.next:hover {
      background-color: transparent; }
  .pagination > li > a.prev,
  .pagination > li > span.prev {
    margin-right: 8px; }
    .pagination > li > a.prev .fa,
    .pagination > li > span.prev .fa {
      margin-right: 8px; }
  .pagination > li > a.next,
  .pagination > li > span.next {
    margin-left: 8px; }
    .pagination > li > a.next .fa,
    .pagination > li > span.next .fa {
      margin-left: 8px; }

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #30373D; }

.banner-variant {
  background-color: #fff; }
  @media screen and (min-width: 600px) {
    .banner-variant {
      min-height: 261px; } }
  @media screen and (min-width: 900px) {
    .banner-variant {
      min-height: 378px; } }
  @media screen and (min-width: 1200px) {
    .banner-variant {
      min-height: 488px; } }
  .banner-variant [class^=col-] {
    padding-left: 16px;
    padding-right: 16px; }
  .banner-variant .banner-title {
    margin: 0 0 4px;
    font: 700 21px/25px "Titillium Web"; }
    @media screen and (min-width: 900px) {
      .banner-variant .banner-title {
        margin: 0 0 8px;
        font: 700 28px/34px "Titillium Web"; } }
    @media screen and (min-width: 1200px) {
      .banner-variant .banner-title {
        margin: 0 0 32px;
        font: 700 40px/48px "Titillium Web"; } }
  .banner-variant .banner-content .banner-content-bg {
    padding: 12px 8px 48px;
    color: #fff;
    background-color: #0066CC;
    height: 100%; }
    @media screen and (min-width: 600px) {
      .banner-variant .banner-content .banner-content-bg {
        padding: 12px 16px 48px; } }
    @media screen and (min-width: 900px) {
      .banner-variant .banner-content .banner-content-bg {
        padding: 32px 32px 88px; } }
    @media screen and (min-width: 1200px) {
      .banner-variant .banner-content .banner-content-bg {
        padding: 64px 48px 170px; } }
  .banner-variant .banner-content p {
    font: 400 14px/18px "Titillium Web";
    margin-bottom: 16px; }
    @media screen and (min-width: 900px) {
      .banner-variant .banner-content p {
        font: 400 24px/29px "Titillium Web"; } }
  .banner-variant .banner-content a.btn.btn-cta {
    margin-top: 16px;
    background-color: #fff;
    color: #0066CC;
    position: absolute;
    bottom: 12px;
    padding: 0 16px;
    line-height: 32px;
    font-size: 14px; }
    @media screen and (min-width: 900px) {
      .banner-variant .banner-content a.btn.btn-cta {
        padding: 0 32px;
        bottom: 32px;
        line-height: 48px;
        font-size: 18px; } }
    @media screen and (min-width: 1200px) {
      .banner-variant .banner-content a.btn.btn-cta {
        bottom: 64px; } }
  .banner-variant.banner-variant-white {
    background-color: #f5f5f0;
    color: #555555; }
    .banner-variant.banner-variant-white .banner-content .banner-content-bg {
      color: #1C2024;
      background-color: #fff; }
    .banner-variant.banner-variant-white .banner-content a.btn.btn-cta {
      background-color: #0066CC;
      color: #fff; }

.banner-image {
  position: relative; }

.banner-content {
  position: relative; }

@media screen and (min-width: 600px) {
  .banner-image {
    width: 290px;
    height: 213px;
    position: absolute;
    right: 50%;
    margin-right: -266px;
    z-index: 11; }

  .banner-content {
    width: 290px;
    height: 145px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -266px;
    z-index: 12; } }
@media screen and (min-width: 900px) {
  .banner-image {
    width: 450px;
    height: 330px;
    position: absolute;
    right: 50%;
    margin-right: -402px;
    z-index: 11; }

  .banner-content {
    width: 450px;
    height: 278px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -402px;
    z-index: 12; } }
@media screen and (min-width: 1200px) {
  .banner-image {
    width: 600px;
    height: 440px;
    position: absolute;
    right: 50%;
    margin-right: -552px;
    z-index: 11; }

  .banner-content {
    width: 600px;
    height: 392px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -552px;
    z-index: 12; } }
.banner-centered {
  padding: 16px; }
  .banner-centered.no-padding-banner {
    padding: 0; }
  .banner-centered .banner-centered-image {
    display: table;
    width: 100%;
    height: 320px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .banner-centered .banner-centered-image .cta-wrapper {
      display: table-cell;
      vertical-align: middle; }
      .banner-centered .banner-centered-image .cta-wrapper .btn.btn-active {
        margin-top: 0; }

.alert-banner-image {
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .alert-banner-image {
      margin-bottom: 16px;
      text-align: left !important; }
      .alert-banner-image img {
        width: 48px;
        height: 48px; } }

.alert-banner-content .alert-banner-title {
  margin-bottom: 32px; }
  .alert-banner-content .alert-banner-title a {
    color: #1C2024; }

.card {
  font: 16px/23px "Titillium Web";
  margin-bottom: 48px; }
  .card .heading {
    font: 700 21px/25px "Titillium Web";
    background-color: #E8E8E2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 16px; }
    @media screen and (min-width: 768px) {
      .card .heading {
        padding: 24px; } }
    .card .heading .sottotitolo-heading {
      font: 400 16px/19px "Titillium Web"; }
  .card.single-line {
    border-radius: 5px;
    background-color: #E8E8E2;
    padding: 16px; }
    @media screen and (min-width: 768px) {
      .card.single-line {
        padding: 24px; } }
    .card.single-line .heading {
      border-radius: 0;
      padding: 0 !important; }
      @media screen and (max-width: 767px) {
        .card.single-line .heading {
          margin-bottom: 16px;
          padding: 0 !important; } }
      .card.single-line .heading .sottotitolo-heading {
        font: 400 16px/19px "Titillium Web"; }
  .card .card-content {
    background-color: #F5F5F0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 16px; }
    @media screen and (min-width: 768px) {
      .card .card-content {
        padding: 24px; } }
  .card.concorso-card {
    max-width: 608px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1280px) {
      .card.concorso-card {
        margin-left: 0;
        margin-right: 0; } }
    .card.concorso-card .heading {
      color: #5A6772; }
      .card.concorso-card .heading small {
        display: block;
        color: #1C2024;
        font-weight: 400; }
      .card.concorso-card .heading .sottotitolo-heading {
        font: 400 16px/19px "Titillium Web"; }
    .card.concorso-card .card-content {
      font-size: 14px;
      line-height: 19px; }
  .card.with-attachment .card-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .card .card-image {
    float: none; }
    @media screen and (min-width: 768px) {
      .card .card-image {
        float: left;
        margin-right: 24px; } }
    .card .card-image img {
      background-color: #F5A623;
      border: 0;
      width: 120px;
      height: 120px;
      margin-bottom: 16px; }
      @media screen and (min-width: 768px) {
        .card .card-image img {
          width: 168px;
          height: 168px;
          margin-bottom: 0; } }
  .card .card-text {
    float: none; }
    @media screen and (min-width: 768px) {
      .card .card-text {
        float: left; } }
  .card .card-attachment {
    border-top: 1px solid #d6d6d6; }
    .card .card-attachment .attachment-title {
      position: relative;
      padding: 16px;
      padding-right: 40px;
      font: 400 16px/19px "Titillium Web";
      border-bottom: 1px solid #d6d6d6; }
      @media screen and (min-width: 768px) {
        .card .card-attachment .attachment-title {
          padding: 16px 24px;
          padding-right: 40px;
          font: 400 16px/19px "Titillium Web"; } }
      .card .card-attachment .attachment-title::after {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -15px;
        right: 4px;
        width: 32px;
        height: 32px;
        background-position: center;
        background-size: 32px 32px;
        background-repeat: no-repeat;
        background-image: url("../icons/mobile-accordion.svg");
        will-change: transform;
        -webkit-transition: 150ms -webkit-transform ease-in-out;
        transition: 150ms -webkit-transform ease-in-out;
        transition: 150ms transform ease-in-out;
        transition: 150ms transform ease-in-out, 150ms -webkit-transform ease-in-out; }
      .card .card-attachment .attachment-title a {
        color: #C30C26;
        text-decoration: underline; }
    .card .card-attachment span.badge {
      color: #fff;
      background-color: #C30C26;
      font: 700 14px/24px "Titillium Web";
      border-radius: 12px;
      float: right;
      text-align: center;
      display: block;
      min-width: 24px;
      margin-top: -2px; }
    .card .card-attachment .attachment-content {
      max-height: 0;
      overflow: hidden;
      will-change: max-height, margin;
      -webkit-transition: 150ms max-height ease-in-out, 150ms margin ease-in-out;
      transition: 150ms max-height ease-in-out, 150ms margin ease-in-out; }
      .card .card-attachment .attachment-content .attachment-line {
        border-bottom: 1px solid #d6d6d6; }
    .card .card-attachment.active .attachment-title::after {
      -webkit-transform: rotate(180deg) !important;
              transform: rotate(180deg) !important; }
    .card .card-attachment.active .attachment-content {
      max-height: 500px; }
    .card .card-attachment .attachment-line {
      position: relative;
      padding: 16px; }
      @media screen and (min-width: 768px) {
        .card .card-attachment .attachment-line {
          padding: 16px 24px; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #8d8f91;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #1C2024;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #8d8f91;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease, background 500ms ease;
  transition: opacity 200ms ease, background 500ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1C2024; }

.grey-section .owl-theme .owl-dots .owl-dot span {
  background: #8d8f91; }
.grey-section .owl-theme .owl-dots .owl-dot.active span,
.grey-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff; }

.owl-gallery.owl-theme .owl-nav {
  position: absolute;
  top: -65px;
  right: 0; }
  .owl-gallery.owl-theme .owl-nav [class*='owl-'] {
    background: none;
    margin: 5px;
    padding: 4px 7px;
    width: 32px;
    height: 32px; }
    .owl-gallery.owl-theme .owl-nav [class*='owl-'] svg {
      fill: #fff;
      width: 32px;
      height: 32px; }
      .owl-gallery.owl-theme .owl-nav [class*='owl-'] svg#owl-next {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .owl-gallery.owl-theme .owl-nav [class*='owl-'].disabled {
      visibility: hidden; }
  .owl-gallery.owl-theme .owl-nav [class*='owl-']:hover {
    background: none; }

.creative-title {
  font: 16px/19px "Titillium Web";
  margin-bottom: 32px; }
  @media screen and (min-width: 1280px) {
    .creative-title {
      margin-bottom: 48px; } }
  .creative-title h1 {
    font: 700 32px/38px "Titillium Web";
    margin: 16px 0; }
    @media screen and (min-width: 1280px) {
      .creative-title h1 {
        margin-top: 0; } }
  .creative-title a {
    text-decoration: underline; }
  .creative-title .picture-credits {
    font-weight: 700; }
  .creative-title .creative-commons {
    margin: 16px 0 0;
    line-height: 32px; }
    .creative-title .creative-commons .creative-img {
      display: inline;
      width: 32px;
      height: 32px;
      margin-right: 4px;
      vertical-align: middle; }

.masonry-generic .grid-item {
  margin-bottom: 16px; }

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }

.venoframe.vbvid {
  height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.figlio {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.animated {
  webkit-transition: margin 300ms ease-out;
  -webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

.animate-in {
  opacity: 1; }

.animate-out {
  opacity: 0; }

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.sk-double-bounce {
  position: relative; }

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-doubleBounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto; }

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%,100%,40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes sk-waveStretchDelay {
  0%,100%,40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center; }

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce {
  0%,100%,80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-three-bounce {
  0%,100%,80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,100%,70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%,100%,70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.opendata-block {
  margin: 24px 0;
  padding: 24px 0;
  display: block;
  width: 100%; }

.opendata-counter {
  display: block;
  color: #C30C26;
  margin-bottom: 32px; }
  .opendata-counter span {
    line-height: 1.45; }

.opendata-title {
  font: 21px/25px "Titillium Web"; }

/* modifica del 15-01-2018 (scritta regione toscana in bianco */
#upper-header #context a { 
    color: #fff;
}  
/* ------ */

/* modifica del 15-01-2018 (per far funzionare i link accanto agli rss) */
a.rss {
    display: inline-block !important;
}
/* ------ */

/*# sourceMappingURL=all.css.map */