/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3f750d5d55c95bc99e58)
 * Config saved to config.json and https://gist.github.com/3f750d5d55c95bc99e58
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 708px;

	padding-left: 30px;
	padding-right: 30px;
  }
  .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.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;

  position: relative;
  min-height: 1px;

  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group {
	margin-left: -30px;
	margin-right: -30px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 30px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 35px 0 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #c12017;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: 10px;
}
.pagination > li.previous a:hover,
.pagination > li.next a:hover {
	text-decoration: none;
}
/*.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}*/
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #c12017;
  border-color: #c12017;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #c12017;
  border-color: #c12017;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3f750d5d55c95bc99e58)
 * Config saved to config.json and https://gist.github.com/3f750d5d55c95bc99e58
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*
 *  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;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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("../../bundles/generali/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
/* line 8, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 16, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu .mm-hidden {
  display: none;
}

/* line 23, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 30, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* line 40, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
/* line 47, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 61, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
/* line 65, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
/* line 69, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
/* line 76, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu .mm-list {
  padding: 20px 0;
}
/* line 80, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-list {
  padding-bottom: 0;
}
/* line 84, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}

/* line 92, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 97, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

/* line 103, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 111, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list {
  font: inherit;
  font-size: 14px;
}
/* line 116, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
/* line 122, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li {
  position: relative;
}
/* line 126, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
/* line 27, ../sass/mmenu/inc/_mixins.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 143, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
/* line 153, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* line 27, ../sass/mmenu/inc/_mixins.scss */
.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 166, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
/* line 170, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
/* line 176, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
/* line 186, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
/* line 192, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
/* line 201, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
/* line 209, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
/* line 221, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
/* line 225, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
/* line 232, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}
/* line 241, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
/* line 247, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

/* line 259, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
/* line 264, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
/* line 269, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
/* line 275, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}
/* line 278, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}
/* line 286, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 291, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

/* line 7, ../sass/mmenu/inc/_colors.scss */
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 11, ../sass/mmenu/inc/_colors.scss */
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}
/* line 18, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 26, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
/* line 31, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 36, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 44, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
/* line 50, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
/* line 60, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 9, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 14, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 22, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened {
  overflow: hidden;
  position: relative;
}
/* line 27, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened body {
  overflow: hidden;
}

/* line 33, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 37, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* line 51, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 60, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
/* line 65, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 5, ../sass/mmenu/inc/_sizing.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

/* line 13, ../sass/mmenu/inc/_sizing.scss */
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  /* line 21, ../sass/mmenu/inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 30, ../sass/mmenu/inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

@charset "UTF-8";
/**    Stili secondo regola "Mobile First"**/
/** Stili generici pagina - Parti comuni - Struttura **/
/* Helvetica Font */
@font-face {
    font-family: "Roboto";
    src: url("../../bundles/generali/fonts/Roboto-Regular.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Regular.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Regular.svg?6h13do#Roboto-Regular") format("svg");
}
/* @font-face {
  font-family: "HelveticaLight";
  src: url("../fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("../fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("../fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("../fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("../fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("../fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg");
} */
@font-face {
    font-family: "HelveticaLight";
    src: url("../../bundles/generali/fonts/Roboto-Light.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Light.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Light.svg?6h13do#Roboto-Light") format("svg");
}
/* @font-face {
  font-family: "HelveticaRoman";
  src: url("../fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../fonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg");
} */
@font-face {
    font-family: "HelveticaRoman";
    src: url("../../bundles/generali/fonts/Roboto-Regular.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Regular.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Regular.svg?6h13do#Roboto-Regular") format("svg");
}
/* @font-face {
  font-family: "HelveticaMedium";
  src: url("../fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("../fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("../fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("../fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("../fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("../fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg");
} */
@font-face {
    font-family: "HelveticaMedium";
    src: url("../../bundles/generali/fonts/Roboto-Medium.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Medium.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Medium.svg?6h13do#Roboto-Medium") format("svg");
}
/* @font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg");
} */
@font-face {
    font-family: "HelveticaBold";
    src: url("../../bundles/generali/fonts/Roboto-Bold.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Bold.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Bold.svg?6h13do#Roboto-Bold") format("svg");
}
@font-face {
    font-family: "generali";
    src: url("../../bundles/generali/fonts/generali.eot");
    src: url("../../bundles/generali/fonts/generali.eot?#iefix") format("embedded-opentype"), url("../../bundles/generali/fonts/generali.woff") format("woff"), url("../../bundles/generali/fonts/generali.ttf") format("truetype"), url("../../bundles/generali/fonts/generali.svg#generali") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* line 544, system/iconvarie
/*.png */
.iconVarie-sprite, .iconVarie-add-outlook, .iconVarie-arrow-down-white, .iconVarie-arrow-list-lang-closed, .iconVarie-arrow-list-lang-opened, .iconVarie-arrow-menu-closed-black, .iconVarie-arrow-menu-opened-red, .iconVarie-arrow-up-white, .iconVarie-audio-icon, .iconVarie-backtotop, .iconVarie-bullet-archivio, .iconVarie-bullet-list-big, .iconVarie-bullet-list-empty, .iconVarie-bullet-list, .iconVarie-bullet-matrix-off-red, .iconVarie-bullet-matrix-off-white, .iconVarie-canhelp, .iconVarie-cassetto-aperto-archivio, .iconVarie-cassetto-chiuso-archivio, .iconVarie-cassetto-titolo-closed, .iconVarie-cassetto-titolo-opened, .iconVarie-close-modal-matrix, .iconVarie-contrast-mobile, .iconVarie-contrast, .iconVarie-corp-app-icon, .iconVarie-default-icon-white, .iconVarie-default-icon, .iconVarie-email-icon-contact, .iconVarie-get-updates-icon, .iconVarie-ico-btn-fullsize, .iconVarie-ico-btn-next, .iconVarie-ico-btn-prev, .iconVarie-ico-tool-close, .iconVarie-ico-tool-open, .iconVarie-logo-footer, .iconVarie-logo-white, .iconVarie-logo, .iconVarie-mobile-logo, .iconVarie-mobile-menu-btn-normal, .iconVarie-mobile-menu-btn-opened, .iconVarie-mobile-search-btn, .iconVarie-mobile-switch-bg, .iconVarie-mobile-switch-point, .iconVarie-mobile-world-btn, .iconVarie-owl-video-play, .iconVarie-pdf-icon, .iconVarie-plu_rosso, .iconVarie-plus_bianco, .iconVarie-podcast-icon, .iconVarie-rss-feeds-icon, .iconVarie-search-icon, .iconVarie-see-all-icon-black, .iconVarie-see-all-icon-white, .iconVarie-see-all-icon, .iconVarie-star-hover, .iconVarie-star-nonselezionata, .iconVarie-star-selezionata, .iconVarie-telephone-icon-contact, .iconVarie-video-ext-icon, .iconVarie-video-icon, .iconVarie-webcast-icon, .iconVarie-webpage-icon, .iconVarie-xls-icon, .iconVarie-youtube-icon, .helpyou-btn span:before, .helpyou-btn span:after, .helpyou-btn span.opened:after,
#header .region-header .header-top-right .search-form .search-btn,
#header .region-header .header-top-right .search-form .search-container input.search-form-btn,
#header .region-header .header-top-right .contrast-wrapper a, .main-menu-wrapper ul.menu li.mid-5 .menu-second-part .overview .link-see-more-black a:hover span, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .link-see-more-black a:hover span, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .link-see-more-black a:hover span, .main-menu-wrapper ul.menu li .menu-second-part .overview .link-see-more-white a:hover span,
#mobilemenu-left .add-item .linker-row input.mobile-search-btn,
#mobilemenu-left .add-item .languages-row input.mobile-search-btn,
#mobilemenu-left .add-item .search-row input.mobile-search-btn,
#mobilemenu-left .add-item .linker-row.contrast-wrapper a,
#mobilemenu-left .add-item .languages-row.contrast-wrapper a,
#mobilemenu-left .add-item .search-row.contrast-wrapper a,
#mobilemenu-left .add-item .linker-row .mobLangSwitch,
#mobilemenu-left .add-item .languages-row .mobLangSwitch,
#mobilemenu-left .add-item .search-row .mobLangSwitch,
#mobilemenu-left .add-item .linker-row .mobLangPoint,
#mobilemenu-left .add-item .languages-row .mobLangPoint,
#mobilemenu-left .add-item .search-row .mobLangPoint, body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv:after, body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv.opened:after, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:after, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv.opened:after, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:hover:after,
#footer .first-row ul.service-menu-footer li a.podcast span,
#footer .first-row ul.service-menu-footer li a.corp-app span,
#footer .first-row ul.service-menu-footer li a.rss-feeds span,
#footer .first-row ul.service-menu-footer li a.get-updates span, .img-fullsize, p.default-icon, .contact-email a span, .contact-number span, .owl-controls .owl-dot span, .owl-controls .owl-dot.active span, .panel-group.drawer .panel-default > .panel-heading h3.panel-title a span, .panel-group.drawer .panel-default > .panel-heading h3.panel-title a.collapsed span,
#backtotop, .side-menu .list-menu li.hasChildren span, .side-menu .list-menu li.opened span, body.highc .link-see-more a:hover span, body.highc .link-see-more a span, body.highc .link-see-more-white a:hover span, body .link-see-more a span, body .link-see-more a:hover span, body .link-see-more-white a span, body .link-see-more-white a:hover span, body .link-see-more-black a span, body .link-see-more-black a:hover span, .download-list table.file-list-download tbody tr td.pdf-icon-download span, .download-list table.file-list-download tbody tr td p.price-sensitive, .view-event .view-rows .dx-event .event-subtitle span, .view-event .view-rows .dx-event .add-to-outlook, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-fullsize, .media-gallery-carousel .overlay-abstract-gallery .archive-file-download p.default-icon, .video-item-container .owl-video-play-icon, .headerBanner .bannerSub #tools-btn, .headerBanner .bannerSub #tools-btn.opened {
    background-image: url('../../bundles/generali/images/system/iconVarie-sd75e609034.png');
    background-repeat: no-repeat;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-add-outlook {
    background-position: 0 0;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-down-white {
    background-position: 0 -40px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-list-lang-closed {
    background-position: 0 -66px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-list-lang-opened {
    background-position: 0 -92px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-menu-closed-black {
    background-position: 0 -118px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-menu-opened-red {
    background-position: 0 -151px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-up-white {
    background-position: 0 -180px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-audio-icon {
    background-position: 0 -206px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-backtotop {
    background-position: 0 -255px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-archivio {
    background-position: 0 -339px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-list-big {
    background-position: 0 -366px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-list-empty {
    background-position: 0 -397px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-list {
    background-position: 0 -428px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-matrix-off-red {
    background-position: 0 -459px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-matrix-off-white {
    background-position: 0 -504px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-canhelp {
    background-position: 0 -549px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-cassetto-aperto-archivio {
    background-position: 0 -588px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-cassetto-chiuso-archivio {
    background-position: 0 -620px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-cassetto-titolo-closed {
    background-position: 0 -654px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-cassetto-titolo-opened {
    background-position: 0 -710px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-close-modal-matrix {
    background-position: 0 -766px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-contrast-mobile {
    background-position: 0 -852px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-contrast {
    background-position: 0 -899px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-corp-app-icon {
    background-position: 0 -935px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-default-icon-white {
    background-position: 0 -976px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-default-icon {
    background-position: 0 -1014px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-email-icon-contact {
    background-position: 0 -1053px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-get-updates-icon {
    background-position: 0 -1090px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-btn-fullsize {
    background-position: 0 -1126px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-btn-next {
    background-position: 0 -1182px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-btn-prev {
    background-position: 0 -1238px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-tool-close {
    background-position: 0 -1294px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-tool-open {
    background-position: 0 -1342px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-logo-footer {
    background-position: 0 -1390px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-logo-white {
    background-position: 0 -1431px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-logo {
    background-position: 0 -1485px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-logo {
    background-position: 0 -1578px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-menu-btn-normal {
    background-position: 0 -1650px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-menu-btn-opened {
    background-position: 0 -1722px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-search-btn {
    background-position: 0 -1794px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-switch-bg {
    background-position: 0 -1831px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-switch-point {
    background-position: 0 -1907px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-world-btn {
    background-position: 0 -1982px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-owl-video-play {
    background-position: 0 -2054px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-pdf-icon {
    background-position: 0 -2130px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-plu_rosso {
    background-position: 0 -2178px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-plus_bianco {
    background-position: 0 -2230px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-podcast-icon {
    background-position: 0 -2282px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-rss-feeds-icon {
    background-position: 0 -2319px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-search-icon {
    background-position: 0 -2358px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-see-all-icon-black {
    background-position: 0 -2395px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-see-all-icon-white {
    background-position: 0 -2424px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-see-all-icon {
    background-position: 0 -2453px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-star-hover {
    background-position: 0 -2482px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-star-nonselezionata {
    background-position: 0 -2526px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-star-selezionata {
    background-position: 0 -2570px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-telephone-icon-contact {
    background-position: 0 -2614px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-video-ext-icon {
    background-position: 0 -2652px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-video-icon {
    background-position: 0 -2692px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-webcast-icon {
    background-position: 0 -2741px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-webpage-icon {
    background-position: 0 -2790px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-xls-icon {
    background-position: 0 -2831px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-youtube-icon {
    background-position: 0 -2880px;
}
/* line 192, system/iconinfographics
/*.png */
.iconInfographics-sprite, .iconInfographics-close-modal-matrix, .iconInfographics-matrix-cassetto-close, .iconInfographics-matrix-cassetto-open, .iconInfographics-matrix-cassetto-red, .iconInfographics-matrix-cassetto-white, .iconInfographics-matrix-close-modal, .iconInfographics-matrix-desk-red-off, .iconInfographics-matrix-desk-red-on, .iconInfographics-matrix-desk-white-off, .iconInfographics-matrix-desk-white-on, .iconInfographics-matrix-tooltip-bg, .iconInfographics-timeline-arrow-left-event, .iconInfographics-timeline-arrow-right-event, .iconInfographics-timeline-close, .iconInfographics-timeline-nav-item, .iconInfographics-timeline-open, .iconInfographics-timeline-point-active, .iconInfographics-timeline-point-normal {
    background-image: url('../../bundles/generali/images/system/iconInfographics-sbed2805eb2.png');
    background-repeat: no-repeat;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-close-modal-matrix {
    background-position: 0 0;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-cassetto-close {
    background-position: 0 -52px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-cassetto-open {
    background-position: 0 -93px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-cassetto-red {
    background-position: 0 -136px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-cassetto-white {
    background-position: 0 -194px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-close-modal {
    background-position: 0 -252px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-desk-red-off {
    background-position: 0 -304px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-desk-red-on {
    background-position: 0 -349px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-desk-white-off {
    background-position: 0 -401px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-desk-white-on {
    background-position: 0 -446px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-tooltip-bg {
    background-position: 0 -498px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-arrow-left-event {
    background-position: 0 -519px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-arrow-right-event {
    background-position: 0 -584px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-close {
    background-position: 0 -649px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-nav-item {
    background-position: 0 -736px;
}
/* line 59, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-nav-item:hover, .iconInfographics-timeline-nav-item.timeline-nav-item-hover {
    background-position: 0 -701px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-open {
    background-position: 0 -771px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-point-active {
    background-position: 0 -823px;
}
/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-point-normal {
    background-position: 0 -872px;
}
/* line 1, ../sass/_header.scss */
.deploy-version {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 0.875em;
    color: grey;
}
/* line 9, ../sass/_header.scss */
.deploy-version p {
    margin: 0;
}
/* line 14, ../sass/_header.scss */
#header {
    position: relative;
}
/* How can we help you */
/* line 19, ../sass/_header.scss */
.helpyou {
    background: #C12017;
    display: block;
    float: left;
    width: 100%;
}
/* line 24, ../sass/_header.scss */
.helpyou .tool-help {
    display: none;
}
/* line 29, ../sass/_header.scss */
.helpyou-btn {
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
/* line 35, ../sass/_header.scss */
.helpyou-btn span {
    width: 354px;
    height: 60px;
    margin: 0 auto;
    background: url(../../bundles/generali/images/system/background-openbutton-tool-new.png) 0 0 no-repeat;
    color: #FFF;
    display: inline-block;
    padding: 12px 20px 29px;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
}
/* line 36, ../sass/_header.scss */
.helpyou-btn span:before {
    content: '';
    display: inline-block;
    width: 31px;
    height: 34px;
    vertical-align: middle;
    position: absolute;
    left: 22px;
    top: 8px;
    background: url(../../bundles/generali/images/system/icon-zoom.png) 0 0 no-repeat;
}
/* line 56, ../sass/_header.scss */
.helpyou-btn span:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    position: absolute;
    right: 28px;
    top: 18px;
    background-image: url(../../bundles/generali/images/system/icons-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
}
/* line 66, ../sass/_header.scss */
.helpyou-btn span.opened:after {
    background-position: 0 -32px;
}
/* Header */
/* line 74, ../sass/_header.scss */
#header {
    padding-top: 20px;
    padding-bottom: 10px;
}
/* line 78, ../sass/_header.scss */
#header .wrapper-logo {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 15%;
    text-align: center;
}
/* line 86, ../sass/_header.scss */
#header .region-header {
    width: 90%;
    padding-bottom: 10px;
    float: right;
}
/* line 91, ../sass/_header.scss */
#header .region-header .header-top-right {
    float: right;
    position: relative;
    z-index: 101;
}
/* line 94, ../sass/_header.scss */
#header .region-header .header-top-left {
    float: left;
}
/* line 97, ../sass/_header.scss */
#header .region-header .header-top-left {
    /* Link archivio e contatti */
}
/* line 98, ../sass/_header.scss */
#header .region-header .header-top-left .link-archive {
    float: left;
}
/* line 103, ../sass/_header.scss */
#header .region-header .header-top-left .link-archive {
    margin-right: 35px;
}
/* line 105, ../sass/_header.scss */
#header .region-header .header-top-left .link-archive a {
    font-size: 0.813em;
    color: #828282;
    text-transform: uppercase;
    margin-left: 20px;
}
/* line 111, ../sass/_header.scss */
#header .region-header .header-top-left .link-archive a:first-child {
    margin-left: 0;
}
/* line 114, ../sass/_header.scss */
#header .region-header .header-top-left .link-archive a.active-item-link {
    padding: 8px 12px;
    background: #c5281c;
    color: #fff;
    cursor: default;
    text-decoration: none;
}
/* line 124, ../sass/_header.scss */
#header .region-header .header-top-right {
    /* Switch di lingua */
    /* Form di ricerca */
}
/* line 125, ../sass/_header.scss */
#header .region-header .header-top-right .language-switch,
#header .region-header .header-top-right .search-form {
    float: left;
}
/* line 129, ../sass/_header.scss */
#header .region-header .header-top-right .language-switch {
    border-right: 1px solid #c12017;
    margin: 0;
    padding-right: 15px;
    /*padding-top: 3px;
- vecchio switch*/
    height: 25px;
    position: relative;
    /* nuovo switch */
    /*ul {
        - vecchio switch      margin: 0;
        padding: 0;
    li {
        list-style: none;
        font-size: 0.813em;
        font-family: "HelveticaBold";
        color: #000000;
        text-transform: uppercase;
        min-width: 37px;
        padding: 0 20px 0 5px;
    &.other-language {
        display: none;
        position: absolute;
        top: 20px;
        left: 0;
    a {
        margin-top: 10px;
        padding: 5px;
        background: #ebebeb;
        border-radius: 5px;
        color: #c5281c;
    }
    }
    &.active-language {
        cursor: pointer;
        @include iconVarie-sprite(arrow-list-lang-closed, false, 36px, 6px);
    }
    &.active-language.opened {
        @include iconVarie-sprite(arrow-list-lang-opened, false, 36px, 6px);
    }
    a {
        text-decoration: none;
        display: block;
    }
    }
    }
    */
}
/* line 141, ../sass/_header.scss */
#header .region-header .header-top-right .language-switch p {
    margin: 0;
}
/* line 144, ../sass/_header.scss */
#header .region-header .header-top-right .language-switch p a {
    font-size: 0.85em;
    font-family: "HelveticaBold";
    color: #000000;
    text-transform: uppercase;
    min-width: 37px;
}
/* line 204, ../sass/_header.scss */
#header .region-header .header-top-right .search-form {
    position: relative;
}
/* line 207, ../sass/_header.scss */
#header .region-header .header-top-right .search-form .search-btn {
    display: block;
    cursor: pointer;
    height: 17px;
    width: 18px;
    padding: 15px 10px 15px 10px;
    margin: 0 5px 0 20px;
    position: relative;
    background-position: 1px -2352px;
}
@media all and (max-width: 950px) {
    /* line 207, ../sass/_header.scss */
    #header .region-header .header-top-right .search-form .search-btn {
        padding: 23px 7px 21px 7px;
    }
}
/* line 224, ../sass/_header.scss */
#header .region-header .header-top-right .search-form .search-container {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 999;
    height: 45px;
    width: 220px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px;
}
/* line 241, ../sass/_header.scss */
#header .region-header .header-top-right .search-form .search-container .search-form-text {
    background-image: none;
    /*border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000;
    */
    border: 0 none;
    background-color: #f0f0f0;
    /*font-family: 'Ubuntu', sans-serif;
    */
    font-family: "HelveticaRoman";
    font-style: italic;
    text-indent: 15px;
    height: 25px;
    width: 166px;
    margin: 0;
    float: left;
}
/* line 265, ../sass/_header.scss */
#header .region-header .header-top-right .search-form .search-container input.search-form-btn {
    display: block;
    width: 30px;
    height: 25px;
    border: 0 none;
    font-size: 0;
    float: right;
    background-position: 7px -1789px;
}
/* line 278, ../sass/_header.scss */
#header .region-header .header-top-right .access-key-help-wrapper {
    margin: 0 15px 0 0;
    float: left;
}
/* line 283, ../sass/_header.scss */
#header .region-header .header-top-right .access-key-help-wrapper a {
    font-size: 0.813em;
    color: #000;
    text-transform: uppercase;
}
/* line 289, ../sass/_header.scss */
#header .region-header .header-top-right .font-resize-wrapper {
    float: left;
    margin: 0 15px 0 0;
    padding-right: 15px;
    border-right: 1px solid #c12017;
    line-height: 22px;
}
/* line 299, ../sass/_header.scss */
#header .region-header .header-top-right .font-resize-wrapper a {
    color: #000;
    text-decoration: none;
    font-family: "HelveticaBold";
}
/* line 304, ../sass/_header.scss */
#header .region-header .header-top-right .font-resize-wrapper a.font-small-header {
    font-size: 0.7em;
}
/* line 307, ../sass/_header.scss */
#header .region-header .header-top-right .font-resize-wrapper a.font-middle-header {
    font-size: 1em;
}
/* line 310, ../sass/_header.scss */
#header .region-header .header-top-right .font-resize-wrapper a.font-big-header {
    font-size: 1.2em;
}
/* line 316, ../sass/_header.scss */
#header .region-header .header-top-right .contrast-wrapper {
    float: left;
    margin: 5px 15px 0 0;
}
/* line 321, ../sass/_header.scss */
#header .region-header .header-top-right .contrast-wrapper a {
    display: block;
    width: 16px;
    height: 16px;
    text-decoration: none;
    background-position: 0 -899px;
}
/* Main Menu - Header */
/* line 338, ../sass/_header.scss */
.main-menu-wrapper {
    float: left;
    clear: both;
    width: 100%;
    /*ul.nav li.dropdown: hover > ul.dropdown-menu {
        display: block;
    }
    */
    /* Mega Menu (Yamm 3) - 3 livelli a scomparsa + Overview - Header*/
}
/* line 344, ../sass/_header.scss */
.main-menu-wrapper .navbar-default {
    background: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* line 351, ../sass/_header.scss */
.main-menu-wrapper .navbar-nav {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}
/* line 363, ../sass/_header.scss */
.main-menu-wrapper .nav > li {
    position: inherit;
}
/* line 367, ../sass/_header.scss */
.main-menu-wrapper .navbar-brand, .main-menu-wrapper .navbar-nav > li > a {
    text-shadow: none;
}
/* line 371, ../sass/_header.scss */
.main-menu-wrapper .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .dropdown-menu {
    background-color: #c5281c;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* line 380, ../sass/_header.scss */
.main-menu-wrapper .mid-1 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-1 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-1 .dropdown-menu {
    background-color: #c5281c;
}
/* line 383, ../sass/_header.scss */
.main-menu-wrapper .mid-2 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-2 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-2 .dropdown-menu {
    background-color: #f1644a;
}
/* line 386, ../sass/_header.scss */
.main-menu-wrapper .mid-3 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-3 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-3 .dropdown-menu {
    background-color: #851714;
}
/* line 389, ../sass/_header.scss */
.main-menu-wrapper .mid-4 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-4 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-4 .dropdown-menu {
    background-color: #a81b38;
}
/* line 393, ../sass/_header.scss */
.main-menu-wrapper .mid-5 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-5 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-5 .dropdown-menu {
    background-color: #d7d7d7;
}
/* line 396, ../sass/_header.scss */
.main-menu-wrapper .mid-6 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-6 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-6 .dropdown-menu {
    background-color: #d7d7d7;
}
/* line 399, ../sass/_header.scss */
.main-menu-wrapper .mid-7 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-7 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-7 .dropdown-menu {
    background-color: #d7d7d7;
}
/* line 406, ../sass/_header.scss */
.main-menu-wrapper ul.menu li {
    /*&.mid-6 {
    &.hovered a.dropdown-toggle {
        background-color: #ebebeb;
        border-bottom: 5px solid #ebebeb;
        color: #fff;
    }
    &.hovered ul li a, &.hovered ul li a.dropdown-toggle {
        border-bottom: 0 none;
    }
    a {
        border-bottom: 5px solid #ebebeb;
    }
    }
    &.mid-7 {
    &.hovered a.dropdown-toggle {
        background-color: #ebebeb;
        border-bottom: 5px solid #ebebeb;
        color: #fff;
    }
    &.hovered ul li a, &.hovered ul li a.dropdown-toggle {
        border-bottom: 0 none;
    }
    a {
        border-bottom: 5px solid #ebebeb;
    }
    }
    */
}
/* line 409, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.open a {
    background-color: #c5281c;
    border-bottom: 5px solid #c5281c !important;
    color: #fff;
}
/* line 416, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.open ul li a, .main-menu-wrapper ul.menu li.open ul li a:hover {
    border-bottom: 0 none !important;
}
/* line 421, ../sass/_header.scss */
.main-menu-wrapper ul.menu li ul li a:hover {
    border-bottom: 0 none !important;
}
/* line 425, ../sass/_header.scss */
.main-menu-wrapper ul.menu li:last-child a {
    margin-right: 0;
}
/* line 430, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-1.hovered a, .main-menu-wrapper ul.menu li.mid-1.opened a {
    background-color: #c5281c;
    color: #fff;
}
/* line 437, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-1 a {
    /* border-bottom: 5px solid #c5281c; */
}
/* line 442, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-2.hovered a, .main-menu-wrapper ul.menu li.mid-2.opened a {
    background-color: #f1644a;
    color: #fff;
}
/* line 449, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-2 a {
    /* border-bottom: 5px solid #f1644a; */
}
/* line 454, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-3.hovered a, .main-menu-wrapper ul.menu li.mid-3.opened a {
    background-color: #851714;
    color: #fff;
}
/* line 461, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-3 a {
    /* border-bottom: 5px solid #851714; */
}
/* line 465, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-3 .menu-second-part {
    min-height: 525px;
}
/* line 470, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-4.hovered a, .main-menu-wrapper ul.menu li.mid-4.opened a {
    background-color: #a81b38;
    color: #fff;
}
/* line 477, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-4 a {
    /* border-bottom: 5px solid #a81b38; */
}
/* line 483, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5.hovered a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-5.opened a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-6.hovered a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-6.opened a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-7.hovered a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-7.opened a.dropdown-toggle {
    background-color: #d7d7d7;
    border-bottom: 5px solid #d7d7d7;
    color: #000;
}
/* line 490, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5.hovered ul li a, .main-menu-wrapper ul.menu li.mid-5.hovered ul li a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-6.hovered ul li a, .main-menu-wrapper ul.menu li.mid-6.hovered ul li a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-7.hovered ul li a, .main-menu-wrapper ul.menu li.mid-7.hovered ul li a.dropdown-toggle {
    border-bottom: 0 none;
}
/* line 494, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 a, .main-menu-wrapper ul.menu li.mid-6 a, .main-menu-wrapper ul.menu li.mid-7 a {
    /* border-bottom: 5px solid #ebebeb; */
}
/* line 497, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 a:hover, .main-menu-wrapper ul.menu li.mid-6 a:hover, .main-menu-wrapper ul.menu li.mid-7 a:hover {
    color: #000;
}
/* line 502, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content {
    border-right: 1px solid #000;
}
/* line 505, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu {
    border-left: 1px solid #000;
}
/* line 508, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li.dropdown a, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content ul li.dropdown a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content ul li.dropdown a {
    background: url('../../bundles/generali/images/system/iconVarie/see-all-icon-black.png?1427812982') right center no-repeat;
}
/* line 512, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part li a, .main-menu-wrapper ul.menu li.mid-5 .menu-second-part .overview .section-abstract, .main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li a, .main-menu-wrapper ul.menu li.mid-5 .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li a, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part li a, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .section-abstract, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li a, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part li a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .section-abstract, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li a {
    color: #000;
}
/* line 518, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .overview .link-see-more-black a, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .link-see-more-black a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .link-see-more-black a {
    border-bottom: 1px solid #000 !important;
}
/* line 521, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .overview .link-see-more-black a:hover, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .link-see-more-black a:hover, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .link-see-more-black a:hover {
    background-color: transparent !important;
    text-decoration: underline;
    border: 1px solid #000 !important;
}
/* line 527, ../sass/_header.scss */
.main-menu-wrapper ul.menu li.mid-5 .menu-second-part .overview .link-see-more-black a:hover span, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .link-see-more-black a:hover span, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .link-see-more-black a:hover span {
    background-position: 0 -2395px;
}
/* line 565, ../sass/_header.scss */
.main-menu-wrapper ul.menu li a {
    padding: 8px 12px;
    margin-right: 3px;
    /* border-bottom: 5px solid #ebebeb; */
    font-size: 0.875em;
    color: #000000;
    text-decoration: none;
    /*&.dropdown-toggle: hover {
        border-bottom: 5px solid #c5281c;
        background-color: #c5281c;
    }
    */
}
/* line 575, ../sass/_header.scss */
.main-menu-wrapper ul.menu li a:hover {
    background-color: #ebebeb;
    color: #fff;
}
/* line 585, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part {
    width: 100%;
    min-height: 475px;
    padding: 55px 0;
    font-size: 15px;
}
/* line 593, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part.dropdown-menu {
    top: 122px;
    margin: 0;
}
/* line 599, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content {
    width: 33%;
    position: relative;
    float: left;
    padding-bottom: 20px;
    border-right: 1px solid #fff;
}
/* line 609, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul {
    padding: 0;
    margin: 0;
}
/* line 613, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li {
    padding: 0;
}
/* line 617, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.dropdown {
    position: inherit;
}
/* line 620, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.dropdown a {
    background: url('../../bundles/generali/images/system/iconVarie/see-all-icon-white.png?1424879809') right center no-repeat;
}
/* line 624, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.dropdown.open a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.dropdown:hover a {
    background: url('../../bundles/generali/images/system/iconVarie/see-all-icon.png?1424703796') right center no-repeat #FFF;
}
/* line 628, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li a {
    padding: 8px 0;
    margin-right: 15px;
    display: block;
}
/* line 635, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li ul li {
    padding: 0;
}
/* line 638, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li ul li a {
    margin-left: 0;
    margin-right: 0;
    background: none !important;
}
/* line 646, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover {
    background-color: #fff;
}
/* line 649, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover a {
    color: #c5281c;
    background-color: transparent;
}
/* line 654, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open a:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover a:hover {
    background-color: transparent;
}
/* line 659, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li {
    background-color: transparent;
}
/* line 662, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content {
    float: none;
    width: auto;
    height: 100%;
    border-right: 0 none;
    padding-bottom: 0;
}
/* line 672, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li {
    background-color: transparent;
    color: #fff;
    padding: 0;
}
/* line 679, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li a {
    color: #fff;
}
/* line 683, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li.open, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li.open, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li:hover {
    background-color: #f0f0f0;
}
/* line 686, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li.open a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li:hover a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li.open a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li:hover a {
    color: #c5281c;
    background-color: transparent;
}
/* line 691, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li.open a:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li:hover a:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li.open a:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li:hover a:hover {
    background-color: transparent;
}
/* line 701, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu {
    width: 100%;
    height: 100%;
    top: 0;
    left: 100% !important;
    border-left: 1px solid #fff;
}
/* line 710, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu li ul li {
    padding-left: 60px !important;
}
/* line 712, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu li ul li a {
    font-size: 0.95em;
}
/* line 718, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li a {
    margin-left: 15%;
}
/* line 725, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part li {
    float: none;
}
/* line 728, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part li a {
    border-bottom: 0;
    color: #fff;
}
/* line 735, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .overview {
    float: right;
    width: 32%;
    margin-right: 1%;
}
/* line 741, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .overview .wrapper-img {
    position: relative;
    text-align: right;
}
/* line 746, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .overview .wrapper-img .section-title {
    position: absolute;
    top: 5%;
    left: 20px;
    width: 60%;
    font-size: 1.875em;
    font-family: "HelveticaLight";
    text-transform: uppercase;
    text-align: left;
}
/* line 759, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .overview .section-abstract {
    font-size: 0.813em;
    font-family: "HelveticaLight";
    color: #fff;
    text-transform: uppercase;
}
/* line 767, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .overview .link-see-more-white a {
    border: 1px solid #fff !important;
}
/* line 771, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .overview .link-see-more-white a:hover {
    background-color: transparent !important;
    text-decoration: underline;
}
/* line 775, ../sass/_header.scss */
.main-menu-wrapper ul.menu li .menu-second-part .overview .link-see-more-white a:hover span {
    background-position: 0 -2424px;
}
/* line 788, ../sass/_header.scss */
.mobile-header {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    transition: 0.2s ease;
}
.mobile-header.fixed {
    position: fixed;
    z-index: 111;
    background: white;
    padding: 2px 10px;
    margin: 0;
    top: 0;
}
.mobile-header.fixed .mobile-menu-wrapper #mobile-menu-btn, .mobile-header.fixed .mobile-world-wrapper #mobile-world-btn {
    height: auto;
}
.mobile-header.fixed .mobile-menu-wrapper #mobile-menu-btn:before, .mobile-header.fixed .mobile-world-wrapper #mobile-world-btn:before {
    font-size: 32px !important;
}
.mobile-header.fixed .mobile-header-wrapper #mobile-header-logo {
    height: auto;
    padding: 5px 0;
}
/* line 794, ../sass/_header.scss */
.mobile-header .mobile-menu-wrapper {
    padding: 0px;
}
@media (min-width: 500px) {
    /* line 794, ../sass/_header.scss */
    .mobile-header .mobile-menu-wrapper {
        padding: 0px 15px;
    }
}
/* line 800, ../sass/_header.scss */
.mobile-header .mobile-menu-wrapper #mobile-menu-btn {
    width: 45px;
    height: 52px;
    cursor: pointer;
}
/* line 17, ../sass/_mixins.scss */
.mobile-header .mobile-menu-wrapper #mobile-menu-btn:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "a";
    color: #c12017;
    font-size: 45px;
    display: inline-block;
}
/* line 808, ../sass/_header.scss */
.mobile-header .mobile-menu-wrapper #mobile-menu-btn:before {
    margin-top: 3px;
}
/* line 17, ../sass/_mixins.scss */
.mobile-header .mobile-menu-wrapper #mobile-menu-btn:hover:before, .mobile-header .mobile-menu-wrapper #mobile-menu-btn.opened:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "i";
    color: #c12017;
    font-size: 45px;
    display: inline-block;
}
/* line 818, ../sass/_header.scss */
.mobile-header .mobile-header-wrapper {
    text-align: center;
    padding: 0px;
}
@media (min-width: 500px) {
    /* line 818, ../sass/_header.scss */
    .mobile-header .mobile-header-wrapper {
        padding: 0px 15px;
    }
}
/* line 825, ../sass/_header.scss */
.mobile-header .mobile-header-wrapper #mobile-header-logo {
    display: inline-block;
    width: 190px;
    height: 52px;
    padding: 13px 0;
}
/* line 833, ../sass/_header.scss */
.mobile-header .mobile-world-wrapper {
    text-align: right;
    padding: 0px;
}
@media (min-width: 500px) {
    /* line 833, ../sass/_header.scss */
    .mobile-header .mobile-world-wrapper {
        padding: 0px 15px;
    }
}
/* line 840, ../sass/_header.scss */
.mobile-header .mobile-world-wrapper #mobile-world-btn {
    display: inline-block;
    width: 50px;
    height: 52px;
    cursor: pointer;
}
/* line 17, ../sass/_mixins.scss */
.mobile-header .mobile-world-wrapper #mobile-world-btn:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "b";
    color: #c12017;
    font-size: 45px;
    display: inline-block;
}
/* line 847, ../sass/_header.scss */
.mobile-header .mobile-world-wrapper #mobile-world-btn:before {
    margin-top: 3px;
    margin-right: 2px;
}
/* line 854, ../sass/_header.scss */
.mobile-header #mobilemenu-left {
    display: none;
}
/* line 860, ../sass/_header.scss */
#mobilemenu-left {
    background: #c12017 !important;
}
/* line 864, ../sass/_header.scss */
#mobilemenu-left .mm-panel {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 4% !important;
}
/* line 871, ../sass/_header.scss */
#mobilemenu-left .mm-list {
    padding: 0px;
}
/* line 875, ../sass/_header.scss */
#mobilemenu-left .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    border-bottom: none !important;
}
/* line 878, ../sass/_header.scss */
#mobilemenu-left .mm-list:not(.add-item) > li:hover,
#mobilemenu-left .mm-list li.mm-selected {
    background: #FFFFFF;
}
/* line 880, ../sass/_header.scss */
#mobilemenu-left .mm-list:not(.add-item) > li:hover a,
#mobilemenu-left .mm-list li.mm-selected a {
    color: #c12017;
}
/* line 883, ../sass/_header.scss */
#mobilemenu-left .mm-list:not(.add-item) > li:hover a.mm-subopen:after,
#mobilemenu-left .mm-list:not(.add-item) > li:hover a.mm-subclose:before,
#mobilemenu-left .mm-list li.mm-selected a.mm-subopen:after,
#mobilemenu-left .mm-list li.mm-selected a.mm-subclose:before {
    border-color: #c12017;
}
/* line 886, ../sass/_header.scss */
#mobilemenu-left .mm-list:not(.add-item) > li:hover a:not(.mm-subopen),
#mobilemenu-left .mm-list:not(.add-item) > li:hover span,
#mobilemenu-left .mm-list li.mm-selected a:not(.mm-subopen),
#mobilemenu-left .mm-list li.mm-selected span {
    background: none;
}
/* line 891, ../sass/_header.scss */
#mobilemenu-left .mm-list > li > a,
#mobilemenu-left .mm-list > li > span {
    font-family: "HelveticaLight";
    font-size: 1.125em;
    font-weight: lighter;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}
/* line 899, ../sass/_header.scss */
#mobilemenu-left .mm-list a.mm-subopen:before {
    border-left: none;
}
/* line 902, ../sass/_header.scss */
#mobilemenu-left .mm-list > li > a.mm-subopen:after,
#mobilemenu-left .mm-list > li > a.mm-subclose:before {
    border-color: white;
}
/* line 907, ../sass/_header.scss */
#mobilemenu-left li.mm-subtitle a.mm-subclose {
    background: #FFFFFF;
    color: #c12017;
    font-weight: normal;
}
/* line 912, ../sass/_header.scss */
#mobilemenu-left li.mm-subtitle a.mm-subopen:after,
#mobilemenu-left li.mm-subtitle a.mm-subclose:before {
    border-color: #c12017;
}
/* line 918, ../sass/_header.scss */
#mobilemenu-left .primary-menu {
    width: 100%;
    margin: 0px;
    border-left: 1px solid #fff;
}
/* line 925, ../sass/_header.scss */
#mobilemenu-left .add-item {
    width: 100%;
    margin: 40px 0 0 0;
}
/* line 929, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row,
#mobilemenu-left .add-item .languages-row,
#mobilemenu-left .add-item .search-row {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #FFFFFF;
}
/* line 933, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row.languages-row,
#mobilemenu-left .add-item .languages-row.languages-row,
#mobilemenu-left .add-item .search-row.languages-row {
    padding: 10px 0px 0px 0px;
}
/* line 934, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row.search-row,
#mobilemenu-left .add-item .languages-row.search-row,
#mobilemenu-left .add-item .search-row.search-row {
    border-bottom: 1px solid #FFFFFF;
}
/* line 936, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row a,
#mobilemenu-left .add-item .linker-row span,
#mobilemenu-left .add-item .languages-row a,
#mobilemenu-left .add-item .languages-row span,
#mobilemenu-left .add-item .search-row a,
#mobilemenu-left .add-item .search-row span {
    display: inline-block;
    padding: 0px;
}
/* line 940, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row span,
#mobilemenu-left .add-item .languages-row span,
#mobilemenu-left .add-item .search-row span {
    padding: 0px 20px;
}
/* line 944, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row input.mobile-search-text,
#mobilemenu-left .add-item .languages-row input.mobile-search-text,
#mobilemenu-left .add-item .search-row input.mobile-search-text {
    width: 90%;
    height: 37px;
    padding: 0px 40px 0px 10px;
    font-size: 0.875em;
    line-height: 37px;
    color: #c12017;
    border: none;
}
/* line 953, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row input.mobile-search-btn,
#mobilemenu-left .add-item .languages-row input.mobile-search-btn,
#mobilemenu-left .add-item .search-row input.mobile-search-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 10%;
    width: 17px;
    height: 17px;
    background-position: 0 -1794px;
    border: 0 none;
    font-size: 0;
}
/* line 966, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row.contrast-wrapper a,
#mobilemenu-left .add-item .languages-row.contrast-wrapper a,
#mobilemenu-left .add-item .search-row.contrast-wrapper a {
    display: block;
    width: 27px;
    height: 27px;
    text-decoration: none;
    margin: 0 auto;
    background-position: 0 -852px;
}
/* line 979, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row.font-resize-wrapper,
#mobilemenu-left .add-item .languages-row.font-resize-wrapper,
#mobilemenu-left .add-item .search-row.font-resize-wrapper {
    padding: 15px 0;
}
/* line 982, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row.font-resize-wrapper a,
#mobilemenu-left .add-item .languages-row.font-resize-wrapper a,
#mobilemenu-left .add-item .search-row.font-resize-wrapper a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}
/* line 988, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row.font-resize-wrapper a.font-small-header,
#mobilemenu-left .add-item .languages-row.font-resize-wrapper a.font-small-header,
#mobilemenu-left .add-item .search-row.font-resize-wrapper a.font-small-header {
    font-size: 0.9em;
    line-height: 16px;
}
/* line 992, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row.font-resize-wrapper a.font-middle-header,
#mobilemenu-left .add-item .languages-row.font-resize-wrapper a.font-middle-header,
#mobilemenu-left .add-item .search-row.font-resize-wrapper a.font-middle-header {
    font-size: 1.25em;
    line-height: 20px;
}
/* line 996, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row.font-resize-wrapper a.font-big-header,
#mobilemenu-left .add-item .languages-row.font-resize-wrapper a.font-big-header,
#mobilemenu-left .add-item .search-row.font-resize-wrapper a.font-big-header {
    font-size: 1.75em;
    line-height: 26px;
}
/* line 1003, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row .mobLangIta,
#mobilemenu-left .add-item .linker-row .mobLangEng,
#mobilemenu-left .add-item .languages-row .mobLangIta,
#mobilemenu-left .add-item .languages-row .mobLangEng,
#mobilemenu-left .add-item .search-row .mobLangIta,
#mobilemenu-left .add-item .search-row .mobLangEng {
    display: block;
    position: relative;
    float: left;
    height: 56px;
    line-height: 56px;
}
/* line 1009, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row .mobLangIta a,
#mobilemenu-left .add-item .linker-row .mobLangEng a,
#mobilemenu-left .add-item .languages-row .mobLangIta a,
#mobilemenu-left .add-item .languages-row .mobLangEng a,
#mobilemenu-left .add-item .search-row .mobLangIta a,
#mobilemenu-left .add-item .search-row .mobLangEng a {
    color: #FFFFFF;
}
/* line 1011, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row .mobLangSwitchLinker,
#mobilemenu-left .add-item .languages-row .mobLangSwitchLinker,
#mobilemenu-left .add-item .search-row .mobLangSwitchLinker {
    display: block;
    position: relative;
    float: left;
    margin: 0px 20px;
}
/* line 1017, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row .mobLangSwitch,
#mobilemenu-left .add-item .languages-row .mobLangSwitch,
#mobilemenu-left .add-item .search-row .mobLangSwitch {
    display: block;
    position: relative;
    float: left;
    width: 84px;
    height: 56px;
    margin: 0px;
    background-position: 0 -1831px;
}
/* line 1028, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row .mobLangPoint,
#mobilemenu-left .add-item .languages-row .mobLangPoint,
#mobilemenu-left .add-item .search-row .mobLangPoint {
    position: absolute;
    top: 1px;
    width: 54px;
    height: 55px;
    background-position: 0 -1907px;
}
/* line 1035, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row .mobLangPoint.currIta,
#mobilemenu-left .add-item .languages-row .mobLangPoint.currIta,
#mobilemenu-left .add-item .search-row .mobLangPoint.currIta {
    left: 0px;
}
/* line 1036, ../sass/_header.scss */
#mobilemenu-left .add-item .linker-row .mobLangPoint.currEng,
#mobilemenu-left .add-item .languages-row .mobLangPoint.currEng,
#mobilemenu-left .add-item .search-row .mobLangPoint.currEng {
    right: 0px;
}
@media (min-width: 500px) {
    /* line 1046, ../sass/_header.scss */
    #header .wrapper-content {
        padding-left: 8px;
    }
}
@media (min-width: 1024px) {
    /* line 1055, ../sass/_header.scss */
    #header {
        float: left;
        width: 100%;
        background: url('../../bundles/generali/images/system/footer-left-margin.png?1425209636') repeat-y left top;
    }
    /* line 1059, ../sass/_header.scss */
    #header .wrapper-content {
        padding-left: 8px;
        padding-right: 0;
        padding-top: 15px;
    }
    /* line 1064, ../sass/_header.scss */
    #header .region-header {
        width: 85%;
    }
    /* line 1071, ../sass/_header.scss */
    body.touch-device #header .region-header {
        width: 88%;
    }
    /* line 1074, ../sass/_header.scss */
    body.touch-device #header .wrapper-logo {
        width: 12%;
    }
}
@media (min-width: 1150px) {
    /* line 1085, ../sass/_header.scss */
    .main-menu-wrapper ul.menu li .menu-second-part .overview .wrapper-img .section-title {
        position: absolute;
        top: 10%;
        left: 25px;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    /* line 1096, ../sass/_header.scss */
    .wrapper-logo a.header-logo {
        display: block;
        width: 93px;
        height: 75px;
        margin: 0 auto;
        position: relative;
    }
    /* line 1103, ../sass/_header.scss */
    .wrapper-logo a.header-logo img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (min-width: 1230px) {
    /* line 1113, ../sass/_header.scss */
    .wrapper-logo {
        text-align: left !important;
    }
    /* line 1118, ../sass/_header.scss */
    .main-menu-wrapper ul.menu li .menu-second-part .overview .wrapper-img .section-title {
        position: absolute;
        top: 20%;
        left: 30px;
        width: 50%;
    }
}
/* line 1135, ../sass/_header.scss */
body.not-touch-device .main-menu-wrapper ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
/* line 1140, ../sass/_header.scss */
body.not-touch-device .main-menu-wrapper ul.menu li a {
    margin-right: 2px;
    /* border-bottom: none !important;  */
}
/* line 1144, ../sass/_header.scss */
body.not-touch-device .main-menu-wrapper .frecciaTogPrimoLiv, body.not-touch-device .main-menu-wrapper .frecciaTogSecondoLiv {
    display: none;
}
/* line 1152, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: none;
}
/* line 1156, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu li a {
    padding: 10px 7px;
    font-size: 0.8em;
}
/* line 1163, ../sass/_header.scss */
body.touch-device .main-menu-wrapper li.first-level-menu > a {
    margin-right: 0px;
    float: left;
}
/* line 1167, ../sass/_header.scss */
body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv {
    display: block;
    position: relative;
    float: left;
    width: 27px;
    height: 40px;
    cursor: pointer;
}
/* line 1175, ../sass/_header.scss */
body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv:after {
    display: block;
    position: absolute;
    top: 17px;
    left: 8px;
    content: "";
    width: 10px;
    height: 6px;
    background-position: 0 -66px;
}
/* line 1187, ../sass/_header.scss */
body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv.opened:after {
    background-position: 0 -92px;
}
/* line 1199, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part .menu-container-li .yamm-content ul li a {
    padding: 9px 0 8px;
    display: inline-block;
    /*width: 70%;
    */
    position: relative;
    margin-right: 0 !important;
}
/* line 1212, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown > a {
    background: none !important;
}
/* line 1216, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown.openedParent {
    background: #FFF;
}
/* line 1218, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown.openedParent > a {
    color: #c5281c;
}
/* line 1223, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 34px;
    cursor: pointer;
    /*background-color: #DDD;
    */
    float: right;
}
/* line 1232, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
    width: 6px;
    height: 10px;
    background-position: 0 -2424px;
    /*@include iconVarie-sprite(see-all-icon);
    */
}
/* line 1244, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv.opened, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:hover {
    /*background-color: #aaa;
    */
}
/* line 1247, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv.opened:after, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:hover:after {
    background-position: 0 -2453px;
}
/* line 1254, ../sass/_header.scss */
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .yamm-content.openme {
    border-right: 0 none;
    float: none;
    height: 100%;
    padding-bottom: 0;
    width: auto;
}
/* line 1, ../sass/_footer.scss */
#footer {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    /*1 riga Footer */
    /*1 riga Footer per la versione mobile (solo logo) */
    /* 2 riga Footer */
}
/* line 6, ../sass/_footer.scss */
#footer .wrapper-content {
    padding: 20px 0 30px;
    border-top: 2px solid #c12017;
    text-align: center;
}
/* line 11, ../sass/_footer.scss */
#footer .menu-container {
    float: none;
}
/* line 12, ../sass/_footer.scss */
#footer .link-see-more {
    visibility: visible;
    display: inline-block !important;
}
/* line 18, ../sass/_footer.scss */
#footer .first-row {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    padding-top: 10px;
    clear: both;
    border-top: 1px solid #C12017;
}
/* line 26, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer {
    margin-top: 5px;
    margin-bottom: 0;
}
/* line 30, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li {
    margin: 10px auto;
    float: none;
    text-align: left;
}
/* line 35, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li:first-child {
    margin-left: 0;
}
/* line 39, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li a {
    padding: 5px 4px 5px 0;
    font-family: "HelveticaLight";
    font-size: 0.813em;
    color: #c5281c;
}
/* line 45, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
}
/* line 53, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li a:hover {
    text-decoration: underline;
}
/* line 57, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li a.podcast span {
    background-position: 0 -2282px;
}
/* line 63, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li a.corp-app span {
    width: 22px;
    height: 19px;
    background-position: 0 -935px;
}
/* line 71, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li a.rss-feeds span {
    background-position: 0 -2319px;
}
/* line 77, ../sass/_footer.scss */
#footer .first-row ul.service-menu-footer li a.get-updates span {
    width: 19px;
    height: 16px;
    background-position: 0 -1090px;
}
/* line 89, ../sass/_footer.scss */
#footer .first-row .logo-footer {
    float: none;
}
/* line 95, ../sass/_footer.scss */
#footer .first-row-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-top: 10px;
    clear: both;
}
/* line 103, ../sass/_footer.scss */
#footer .first-row-mobile .logo-footer {
    float: none;
}
/* line 109, ../sass/_footer.scss */
#footer .second-row {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    clear: both;
    float: right;
}
/* line 116, ../sass/_footer.scss */
#footer .second-row ul.menu-footer {
    margin: 0;
}
/* line 119, ../sass/_footer.scss */
#footer .second-row ul.menu-footer li {
    margin: 0;
    text-align: left;
}
/* line 123, ../sass/_footer.scss */
#footer .second-row ul.menu-footer li:first-child {
    margin-left: 0;
}
/* line 127, ../sass/_footer.scss */
#footer .second-row ul.menu-footer li a {
    padding: 4px;
    font-size: 0.813em;
    font-family: "HelveticaLight";
    color: #000;
}
/* line 133, ../sass/_footer.scss */
#footer .second-row ul.menu-footer li a:first-child {
    padding-left: 0;
}
/* line 136, ../sass/_footer.scss */
#footer .second-row ul.menu-footer li a:hover {
    text-decoration: underline;
}
/* line 144, ../sass/_footer.scss */
#footer .second-row .ftItmLeft,
#footer .second-row .ftItmRight {
    float: none !important;
    text-align: center !important;
}
/* line 149, ../sass/_footer.scss */
#footer .second-row .copyright {
    float: none;
    font-size: 0.813em;
    font-family: "HelveticaMedium";
    text-transform: uppercase;
    border-top: 1px solid #C12017;
    display: block;
    padding-top: 5px;
}
/* line 160, ../sass/_footer.scss */
#footer .second-row .copyright p {
    margin: 0;
}
@media (min-width: 500px) {
    /* line 168, ../sass/_footer.scss */
    #footer {
        padding-left: 10px;
        padding-right: 10px;
        /* 2 riga Footer */
    }
    /* line 174, ../sass/_footer.scss */
    #footer .second-row .ftItmLeft {
        float: left !important;
        width: 50%;
        text-align: right !important;
        padding-right: 10px;
    }
    /* line 180, ../sass/_footer.scss */
    #footer .second-row .ftItmRight {
        float: right !important;
        width: 50%;
        text-align: left !important;
        padding-left: 10px;
    }
}
/* Versione tablet-desktop con footer sempre visibile */
@media (min-width: 1024px) {
    /* line 192, ../sass/_footer.scss */
    #footer {
        padding: 0;
        min-height: 140px;
        /*background: url("../images/system/footer-left-margin.png") left top no-repeat;
        */
        /*1 riga Footer */
        /* 2 riga Footer */
        /* Non deve essere mai in collapse */
    }
    /* line 197, ../sass/_footer.scss */
    #footer .collapse {
        visibility: visible;
        display: block;
    }
    /* line 201, ../sass/_footer.scss */
    #footer .wrapper-content {
        padding: 0px 10px 30px 10px;
        text-align: left;
    }
    /* line 205, ../sass/_footer.scss */
    #footer .menu-container {
        float: left;
    }
    /* line 206, ../sass/_footer.scss */
    #footer .link-see-more {
        visibility: hidden;
        display: none !important;
    }
    /* line 211, ../sass/_footer.scss */
    #footer .col-xs-5,
    #footer .col-xs-7 {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* line 217, ../sass/_footer.scss */
    #footer .first-row {
        margin-top: 40px;
        padding-top: 0px;
        border-top: none;
    }
    /* line 223, ../sass/_footer.scss */
    #footer .first-row ul.service-menu-footer li {
        margin: 0 10px;
        float: left;
    }
    /* line 229, ../sass/_footer.scss */
    #footer .first-row .logo-footer {
        float: right;
        margin-top: 13px;
        position: relative;
        width: 143px;
        height: 20px;
    }
    /* line 236, ../sass/_footer.scss */
    #footer .first-row .logo-footer img {
        position: absolute;
        top: 0;
        right: 0;
    }
    /* line 247, ../sass/_footer.scss */
    #footer .second-row ul.menu-footer li {
        margin: 0 5px 0 0;
    }
    /* line 249, ../sass/_footer.scss */
    #footer .second-row ul.menu-footer li:first-child {
        margin: 0 5px 0 0;
    }
    /* line 253, ../sass/_footer.scss */
    #footer .second-row .ftItmLeft,
    #footer .second-row .ftItmRight {
        float: left !important;
        width: auto;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
    }
    /* line 261, ../sass/_footer.scss */
    #footer .second-row .copyright {
        float: right;
        border-top: none;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
    }
    /* line 271, ../sass/_footer.scss */
    #footer #collapseOne {
        display: block !important;
        padding-bottom: 0px;
        visibility: visible !important;
    }
}
@media (min-width: 1230px) {
    /* line 281, ../sass/_footer.scss */
    #footer .wrapper-content {
        padding-left: 0;
        padding-right: 0;
    }
}
/* line 1, ../sass/_temp.scss */
.ccc {
    display: none;
}
/* Firefox - tabelle responsive - vedi: http://getbootstrap.com/css/#tables-responsive */
@-moz-document url-prefix() {
    /* line 15, ../sass/styles.scss */
    fieldset {
        display: table-cell;
    }
}
/* Access Key */
/* line 19, ../sass/styles.scss */
#hotkeys-access,
#hotKeyFunctionBuffer {
    display: none;
}
/* line 24, ../sass/styles.scss */
.wrapper-content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
/* line 32, ../sass/styles.scss */
.wrapper-content.access-key {
    padding: 0 20px 20px;
}
/* line 36, ../sass/styles.scss */
.internal-wrapper-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* line 42, ../sass/styles.scss */
.pagination-wrapper {
    text-align: center;
}
/* line 46, ../sass/styles.scss */
.menu-container {
    float: left;
}
/* line 50, ../sass/styles.scss */
.margin-bottom-10 {
    margin-bottom: 10px;
}
/* line 53, ../sass/styles.scss */
.margin-bottom-20 {
    margin-bottom: 20px;
}
/* line 56, ../sass/styles.scss */
.margin-bottom-35-imp {
    margin-bottom: 35px !important;
}
/* line 59, ../sass/styles.scss */
.margin-lat-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* line 63, ../sass/styles.scss */
.margin-left-15 {
    margin-left: 15px;
}
/* line 66, ../sass/styles.scss */
.margin-top-10 {
    margin-top: 10px;
}
/* line 69, ../sass/styles.scss */
.margin-top-15 {
    margin-top: 15px;
}
/* line 72, ../sass/styles.scss */
.margin-top-25 {
    margin-top: 25px;
}
/* line 75, ../sass/styles.scss */
.margin-top-30 {
    margin-top: 30px;
}
/* line 78, ../sass/styles.scss */
.margin-top-40 {
    margin-top: 40px;
}
/* line 81, ../sass/styles.scss */
.padding-top-30 {
    padding-top: 30px;
}
/* line 84, ../sass/styles.scss */
.padding-top-40 {
    padding-top: 40px;
}
/* line 87, ../sass/styles.scss */
.padding-lat-0 {
    padding-left: 0;
    padding-right: 0;
}
/* line 91, ../sass/styles.scss */
.padding-left-0 {
    padding-left: 0;
}
/* line 94, ../sass/styles.scss */
.padding-right-0 {
    padding-right: 0;
}
/* line 97, ../sass/styles.scss */
.padding-left-10 {
    padding-left: 10px;
}
/* line 100, ../sass/styles.scss */
.padding-right-10 {
    padding-right: 10px;
}
/* line 103, ../sass/styles.scss */
.padding-left-15 {
    padding-left: 15px;
}
/* line 106, ../sass/styles.scss */
.padding-right-15 {
    padding-right: 15px;
}
/* line 109, ../sass/styles.scss */
.column-sx-responsive-up {
    margin-bottom: 20px;
}
/* line 112, ../sass/styles.scss */
.column-dx-responsive-up {
    margin-bottom: 20px;
}
/* line 115, ../sass/styles.scss */
.unique-column-responsive-up {
    margin-bottom: 20px;
}
/* line 118, ../sass/styles.scss */
.column-sx-responsive-down {
    margin-bottom: 20px;
}
/* line 121, ../sass/styles.scss */
.column-sx-internal {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
/* line 126, ../sass/styles.scss */
.column-dx-internal {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
/* line 131, ../sass/styles.scss */
.unique-column-internal {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
/* line 136, ../sass/styles.scss */
.second-column-dx-two {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
}
/* line 141, ../sass/styles.scss */
.first-column-sx-two {
    padding-left: 0;
    padding-right: 0;
}
/* line 146, ../sass/styles.scss */
.internal-carousel-full {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px;
}
/* line 152, ../sass/styles.scss */
.col-one-of-three {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}
/* line 158, ../sass/styles.scss */
.col-two-of-three {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}
/* line 164, ../sass/styles.scss */
.col-three-of-three {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}
/* line 171, ../sass/styles.scss */
.not-front .central-body, .cke_editable .central-body {
    padding-left: 0;
    padding-right: 0;
}
/* line 175, ../sass/styles.scss */
.sidebar-first {
    padding-left: 0;
    padding-right: 0;
}
/* line 180, ../sass/styles.scss */
.clear-height {
    clear: both;
}
/* line 184, ../sass/styles.scss */
.row-ext {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}
/* line 191, ../sass/styles.scss */
.row-large {
    margin-bottom: 50px;
}
/* line 194, ../sass/styles.scss */
.row-medium {
    margin-bottom: 30px;
}
/* line 197, ../sass/styles.scss */
.row-small {
    margin-bottom: 20px;
}
/* line 201, ../sass/styles.scss */
.element-inline {
    display: inline-block;
}
/* line 204, ../sass/styles.scss */
.fleft {
    float: left;
}
/* line 207, ../sass/styles.scss */
.fright {
    float: right;
}
/* line 211, ../sass/styles.scss */
.tleft {
    text-align: left;
}
/* line 214, ../sass/styles.scss */
.tcenter {
    text-align: center;
}
/* line 217, ../sass/styles.scss */
.tright {
    text-align: right;
}
/* line 221, ../sass/styles.scss */
.mobile-version {
    display: block;
}
/* line 224, ../sass/styles.scss */
.desktop-version {
    display: none;
}
/* line 227, ../sass/styles.scss */
.desktop-version.inner-liner {
    display: none;
}
/* line 232, ../sass/styles.scss */
.hide-object {
    visibility: hidden;
}
/* line 236, ../sass/styles.scss */
.black-text {
    color: #000000 !important;
}
/* Colori per eventi */
/* line 241, ../sass/styles.scss */
.color-edb59f {
    color: #edb59f !important;
    /*rosa*/
}
/* line 244, ../sass/styles.scss */
.color-c5281c {
    color: #c5281c !important;
    /*rosso*/
}
/* line 247, ../sass/styles.scss */
.color-d36a49 {
    color: #d36a49 !important;
    /*arancio terra*/
}
/* line 250, ../sass/styles.scss */
.color-6d6e71 {
    color: #6d6e71 !important;
    /*grigio scuro*/
}
/* Cookies */
/* line 257, ../sass/styles.scss */
.cookies-container {
    margin: 30px auto;
    background: #C12017;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
}
/* line 272, ../sass/styles.scss */
.cookies-container .wrapper-content {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
/* line 277, ../sass/styles.scss */
.cookies-container .cookies {
    padding: 30px 60px 30px 20px;
    position: relative;
    color: #fff;
}
/* line 283, ../sass/styles.scss */
.cookies-container .cookies p {
    margin: 0;
}
/* line 287, ../sass/styles.scss */
.cookies-container .cookies a {
    font-weight: bold;
    color: #fff;
}
/* line 291, ../sass/styles.scss */
.cookies-container .cookies a.accetto-cookie {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    background: #fff;
    color: #3b3b3b;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
/* nasconde l'immagine ma lascia l'ingombro */
/* line 315, ../sass/styles.scss */
.img-fallback-hide {
    visibility: hidden;
}
/* line 319, ../sass/styles.scss */
.img-fullsize {
    position: absolute;
    display: block;
    right: 0px;
    bottom: 0px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-position: 0 -1126px;
}
/* line 334, ../sass/styles.scss */
.message-on-page p {
    font-size: 0.75em;
    font-style: italic;
    color: #c5281c;
    margin: 0;
    padding: 10px;
    border: 1px solid #c5281c;
}
/* liste */
/* line 346, ../sass/styles.scss */
ul {
    padding-left: 20px;
}
/* line 349, ../sass/styles.scss */
ul li {
    list-style: url("../../bundles/generali/images/system/iconVarie/bullet-list.png");
}
/* line 354, ../sass/styles.scss */
h1 {
    font-family: "HelveticaMedium";
    font-size: 1.5em;
    font-weight: normal;
    color: #c5281c;
    text-transform: uppercase;
    margin: 0;
}
/* line 363, ../sass/styles.scss */
h2 {
    font-family: "HelveticaMedium";
    font-size: 1.25em;
    font-weight: normal;
    text-transform: uppercase;
    color: #c5281c;
    margin: 0;
}
/* line 372, ../sass/styles.scss */
h3 {
    font-family: "HelveticaMedium";
    font-size: 1.15em;
    font-weight: normal;
}
/* line 377, ../sass/styles.scss */
h4 {
    font-family: "HelveticaMedium";
    font-size: 1.1em;
    font-weight: normal;
}
/* line 382, ../sass/styles.scss */
h5 {
    font-family: "HelveticaMedium";
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
/* line 391, ../sass/styles.scss */
.h3-underlined {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #c12017;
    padding-bottom: 5px;
    padding-right: 25px;
    margin-bottom: 10px;
}
/* line 403, ../sass/styles.scss */
body.not-front a, body.cke_editable a {
    color: #c12017;
}
/* line 406, ../sass/styles.scss */
body.not-front a.black-link-arc, body.cke_editable a.black-link-arc {
    color: #000;
    cursor: pointer;
}
/* line 412, ../sass/styles.scss */
body.not-front a:hover, body.cke_editable a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    -moz-text-decoration-style: dotted;
    -webkit-text-decoration-style: dotted;
}
/* line 419, ../sass/styles.scss */
body.not-front .blueimp-gallery a:hover, body.cke_editable .blueimp-gallery a:hover {
    text-decoration: none;
}
body .videocontent {
    margin-bottom: 25px;
}
/* line 423, ../sass/styles.scss */
figure img, img {
    max-width: 100%;
}
/* Icone file */
/* line 428, ../sass/styles.scss */
p.pdf-icon {
    width: 22px;
    height: 29px;
}
/* line 37, ../sass/_mixins.scss */
p.pdf-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "f";
    color: #c12017;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block;
}
/* line 56, ../sass/_mixins.scss */
p.pdf-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 435, ../sass/styles.scss */
p.audio-icon {
    width: 22px;
    height: 30px;
}
/* line 37, ../sass/_mixins.scss */
p.audio-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "e";
    color: #c12017;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block;
}
/* line 56, ../sass/_mixins.scss */
p.audio-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 442, ../sass/styles.scss */
p.excel-icon {
    width: 22px;
    height: 30px;
}
/* line 37, ../sass/_mixins.scss */
p.excel-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "h";
    color: #c12017;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block;
}
/* line 56, ../sass/_mixins.scss */
p.excel-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 449, ../sass/styles.scss */
p.extpage-icon {
    width: 22px;
    height: 22px;
}
/* line 37, ../sass/_mixins.scss */
p.extpage-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "d";
    color: #c12017;
    font-size: 21px;
    margin-left: -1px;
    display: inline-block;
}
/* line 56, ../sass/_mixins.scss */
p.extpage-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 456, ../sass/styles.scss */
p.video-icon {
    width: 22px;
    height: 30px;
}
/* line 37, ../sass/_mixins.scss */
p.video-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "g";
    color: #c12017;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block;
}
/* line 56, ../sass/_mixins.scss */
p.video-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 463, ../sass/styles.scss */
p.default-icon {
    width: 21px;
    height: 19px;
    background-position: 0 -1014px;
}
/* line 37, ../sass/_mixins.scss */
p.default-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "c";
    color: #c12017;
    font-size: 20px;
    margin-left: 1px;
    display: inline-block;
}
/* line 56, ../sass/_mixins.scss */
p.default-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 470, ../sass/styles.scss */
p.webcast-icon {
    width: 22px;
    height: 30px;
}
/* line 37, ../sass/_mixins.scss */
p.webcast-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "e";
    color: #c12017;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block;
}
/* line 56, ../sass/_mixins.scss */
p.webcast-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/* line 478, ../sass/styles.scss */
.loading-stories {
    background-image: url("../../bundles/generali/images/system/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
}
/* line 484, ../sass/styles.scss */
.link-see-container {
    text-align: right;
}
/* Contatti */
/* line 490, ../sass/styles.scss */
.row-contact-component .image-story {
    min-height: 178px;
    overflow: hidden;
}
/* line 495, ../sass/styles.scss */
.row-contact-component .image-icon-hover {
    text-align: center;
    /* FS 14.08.2015 - Nascondo l'icona come richiesto da Possega tramite email del 31.07.2015 (contact - image) */
    display: none;
}
/* line 501, ../sass/styles.scss */
.row-contact-component .image-icon-hover figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
/* line 507, ../sass/styles.scss */
.row-contact-component .image-icon-hover .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/* line 515, ../sass/styles.scss */
.contact-column, .contact-column-right {
    background-color: #F4F4F4;
    padding-left: 0;
    padding-right: 0;
}
/* line 522, ../sass/styles.scss */
.contact-column-right .contact-column {
    padding: 20px 30px;
    color: #000;
}
/* line 526, ../sass/styles.scss */
.contact-column-right .contact-column figure {
    margin-bottom: 20px;
}
/* line 529, ../sass/styles.scss */
.contact-column-right .contact-column.contact-text-left {
    font-family: "HelveticaMedium";
}
/* line 531, ../sass/styles.scss */
.contact-column-right .contact-column.contact-text-left span.contact-title {
    font-size: 1.125em;
    display: block;
    text-transform: uppercase;
}
/* line 536, ../sass/styles.scss */
.contact-column-right .contact-column.contact-text-left span.contact-spec {
    font-size: 1em;
    display: block;
    margin-top: 10px;
}
/* line 543, ../sass/styles.scss */
.contact-column-right .contact-column.contact-text-right {
    padding: 20px 30px 50px;
}
/* line 546, ../sass/styles.scss */
.contact-column-right .contact-column.contact-text-right .contact-email {
    margin: 0;
}
/* line 549, ../sass/styles.scss */
.contact-column-right .contact-column.contact-text-right .link-see-more {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
/* line 553, ../sass/styles.scss */
.contact-column-right .contact-column.contact-text-right .link-see-more a {
    padding: 7px 12px;
}
/* line 562, ../sass/styles.scss */
.contact-wrapper {
    text-align: center;
    padding: 20px;
    background-color: #fafafa;
    border-bottom: 1px solid #ebebeb;
}
/* line 570, ../sass/styles.scss */
.contact-wrapper h5 {
    margin: 0 0 15px 0;
}
/* line 574, ../sass/styles.scss */
.contact-wrapper .contact-photo-profile, .contact-wrapper .contact-data {
    display: inline-block;
}
/* line 578, ../sass/styles.scss */
.contact-wrapper .contact-photo-profile figure {
    border: 1px solid #ebebeb;
}
/* line 581, ../sass/styles.scss */
.contact-wrapper .contact-photo-profile figure img {
    width: 100%;
}
/* line 585, ../sass/styles.scss */
.contact-wrapper .contact-data {
    text-align: center;
    vertical-align: middle;
}
/* line 590, ../sass/styles.scss */
.contact-wrapper .contact-data .contact-name {
    font-weight: bold;
}
/* line 593, ../sass/styles.scss */
.contact-wrapper .contact-data .contact-email a {
    word-break: break-all;
}
/* line 598, ../sass/styles.scss */
.col-sm-6 .contact-wrapper {
    border: 1px solid #ebebeb;
}
/* line 601, ../sass/styles.scss */
.col-sm-6 .contact-wrapper h5 {
    height: 50px;
}
/* line 606, ../sass/styles.scss */
.contact-email a {
    color: #000;
    text-decoration: none;
}
/* line 610, ../sass/styles.scss */
.contact-email a span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 17px;
    margin-right: 6px;
    background-position: 0 -1053px;
}
/* line 623, ../sass/styles.scss */
.contact-number span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 18px;
    margin-right: 6px;
    background-position: 0 -2614px;
}
/* Highlights internal */
/* line 637, ../sass/styles.scss */
.highlights {
    font-family: "HelveticaLight";
    font-size: 1.25em;
    color: #666666;
    padding-bottom: 15px;
    border-bottom: 1px solid #979797;
}
/* line 646, ../sass/styles.scss */
.highlights p {
    margin: 0;
}
/* featuredre internal */
/* line 651, ../sass/styles.scss */
.featured {
    font-family: "HelveticaLight";
    font-size: 1.1em;
    font-style: italic;
    color: #666666;
}
/* line 657, ../sass/styles.scss */
.featured p {
    margin: 20px 0;
}
/* line 661, ../sass/styles.scss */
.event-date.featured {
    font-style: normal;
    text-transform: uppercase;
}
/* line 665, ../sass/styles.scss */
.event-date.featured p {
    margin: 5px 0 20px;
}
/* hr - filetto rosso */
/* line 671, ../sass/styles.scss */
hr.hr-red {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #c12017;
    margin: 0 auto;
}
/* line 678, ../sass/styles.scss */
hr.hr-small {
    width: 70px;
}
/* Separatore di riga intero */
/* line 683, ../sass/styles.scss */
.inner-liner {
    width: 100%;
    border-bottom: 1px solid #c5281c;
    display: inline-block;
    clear: both;
}
/* line 691, ../sass/styles.scss */
.inner-liner h2 {
    font-family: "HelveticaBold";
    color: #000;
}
/* Menu funzione Filtri */
/* line 699, ../sass/styles.scss */
.filter-tab ul {
    margin: 0;
}
/* line 702, ../sass/styles.scss */
.filter-tab ul li {
    margin-left: 3px;
    width: auto;
    float: left;
    font-size: 1em;
}
/* line 711, ../sass/styles.scss */
.filter-tab ul li:first-child {
    margin-left: 0;
}
/* line 715, ../sass/styles.scss */
.filter-tab ul li a {
    padding: 8px 10px;
    display: block;
    background-color: #d0d0d0;
    color: #fff;
}
/* line 724, ../sass/styles.scss */
.filter-tab ul li a:hover, .filter-tab ul li a.active-item {
    background-color: #c5281c;
}
/* Access Key */
/* line 733, ../sass/styles.scss */
.ekko-lightbox .modal-title {
    color: #c5281c;
    text-align: center;
    text-transform: uppercase;
}
/* line 738, ../sass/styles.scss */
.ekko-lightbox-container iframe {
    width: 100%;
    height: auto;
}
/* line 742, ../sass/styles.scss */
.ekko-lightbox-container iframe#kaltura_player {
    height: 100%;
}
/* line 745, ../sass/styles.scss */
.modal-backdrop {
    position: fixed;
}
/* Access Key Guida - tabella */
/* line 750, ../sass/styles.scss */
.table-access-key-wrapper {
    margin: 0 auto;
}
/* line 754, ../sass/styles.scss */
.table-access-key-wrapper table tbody tr td, .table-access-key-wrapper table tbody tr th, .table-access-key-wrapper table thead tr td, .table-access-key-wrapper table thead tr th {
    text-align: center;
}
/* Pallini dei caroselli */
/* line 763, ../sass/styles.scss */
.owl-controls {
    text-align: center;
}
/* line 766, ../sass/styles.scss */
.owl-controls .owl-dot {
    display: inline-block;
}
/* line 769, ../sass/styles.scss */
.owl-controls .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    margin: 5px 7px;
    /*border: 2px solid #c12017;
    border-radius: 10px;
    */
    background-position: 0 -397px;
}
/* line 783, ../sass/styles.scss */
.owl-controls .owl-dot.active span {
    background-position: 0 -366px;
}
/* Accordion - Cassetti */
/* line 792, ../sass/styles.scss */
.panel-group.drawer.list-accordion {
    background: url("../../bundles/generali/images/system/iconVarie/bullet-list.png") left 4px no-repeat;
    padding-left: 25px;
}
/* line 798, ../sass/styles.scss */
.panel-group.drawer .panel-default > .panel-heading {
    background-image: none;
    background-color: transparent;
    filter: none;
    padding-bottom: 10px;
}
/* line 805, ../sass/styles.scss */
.panel-group.drawer .panel-default > .panel-heading h3.panel-title {
    margin: 0;
    font-size: 0.9em;
}
/* line 810, ../sass/styles.scss */
.panel-group.drawer .panel-default > .panel-heading h3.panel-title a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c12017;
    color: #c12017;
    text-decoration: none;
}
/* line 820, ../sass/styles.scss */
.panel-group.drawer .panel-default > .panel-heading h3.panel-title a:hover {
    text-decoration: none;
}
/* line 824, ../sass/styles.scss */
.panel-group.drawer .panel-default > .panel-heading h3.panel-title a span {
    width: 36px;
    height: 36px;
    float: right;
    background-position: 0 -710px;
}
/* line 832, ../sass/styles.scss */
.panel-group.drawer .panel-default > .panel-heading h3.panel-title a.collapsed {
    color: #707173;
    border-bottom: 1px solid #707173;
}
/* line 837, ../sass/styles.scss */
.panel-group.drawer .panel-default > .panel-heading h3.panel-title a.collapsed span {
    background-position: 0 -654px;
}
/* line 845, ../sass/styles.scss */
.panel-group.drawer .panel-body {
    overflow-x: auto;
}
/* line 848, ../sass/styles.scss */
.panel-group.drawer .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* Back to top */
/* line 855, ../sass/styles.scss */
#backtotop {
    background-position: 0 -255px;
    cursor: pointer;
    display: none;
    height: 70px;
    width: 70px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    text-indent: -9999px;
    z-index: 1;
}
/* line 874, ../sass/styles.scss */
.lt-ie9 #backtotop {
    display: none !important;
}
/* line 878, ../sass/styles.scss */
#backtotop:hover {
    opacity: 0.8;
}
/* Menu generici */
/* line 885, ../sass/styles.scss */
ul.menu {
    padding: 0;
    display: inline-block;
    font-family: "HelveticaLight";
}
/* line 892, ../sass/styles.scss */
ul.menu li {
    list-style: none;
    float: left;
}
/* line 897, ../sass/styles.scss */
ul.menu li a {
    text-transform: uppercase;
}
/* line 900, ../sass/styles.scss */
ul.menu li a:hover {
    text-decoration: none;
}
/* line 906, ../sass/styles.scss */
ul.list-menu {
    padding: 0;
    display: inline-block;
    font-family: "HelveticaLight";
}
/* line 913, ../sass/styles.scss */
ul.list-menu li {
    list-style: none;
}
/* line 916, ../sass/styles.scss */
ul.list-menu li a:hover {
    text-decoration: none;
}
/* Checkboxes */
/* line 923, ../sass/styles.scss */
.general-checkboxes {
    cursor: pointer;
    margin-bottom: 10px;
}
/* line 928, ../sass/styles.scss */
.general-checkboxes input {
    display: none;
}
/* line 931, ../sass/styles.scss */
.general-checkboxes label {
    height: 20px;
    line-height: 20px;
    font-family: "HelveticaBold";
    font-size: 0.6em;
    font-weight: normal;
    display: inline-block;
    background: url("../../bundles/generali/images/system/checkbox-off.png") right center no-repeat;
    cursor: pointer;
}
/* line 945, ../sass/styles.scss */
.general-checkboxes label.checked-element {
    background: url("../../bundles/generali/images/system/checkbox-on.png") right center no-repeat;
}
/* line 951, ../sass/styles.scss */
.checkbox-red label {
    color: #c12017;
    text-transform: uppercase;
    padding-right: 40px;
    background: url("../../bundles/generali/images/system/checkbox-off.png") right center no-repeat;
}
/* line 959, ../sass/styles.scss */
.checkbox-red label.checked-element {
    background: url("../../bundles/generali/images/system/checkbox-on.png") right center no-repeat;
}
/* line 965, ../sass/styles.scss */
.checkbox-black label {
    color: #000;
    padding-left: 30px;
    background: url("../../bundles/generali/images/system/checkbox-black-off.png") left center no-repeat;
}
/* line 972, ../sass/styles.scss */
.checkbox-black label.checked-element {
    background: url("../../bundles/generali/images/system/checkbox-black-on.png") left center no-repeat;
}
/* line 978, ../sass/styles.scss */
.radio-black label {
    color: #000;
    padding-left: 30px;
    height: 23px;
    line-height: 23px;
    background: url("../../bundles/generali/images/system/radiobut-black-off.png") left center no-repeat;
}
/* line 988, ../sass/styles.scss */
.radio-black label.checked-element {
    background: url("../../bundles/generali/images/system/radiobut-black-on.png") left center no-repeat;
}
/* Form generiche */
/* line 995, ../sass/styles.scss */
.generic-search {
    padding: 15px 10px;
    background-color: #f2f2f2;
}
/* line 1000, ../sass/styles.scss */
.generic-select {
    height: 32px;
    margin-left: 10px;
}
/* line 1005, ../sass/styles.scss */
.general-text-form {
    width: 160px;
    padding: 9px 7px;
    border: 0 none;
    font-family: "HelveticaLight";
    font-size: 0.65em;
    color: #bcbcbc;
}
/* line 1016, ../sass/styles.scss */
textarea {
    border: 0 none;
    max-width: 100%;
}
/* line 1022, ../sass/styles.scss */
div.error {
    font-size: 0.8em;
    font-style: italic;
    color: #c5281c;
}
/* line 1028, ../sass/styles.scss */
.with-textarea {
    vertical-align: top;
}
/* line 1031, ../sass/styles.scss */
.with-textbox {
    vertical-align: middle;
}
/* line 1034, ../sass/styles.scss */
.with-label {
    margin-left: 10px;
}
/* line 1038, ../sass/styles.scss */
.disclaimer-privacy {
    height: 150px;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 2%;
    margin: 25px 0 20px;
    font-size: 0.8em;
    line-height: 1.2em;
    overflow: auto;
}
/* line 1055, ../sass/styles.scss */
.button-link-see-more {
    width: 70px;
    margin: 0 0 0 10px;
    padding: 8px;
    font-family: "HelveticaBold";
    font-size: 0.688em;
    color: #c12017;
    text-transform: uppercase;
    text-align: left;
    background: url("../../bundles/generali/images/system/iconVarie/see-all-icon.png") 55px center no-repeat transparent;
    border: 1px solid #c12017;
}
/* line 1070, ../sass/styles.scss */
.button-link-see-more:hover {
    text-decoration: none;
    color: #fff;
    background: url("../../bundles/generali/images/system/iconVarie/see-all-icon-white.png") 55px center no-repeat #c12017;
    border: 1px solid #fff;
}
/* Menu laterale - First Sidebar */
/* line 1081, ../sass/styles.scss */
/* line 1085, ../sass/styles.scss */
.side-menu h5 {
    background-color: #d7d7d7;
    color: #fff;
    /*border-radius: 10px 10px 0 0;
    */
    margin: 0;
    padding: 15px;
}
/* line 1096, ../sass/styles.scss */
.side-menu.mid-1 h5 {
    background-color: #c5281c;
}
/* line 1099, ../sass/styles.scss */
.side-menu.mid-2 h5 {
    background-color: #f1644a;
}
/* line 1102, ../sass/styles.scss */
.side-menu.mid-3 h5 {
    background-color: #851714;
}
/* line 1105, ../sass/styles.scss */
.side-menu.mid-4 h5 {
    background-color: #a81b38;
}
/* line 1108, ../sass/styles.scss */
.side-menu.mid-5 h5, .side-menu.mid-6 h5, .side-menu.mid-7 h5 {
    background-color: #d7d7d7;
}
/* line 1112, ../sass/styles.scss */
.side-menu .list-menu {
    margin: 0;
    background-color: #f2f2f2;
    width: 100%;
}
/* line 1119, ../sass/styles.scss */
.side-menu .list-menu li {
    position: relative;
}
/* line 1122, ../sass/styles.scss */
.side-menu .list-menu li.hasChildren span {
    background-position: 0 -118px;
    position: absolute;
    right: 10px;
    top: 19px;
    width: 9px;
    height: 15px;
}
/* line 1133, ../sass/styles.scss */
.side-menu .list-menu li.hasChildren ul {
    display: none;
}
/* line 1136, ../sass/styles.scss */
.side-menu .list-menu li.hasChildren.opened ul {
    display: block;
}
/* line 1142, ../sass/styles.scss */
.side-menu .list-menu li.opened a, .side-menu .list-menu li:hover a {
    color: #c5281c;
    font-family: "HelveticaBold";
    background-color: #dddddd;
}
/* line 1150, ../sass/styles.scss */
.side-menu .list-menu li.opened span {
    background-position: 0 -151px;
    top: 21px;
    width: 12px;
}
/* line 1158, ../sass/styles.scss */
.side-menu .list-menu li.opened ul {
    background-color: #e8e8e8;
    padding: 0;
}
/* line 1164, ../sass/styles.scss */
.side-menu .list-menu li.opened ul li a {
    font-size: 0.825em;
    font-family: "HelveticaLight";
    color: #000;
    border: 0 none;
    background: transparent;
    padding: 10px 25px 10px 25px;
}
/* line 1175, ../sass/styles.scss */
.side-menu .list-menu li.opened ul li.opened a, .side-menu .list-menu li.opened ul li:hover a {
    color: #c5281c;
    font-family: "HelveticaBold";
    background-color: #dddddd;
}
/* line 1186, ../sass/styles.scss */
.side-menu .list-menu li a {
    font-size: 0.875em;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #cdcdcd;
    display: block;
}
/* Social */
/* line 1202, ../sass/styles.scss */
.social-wrapper-media .social-button-media {
    margin-left: 10px;
    display: inline-block;
    width: 30%;
}
/* line 1209, ../sass/styles.scss */
.social-wrapper-media .social-button-media:first-child {
    margin-left: 0;
}
/* line 1213, ../sass/styles.scss */
.social-wrapper-media .social-button-media a {
    padding: 20px 0;
    font-family: "HelveticaBold";
    font-size: 0.95em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #c5281c;
    display: block;
    width: 100%;
}
/* line 1229, ../sass/styles.scss */
.social-wrapper-media .social-button-media.youtube-video a {
    background: url("../../bundles/generali/images/system/iconVarie/youtube-icon.png") center center no-repeat #c5281c;
}
/* line 1235, ../sass/styles.scss */
.section-title {
    max-width: 55%;
    margin: 0 auto  !important;
    text-align: center;
}
/* line 1242, ../sass/styles.scss */
.section-title h2 {
    font-size: 1.875em;
    color: #000;
    margin: 0 0 25px 0;
}
/* line 1248, ../sass/styles.scss */
.section-title hr {
    max-width: 40%;
}
/* line 1253, ../sass/styles.scss */
body {
    font-family: "HelveticaRoman";
    /* Pulsante link see more */
}
/* line 1256, ../sass/styles.scss */
body.fontsize-little {
    font-size: 13px;
}
/* line 1259, ../sass/styles.scss */
body.fontsize-medium {
    font-size: 16px;
}
/* line 1262, ../sass/styles.scss */
body.fontsize-big {
    font-size: 18px;
}
/* line 1266, ../sass/styles.scss */
body.highc {
    color: #000 !important;
    border-color: #000 !important;
}
/* line 1271, ../sass/styles.scss */
body.highc .link-see-more a {
    color: #000 !important;
    border-color: #000 !important;
}
/* line 1276, ../sass/styles.scss */
body.highc .link-see-more a:hover span, body.highc .link-see-more a span {
    background-position: 0 -2395px;
}
/* line 1280, ../sass/styles.scss */
body.highc .link-see-more-white a:hover {
    color: #000 !important;
    border-color: #000 !important;
}
/* line 1285, ../sass/styles.scss */
body.highc .link-see-more-white a:hover span {
    background-position: 0 -2395px;
}
/* line 1290, ../sass/styles.scss */
body.highc a, body.highc .view-event .view-rows .dx-event .event-subtitle, body.highc .view-event .view-rows .dx-event .add-to-outlook, body.highc .caption-overlay-story p.category-story, body.highc .caption-overlay-story span.category-story, body.highc .load-more-stories p {
    color: #000 !important;
    border-color: #000 !important;
}
/* line 1301, ../sass/styles.scss */
body a {
    text-decoration: none;
}
/* line 1306, ../sass/styles.scss */
body .link-see-more, body .link-see-more-white, body .link-see-more-black {
    display: inline-block;
    margin: 0;
    padding: 5px 0;
}
/* line 1315, ../sass/styles.scss */
body .link-see-more a, body .link-see-more-white a, body .link-see-more-black a {
    font-family: "HelveticaBold";
    font-size: 0.688em;
    text-transform: uppercase;
    padding: 8px;
}
/* line 1322, ../sass/styles.scss */
body .link-see-more a:hover, body .link-see-more-white a:hover, body .link-see-more-black a:hover {
    text-decoration: none;
}
/* line 1326, ../sass/styles.scss */
body .link-see-more a span, body .link-see-more-white a span, body .link-see-more-black a span {
    margin-left: 10px;
    display: inline-block;
    width: 9px;
    height: 9px;
}
/* line 1337, ../sass/styles.scss */
body .link-see-more a {
    color: #c12017;
    border: 1px solid #c12017;
}
/* line 1342, ../sass/styles.scss */
body .link-see-more a span {
    background-position: 0 -2453px;
}
/* line 1346, ../sass/styles.scss */
body .link-see-more a:hover {
    color: #fff;
    background-color: #c12017;
    border: 1px solid #fff;
}
/* line 1352, ../sass/styles.scss */
body .link-see-more a:hover span {
    background-position: 0 -2424px;
}
/* line 1359, ../sass/styles.scss */
body .link-see-more-white a {
    color: #fff;
    border: 1px solid #fff;
}
/* line 1364, ../sass/styles.scss */
body .link-see-more-white a span {
    background-position: 0 -2424px;
}
/* line 1368, ../sass/styles.scss */
body .link-see-more-white a:hover {
    color: #c12017;
    background-color: #fff;
    border: 1px solid #c12017;
}
/* line 1374, ../sass/styles.scss */
body .link-see-more-white a:hover span {
    background-position: 0 -2453px;
}
/* line 1381, ../sass/styles.scss */
body .link-see-more-black a {
    color: #000;
    border: 1px solid #000;
}
/* line 1386, ../sass/styles.scss */
body .link-see-more-black a span {
    background-position: 0 -2395px;
}
/* line 1390, ../sass/styles.scss */
body .link-see-more-black a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}
/* line 1396, ../sass/styles.scss */
body .link-see-more-black a:hover span {
    background-position: 0 -2424px;
}
/* line 1403, ../sass/styles.scss */
body .column-wrapper {
    position: relative;
    max-height: 100%;
}
/* line 1409, ../sass/styles.scss */
#main {
    clear: both;
}
/* line 1413, ../sass/styles.scss */
.sidebars,
#content {
    margin-top: 50px;
}
/* line 1416, ../sass/styles.scss */
.sidebars {
    padding-bottom: 30px;
}
/* Contenitore di testo in column */
/* line 1421, ../sass/styles.scss */
.container-text-column {
    margin-top: 20px;
}
/* line 1424, ../sass/styles.scss */
.container-text-column h3, .container-text-column p {
    margin-top: 0;
}
/* line 1427, ../sass/styles.scss */
.container-text-column h3 {
    margin-bottom: 10px;
}
/* line 1431, ../sass/styles.scss */
.col-sm-6 .container-text-column {
    margin-top: 0;
}
@media (min-width: 768px) {
    /* line 1437, ../sass/styles.scss */
    .tpl-3-columns.transformActive .container-text-column {
        position: relative;
    }
    /* line 1439, ../sass/styles.scss */
    .tpl-3-columns.transformActive .container-text-column h3 {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
}
/* Box con collegamento esterno */
/* line 1451, ../sass/styles.scss */
.external-link {
    background-color: #c5281c;
    color: #fff;
    padding: 20px 20px 30px 20px;
    min-height: 210px;
}
/* line 1460, ../sass/styles.scss */
.external-link h4 {
    margin: 0 0 20px 0;
}
/* line 1463, ../sass/styles.scss */
.external-link figure {
    float: left;
    margin: 0 15px 0 0;
}
/* line 1468, ../sass/styles.scss */
.external-link p {
    font-size: 0.875em;
    margin: 5px 0;
}
/* Immagine con testo affiancato */
/* line 1476, ../sass/styles.scss */
.figure-with-text-left, .figure-with-text-right {
    margin-top: 1em;
    margin-bottom: 1em;
}
/* line 1481, ../sass/styles.scss */
.figure-with-text-left p, .figure-with-text-left ul, .figure-with-text-right p, .figure-with-text-right ul {
    margin: 0;
}
/* line 1485, ../sass/styles.scss */
.figure-with-text-left p.see-more-text, .figure-with-text-left p.see-less-text, .figure-with-text-right p.see-more-text, .figure-with-text-right p.see-less-text {
    cursor: pointer;
    color: #c5281c;
    text-decoration: underline;
}
/* line 1492, ../sass/styles.scss */
.figure-with-text-left div.expanded-text, .figure-with-text-left p.see-less-text, .figure-with-text-right div.expanded-text, .figure-with-text-right p.see-less-text {
    display: none;
}
/* line 1497, ../sass/styles.scss */
.figure-with-text-left ul li, .figure-with-text-right ul li {
    list-style-position: inside;
}
/* line 1501, ../sass/styles.scss */
.figure-with-text-left figure {
    float: right;
    padding-left: 10px;
    margin: 0 0 0 10px;
}
/* line 1507, ../sass/styles.scss */
.figure-with-text-right figure {
    float: left;
    padding-right: 10px;
    margin: 0 10px 0 0;
}
/* Tabelle */
/* line 1515, ../sass/styles.scss */
table {
    width: 100%;
    overflow-x: auto;
    font-size: 0.875em;
    border: 1px solid #707173;
}
/* line 1523, ../sass/styles.scss */
table tbody, table thead {
    width: 100%;
}
/* line 1527, ../sass/styles.scss */
table tbody tr td, table tbody tr th, table thead tr td, table thead tr th {
    text-align: right;
    padding: 15px 10px;
}
/* line 1532, ../sass/styles.scss */
table tbody tr td.column-sx, table tbody tr th.column-sx, table thead tr td.column-sx, table thead tr th.column-sx {
    text-align: left;
}
/* line 1536, ../sass/styles.scss */
table tbody tr td sup, table tbody tr td a, table tbody tr th sup, table tbody tr th a, table thead tr td sup, table thead tr td a, table thead tr th sup, table thead tr th a {
    color: #c5281c;
}
/* line 1539, ../sass/styles.scss */
table tbody tr td sup, table tbody tr th sup, table thead tr td sup, table thead tr th sup {
    font-family: "HelveticaBold";
}
/* line 1542, ../sass/styles.scss */
table tbody tr td a, table tbody tr th a, table thead tr td a, table thead tr th a {
    text-decoration: underline;
}
/* line 1549, ../sass/styles.scss */
table thead tr {
    border-bottom: 1px solid #707173;
}
/* line 1552, ../sass/styles.scss */
table thead tr td, table thead tr th {
    font-family: "HelveticaBold";
    color: #c5281c;
}
/* line 1558, ../sass/styles.scss */
table tbody {
    background-color: #f8f8f9;
}
/* line 1561, ../sass/styles.scss */
table tbody tr {
    border-bottom: 1px solid #c2c2c3;
}
/* line 1564, ../sass/styles.scss */
table tbody tr.totale {
    background-color: #e6e6e7;
    border-bottom: 1px solid #707173;
}
/* line 1569, ../sass/styles.scss */
table tbody tr.totale td, table tbody tr.totale th {
    font-family: "HelveticaBold";
}
/* line 1574, ../sass/styles.scss */
table tbody tr td, table tbody tr th {
    border-right: 1px solid #707173;
}
/* line 1580, ../sass/styles.scss */
.table-notes, .page-notes {
    font-size: 0.75em;
    margin: 15px 0;
}
/* line 1586, ../sass/styles.scss */
.table-notes p, .page-notes p {
    font-style: italic;
    margin: 0 0 10px;
}
/* line 1591, ../sass/styles.scss */
.table-notes p span, .page-notes p span {
    font-family: "HelveticaMedium";
    font-style: normal;
    color: #c5281c;
}
/* line 1599, ../sass/styles.scss */
.txt-component {
    overflow-x: auto;
}
/* line 1602, ../sass/styles.scss */
.txt-component table tbody tr:first-child {
    border-bottom: 1px solid #707173;
    background-color: #fff;
}
/* line 1606, ../sass/styles.scss */
.txt-component table tbody tr:first-child td, .txt-component table tbody tr:first-child th {
    font-family: "HelveticaBold";
    color: #c5281c;
    border: 0 none;
}
/* line 1614, ../sass/styles.scss */
.txt-component ul li {
    padding: 6px 0;
}
/* line 1619, ../sass/styles.scss */
.menu-fatca-file-list {
    width: 100%;
    margin: 0 auto;
}
/* line 1623, ../sass/styles.scss */
.menu-fatca-file-list .download-list {
    margin-top: 15px;
}
/* Lista risultati Ricerca */
/* line 1631, ../sass/styles.scss */
.list-results .list-row {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
/* line 1637, ../sass/styles.scss */
.list-results .list-row:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none;
}
/* line 1644, ../sass/styles.scss */
.list-results p {
    margin: 0;
}
/* line 1647, ../sass/styles.scss */
.list-results p.webcast-icon, .list-results p.video-icon, .list-results p.audio-icon, .list-results p.extpage-icon, .list-results p.excel-icon, .list-results p.pdf-icon, .list-results p.default-icon {
    float: left;
    margin-right: 10px;
}
/* line 1656, ../sass/styles.scss */
.list-results p.result-title {
    font-family: "HelveticaMedium";
}
/* line 1659, ../sass/styles.scss */
.list-results p.result-title b {
    text-decoration: underline;
}
/* line 1663, ../sass/styles.scss */
.list-results p.result-abstract {
    font-family: "HelveticaLight";
    font-size: 0.9em;
}
/* line 1667, ../sass/styles.scss */
.list-results p.result-abstract b {
    background-color: #c5281c;
    color: #fff;
}
/* line 1673, ../sass/styles.scss */
.list-results p.result-url {
    font-size: 0.78em;
}
/* Lista download */
/* line 1681, ../sass/styles.scss */
.download-list h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}
/* line 1687, ../sass/styles.scss */
.download-list h3.h3-underlined {
    margin-bottom: 10px;
}
/* line 1692, ../sass/styles.scss */
.download-list table.file-list-download {
    border: 0 none;
    font-size: 1em;
}
/* line 1697, ../sass/styles.scss */
.download-list table.file-list-download tbody {
    background-color: transparent;
}
/* line 1701, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td {
    border-right: 0 none;
    text-align: left;
    padding: 7px 10px;
}
/* line 1708, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td:first-child {
    padding-left: 0;
    padding-right: 0;
}
/* line 1713, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td.pdf-icon-download span {
    background-position: 0 -2130px;
    display: block;
    width: 28px;
    height: 35px;
}
/* line 1721, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td.file-date-download {
    font-size: 0.75em;
    font-style: italic;
    text-transform: uppercase;
    width: 90px;
}
/* line 1728, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td.file-title-download {
    font-family: "HelveticaMedium";
    font-size: 0.85em;
}
/* line 1732, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td.file-size-download {
    font-size: 0.75em;
    font-style: italic;
    text-align: right;
    width: 85px;
    display: none;
}
/* line 1741, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td.download-file-download {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    width: 30px;
}
/* line 1748, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td.download-file-download a {
    display: block;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* line 1762, ../sass/styles.scss */
.download-list table.file-list-download tbody tr td p.price-sensitive {
    font-size: 0.65em;
    color: #c12017;
    text-transform: none;
    margin: 0 0 5px;
    padding-left: 10px;
    background-position: 0 -428px;
}
/* Related content */
/* line 1779, ../sass/styles.scss */
.related-content-wrapper {
    background-color: #f0f0f0;
    padding: 30px 25px 15px;
}
/* line 1784, ../sass/styles.scss */
.related-content-wrapper .related-text {
    height: 80px;
}
/* Box dati + Box Grafico */
/* line 1790, ../sass/styles.scss */
.data-box, .data-box-only-number, .box-chart {
    background-color: #f0f0f0;
    padding: 20px 10px;
    position: relative;
}
/* line 1797, ../sass/styles.scss */
.data-box h4, .data-box-only-number h4, .box-chart h4 {
    margin-top: 0;
    text-align: center;
}
/* line 1805, ../sass/styles.scss */
.data-box .data-box-internal, .data-box-only-number .data-box-internal {
    width: 100%;
    max-width: none;
    margin: 20px auto;
}
/* line 1811, ../sass/styles.scss */
.data-box .data-box-icon, .data-box-only-number .data-box-icon {
    float: left;
    margin-right: 20px;
    max-width: 35%;
}
/* line 1818, ../sass/styles.scss */
.data-box .highlights-first-amount, .data-box-only-number .highlights-first-amount {
    font-size: 1.75em;
    margin: 0;
}
/* line 1823, ../sass/styles.scss */
.data-box .highlights-second-amount, .data-box-only-number .highlights-second-amount {
    margin: 0;
    font-size: 1.2em;
    font-family: "HelveticaLight";
}
/* line 1830, ../sass/styles.scss */
.data-box-only-number {
    text-align: center;
}
/* line 1833, ../sass/styles.scss */
.data-box-only-number.only-text-left {
    text-align: left;
}
/* line 1837, ../sass/styles.scss */
.box-chart .box-chart-internal {
    width: 94%;
    max-width: 400px;
    margin: 0 auto;
}
/* Video Component */
/* line 1846, ../sass/styles.scss */
.videoblock-component {
    position: relative;
}
/* line 1849, ../sass/styles.scss */
.videoblock-component .videoblock-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
/* Eventi first sidebar */
/* line 1859, ../sass/styles.scss */
.view-event {
    background-color: #f0f0f0;
    padding: 15px;
}
/* line 1864, ../sass/styles.scss */
.view-event .view-header {
    margin-bottom: 15px;
    height: 30px;
}
/* line 1869, ../sass/styles.scss */
.view-event .view-header .view-title {
    float: left;
    font-size: 1.125em;
    font-family: "HelveticaBold";
    text-transform: uppercase;
    margin: 0;
}
/* line 1878, ../sass/styles.scss */
.view-event .view-header .link-see-more {
    float: right;
    margin: 0;
    padding: 10px 0;
}
/* line 1884, ../sass/styles.scss */
.view-event .view-header .link-see-more a {
    font-family: "HelveticaBold";
    font-size: 0.688em;
    padding: 12px 4px;
}
/* line 1892, ../sass/styles.scss */
.view-event .view-rows {
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    min-height: 70px;
}
/* line 1901, ../sass/styles.scss */
.view-event .view-rows:last-child {
    margin-bottom: 0;
}
/* line 1905, ../sass/styles.scss */
.view-event .view-rows .sx-date {
    float: left;
    font-family: "HelveticaLight";
    border-right: 1px solid #c12017;
    padding-right: 11px;
    margin-right: 11px;
}
/* line 1915, ../sass/styles.scss */
.view-event .view-rows .sx-date .date-number {
    font-size: 1.5em;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 8px;
}
/* line 1922, ../sass/styles.scss */
.view-event .view-rows .sx-date .date-month-year {
    font-size: 0.688em;
    text-transform: uppercase;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 3px;
}
/* line 1931, ../sass/styles.scss */
.view-event .view-rows .dx-event {
    float: left;
    max-width: 70%;
}
/* line 1936, ../sass/styles.scss */
.view-event .view-rows .dx-event .event-subtitle, .view-event .view-rows .dx-event .add-to-outlook {
    font-family: "HelveticaBold";
    font-size: 0.625em;
    color: #c12017;
    text-transform: uppercase;
    margin: 0 0 5px;
}
/* line 1944, ../sass/styles.scss */
.view-event .view-rows .dx-event .event-subtitle span {
    /*border: 1px solid #c12017;
    border-radius: 10px;
    background-color: #c12017;
    */
    background-position: 0 -428px;
    width: 9px;
    height: 9px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
/* line 1959, ../sass/styles.scss */
.view-event .view-rows .dx-event .event-title {
    font-size: 0.813em;
    margin-bottom: 3px;
    margin-top: 3px;
}
/* line 1965, ../sass/styles.scss */
.view-event .view-rows .dx-event .event-title a {
    color: #000;
    text-decoration: none;
}
/* line 1969, ../sass/styles.scss */
.view-event .view-rows .dx-event .event-title a:hover {
    color: #c12017;
}
/* line 1972, ../sass/styles.scss */
.view-event .view-rows .dx-event .event-title a:hover:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    -moz-text-decoration-style: dotted;
    -webkit-text-decoration-style: dotted;
}
/* line 1981, ../sass/styles.scss */
.view-event .view-rows .dx-event .add-to-outlook {
    background-position: 0 0;
}
/* line 1985, ../sass/styles.scss */
.view-event .view-rows .dx-event .add-to-outlook a {
    display: block;
    padding: 3px 0 3px 30px;
    color: #c12017;
}
/* line 1994, ../sass/styles.scss */
.lt-ie9 .view-event .view-header {
    padding-top: 15px;
}
/* GESTIONE SLIDER TRAMITE OWL CAROUSEL */
/* line 2001, ../sass/styles.scss */
.owl-carousel .owl-stage-outer a {
    cursor: pointer;
}
/* line 2006, ../sass/styles.scss */
.owl-carousel h5 {
    font-size: 0.85em;
}
/* line 2010, ../sass/styles.scss */
.owl-carousel .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
/* line 2016, ../sass/styles.scss */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-fullsize {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 36px;
    height: 36px;
    z-index: 2;
}
/* line 2024, ../sass/styles.scss */
.owl-carousel .owl-nav .owl-prev {
    right: 45px;
    background-position: 0 -1238px;
}
/* line 2028, ../sass/styles.scss */
.owl-carousel .owl-nav .owl-next {
    right: 0px;
    background-position: 0 -1182px;
}
/* line 2032, ../sass/styles.scss */
.owl-carousel .owl-nav .owl-fullsize {
    left: 0px;
    width: 40px;
    cursor: pointer;
    background-position: 0 -1126px;
}
/* Mediagallery */
/* line 2042, ../sass/styles.scss */
#gallery-photo-small,
#gallery-video-small {
    display: none;
}
/* line 2046, ../sass/styles.scss */
.media-gallery-carousel {
    position: relative;
}
/* line 2049, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "HelveticaLight";
    color: #fff;
    padding: 10px;
    background: url("../../bundles/generali/images/system/bckg-overlay-slider.png") 0 0 repeat;
}
/* line 2064, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery h5, .media-gallery-carousel .overlay-abstract-gallery p {
    margin: 0;
}
/* line 2067, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .name-photo-gallery {
    float: left;
    margin-bottom: 8px;
}
/* line 2072, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .photo-gallery-download {
    float: right;
}
/* line 2075, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .credits-photo-gallery {
    text-transform: uppercase;
    display: none;
    clear: both;
}
/* line 2082, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .abstract-photo-gallery {
    max-width: 75%;
    display: none;
    clear: both;
}
/* line 2089, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .file-size-archive {
    font-style: italic;
    display: none;
}
/* line 2094, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .archive-file-download {
    display: inline-block;
    margin-left: 20px;
    padding: 3px;
    border: 1px solid #fff;
}
/* line 2102, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .archive-file-download p.default-icon {
    background-position: 0 -976px;
}
/* line 2105, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .archive-file-download p.default-icon a {
    display: block;
}
/* line 2108, ../sass/styles.scss */
.media-gallery-carousel .overlay-abstract-gallery .archive-file-download p.default-icon a:hover {
    text-decoration: none;
}
/*#gallery-photo-big .owl-controls .owl-nav .owl-prev,
#gallery-photo-big .owl-controls .owl-nav .owl-next,
#gallery-video-big .owl-controls .owl-nav .owl-prev,
#gallery-video-big .owl-controls .owl-nav .owl-next {
    display: block !important;
}
*/
/* line 2125, ../sass/styles.scss */
.video-gallery-wrapper {
    position: relative;
}
/* line 2128, ../sass/styles.scss */
.video-gallery-wrapper #kaltura_player_1437579475 {
    position: absolute;
    top: 0;
    left: 0;
}
/* line 2134, ../sass/styles.scss */
.video-gallery-wrapper .after-x-video {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    width: 20px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    z-index: 99;
}
/*#gallery-video-big {
*/
/* line 2151, ../sass/styles.scss */
.video-item-container {
    position: relative;
}
/* line 2154, ../sass/styles.scss */
.video-item-container .owl-video-play-icon {
    position: absolute;
    left: 49%;
    top: 63%;
    height: 56px;
    width: 80px;
    background-position: 0 -2054px;
    cursor: pointer;
    z-index: 3;
}
/* line 2167, ../sass/styles.scss */
.video-item-container .after-x-video {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    width: 20px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    z-index: 99;
}
/* line 2181, ../sass/styles.scss */
.video-item-container .iframe-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/*
}
*/
/* line 2193, ../sass/styles.scss */
.stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
    left: 36%;
    top: 34%;
}
/* GESTIONE BANNER IN ALTO CON TITOLO, BREADCRUMB E TOOLS */
/* line 2199, ../sass/styles.scss */
.headerBanner {
    position: relative;
    float: left;
    width: 100%;
    min-height: 50px;
    background-color: #c6c6c6;
}
/* line 2206, ../sass/styles.scss */
.headerBanner .bannerImage {
    position: relative;
    float: left;
    width: 100%;
    height: 260px;
}
/* line 2212, ../sass/styles.scss */
.headerBanner .bannerImage .img-fallback {
    display: none;
}
/* line 2217, ../sass/styles.scss */
.headerBanner .bannerSub {
    position: absolute;
    bottom: 0px;
    left: 0px;
    float: left;
    width: 100%;
    min-height: 50px;
    background: url('../../bundles/generali/images/system/bckg-caption-slide.png?1424688034') repeat 0 0;
}
/* line 2226, ../sass/styles.scss */
.headerBanner .bannerSub .breadcrumb {
    position: relative;
    float: left;
    width: auto;
    max-width: 80%;
    margin: 0;
    padding: 16px 0px;
    border-radius: 0;
    list-style: none;
    background: none;
    display: none;
    font-size: 0.875em;
    line-height: 18px;
    color: #000000;
}
/* line 2241, ../sass/styles.scss */
.headerBanner .bannerSub .breadcrumb a {
    font-size: 0.875em;
    line-height: 18px;
    color: #000000;
}
/* line 2245, ../sass/styles.scss */
.headerBanner .bannerSub .breadcrumb a:hover {
    color: #c5281c;
}
/* line 2249, ../sass/styles.scss */
.headerBanner .bannerSub .breadcrumb span.breadcrumb-title {
    font-size: 0.875em;
    line-height: 18px;
    font-family: "HelveticaBold";
    color: #c5281c;
}
/* line 2261, ../sass/styles.scss */
.headerBanner .bannerSub .tools {
    position: relative;
    float: right;
    width: 60px;
    height: 50px;
}
/* line 2268, ../sass/styles.scss */
.headerBanner .bannerSub #tools-btn {
    position: relative;
    width: 60px;
    height: 50px;
    cursor: pointer;
    background-position: 7px -1283px;
}
/* line 2274, ../sass/styles.scss */
.headerBanner .bannerSub #tools-btn.opened {
    background-position: 7px -1331px;
}
/* line 2279, ../sass/styles.scss */
.headerBanner .bannerSub #tools-lnks {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 600;
}
/* line 2286, ../sass/styles.scss */
.headerBanner .bannerSub #tools-lnks ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* line 2292, ../sass/styles.scss */
.headerBanner .bannerSub #tools-lnks li {
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    border-top: 1px solid #bfbfbf;
}
/* line 2298, ../sass/styles.scss */
.headerBanner .bannerSub #tools-lnks li.last {
    border-bottom: 1px solid #bfbfbf;
}
/* line 2303, ../sass/styles.scss */
.headerBanner .bannerSub #tools-lnks a {
    display: block;
    padding: 10px 30px;
    font-size: 0.875em;
    line-height: 18px;
    color: #000000;
    background: #f0f0f0;
    white-space: nowrap;
}
/* line 2312, ../sass/styles.scss */
.headerBanner .bannerSub #tools-lnks a:hover {
    background: #dddddd;
    color: #c12017;
    text-decoration: none;
}
/* Iframe PremiumPage */
/* line 2323, ../sass/styles.scss */
.iframe-premium-page {
    width: 100%;
}
/* line 2326, ../sass/styles.scss */
.iframe-premium-page iframe {
    overflow: scroll;
}
/** Media Query per il Responsive - Crescenti poiché Mobile First **/
@media (min-width: 500px) {
    /* line 2335, ../sass/styles.scss */
    .figure-with-text-left figure {
        padding-left: 20px;
        margin: 0 0 0 15px;
    }
    /* line 2339, ../sass/styles.scss */
    .figure-with-text-right figure {
        padding-right: 20px;
        margin: 0 15px 0 0;
    }
    /* line 2344, ../sass/styles.scss */
    .video-item-container .owl-video-play-icon {
        left: 50%;
        top: 55%;
    }
    /* line 2348, ../sass/styles.scss */
    .stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
        left: 42%;
        top: 37%;
    }
}
@media (min-width: 768px) {
    /* line 2356, ../sass/styles.scss */
    .headerBanner .bannerSub .breadcrumb {
        display: block;
    }
    /* line 2359, ../sass/styles.scss */
    .wrapper-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* line 2363, ../sass/styles.scss */
    .internal-wrapper-content {
        max-width: 70%;
    }
    /* line 2366, ../sass/styles.scss */
    .fatca-in-internal.internal-wrapper-content {
        max-width: 100%;
    }
    /* line 2370, ../sass/styles.scss */
    .message-on-page p {
        font-size: 0.9em;
        padding: 15px;
    }
    /* line 2377, ../sass/styles.scss */
    body .link-see-more,    body .link-see-more-white {
        margin: 10px 0 0;
    }
    /* line 2381, ../sass/styles.scss */
    body .link-see-more a,    body .link-see-more-white a {
        padding: 8px;
        font-size: 0.813em;
    }
    /* line 2389, ../sass/styles.scss */
    .mobile-version {
        display: none;
    }
    /* line 2392, ../sass/styles.scss */
    .desktop-version {
        display: block;
    }
    /* line 2395, ../sass/styles.scss */
    .desktop-version.inner-liner {
        display: inline-block;
    }
    /* line 2401, ../sass/styles.scss */
    .data-box .data-box-internal, .data-box-only-number .data-box-internal {
        width: 78%;
        max-width: 340px;
    }
    /* line 2405, ../sass/styles.scss */
    .data-box .data-box-icon, .data-box-only-number .data-box-icon {
        margin-right: 45px;
        max-width: none;
    }
    /* line 2410, ../sass/styles.scss */
    .data-box .highlights-first-amount, .data-box-only-number .highlights-first-amount {
        font-size: 2.5em;
    }
    /* line 2413, ../sass/styles.scss */
    .data-box .highlights-second-amount, .data-box-only-number .highlights-second-amount {
        font-size: 1.875em;
    }
    /* line 2417, ../sass/styles.scss */
    .data-box-only-number.only-text-left .data-box-internal {
        width: 98%;
        max-width: none;
    }
    /* line 2422, ../sass/styles.scss */
    .padding-sm-lat-0 {
        padding-left: 0;
        padding-right: 0;
    }
    /* line 2426, ../sass/styles.scss */
    .padding-sm-left-0 {
        padding-left: 0;
    }
    /* line 2429, ../sass/styles.scss */
    .padding-sm-right-0 {
        padding-right: 0;
    }
    /* line 2432, ../sass/styles.scss */
    .padding-sm-left-5 {
        padding-left: 5px;
    }
    /* line 2435, ../sass/styles.scss */
    .padding-sm-right-5 {
        padding-right: 5px;
    }
    /* line 2438, ../sass/styles.scss */
    .padding-sm-left-10 {
        padding-left: 10px;
    }
    /* line 2441, ../sass/styles.scss */
    .padding-sm-right-10 {
        padding-right: 10px;
    }
    /* line 2444, ../sass/styles.scss */
    .padding-sm-left-15 {
        padding-left: 15px;
    }
    /* line 2447, ../sass/styles.scss */
    .padding-sm-right-15 {
        padding-right: 15px;
    }
    /* line 2451, ../sass/styles.scss */
    .margin-sm-top-0 {
        margin-top: 0px;
    }
    /* line 2454, ../sass/styles.scss */
    .margin-sm-bottom-0 {
        margin-bottom: 0px;
    }
    /* line 2457, ../sass/styles.scss */
    .margin-sm-top-10 {
        margin-top: 10px;
    }
    /* line 2460, ../sass/styles.scss */
    .margin-sm-top-25 {
        margin-top: 25px;
    }
    /* line 2463, ../sass/styles.scss */
    .margin-sm-top-35 {
        margin-top: 35px;
    }
    /* line 2466, ../sass/styles.scss */
    .margin-sm-top-40 {
        margin-top: 40px;
    }
    /* line 2469, ../sass/styles.scss */
    .margin-sm-bottom-10 {
        margin-bottom: 10px;
    }
    /* line 2473, ../sass/styles.scss */
    .column-sx-responsive-up {
        padding-left: 0;
        padding-right: 5px;
        margin-bottom: 0;
    }
    /* line 2478, ../sass/styles.scss */
    .column-dx-responsive-up {
        padding-left: 5px;
        padding-right: 0;
        margin-bottom: 0;
    }
    /* line 2483, ../sass/styles.scss */
    .unique-column-responsive-down {
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
    }
    /* line 2488, ../sass/styles.scss */
    .unique-column-responsive-up {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    /* line 2493, ../sass/styles.scss */
    .column-sx-responsive-down {
        padding-left: 0;
        padding-right: 5px;
        margin-bottom: 0;
    }
    /* line 2498, ../sass/styles.scss */
    .column-dx-responsive-down {
        padding-left: 5px;
        padding-right: 0;
    }
    /* line 2502, ../sass/styles.scss */
    .first-column-sx-two {
        padding-right: 15px;
    }
    /* line 2505, ../sass/styles.scss */
    .first-column-sx-two.col-sm-12 {
        padding-right: 0;
    }
    /* line 2508, ../sass/styles.scss */
    .second-column-dx-two {
        margin-top: 0;
    }
    /* line 2511, ../sass/styles.scss */
    .column-sx-internal {
        padding-right: 5px;
        margin-bottom: 0;
    }
    /* line 2515, ../sass/styles.scss */
    .column-dx-internal {
        padding-left: 5px;
        padding-right: 0;
        margin-bottom: 0;
    }
    /* line 2520, ../sass/styles.scss */
    .unique-column-internal {
        margin-top: 10px;
    }
    /* line 2524, ../sass/styles.scss */
    .internal-carousel-full {
        margin-top: 35px;
    }
    /* line 2527, ../sass/styles.scss */
    .internal-carousel-full.media-gallery-carousel {
        margin-top: 20px;
    }
    /* line 2531, ../sass/styles.scss */
    .col-one-of-three {
        margin-bottom: 0;
        padding-right: 15px;
    }
    /* line 2536, ../sass/styles.scss */
    .col-two-of-three {
        margin-bottom: 0;
    }
    /* line 2539, ../sass/styles.scss */
    .col-three-of-three {
        margin-bottom: 0;
        padding-left: 15px;
    }
    /* line 2545, ../sass/styles.scss */
    h1 {
        font-size: 1.875em;
    }
    /* line 2548, ../sass/styles.scss */
    h2 {
        font-size: 1.25em;
    }
    /* line 2551, ../sass/styles.scss */
    h3 {
        font-size: 1.25em;
    }
    /* line 2554, ../sass/styles.scss */
    h4 {
        font-size: 1.125em;
    }
    /* line 2557, ../sass/styles.scss */
    h5, .owl-carousel h5 {
        font-size: 1em;
    }
    /* line 2561, ../sass/styles.scss */
    .highlights {
        font-size: 1.5em;
        padding-bottom: 30px;
    }
    /* line 2566, ../sass/styles.scss */
    .featured {
        font-size: 1.25em;
    }
    /* line 2569, ../sass/styles.scss */
    .event-date.featured {
        font-size: 1.125em;
    }
    /* line 2573, ../sass/styles.scss */
    .panel-group.drawer.list-accordion {
        background-position: left 8px;
    }
    /* line 2576, ../sass/styles.scss */
    .panel-group.drawer .panel-default > .panel-heading h3.panel-title {
        font-size: 1.15em;
    }
    /* line 2580, ../sass/styles.scss */
    .social-wrapper-media .social-button-media a {
        font-size: 1.25em;
    }
    /* line 2583, ../sass/styles.scss */
    .menu-fatca-file-list {
        width: 50%;
    }
    /* line 2589, ../sass/styles.scss */
    .list-results .list-row {
        margin-top: 20px;
        padding-top: 20px;
    }
    /* line 2594, ../sass/styles.scss */
    .list-results p.result-title {
        font-size: 1.1em;
    }
    /* line 2597, ../sass/styles.scss */
    .list-results p.result-abstract {
        font-size: 0.95em;
    }
    /* line 2600, ../sass/styles.scss */
    .list-results p.result-url {
        font-size: 0.825em;
    }
    /* line 2607, ../sass/styles.scss */
    .download-list table.file-list-download {
        font-size: 1.125em;
    }
    /* line 2613, ../sass/styles.scss */
    .download-list table.file-list-download tbody tr td:first-child {
        padding-left: 0;
        padding-right: 10px;
    }
    /* line 2617, ../sass/styles.scss */
    .download-list table.file-list-download tbody tr td.file-title-download {
        font-size: 1em;
    }
    /* line 2620, ../sass/styles.scss */
    .download-list table.file-list-download tbody tr td.file-size-download {
        display: table-cell;
    }
    /* line 2629, ../sass/styles.scss */
    .generic-search {
        padding: 20px;
    }
    /* line 2632, ../sass/styles.scss */
    .general-checkboxes label {
        font-size: 0.688em;
    }
    /* line 2635, ../sass/styles.scss */
    .generic-select {
        height: 38px;
    }
    /* line 2638, ../sass/styles.scss */
    .general-text-form {
        padding: 10px;
        font-size: 0.75em;
        width: auto;
    }
    /* line 2645, ../sass/styles.scss */
    .with-label {
        margin-left: 15px;
    }
    /* line 2649, ../sass/styles.scss */
    .button-link-see-more {
        width: 75px;
        font-size: 0.813em;
    }
    /* line 2655, ../sass/styles.scss */
    .view-event {
        padding: 25px;
    }
    /* line 2659, ../sass/styles.scss */
    .view-event .view-header .view-title {
        font-size: 1.375em;
    }
    /* line 2662, ../sass/styles.scss */
    .view-event .view-header .link-see-more a {
        font-size: 0.813em;
        padding: 14px 10px;
    }
    /* line 2668, ../sass/styles.scss */
    .view-event .view-rows {
        width: 100%;
    }
    /* line 2673, ../sass/styles.scss */
    .view-event .view-rows .sx-date .date-number {
        font-size: 1.875em;
        line-height: 23px;
    }
    /* line 2677, ../sass/styles.scss */
    .view-event .view-rows .sx-date .date-month-year {
        font-size: 0.75em;
    }
    /* line 2681, ../sass/styles.scss */
    .view-event .view-rows .dx-event {
        max-width: 72%;
    }
    /* line 2684, ../sass/styles.scss */
    .view-event .view-rows .dx-event .event-subtitle, .view-event .view-rows .dx-event .add-to-outlook {
        font-size: 0.688em;
    }
    /* line 2687, ../sass/styles.scss */
    .view-event .view-rows .dx-event .event-subtitle span {
        width: 10px;
        height: 10px;
    }
    /* line 2691, ../sass/styles.scss */
    .view-event .view-rows .dx-event .event-title {
        font-size: 0.938em;
    }
    /* Photogallery */
    /* line 2698, ../sass/styles.scss */
    .media-gallery-carousel .overlay-abstract-gallery {
        padding: 20px;
    }
    /* line 2701, ../sass/styles.scss */
    .media-gallery-carousel .overlay-abstract-gallery .credits-photo-gallery {
        display: block;
    }
    /* line 2704, ../sass/styles.scss */
    .media-gallery-carousel .overlay-abstract-gallery .abstract-photo-gallery {
        display: block;
    }
    /* line 2707, ../sass/styles.scss */
    .media-gallery-carousel .overlay-abstract-gallery .file-size-archive {
        display: inline-block;
    }
    /* line 2710, ../sass/styles.scss */
    .media-gallery-carousel .overlay-abstract-gallery .archive-file-download {
        padding: 5px;
    }
    /* line 2715, ../sass/styles.scss */
    #gallery-photo-small,
    #gallery-video-small {
        width: 77%;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 25px;
        position: relative;
        display: block;
    }
    /* line 2728, ../sass/styles.scss */
    #gallery-photo-small .owl-stage-outer .owl-item p,
    #gallery-video-small .owl-stage-outer .owl-item p {
        margin: 0;
        cursor: pointer;
    }
    /* line 2733, ../sass/styles.scss */
    #gallery-photo-small .owl-stage-outer .owl-item p img,
    #gallery-video-small .owl-stage-outer .owl-item p img {
        width: auto;
        max-width: 105px;
        margin: 0 auto;
    }
    /* line 2742, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav,
    #gallery-video-small .owl-controls .owl-nav {
        position: inherit;
    }
    /* line 2745, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-prev {
        width: 60px;
        height: 60px;
        background: url("../../bundles/generali/images/system/slide-prev.png") center center no-repeat #c12017;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -85px;
    }
    /* line 2757, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
        width: 60px;
        height: 60px;
        background: url("../../bundles/generali/images/system/slide-next.png") center center no-repeat #c12017;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: -85px;
    }
    /* line 2773, ../sass/styles.scss */
    .video-item-container .owl-video-play-icon {
        top: 54%;
    }
    /* line 2777, ../sass/styles.scss */
    .stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
        left: 44%;
        top: 42%;
    }
    /* line 2782, ../sass/styles.scss */
    .contact-column,    .contact-column-right {
        min-height: 178px;
    }
    /* line 2787, ../sass/styles.scss */
    .contact-column-right .contact-column {
        padding-left: 0;
        padding: 40px 30px !important;
    }
    /* line 2791, ../sass/styles.scss */
    .contact-column-right .contact-column figure {
        padding-left: 0;
        margin-bottom: 0;
    }
    /* line 2795, ../sass/styles.scss */
    .contact-column-right .contact-column.contact-text-left .contact-text {
        padding: 0;
        padding-right: 0;
    }
    /* line 2802, ../sass/styles.scss */
    .contact-wrapper .contact-data {
        text-align: left;
        margin-left: 15px;
    }
    /* line 2807, ../sass/styles.scss */
    .contact-wrapper .contact-data .contact-name {
        margin-top: 0;
    }
    /* line 2813, ../sass/styles.scss */
    .col-sm-6 .contact-wrapper .contact-data {
        text-align: center;
        margin-left: 0;
    }
    /* line 2818, ../sass/styles.scss */
    .col-sm-6 .contact-wrapper .contact-data .contact-name {
        margin-top: 1em;
    }
}
@media (min-width: 900px) {
    /* line 2826, ../sass/styles.scss */
    #gallery-photo-small,
    #gallery-video-small {
        width: 80%;
    }
    /*.owl-carousel .owl-nav .owl-prev {
        right: 38px;
    }
    */
}
@media (min-width: 1024px) {
    /* line 2838, ../sass/styles.scss */
    .padding-md-left-0 {
        padding-left: 0;
    }
    /* line 2841, ../sass/styles.scss */
    .padding-md-right-0 {
        padding-right: 0;
    }
    /* line 2844, ../sass/styles.scss */
    .padding-md-left-5 {
        padding-left: 5px;
    }
    /* line 2847, ../sass/styles.scss */
    .padding-md-right-5 {
        padding-right: 5px;
    }
    /* line 2850, ../sass/styles.scss */
    .padding-md-left-10 {
        padding-left: 10px;
    }
    /* line 2853, ../sass/styles.scss */
    .padding-md-right-10 {
        padding-right: 10px;
    }
    /* line 2856, ../sass/styles.scss */
    .padding-md-left-30 {
        padding-left: 30px;
    }
    /* line 2860, ../sass/styles.scss */
    .margin-md-top-0 {
        margin-top: 0px;
    }
    /* line 2863, ../sass/styles.scss */
    .margin-md-bottom-0 {
        margin-bottom: 0px;
    }
    /* line 2867, ../sass/styles.scss */
    .column-sx-responsive-up {
        padding-right: 4px;
    }
    /* line 2870, ../sass/styles.scss */
    .column-dx-responsive-up {
        padding-left: 2px;
        padding-right: 2px;
    }
    /* line 2874, ../sass/styles.scss */
    .unique-column-responsive-down {
        padding-left: 4px;
        margin-top: 0;
    }
    /* line 2878, ../sass/styles.scss */
    .unique-column-responsive-up {
        padding-right: 4px;
        margin-bottom: 0;
    }
    /* line 2882, ../sass/styles.scss */
    .column-sx-responsive-down {
        padding-right: 2px;
        padding-left: 2px;
    }
    /* line 2886, ../sass/styles.scss */
    .column-dx-responsive-down {
        padding-left: 4px;
    }
    /* line 2889, ../sass/styles.scss */
    .second-column-dx-two {
        padding-left: 15px;
    }
    /* line 2892, ../sass/styles.scss */
    .first-column-sx-two.col-sm-12 {
        padding-right: 15px;
    }
    /* line 2895, ../sass/styles.scss */
    .column-sx-internal {
        padding-right: 4px;
        margin-bottom: 0;
    }
    /* line 2899, ../sass/styles.scss */
    .column-dx-internal {
        padding-right: 2px;
        padding-left: 2px;
        margin-bottom: 0;
    }
    /* line 2904, ../sass/styles.scss */
    .unique-column-internal {
        padding-left: 4px;
        padding-right: 0;
        margin-top: 0;
    }
    /* line 2909, ../sass/styles.scss */
    .internal-wrapper-content {
        max-width: 60%;
    }
    /* line 2912, ../sass/styles.scss */
    .fatca-in-internal.internal-wrapper-content {
        max-width: 100%;
    }
    /* line 2916, ../sass/styles.scss */
    .one-sidebar .central-body {
        padding-left: 30px;
    }
    /* line 2920, ../sass/styles.scss */
    .sidebar-first {
        padding-right: 30px;
    }
    /* line 2924, ../sass/styles.scss */
    .side-menu {
        display: block;
    }
    /* Photogallery */
    /* line 2929, ../sass/styles.scss */
    #gallery-photo-small,
    #gallery-video-small {
        width: 77%;
        height: 65px;
    }
    /* line 2934, ../sass/styles.scss */
    #gallery-photo-small .owl-stage-outer .owl-item p img,
    #gallery-video-small .owl-stage-outer .owl-item p img {
        max-width: 100%;
    }
    /* line 2938, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }
    /* line 2943, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-prev {
        margin-left: -70px;
    }
    /* line 2946, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
        margin-right: -70px;
    }
    /*.video-item-container .owl-video-play-icon {
        top: auto;
        bottom: 5%;
    }
    */
    /* line 2956, ../sass/styles.scss */
    .stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
        left: 42%;
    }
    /* Contatti */
    /* line 2961, ../sass/styles.scss */
    .lt-ie9 .row-contact-component, .lt-ie9 .row-contact-component .column,    .lt-ie9 .row-contact-component .contact-column {
        height: 178px;
        overflow: hidden;
    }
    /* line 2967, ../sass/styles.scss */
    .contact-wrapper .contact-data {
        text-align: center;
        margin-left: 0;
    }
    /* line 2972, ../sass/styles.scss */
    .contact-wrapper .contact-data .contact-name {
        margin-top: 1em;
    }
}
@media (min-width: 1230px) {
    /* line 2982, ../sass/styles.scss */
    .wrapper-content {
        padding-left: 0;
        padding-right: 0;
    }
    /* Photogallery */
    /* line 2988, ../sass/styles.scss */
    #gallery-photo-small,
    #gallery-video-small {
        width: 80%;
        height: 80px;
    }
    /* line 2993, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
        width: 73px;
        height: 73px;
    }
    /* line 2998, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-prev {
        margin-left: -85px;
    }
    /* line 3001, ../sass/styles.scss */
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
        margin-right: -85px;
    }
    /* line 3005, ../sass/styles.scss */
    .video-item-container .owl-video-play-icon {
        top: 53%;
    }
    /* line 3009, ../sass/styles.scss */
    .stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
        left: 45%;
    }
    /* line 3014, ../sass/styles.scss */
    .contact-wrapper .contact-data {
        text-align: left;
        margin-left: 15px;
    }
    /* line 3019, ../sass/styles.scss */
    .contact-wrapper .contact-data .contact-name {
        margin-top: 0;
    }
}
@media (min-width: 767px) and (max-width: 769px) {
    /* line 3027, ../sass/styles.scss */
    .contact-column-right .contact-column.contact-text-right .link-see-more {
        bottom: 0;
    }
}
@media (max-width: 768px) {
    /* line 3034, ../sass/styles.scss */
    .contact-column-right .contact-column {
        text-align: center;
        min-height: 0 !important;
    }
}

/* BOXY u detailu staatu */
.country-boxes {
    padding: 30px 0;
    overflow: hidden;
}
.country-boxes .country-box-wrapper {
    width: 33.333333333%;
    float: left;
    padding: 0 3px;
}
@media (max-width: 767px) {
    .country-boxes .country-box-wrapper {
        float: none;
        width: 100%;
        padding: 0 0 6px 0;
    }
}
.country-boxes .country-box-wrapper.no-padding-left {
    padding-left: 0;
}
.country-boxes .country-box-wrapper.no-padding-right {
    padding-right: 0;
}
.country-boxes .country-box-wrapper .country-box {
    background-color: #f0f0f0;
    padding: 0 38px;
    text-align: center;
    height: 400px;
    color: #ffffff;
}
@media (max-width: 1023px) {
    .country-boxes .country-box-wrapper .country-box {
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    .country-boxes .country-box-wrapper .country-box {
        height: auto;
    }
}
.country-boxes .country-box-wrapper .country-box.bg-darkred {
    background-color: #85080e;
}
.country-boxes .country-box-wrapper .country-box.bg-darkred .half-box.divider-bottom {
    border-bottom: 1px solid #f25c44;
}
.country-boxes .country-box-wrapper .country-box.bg-red {
    background-color: #c41512;
}
.country-boxes .country-box-wrapper .country-box.bg-red .half-box.divider-bottom {
    border-bottom: 1px solid #ffffff;
}
.country-boxes .country-box-wrapper .country-box.bg-beige {
    background-color: #f25c44;
}
.country-boxes .country-box-wrapper .country-box.bg-beige .half-box.divider-bottom {
    border-bottom: 1px solid #85080e;
}
.country-boxes .country-box-wrapper .country-box.half-box-center {
    padding-top: 92px;
}
@media (max-width: 767px) {
    .country-boxes .country-box-wrapper .country-box.half-box-center {
        padding-top: 0;
    }
}
.country-boxes .country-box-wrapper .country-box .half-box {
    height: 200px;
    padding: 20px 0 10px 0;
}
.country-boxes .country-box-wrapper .country-box .half-box span {
    display: inline-block;
}
.country-boxes .country-box-wrapper .country-box .half-box img {
    display: inline-block;
    width: auto;
    height: auto;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-darkred {
    color: #85080e;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-darkred.text-shadow {
    text-shadow: -1px 1px 2px #85080e;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-red {
    color: #c41512;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-red.text-shadow {
    text-shadow: -1px 1px 2px #c41512;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-beige {
    color: #f25c44;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-beige.text-shadow {
    text-shadow: -1px 1px 2px #f25c44;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-white {
    color: #ffffff;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-white.text-shadow {
    text-shadow: -1px 1px 2px #ffffff;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-black {
    color: #000000;
}
.country-boxes .country-box-wrapper .country-box .half-box .color-black.text-shadow {
    text-shadow: -1px 1px 2px #000000;
}
.country-boxes .country-box-wrapper .country-box .half-box .bold-text {
    font-weight: bold;
}
.country-boxes .country-box-wrapper .country-box .half-box .bigger-text {
    font-size: 36px;
    line-height: 46px;
}
@media (max-width: 1229px) {
    .country-boxes .country-box-wrapper .country-box .half-box .bigger-text {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 1023px) {
    .country-boxes .country-box-wrapper .country-box .half-box .bigger-text {
        font-size: 34px;
        line-height: 42px;
    }
}
.country-boxes .country-box-wrapper .country-box .half-box .big-text {
    font-size: 30px;
    line-height: 38px;
}
@media (max-width: 1229px) {
    .country-boxes .country-box-wrapper .country-box .half-box .big-text {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 1023px) {
    .country-boxes .country-box-wrapper .country-box .half-box .big-text {
        font-size: 28px;
        line-height: 36px;
    }
}
.country-boxes .country-box-wrapper .country-box .half-box .normal-text {
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 1229px) {
    .country-boxes .country-box-wrapper .country-box .half-box .normal-text {
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 1023px) {
    .country-boxes .country-box-wrapper .country-box .half-box .normal-text {
        font-size: 16px;
        line-height: 22px;
    }
}
.country-boxes .country-box-wrapper .country-box .half-box .margin-bottom-30 {
    margin-bottom: 30px;
}
.country-boxes .country-box-wrapper .country-box .half-box .margin-bottom-20 {
    margin-bottom: 20px;
}
.country-boxes .country-box-wrapper .country-box .half-box .margin-bottom-10 {
    margin-bottom: 10px;
}
/* BOXY u detailu staatu konec */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

/* Helvetica Font */
@font-face {
    font-family: "Roboto";
    src: url("../../bundles/generali/fonts/Roboto-Regular.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Regular.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Regular.svg?6h13do#Roboto-Regular") format("svg");
}
/* @font-face {
  font-family: "HelveticaLight";
  src: url("../fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("../fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("../fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("../fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("../fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("../fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg");
} */
@font-face {
    font-family: "HelveticaLight";
    src: url("../../bundles/generali/fonts/Roboto-Light.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Light.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Light.svg?6h13do#Roboto-Light") format("svg");
}
/* @font-face {
  font-family: "HelveticaRoman";
  src: url("../fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../fonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg");
} */
@font-face {
    font-family: "HelveticaRoman";
    src: url("../../bundles/generali/fonts/Roboto-Regular.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Regular.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Regular.svg?6h13do#Roboto-Regular") format("svg");
}
/* @font-face {
  font-family: "HelveticaMedium";
  src: url("../fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("../fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("../fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("../fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("../fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("../fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg");
} */
@font-face {
    font-family: "HelveticaMedium";
    src: url("../../bundles/generali/fonts/Roboto-Medium.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Medium.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Medium.svg?6h13do#Roboto-Medium") format("svg");
}
/* @font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg");
} */
@font-face {
    font-family: "HelveticaBold";
    src: url("../../bundles/generali/fonts/Roboto-Bold.ttf?6h13do") format("truetype"),
        url("../../bundles/generali/fonts/Roboto-Bold.woff?6h13do") format("woff"),
        url("../../bundles/generali/fonts/Roboto-Bold.svg?6h13do#Roboto-Bold") format("svg");
}
@font-face {
  font-family: "generali";
  src: url("../../bundles/generali/fonts/generali.eot");
  src: url("../../bundles/generali/fonts/generali.eot?#iefix") format("embedded-opentype"), url("../../bundles/generali/fonts/generali.woff") format("woff"), url("../../bundles/generali/fonts/generali.ttf") format("truetype"), url("../../bundles/generali/fonts/generali.svg#generali") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 544, system/iconVarie/*.png */
.iconVarie-sprite, .iconVarie-add-outlook, .iconVarie-arrow-down-white, .iconVarie-arrow-list-lang-closed, .iconVarie-arrow-list-lang-opened, .iconVarie-arrow-menu-closed-black, .iconVarie-arrow-menu-opened-red, .iconVarie-arrow-up-white, .iconVarie-audio-icon, .iconVarie-backtotop, .iconVarie-bullet-archivio, .iconVarie-bullet-list-big, .iconVarie-bullet-list-empty, .iconVarie-bullet-list, .iconVarie-bullet-matrix-off-red, .iconVarie-bullet-matrix-off-white, .iconVarie-canhelp, .iconVarie-cassetto-aperto-archivio, .iconVarie-cassetto-chiuso-archivio, .iconVarie-cassetto-titolo-closed, .iconVarie-cassetto-titolo-opened, .iconVarie-close-modal-matrix, .iconVarie-contrast-mobile, .iconVarie-contrast, .iconVarie-corp-app-icon, .iconVarie-default-icon-white, .iconVarie-default-icon, .iconVarie-email-icon-contact, .iconVarie-get-updates-icon, .iconVarie-ico-btn-fullsize, .iconVarie-ico-btn-next, .iconVarie-ico-btn-prev, .iconVarie-ico-tool-close, .iconVarie-ico-tool-open, .iconVarie-logo-footer, .iconVarie-logo-white, .iconVarie-logo, .iconVarie-mobile-logo, .iconVarie-mobile-menu-btn-normal, .iconVarie-mobile-menu-btn-opened, .iconVarie-mobile-search-btn, .iconVarie-mobile-switch-bg, .iconVarie-mobile-switch-point, .iconVarie-mobile-world-btn, .iconVarie-owl-video-play, .iconVarie-pdf-icon, .iconVarie-plu_rosso, .iconVarie-plus_bianco, .iconVarie-podcast-icon, .iconVarie-rss-feeds-icon, .iconVarie-search-icon, .iconVarie-see-all-icon-black, .iconVarie-see-all-icon-white, .iconVarie-see-all-icon, .iconVarie-star-hover, .iconVarie-star-nonselezionata, .iconVarie-star-selezionata, .iconVarie-telephone-icon-contact, .iconVarie-video-ext-icon, .iconVarie-video-icon, .iconVarie-webcast-icon, .iconVarie-webpage-icon, .iconVarie-xls-icon, .iconVarie-youtube-icon, .star-rating .star-rate a, .star-rating .star-hovered a,
.star-rating .star-active.star-hovered a, .star-rating .star-active a {
  background-image: url('../../bundles/generali/images/system/iconVarie-sd75e609034.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-add-outlook {
  background-position: 0 0;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-down-white {
  background-position: 0 -40px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-list-lang-closed {
  background-position: 0 -66px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-list-lang-opened {
  background-position: 0 -92px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-menu-closed-black {
  background-position: 0 -118px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-menu-opened-red {
  background-position: 0 -151px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-arrow-up-white {
  background-position: 0 -180px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-audio-icon {
  background-position: 0 -206px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-backtotop {
  background-position: 0 -255px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-archivio {
  background-position: 0 -339px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-list-big {
  background-position: 0 -366px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-list-empty {
  background-position: 0 -397px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-list {
  background-position: 0 -428px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-matrix-off-red {
  background-position: 0 -459px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-bullet-matrix-off-white {
  background-position: 0 -504px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-canhelp {
  background-position: 0 -549px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-cassetto-aperto-archivio {
  background-position: 0 -588px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-cassetto-chiuso-archivio {
  background-position: 0 -620px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-cassetto-titolo-closed {
  background-position: 0 -654px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-cassetto-titolo-opened {
  background-position: 0 -710px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-close-modal-matrix {
  background-position: 0 -766px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-contrast-mobile {
  background-position: 0 -852px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-contrast {
  background-position: 0 -899px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-corp-app-icon {
  background-position: 0 -935px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-default-icon-white {
  background-position: 0 -976px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-default-icon {
  background-position: 0 -1014px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-email-icon-contact {
  background-position: 0 -1053px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-get-updates-icon {
  background-position: 0 -1090px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-btn-fullsize {
  background-position: 0 -1126px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-btn-next {
  background-position: 0 -1182px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-btn-prev {
  background-position: 0 -1238px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-tool-close {
  background-position: 0 -1294px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-ico-tool-open {
  background-position: 0 -1342px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-logo-footer {
  background-position: 0 -1390px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-logo-white {
  background-position: 0 -1431px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-logo {
  background-position: 0 -1485px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-logo {
  background-position: 0 -1578px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-menu-btn-normal {
  background-position: 0 -1650px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-menu-btn-opened {
  background-position: 0 -1722px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-search-btn {
  background-position: 0 -1794px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-switch-bg {
  background-position: 0 -1831px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-switch-point {
  background-position: 0 -1907px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-mobile-world-btn {
  background-position: 0 -1982px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-owl-video-play {
  background-position: 0 -2054px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-pdf-icon {
  background-position: 0 -2130px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-plu_rosso {
  background-position: 0 -2178px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-plus_bianco {
  background-position: 0 -2230px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-podcast-icon {
  background-position: 0 -2282px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-rss-feeds-icon {
  background-position: 0 -2319px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-search-icon {
  background-position: 0 -2358px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-see-all-icon-black {
  background-position: 0 -2395px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-see-all-icon-white {
  background-position: 0 -2424px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-see-all-icon {
  background-position: 0 -2453px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-star-hover {
  background-position: 0 -2482px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-star-nonselezionata {
  background-position: 0 -2526px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-star-selezionata {
  background-position: 0 -2570px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-telephone-icon-contact {
  background-position: 0 -2614px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-video-ext-icon {
  background-position: 0 -2652px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-video-icon {
  background-position: 0 -2692px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-webcast-icon {
  background-position: 0 -2741px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-webpage-icon {
  background-position: 0 -2790px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-xls-icon {
  background-position: 0 -2831px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconVarie-youtube-icon {
  background-position: 0 -2880px;
}

/* line 192, system/iconInfographics/*.png */
.iconInfographics-sprite, .iconInfographics-close-modal-matrix, .iconInfographics-matrix-cassetto-close, .iconInfographics-matrix-cassetto-open, .iconInfographics-matrix-cassetto-red, .iconInfographics-matrix-cassetto-white, .iconInfographics-matrix-close-modal, .iconInfographics-matrix-desk-red-off, .iconInfographics-matrix-desk-red-on, .iconInfographics-matrix-desk-white-off, .iconInfographics-matrix-desk-white-on, .iconInfographics-matrix-tooltip-bg, .iconInfographics-timeline-arrow-left-event, .iconInfographics-timeline-arrow-right-event, .iconInfographics-timeline-close, .iconInfographics-timeline-nav-item, .iconInfographics-timeline-open, .iconInfographics-timeline-point-active, .iconInfographics-timeline-point-normal {
  background-image: url('../../bundles/generali/images/system/iconInfographics-sbed2805eb2.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-close-modal-matrix {
  background-position: 0 0;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-cassetto-close {
  background-position: 0 -52px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-cassetto-open {
  background-position: 0 -93px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-cassetto-red {
  background-position: 0 -136px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-cassetto-white {
  background-position: 0 -194px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-close-modal {
  background-position: 0 -252px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-desk-red-off {
  background-position: 0 -304px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-desk-red-on {
  background-position: 0 -349px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-desk-white-off {
  background-position: 0 -401px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-desk-white-on {
  background-position: 0 -446px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-matrix-tooltip-bg {
  background-position: 0 -498px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-arrow-left-event {
  background-position: 0 -519px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-arrow-right-event {
  background-position: 0 -584px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-close {
  background-position: 0 -649px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-nav-item {
  background-position: 0 -736px;
}
/* line 59, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-nav-item:hover, .iconInfographics-timeline-nav-item.timeline-nav-item-hover {
  background-position: 0 -701px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-open {
  background-position: 0 -771px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-point-active {
  background-position: 0 -823px;
}

/* line 84, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.iconInfographics-timeline-point-normal {
  background-position: 0 -872px;
}

/* line 4, ../sass/tool.scss */
body {
  margin: 0;
}

/* line 8, ../sass/tool.scss */
.wrapper-form-tool {
  max-width: 100%;
  margin: 0 auto;
}

/* line 14, ../sass/tool.scss */
.tool-form {
  width: 100%;
  margin: 0 auto;
}
/* line 19, ../sass/tool.scss */
.tool-form label {
  font-weight: normal;
}
/* line 23, ../sass/tool.scss */
.tool-form textarea.with-label {
  display: block;
  margin-left: 0;
  width: 100%;
}
/* line 31, ../sass/tool.scss */
.tool-form .string-text-form {
  border: 0;
  height: 25px;
  text-indent: 5px;
}
/* line 39, ../sass/tool.scss */
.tool-form .button-link-see-more {
  margin: 15px 0 0;
  float: right;
  clear: both;
}
/* line 46, ../sass/tool.scss */
.tool-form figure {
  margin-top: 10px;
}

/* line 51, ../sass/tool.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 57, ../sass/tool.scss */
.tool-title {
  text-align: center;
}

/* line 65, ../sass/tool.scss */
.form-send-page.tool-form .string-text-form,
.alert-update-page.tool-form .string-text-form,
.get-updates.tool-form .string-text-form,
.advanced-search-form.tool-form .string-text-form {
  width: 100%;
  max-width: 550px;
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}

/* Get Updates Form - Advanced Search */
/* line 79, ../sass/tool.scss */
.get-updates .general-checkboxes,
.advanced-search-form .general-checkboxes {
  margin-bottom: 5px;
}
/* line 81, ../sass/tool.scss */
.get-updates .general-checkboxes label,
.advanced-search-form .general-checkboxes label {
  font-family: "HelveticaRoman";
}
/* line 84, ../sass/tool.scss */
.get-updates .general-checkboxes label.bold-label-chk,
.advanced-search-form .general-checkboxes label.bold-label-chk {
  font-family: "HelveticaBold";
}
/* line 89, ../sass/tool.scss */
.get-updates label,
.advanced-search-form label {
  font-family: "HelveticaBold";
}
/* line 93, ../sass/tool.scss */
.get-updates .button-link-see-more,
.advanced-search-form .button-link-see-more {
  margin: 0;
}

/* line 98, ../sass/tool.scss */
.advanced-search-form .search-datepicker {
  margin-left: 5px;
}
/* line 101, ../sass/tool.scss */
.advanced-search-form .general-text-form {
  width: auto;
}
/* line 104, ../sass/tool.scss */
.advanced-search-form .generic-select {
  margin-left: 0;
}

/* Ulteriori filtri */
/* line 110, ../sass/tool.scss */
.more-filter {
  max-width: 550px;
  text-align: right;
}
/* line 115, ../sass/tool.scss */
.more-filter p {
  color: #c5281c;
  cursor: pointer;
}
/* line 120, ../sass/tool.scss */
.more-filter p:hover {
  text-decoration: underline;
}

/* line 125, ../sass/tool.scss */
.advanced-filter {
  display: none;
}

/* line 130, ../sass/tool.scss */
.generic-search.tool-form h1 {
  text-transform: none;
}
/* line 133, ../sass/tool.scss */
.generic-search.tool-form h3, .generic-search.tool-form h4, .generic-search.tool-form label sup {
  color: #c5281c;
}

/* line 138, ../sass/tool.scss */
.group-input-filter {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

/* line 146, ../sass/tool.scss */
.star-rating {
  margin: 0;
}
/* line 149, ../sass/tool.scss */
.star-rating .star-rate {
  padding-left: 5px;
  cursor: pointer;
}
/* line 154, ../sass/tool.scss */
.star-rating .star-rate:first-child {
  padding-left: 0;
}
/* line 158, ../sass/tool.scss */
.star-rating .star-rate a {
  display: block;
  width: 25px;
  height: 24px;
  text-decoration: none;
  background-position: 0 -2526px;
}

/* line 170, ../sass/tool.scss */
.star-rating .star-hovered a,
.star-rating .star-active.star-hovered a {
  background-position: 0 -2482px;
}

/* line 174, ../sass/tool.scss */
.star-rating .star-active a {
  background-position: 0 -2570px;
}

@media (min-width: 520px) {
  /* line 180, ../sass/tool.scss */
  .advanced-search-form .generic-select {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  /* line 188, ../sass/tool.scss */
  .get-updates .general-checkboxes label,
  .advanced-search-form .general-checkboxes label {
    font-size: 0.9em;
  }
}

body .flash-messages .flash-message {
	text-align: center;
	width: 100%;
	font-size: 1.125em;
	padding: 20px 0;
	font-family: arial, sans-serif;
}
body .flash-messages .flash-message.flash-success {
	background-color: #cdeaca;
	border: 2px solid #69bc5b;
	color: #69bc5b;
}
body .flash-messages .flash-message.flash-error {
	background-color: #f6d3cf;
	border: 2px solid #c5281c;
	color: #c5281c;
}
body .flash-messages .flash-message.flash-warning {
	background-color: #fbf6de;
	border: 2px solid #ba9d6e;
	color: #ba9d6e;
}
body span.error ul {
	padding: 0;
}
body span.error ul li {
	color: #c5281c;
	font-weight: bold;
	list-style: none;
	font-style: italic;
}
/* FINANCIAL FOCUS BOXY */
.manageThreeColsStories {
	margin-bottom: 50px;
}
.hpFinancialValue {
	background: #f0f0f0;
	font-size: 16px;
	text-align: center;
	min-height: 188px;
}
.hpFinancialValue .hfv-table {
	position: relative;
	display: table;
	width: 100%;
	padding: 1.2em 15px;
	max-width: 450px;
	margin: 0 auto;
}
.hpFinancialValue .hfv-cell {
	position: relative;
	display: table-cell;
	width: 66%;
	text-align: left;
	vertical-align: middle;
}
.hpFinancialValue .hfv-cell:first-child {
	width: 34%;
	padding: 0 15px 0 0;
	text-align: center;
}
.hpFinancialValue .hfv-title {
	padding: 1em 15px 0 15px;
	font-family: "HelveticaRoman";
	font-weight: normal;
	font-size: 1.375em;
	line-height: 1em;
	min-height: 48px;
}
.hpFinancialValue .hfv-first-amount {
	margin: 0 0 .3em 0;
	font-family: "HelveticaRoman";
	font-size: 2.125em;
	line-height: 1em;
}
.hpFinancialValue .hfv-second-amount {
	margin: 0;
	font-family: "HelveticaRoman";
	font-size: 1.375em;
	line-height: 1em;
}
@media (max-width: 1229px) {
.hpFinancialValue .hfv-title {
	min-height: 72px;
}
}
@media (max-width: 1023px) {
.hpFinancialValue .hfv-title {
	min-height: 48px;
}
}
@media (min-width: 768px) {
.hpFinancialValue .hfv-title {
	font-size: 1.5em;
	line-height: 1em;
}
.hpFinancialValue .hfv-first-amount {
	font-size: 2em;
	line-height: 1em;
}
.hpFinancialValue .hfv-second-amount {
	font-size: 1.5em;
	line-height: 1em;
}
}
@media (min-width: 768px) {
.manageThreeColsStories .story-container.last.even {
	padding-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.homepage-tpl .manageThreeColsStories.dataWithIcon .story-dx.story-container .hfv-table {
	max-width: 450px;
	margin: 0 auto;
}
.homepage-tpl .manageThreeColsStories.dataWithStory .story-dx.story-container .column-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background: #f0f0f0;
	overflow: hidden;
}
.homepage-tpl .manageThreeColsStories.dataWithStory .story-dx.story-container .image-story-wrapper {
	display: table-cell;
	float: none;
	width: 50%;
}
.homepage-tpl .manageThreeColsStories.dataWithStory .story-dx.story-container .caption-overlay-story {
	display: table-cell;
	vertical-align: top;
	position: relative;
	float: none;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
	width: 50%;
	min-height: auto;
	background: transparent;
}
.homepage-tpl .manageThreeColsStories.dataWithStory .story-dx.story-container .caption-overlay-story .link-see-more {
	bottom: 0;
	padding: 0;
}
}
/* FINANCIAL FOCUS BOXY konec */
/* DOWNLOAD boxy */
/* line 64, ../sass/frontpage.scss */
.little-column-right .view-event .view-header .link-see-more {
	padding: 6px 0;
}
/* line 67, ../sass/frontpage.scss */
.little-column-right .view-event .view-header .link-see-more a {
	display: block;
	padding: 8px 4px;
}
/* line 124, ../sass/frontpage.scss */
.little-column-right .image-story-wrapper {
	max-height: 197px;
}
/* line 158, ../sass/frontpage.scss */
.little-column-right .image-story-block-component .caption-overlay-story {
	height: 54%;
}
/* line 163, ../sass/frontpage.scss */
.banner-lat-media .link-see-more {
	float: left;
}
/* line 166, ../sass/frontpage.scss */
.banner-lat-media figure.fright-img {
	float: right;
}
/* line 169, ../sass/frontpage.scss */
.banner-lat-media figure img {
	max-width: none;
}
/* line 173, ../sass/frontpage.scss */
.unique-column-banner, .banner-lat-media-sx, .banner-lat-media-dx, .big-column-left, .little-column-right {
	margin-bottom: 10px;
}
/* line 180, ../sass/frontpage.scss */
.big-column-left, .little-column-right {
	padding-left: 0;
	padding-right: 0;
}
/* line 243, ../sass/frontpage.scss */
html.lt-ie9 body.csr-frontpage .cover-publication-component {
	min-height: 135px;
}
/* line 251, ../sass/frontpage.scss */
.cover-publication-component {
	padding: 15px;
	background-color: #f0f0f0;
	min-height: 207px;
}
/* line 258, ../sass/frontpage.scss */
.cover-publication-component .column-with-image {
	float: left;
	width: 49%;
	margin-right: 2%;
}
/* line 265, ../sass/frontpage.scss */
.cover-publication-component .column-with-image figure img {
	max-width: 100%;
}
/* line 269, ../sass/frontpage.scss */
.cover-publication-component .column-with-data {
	float: left;
	width: 49%;
}
/* line 274, ../sass/frontpage.scss */
.cover-publication-component .column-with-data h4.cover-publ-title {
	font-size: 0.875em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
}
/* line 282, ../sass/frontpage.scss */
.cover-publication-component .column-with-data div.file-size-archive p {
	font-size: 0.688em;
}
/* line 286, ../sass/frontpage.scss */
.cover-publication-component .column-with-data p {
	margin: 0;
}
/* line 289, ../sass/frontpage.scss */
.cover-publication-component .column-with-data p.cover-publ-description {
	margin: 0 0 10px;
	font-size: 0.78em;
}
/* line 294, ../sass/frontpage.scss */
.cover-publication-component .column-with-data p.pdf-icon {
	margin: 0 10px 0 0;
}
/* line 298, ../sass/frontpage.scss */
.cover-publication-component .column-with-data p.download-link-publ {
	font-size: 0.688em;
}
/* line 302, ../sass/frontpage.scss */
.cover-publication-component .column-with-data p.download-link-publ {
	font-family: "HelveticaBold";
	text-transform: uppercase;
}
/* line 306, ../sass/frontpage.scss */
.cover-publication-component .column-with-data p.download-link-publ a {
	color: #c12017;
	text-decoration: none;
	display: block;
}
/* line 315, ../sass/frontpage.scss */
.separated-column .cover-publication-component {
	padding: 37px 15px;
}
/* line 318, ../sass/frontpage.scss */
.whole-column .cover-publication-component {
	min-height: 0;
	padding: 10px 15px 25px 15px;
}
/* line 324, ../sass/frontpage.scss */
html.lt-ie9 body.ir-frontpage .cover-publication-component {
	min-height: 159px;
}
/* line 327, ../sass/frontpage.scss */
html.lt-ie9 body.ir-frontpage .separated-column .cover-publication-component {
	padding: 15px 15px;
}
/* line 315, ../sass/frontpage.scss */
.separated-column .cover-publication-component {
	padding: 37px 15px;
}
/* line 327, ../sass/frontpage.scss */
html.lt-ie9 body.ir-frontpage .separated-column .cover-publication-component {
	padding: 15px 15px;
}
@media (min-width: 768px) {
/* line 708, ../sass/frontpage.scss */
.unique-column-banner,    .big-column-left,    .little-column-right {
	padding-left: 0;
	padding-right: 0;
}
/* line 715, ../sass/frontpage.scss */
.caption-overlay-story h4.story-title,    .cover-publication-component .column-with-data h4.cover-publ-title {
	font-size: 0.9em;
}
}
@media (min-width: 1024px) {
/* line 798, ../sass/frontpage.scss */
.little-column-right {
	padding-left: 4px;
}
.little-column-right.little-column-padding-left-0 {
	padding-left: 0px;
}
/* line 801, ../sass/frontpage.scss */
.banner-lat-media-sx {
	margin-bottom: 6px;
	padding-right: 0;
	padding-left: 0;
}
/* line 806, ../sass/frontpage.scss */
.banner-lat-media-dx {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
/* line 855, ../sass/frontpage.scss */
body.workwithus-frontpage .little-column-right .image-story-block-component .caption-overlay-story {
	height: 65%;
}
}
@media (min-width: 1230px) {
/* line 908, ../sass/frontpage.scss */
body.workwithus-frontpage .little-column-right .image-story-block-component .caption-overlay-story {
	height: 54%;
}
}
/* line 925, ../sass/frontpage.scss */
html.lt-ie9 body.ir-frontpage .banner-lat-media-dx {
	margin-bottom: 0;
}
/* line 928, ../sass/frontpage.scss */
html.lt-ie9 body.whoweare-frontpage .banner-lat-media-dx {
	margin-bottom: 0;
}
/* line 931, ../sass/frontpage.scss */
html.lt-ie9 body.whatwedo-frontpage .banner-lat-media-dx {
	margin-bottom: 0;
}
.separated-column .cover-publication-component .column-with-data .download-cover-publ-zone .fleft {
	position: relative;
}
.separated-column .cover-publication-component .column-with-data .download-cover-publ-zone .fleft a {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.separated-column .cover-publication-component .column-with-data .download-cover-publ-zone .fleft a:hover {
	text-decoration: none;
}
/* DOWNLOAD boxy konec */
/* CAROUSEL */
#owl-key-message .overlay-bckg-slider {
	display: none;
}
/* CAROUSEL konec*/
.panel-group.drawer .panel-body {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}
.download-list .download-file-download a p {
	margin: 0;
}
.main-menu-wrapper ul.menu li.mid-4 a {
	/* border-bottom: 5px solid #ebebeb; */
}
.main-menu-wrapper ul.menu li.mid-4 a, .main-menu-wrapper ul.menu li.mid-4 .menu-second-part .overview .section-abstract {
	color: #000;
}
.main-menu-wrapper ul.menu li.mid-4.hovered a, .main-menu-wrapper ul.menu li.mid-4.opened a {
	background-color: #d7d7d7;
	color: #000;
}
.main-menu-wrapper ul.menu li.mid-4.hovered > a, .main-menu-wrapper ul.menu li.mid-4.opened > a {
	border-bottom: 5px solid #d7d7d7;
}
.main-menu-wrapper .mid-4 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-4 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-4 .dropdown-menu {
	background-color: #d7d7d7;
}
.main-menu-wrapper ul.menu li.mid-4 .menu-second-part li a {
	color: #000;
}
.main-menu-wrapper ul.menu li.mid-3 .menu-second-part {
	min-height: 475px;
}
#myMobyContinents .list-select.ttmobi-continentlist {
	display: none !important;
}
#myMobyContinents .list-select.ttmobi-countrylist {
	display: block !important;
}
figure {
	margin-bottom: 15px;
	text-align: center;
}
figure img.img-responsive {
	display: inline-block;
}
figure figcaption p {
	margin: 5px 0;
}
