/* RESET
================================================== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-placeholder {
  color: #555555;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #555555;
}
::-webkit-input-placeholder {
  color: #555555;
}
.placeholder {
  color: #555555;
}
/* THEME
================================================== */
/* colori */
.white {
  color: white !important;
}
a:hover .white {
  color: rgba(255, 255, 255, 0.85) !important;
}
.red,
.danger {
  color: #b92222 !important;
}
a:hover .red,
a:hover .danger {
  color: #9c1c1c !important;
}
.red_l {
  color: #FA0014 !important;
}
.green,
.success {
  color: #008B00 !important;
}
.green_l {
  color: #00ff00 !important;
}
.lblue {
  color: #356e89 !important;
}
.blue {
  color: #234357 !important;
}
.lorange {
  color: #CE5623 !important;
}
.orange {
  color: #BC4C19 !important;
}
/* vari */
/* social */
/* Aree */
/* Scadenzario */
.t1 {
  background: #B8442A;
}
.t1:hover,
a:hover .t1 {
  background: #953925;
}
.t2 {
  background: #EE9001;
}
.t2:hover,
a:hover .t2 {
  background: #DD8500;
}
.t3 {
  background: #DEC102;
}
.t3:hover,
a:hover .t3 {
  background: #D0B500;
}
.t4 {
  background: #6BB397;
}
.t4:hover,
a:hover .t4 {
  background: #62A289;
}
.t5 {
  background: #5987AD;
}
.t5:hover,
a:hover .t5 {
  background: #4C7495;
}
.t6 {
  background: #3C487D;
}
.t6:hover,
a:hover .t6 {
  background: #38426B;
}
/* BOOTSTRAP OVERRIDE
================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #356e89;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #204252;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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 #ECE0D4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table 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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  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: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555555;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ECE0D4;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 30px;
  }
  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 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  min-height: 34px;
}
.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;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  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: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.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: 5px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default: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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #E5D5C5;
  border-color: #ddc8b3;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #d5bca2;
  border-color: #b6895b;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d5bca2;
  border-color: #caaa89;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d5bca2;
  border-color: #caaa89;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #caaa89;
  border-color: #b6895b;
}
.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: #E5D5C5;
  border-color: #ddc8b3;
}
.btn-primary .badge {
  color: #E5D5C5;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success: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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info: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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning: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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger: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: #fff;
}
.btn-link {
  color: #356e89;
  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: #204252;
  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: #AD9A88;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #F6EEE6;
  border: 1px solid #ccc;
  border: 1px solid #d1c0af;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #356e89;
}
.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 dashed;
  border-bottom: 4px solid \9;
  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,
.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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  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: 4px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #ECE0D4;
  border: 1px solid #ccc;
  border-radius: 0;
}
.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 {
  z-index: 2;
  margin-left: -1px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #356e89;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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: 99994;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99992;
  background-color: white;
}
.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: 1008px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix: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,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1008px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1008px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1008px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1008px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1007px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1008px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* FONT
================================================== */
@font-face {
  font-family: 'icomoon';
  src: url('./fonts/icomoon.eot?3davhq');
  src: url('./fonts/icomoon.eot?#iefix3davhq') format('embedded-opentype'), url('./fonts/icomoon.woff2?3davhq') format('woff2'), url('./fonts/icomoon.ttf?3davhq') format('truetype'), url('./fonts/icomoon.woff?3davhq') format('woff'), url('./fonts/icomoon.svg?3davhq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-articlegallery-right:before {
  content: "\e959";
}
.icon-articlegallery-left:before {
  content: "\e95a";
}
.icon-attach-ext-big:before {
  content: "\e948";
}
.icon-attach-pdf-big:before {
  content: "\e953";
}
.icon-products:before {
  content: "\e958";
}
.icon-account:before {
  content: "\e901";
}
.icon-add-folder:before {
  content: "\e907";
}
.icon-archive:before {
  content: "\e908";
}
.icon-attach-ext:before {
  content: "\e909";
}
.icon-attach-pdf:before {
  content: "\e90b";
}
.icon-cinema:before {
  content: "\e90c";
}
.icon-close:before {
  content: "\e90d";
}
.icon-comment-l:before {
  content: "\e90e";
}
.icon-comments-o:before {
  content: "\e90f";
}
.icon-equal:before {
  content: "\e916";
}
.icon-expand:before {
  content: "\e917";
}
.icon-history:before {
  content: "\e918";
}
.icon-info:before {
  content: "\e919";
}
.icon-less:before {
  content: "\e945";
}
.icon-like:before {
  content: "\e946";
}
.icon-mail:before {
  content: "\e947";
}
.icon-percent:before {
  content: "\e949";
}
.icon-remove:before {
  content: "\e94a";
}
.icon-reply:before {
  content: "\e94b";
}
.icon-retweet:before {
  content: "\e94c";
}
.icon-sun:before {
  content: "\e94d";
}
.icon-tag-pref:before {
  content: "\e94e";
}
.icon-tags:before {
  content: "\e94f";
}
.icon-text:before {
  content: "\e950";
}
.icon-th-large:before {
  content: "\e951";
}
.icon-user:before {
  content: "\e952";
}
.icon-add-title:before {
  content: "\e905";
}
.icon-aforisma:before {
  content: "\e906";
}
.icon-assicurazioni:before {
  content: "\e90a";
}
.icon-bulb:before {
  content: "\e911";
}
.icon-button-search:before {
  content: "\e912";
}
.icon-calcolatore:before {
  content: "\e913";
}
.icon-calendar:before {
  content: "\e914";
}
.icon-stock-selector:before {
  content: "\e954";
}
.icon-rel-graph:before {
  content: "\e955";
}
.icon-chart:before {
  content: "\e915";
}
.icon-comment:before {
  content: "\e91a";
}
.icon-confronta-conti:before {
  content: "\e91b";
}
.icon-converti-valute:before {
  content: "\e91c";
}
.icon-denaro-lettera:before {
  content: "\e91d";
}
.icon-glossario-economico:before {
  content: "\e91e";
}
.icon-inchiesta:before {
  content: "\e91f";
}
.icon-indici-numeri:before {
  content: "\e920";
}
.icon-infodata:before {
  content: "\e921";
}
.icon-insider:before {
  content: "\e923";
}
.icon-lettera:before {
  content: "\e924";
}
.icon-listino:before {
  content: "\e925";
}
.icon-message:before {
  content: "\e926";
}
.icon-metered:before {
  content: "\e927";
}
.icon-more:before {
  content: "\e928";
}
.icon-noi-altri:before {
  content: "\e929";
}
.icon-osservatorio-politico:before {
  content: "\e92a";
}
.icon-parterre:before {
  content: "\e92b";
}
.icon-pencil:before {
  content: "\e92c";
}
.icon-play:before {
  content: "\e92d";
}
.icon-podcast:before {
  content: "\e92e";
}
.icon-politica2:before {
  content: "\e92f";
}
.icon-portafoglio:before {
  content: "\e930";
}
.icon-prestiti:before {
  content: "\e931";
}
.icon-proteggi-casa:before {
  content: "\e932";
}
.icon-question:before {
  content: "\e933";
}
.icon-quote-left:before {
  content: "\e934";
}
.icon-rapporto-paese:before {
  content: "\e935";
}
.icon-rel-article:before {
  content: "\e936";
}
.icon-rel-dossier:before {
  content: "\e937";
}
.icon-rel-gallery:before {
  content: "\e938";
}
.icon-rel-img:before {
  content: "\e939";
}
.icon-rel-pdf:before {
  content: "\e93a";
}
.icon-rel-table:before {
  content: "\e93b";
}
.icon-rel-tag:before {
  content: "\e93c";
}
.icon-rel-video:before {
  content: "\e93d";
}
.icon-sentenza:before {
  content: "\e93e";
}
.icon-settori-imprese:before {
  content: "\e93f";
}
.icon-share:before {
  content: "\e940";
}
.icon-sos-tariffe:before {
  content: "\e941";
}
.icon-star:before {
  content: "\e942";
}
.icon-swing:before {
  content: "\e943";
}
.icon-topic:before {
  content: "\e944";
}
.icon-mondo:before {
  content: "\e922";
}
.icon-sole:before {
  content: "\e617";
}
.icon-24:before {
  content: "\e62d";
}
.icon-plusplus24:before {
  content: "\e910";
}
.icon-plusplus:before {
  content: "\e900";
}
.icon-business-class:before {
  content: "\e643";
}
.icon-desktop:before {
  content: "\e902";
}
.icon-tablet:before {
  content: "\e904";
}
.icon-smartphone:before {
  content: "\e903";
}
.icon-gallery-counter:before {
  content: "\e62f";
}
.icon-angle-down:before {
  content: "\e628";
}
.icon-angle-up:before {
  content: "\e629";
}
.icon-caret-right:before {
  content: "\e62a";
}
.icon-caret-left:before {
  content: "\e62b";
}
.icon-caret-up:before {
  content: "\e60e";
}
.icon-caret-down:before {
  content: "\e60f";
}
.icon-chevron-right:before {
  content: "\e60a";
}
.icon-chevron-left:before {
  content: "\e60b";
}
.icon-chevron-down:before {
  content: "\e60c";
}
.icon-chevron-up:before {
  content: "\e60d";
}
.icon-angle-right:before {
  content: "\e607";
}
.icon-angle-left:before {
  content: "\e608";
}
.icon-google-plus:before {
  content: "\e609";
}
.icon-facebook:before {
  content: "\e600";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-linkedin:before {
  content: "\e630";
}
.icon-print:before {
  content: "\e606";
}
.icon-instagram:before {
  content: "\e63f";
}
.icon-feed:before {
  content: "\e640";
}
.icon-home:before {
  content: "\e95b";
}
.icon-navicon:before {
  content: "\e956";
}
.icon-search:before {
  content: "\e957";
}
/* DEFINIZIONE VARIABILI
================================================== */
/* GLOBAL
================================================== */
body {
  -webkit-font-smoothing: antialiased;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  background: white;
  color: #1A171B;
  position: relative;
}
#wrapper {
  margin: 0 auto;
  position: relative;
  background: #F5E5D5;
}
a {
  color: #356e89;
  text-decoration: none;
  outline: 0 none;
}
a:hover,
a:focus {
  color: #234357;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 .regular,
h2 .regular,
h3 .regular,
h4 .regular,
h5 .regular,
h6 .regular {
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: rgba(26, 23, 27, 0.75);
}
h1,
h3.h1 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 52px;
  line-height: 1em;
}
@media (max-width: 1439px) {
  h1,
  h3.h1 {
    font-size: 48px;
  }
}
@media (max-width: 1007px) {
  h1,
  h3.h1 {
    font-size: 40px;
  }
}
h1 .regular,
h3.h1 .regular {
  font-weight: normal;
}
h1.small,
h3.h1.small {
  font-size: 26px;
  margin: 0;
}
.news-list h1.small,
.news-list h3.h1.small {
  font-size: 24px;
}
h1 a {
  text-decoration: none !important;
  outline: 0 none !important;
  color: #356e89;
}
h1 a:hover {
  color: #234357;
  text-decoration: none;
}
h2 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-size: 30px;
}
h2 .regular {
  font-weight: normal;
}
h2.small {
  font-size: 20px;
  margin: 0;
}
h2.title {
  font-weight: 500;
  line-height: 1em;
}
h3 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 5px;
  font-size: 30px;
}
@media (max-width: 1439px) {
  h3 {
    font-size: 26px;
  }
}
h3.mid,
h3.big {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 1439px) {
  h3.mid,
  h3.big {
    font-size: 18px;
  }
}
h3.big {
  font-size: 26px;
}
@media (max-width: 1439px) {
  h3.big {
    font-size: 20px;
  }
}
h3.small {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1439px) {
  h3.small {
    font-size: 16px;
  }
}
.overlay h3.small {
  font-size: 16px;
}
h3.serif {
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
  line-height: 1.1em;
}
@media (max-width: 1439px) {
  h3.serif {
    font-size: 17px;
  }
}
h3.serif.small {
  font-size: 18px;
}
@media (max-width: 1439px) {
  h3.serif.small {
    font-size: 16px;
  }
}
h3.rel {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: normal;
}
h3.rel-mnt {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}
@media (max-width: 1439px) {
  h3.rel-mnt {
    font-size: 12px;
  }
}
h3 a:hover .count {
  color: #234357;
}
h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1em;
}
@media (max-width: 1439px) {
  h4 {
    font-size: 17px;
  }
}
h4.top {
  padding-top: 5px;
}
h5 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  color: #234357;
}
@media (max-width: 1439px) {
  h5 {
    font-size: 12px;
  }
}
h5.ln,
h5.ln-xs {
  display: block;
  height: 19px;
  position: relative;
}
h5.ln span,
h5.ln-xs span {
  display: block;
  padding-right: 15px;
  background: #F5E5D5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
h5.ln:after,
h5.ln-xs:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  border-top: 1px solid #d1c0af;
}
.bg-dblue h5.ln:after,
.bg-dblue h5.ln-xs:after {
  display: none;
}
.bg-dblue h5.ln span,
.bg-dblue h5.ln-xs span {
  background: transparent;
}
@media (min-width: 1008px) {
  h5.ln-xs:after {
    display: none;
  }
}
h6 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 5px;
}
h6.meta {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
}
h6.meta a {
  color: #356e89;
}
h6.meta a:hover {
  color: #234357;
}
h6.meta a.serif {
  font-size: 14px;
}
h6.meta a.serif .icon,
h6.meta a.serif [class^="icon-"],
h6.meta a.serif [class*=" icon-"] {
  vertical-align: -10%;
}
h6.meta a.blue:hover {
  color: #112531 !important;
}
h6.meta [class^="icon-"],
h6.meta [class*=" icon-"] {
  vertical-align: middle;
}
h6.meta .icon {
  font-size: 16px;
}
h6.meta.sc {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  text-transform: lowercase;
}
h6.meta.sc,
h6.meta.sc a {
  color: #234357;
}
h6.meta.sc a:hover {
  color: #112531;
}
h6.meta-icon {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
h6.meta-icon .icon {
  position: absolute;
  top: -1px;
  left: -2px;
}
h6.line {
  padding-bottom: 7.5px;
  border-bottom: 1px solid #356e89;
  margin-bottom: 15px;
}
h6.beige {
  color: #867361;
  margin-bottom: 15px;
}
.title-before {
  font-family: "sole_display_sc", "sole_display", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 16px;
  color: #356e89;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.title-before span.opy {
  color: #356e89;
  margin: 0;
}
a,
button,
input {
  outline: 0 none;
}
p {
  margin: 0 0 15px;
}
p.small {
  font-size: 12px;
  margin-bottom: 0;
}
p.sub {
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 1439px) {
  p.sub {
    font-size: 16px;
    line-height: 18px;
  }
}
p.auth,
p .auth {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0;
}
p.more {
  padding-top: 5px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 700 !important;
  vertical-align: middle;
}
p.more span {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 14px !important;
  vertical-align: middle;
  vertical-align: -15%;
  zoom: 1;
}
p.more a {
  text-decoration: none !important;
}
p.more.more-right {
  padding-top: 15px;
  margin-bottom: 0;
  overflow: hidden;
}
p.more.more-right a {
  float: right;
}
p.tw {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px !important;
  font-weight: bold;
  margin: 0;
}
.serif {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
}
p.mts {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin: 15px 0 30px;
}
@media (max-width: 1439px) {
  p.mts {
    font-size: 12px;
  }
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: none !important;
}
.italic {
  font-style: italic;
}
.no-brd-top {
  border-top: 0 none !important;
  padding-top: 0 !important;
}
.brd-top {
  border-top: 1px solid #d1c0af;
  margin-top: 15px;
  padding-top: 15px;
}
.collapse .brd-top {
  padding-top: 10px;
  margin-top: 5px;
}
.brd-top-small {
  border-top: 1px solid #d1c0af;
  margin-top: 7.5px;
  padding-top: 7.5px;
}
.brd-top-d,
.brd-top-d2 {
  border-top: 1px solid #234357;
  margin-bottom: 15px;
  padding-top: 10px;
}
.brd-top-d.more,
.brd-top-d2.more {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 0;
}
.brd-top-d2 {
  border-top: 2px solid #234357;
}
.brd-bottom {
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.brd-bottom-d {
  border-bottom: 1px solid #234357;
  margin-bottom: 15px;
}
.pdd-top {
  padding-top: 30px !important;
}
.no-mrg {
  margin: 0 !important;
}
.no-pdd {
  padding: 0 !important;
}
.bg-dblue {
  background-color: #112531;
  padding-bottom: 15px !important;
}
.bg-dblue.section {
  margin-top: 15px;
}
.bg-dblue.section .archive-link {
  margin-bottom: 0;
  margin-top: 15px;
}
.bg-dblue,
.bg-dblue h5,
.bg-dblue a,
.bg-dblue time,
.bg-dblue .list-relico li a {
  color: white !important;
}
.bg-dblue a .icon,
.bg-dblue .list-relico li a .icon {
  color: white;
}
.bg-dblue a:hover,
.bg-dblue .list-relico li a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}
.bg-dblue a:hover .icon,
.bg-dblue .list-relico li a:hover .icon {
  color: white;
}
.bg-dblue ul.meta li {
  border-right-color: white;
}
.bg-dblue .list-relico {
  margin-top: 10px;
  /*margin-bottom: 10px;*/
  padding-top: 15px;
  border-top: 1px solid #4b5357;
}
.bg-light {
  background-color: #F6EEE6;
  border-top: 2px solid #234357;
}
@media (max-width: 1007px) {
  .touch .tablet-bg-light {
    background-color: #F6EEE6;
    border-top: 2px solid #234357;
  }
}
.bg-lightd {
  background-color: #E5D5C5;
  border-top: 1px solid #234357;
  padding: 10px;
}
p.author {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 14px !important;
  line-height: 1em;
}
@media (max-width: 1439px) {
  p.author {
    font-size: 13px !important;
  }
}
p.author .name {
  font-style: normal;
}
p.author a {
  color: #1A171B;
  font-weight: 700;
}
p.author a:hover {
  color: rgba(26, 23, 27, 0.75);
}
p.author .opy {
  color: #1A171B;
  line-height: 16px;
}
p.author .tw {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
}
p.author .tw a {
  color: #356e89;
}
p.author .tw a:hover {
  color: #234357;
}
p.author .tw a span {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
time {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #AD9A88;
}
time.meta {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #1A171B;
  text-transform: uppercase;
}
figcaption,
.caption {
  color: #1A171B;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  padding: 10px 0 0;
  margin: 0 !important;
}
@media (max-width: 1439px) {
  figcaption,
  .caption {
    font-size: 12px;
  }
}
figcaption .credits,
.caption .credits {
  display: block;
  text-align: right;
  color: #AD9A88;
  font-size: 11px;
}
.img-wrapper {
  display: block;
  position: relative;
}
.img-wrapper img {
  max-width: none;
  width: 100% !important;
}
.img-wrapper .black-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.img-wrapper .credits {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  color: white;
  text-shadow: 0px 1px 3px #9b9b9b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 5;
}
.img-wrapper .strip {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 15px 12px;
  color: white;
  background-color: rgba(26, 23, 27, 0.5);
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
  z-index: 5;
}
.img-wrapper .strip .icon {
  font-size: 18px;
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}
span.separator {
  display: block;
  height: 15px;
}
span.separator-d {
  display: block;
  height: 30px;
}
span.separator-t {
  display: block;
  height: 45px;
}
span.separator-table {
  display: block;
  height: 17px;
}
span.opy {
  margin: 0 5px;
  color: #d1c0af;
  font-weight: normal;
  font-size: 11px;
}
.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-right {
    text-align: left;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.relative {
  position: relative;
}
.is_stuck {
  z-index: 99;
}
.mrg-bottom {
  margin-bottom: 45px;
}
hr {
  margin: 15px 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #d1c0af;
  background: none;
}
input[type="text"] {
  border: 1px solid #d1c0af;
  border-radius: 2px;
  padding: 3px 5px;
}
.equal {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.equal > .cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}
.row-equal {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.row-equal > div,
.row-equal > .cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}
.split-xs-2:before,
.split-xs-3:before,
.split-xs-4-a:before,
.split-xs-4-b:before,
.split-xs-8-4:before,
.split-xs-4-8:before,
.split-xs-3-6-3:before,
.split-xs-6-a:before,
.split-xs-6-b:before,
.split-xs-5-a:before,
.split-xs-5-b:before,
.split-xs-5-7:before,
.split-lg-5-7:before,
.split-side:before,
.split-xs-2:after,
.split-xs-3:after,
.split-xs-4-a:after,
.split-xs-4-b:after,
.split-xs-8-4:after,
.split-xs-4-8:after,
.split-xs-3-6-3:after,
.split-xs-6-a:after,
.split-xs-6-b:after,
.split-xs-5-a:after,
.split-xs-5-b:after,
.split-xs-5-7:after,
.split-lg-5-7:after,
.split-side:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #d1c0af;
}
.split-xs-2:before,
.split-xs-4-a:before {
  left: 50%;
}
.split-xs-2:after,
.split-xs-4-a:after {
  display: none;
}
.split-xs-4-b:before {
  left: 25%;
}
.split-xs-4-b:after {
  left: 75%;
}
.split-xs-3:before,
.split-xs-8-4:before,
.split-xs-4-8:before {
  left: 33.33333333%;
}
.split-xs-3:after,
.split-xs-8-4:after,
.split-xs-4-8:after {
  left: 66.66666667%;
}
.split-xs-8-4:before {
  display: none;
}
.split-xs-4-8:after {
  display: none;
}
.split-xs-3-6-3:before {
  left: 25%;
}
.split-xs-3-6-3:after {
  left: 75%;
}
.split-xs-6-a:before {
  left: 16.66666667%;
}
.split-xs-6-a:after {
  left: 83.33333333%;
}
.split-xs-6-b:before {
  left: 33.33333333%;
}
.split-xs-6-b:after {
  left: 66.66666667%;
}
.split-xs-5-a:before {
  left: 20%;
}
.split-xs-5-a:after {
  left: 80%;
}
.split-xs-5-b:before {
  left: 40%;
}
.split-xs-5-b:after {
  left: 60%;
}
.split-xs-5-7:before {
  left: 41.66666667%;
}
.split-xs-5-7:after {
  display: none;
}
@media (min-width: 1440px) {
  .split-lg-5-7:before {
    left: 41.66666667%;
  }
}
.split-side:before {
  top: 30px;
  bottom: 30px;
  right: 330px;
  display: none;
}
.leaf .split-side:before {
  top: 0;
}
@media (min-width: 1008px) {
  .no-touch .split-side:before {
    display: block;
  }
}
.split-side:after {
  display: none;
}
.split-xs-extra:before,
.split-xs-extra:after {
  bottom: -45px;
}
.split-semi-side:before,
.split-semi-side:after {
  bottom: -45px;
}
.split-semi-side:before,
.split-semi-side:after {
  top: 30px;
}
.tool-i {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 14px;
  background: #356e89;
  color: white !important;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #356e89;
  margin-right: 2px;
  font-size: 8px;
  font-weight: bold;
  position: relative;
}
.tool-i:hover {
  color: rgba(255, 255, 255, 0.85);
  background: #234357;
  border: 1px solid #234357;
}
.tool-i.t-orange {
  background: #CE5623;
}
.tool-i.t-orange:hover {
  background: #BC4C19;
  border: 1px solid #BC4C19;
}
label .tool-i {
  margin-left: 5px;
}
.tool-pop {
  display: inline-block;
  position: relative;
}
.span-btn {
  position: relative;
}
.span-btn .tool-i {
  border-color: white !important;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -7px;
  margin-right: -7px;
}
.tooltip-custom {
  display: none;
  background: #356e89;
  color: white !important;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 300;
  padding: 10px 10px 15px;
  text-align: left;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-bottom: 3px;
  overflow: hidden;
  z-index: 99991;
}
.tooltip-custom .tooltip-header {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.tooltip-custom:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -5px;
  margin-left: -11px;
  background: #F9EFE5;
}
label .tooltip-custom:after {
  background: white;
}
.tool-i:hover .tooltip-custom,
.tool-pop.active .tooltip-custom {
  display: block;
}
.t-orange .tooltip-custom {
  background: #CE5623;
}
.services .tooltip-custom {
  width: 300px;
  margin-left: -150px;
}
@media (max-width: 1007px) {
  .services .tooltip-custom {
    width: 230px;
    margin-left: -115px;
  }
}
.tool-pop .tooltip-custom {
  width: 130px;
  margin-left: -65px;
  background: white;
  color: #1A171B !important;
  margin-bottom: 12px;
  overflow: visible;
}
.tool-pop .tooltip-custom:after {
  display: none;
}
.tool-pop .tooltip-custom:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  z-index: 99991;
}
/* BOOTSTRAP OVERRIDE
================================================== */
@media print {
  a {
    pointer-events: none;
    cursor: default;
  }
  a[href]:after {
    content: '';
  }
  abbr[title]:after {
    content: '';
  }
}
/* Hide tabbable panes to start, show them when `.active` */
.tab-content > .tab-pane {
  display: none;
  position: relative;
}
.tab-content > .active {
  display: block;
}
.btn {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 20px;
  font-size: 13px;
  line-height: 1em;
  outline: 0 !important;
  padding: 6px 12px;
  color: #356e89;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-weight: bold;
}
@media (max-width: 1439px) {
  .btn {
    font-size: 12px;
  }
}
.btn:hover {
  color: #234357;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn[data-toggle="collapse"] {
  margin-top: 10px;
}
.btn.collapsed {
  margin-top: 0;
}
@media (max-width: 1007px) {
  #header .btn {
    padding: 5px 10px;
    font-size: 11px !important;
  }
}
button[disabled],
button[disabled]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #AD9A88 !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #AD9A88 !important;
  border: 1px solid #AD9A88 !important;
  color: white !important;
}
.btn-empty {
  border: 1px solid #356e89;
  background: none;
  color: #356e89 !important;
}
.btn-empty:hover {
  border-color: #234357;
  color: #234357 !important;
}
.btn-empty[aria-expanded="true"] .icon-more:before {
  content: "\e945";
}
.btn-pri {
  background-color: #356e89 !important;
  color: white !important;
}
.btn-pri:hover {
  background-color: #234357 !important;
  border-color: #234357 !important;
}
.btn-orange {
  background-color: #CE5623 !important;
  color: white !important;
}
.btn-orange:hover {
  background-color: #BC4C19 !important;
  border-color: #BC4C19 !important;
}
.collapse-link[aria-expanded="false"] .icon-chevron-up:before {
  content: "\e60c";
}
/* LINK
================================================== */
a.lblue {
  color: #356e89;
}
a.lblue:hover {
  color: #234357 !important;
}
a.dblue {
  color: #234357;
}
a.dblue:hover {
  color: #112531 !important;
}
a.ddblue {
  color: #112531;
}
a.ddblue:hover {
  color: rgba(17, 37, 49, 0.85) !important;
}
a.red {
  color: #b92222;
}
a.red:hover {
  color: #9c1c1c !important;
}
/* STRUCTURE
================================================== */
#s_main,
#s_sidebar,
.s_main,
.s_sidebar {
  padding: 0 15px;
}
@media (min-width: 1008px) {
  #pg_wrapper #s_main,
  #pg_wrapper .s_main {
    float: left;
    width: 672px;
  }
  #pg_wrapper #s_sidebar,
  #pg_wrapper .s_sidebar {
    float: right;
    width: 330px;
  }
}
@media (min-width: 1008px) and (min-width: 1440px) {
  #pg_wrapper #s_main,
  #pg_wrapper .s_main {
    width: 840px;
  }
}
.no-touch #pg_wrapper #s_main,
.no-touch #pg_wrapper .s_main {
  float: left;
  width: 672px;
}
@media (min-width: 1440px) {
  .no-touch #pg_wrapper #s_main,
  .no-touch #pg_wrapper .s_main {
    width: 840px;
  }
}
.no-touch #pg_wrapper #s_sidebar,
.no-touch #pg_wrapper .s_sidebar {
  float: right;
  width: 330px;
}
/* DATEPICKER
================================================== */
.datepicker {
  border-radius: 0;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d1c0af;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #F6EEE6;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #d1c0af;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #F6EEE6;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #AD9A88;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #ECE0D4;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #AD9A88;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #E5D5C5;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
  background: #d5bca2;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #E5D5C5;
  color: #AD9A88;
}
.datepicker table tr td.today {
  background: #F6EEE6;
}
.datepicker table tr td.today.focused {
  background: #ECE0D4;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #F6EEE6;
  color: #AD9A88;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #ECE0D4;
  border-color: #cdad8d;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #dcc6b1;
  border-color: #986d43;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #dcc6b1;
  border-color: #ba8e63;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #dcc6b1;
  border-color: #ba8e63;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d1b598;
  border-color: #986d43;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range[disabled],
fieldset[disabled] .datepicker table tr td.range,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range[disabled]:active,
fieldset[disabled] .datepicker table tr td.range:active,
.datepicker table tr td.range.disabled.active,
.datepicker table tr td.range[disabled].active,
fieldset[disabled] .datepicker table tr td.range.active {
  background-color: #ECE0D4;
  border-color: #cdad8d;
}
.datepicker table tr td.range .badge {
  color: #ECE0D4;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: #dcc6b1;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #ECE0D4;
  color: #AD9A88;
}
.datepicker table tr td.range.highlighted {
  background: #E5D5C5;
}
.datepicker table tr td.range.highlighted.focused {
  background: #E5D5C5;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #E5D5C5;
  color: #AD9A88;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #E5D5C5;
  color: #AD9A88;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  background: #E5D5C5 !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  background: #E5D5C5;
  font-weight: 400;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 0;
}
.datepicker table tr td span:hover {
  background: #ECE0D4;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #AD9A88;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #1A171B !important;
  color: #fff;
  background-color: #E5D5C5;
  border-color: #ddc8b3;
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #d5bca2;
  border-color: #b6895b;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #d5bca2;
  border-color: #caaa89;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #d5bca2;
  border-color: #caaa89;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #caaa89;
  border-color: #b6895b;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #E5D5C5;
  border-color: #ddc8b3;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #E5D5C5;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #AD9A88;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid #AD9A88;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #ECE0D4;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #ECE0D4;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker-dropdown,
.datepicker-inline {
  background: #F6EEE6;
  z-index: 10010 !important;
}
.datepicker-dropdown table thead th.dow,
.datepicker-inline table thead th.dow {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-top: 15px;
}
.datepicker-dropdown table thead th.datepicker-switch,
.datepicker-inline table thead th.datepicker-switch,
.datepicker-dropdown table thead th.prev,
.datepicker-inline table thead th.prev,
.datepicker-dropdown table thead th.next,
.datepicker-inline table thead th.next {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #234357;
}
.datepicker-dropdown table thead th.datepicker-switch,
.datepicker-inline table thead th.datepicker-switch {
  font-size: 13px;
}
.datepicker-dropdown table tbody td,
.datepicker-inline table tbody td {
  position: relative;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
}
.datepicker-dropdown table tbody td.bullet:before,
.datepicker-inline table tbody td.bullet:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: 3px;
  left: 50%;
  margin-left: -2px;
  right: 0;
  border-radius: 4px;
  background: #356e89;
}
.datepicker-dropdown table tbody td.today,
.datepicker-inline table tbody td.today,
.datepicker-dropdown table tbody td.today:hover,
.datepicker-inline table tbody td.today:hover {
  color: #1A171B;
  font-weight: bold;
}
.datepicker-dropdown table tbody td.today:after,
.datepicker-inline table tbody td.today:after,
.datepicker-dropdown table tbody td.today:hover:after,
.datepicker-inline table tbody td.today:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #356e89;
}
.datepicker-inline {
  width: 100%;
  margin-bottom: 15px;
}
.datepicker-inline table {
  width: 100%;
}
/* ### Tweet ### */
.tweet-body {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
}
.tweet-link {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
}
.tweet-actions {
  margin-bottom: 5px;
  overflow: hidden;
}
.tweet-actions li {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: left;
  margin-right: 10px;
}
.tweet-actions li a {
  color: #1A171B;
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.tweet-actions li a span {
  font-size: 16px;
  color: #356e89;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.tweet-actions li a:hover span {
  color: #234357;
}
.abs-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
/* Border Radius Mixin */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1008px) {
  .container {
    width: 1002px;
  }
}
@media (min-width: 1440px) {
  .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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-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: 1008px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* HEADER
================================================== */
#header {
  position: relative;
  z-index: 100;
}
#header .is_stuck {
  z-index: 99990;
}
#header .visible-compact {
  /*.transition(opacity 0.3s ease-in-out);
		.opacity(0);*/
  display: none;
}
.hdr-collapsed #header .hidden-compact {
  display: none !important;
}
.hdr-collapsed #header .visible-compact {
  /*.opacity(1);*/
  display: block !important;
}
.header-title {
  text-transform: lowercase;
  font-family: "sole_display_sc", "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 800;
}
.main-header {
  position: relative;
  background-color: #F5E5D5;
  border-bottom: 1px solid #d1c0af;
  height: 50px;
  line-height: 50px;
}
.main-header a.btn:hover {
  color: #356e89 !important;
}
.main-header a.btn-pri:hover {
  color: white !important;
}
.main-header .tools-left .icon {
  height: 50px;
  line-height: 50px;
}
.main-header .header-title,
.main-header .header-article-title,
.main-header .header-home-title {
  line-height: 50px;
}
.main-header .header-title [class^="icon-"],
.main-header .header-article-title [class^="icon-"],
.main-header .header-home-title [class^="icon-"],
.main-header .header-title [class*=" icon-"],
.main-header .header-article-title [class*=" icon-"],
.main-header .header-home-title [class*=" icon-"] {
  vertical-align: middle;
}
.main-header .header-title a {
  color: #356e89;
}
.main-header .header-title a:hover {
  color: #234357;
}
.main-header .header-title h2.header-home-title {
  margin-top: 10px;
  line-height: 0.8em !important;
  height: auto;
  font-size: 30px;
}
.main-header .header-title h2.header-home-title,
.main-header .header-title h2.header-home-title:hover {
  color: #1A171B !important;
}
.main-header .header-title h2.header-home-title:hover {
  color: rgba(26, 23, 27, 0.75) !important;
}
.main-header .container {
  position: relative;
}
.main-header .container > .header-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 42px;
  margin-bottom: 0;
}
.header-article .main-header .container > .header-title {
  line-height: 0.8em;
}
.main-header .container .header-article-title .icon-sole,
.main-header .container .header-home-title .icon-sole {
  display: block;
  font-size: 32px;
  margin-top: 6px;
  color: #1A171B;
  padding-right: 19px;
}
.main-header .container > .header-article-title,
.main-header .container > .header-home-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .main-header .container > .header-article-title,
  .main-header .container > .header-home-title {
    font-size: 15px;
  }
}
.main-header a {
  color: inherit;
}
.main-header a:hover,
.main-header a:focus {
  text-decoration: none;
}
.main-header.is_stuck {
  z-index: 150;
}
.main-header .header-article-title {
  margin-top: 5px;
  left: 200px;
  right: 200px;
  line-height: 1.1em;
  font-weight: 400;
  margin-top: 0;
  line-height: 50px;
}
.main-header .header-article-title .header-title {
  display: inline !important;
  line-height: 50px;
  border-right: 1px solid rgba(53, 110, 137, 0.5);
  padding-right: 5px;
  margin-right: 2px;
  line-height: 1.1em;
  display: block;
  color: #356e89;
  font-size: 16px;
}
@media (max-width: 1007px) {
  .touch .main-header .header-article-title .header-title {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.main-header .header-article-title .header-title:hover {
  text-decoration: underline !important;
}
.main-header .tools-left a,
.main-header .tools-right a,
.main-header .tools-left .link,
.main-header .tools-right .link,
.main-header .tools-left .btn-link,
.main-header .tools-right .btn-link {
  cursor: pointer;
  color: #234357;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.main-header .tools-left a:hover,
.main-header .tools-right a:hover,
.main-header .tools-left .link:hover,
.main-header .tools-right .link:hover,
.main-header .tools-left .btn-link:hover,
.main-header .tools-right .btn-link:hover {
  text-decoration: none;
  color: #234357;
}
.main-header .tools-left a .icon,
.main-header .tools-right a .icon,
.main-header .tools-left .link .icon,
.main-header .tools-right .link .icon,
.main-header .tools-left .btn-link .icon,
.main-header .tools-right .btn-link .icon {
  color: #356e89;
  vertical-align: middle;
  font-size: 14px;
}
.main-header .tools-left a .icon.icon-sole,
.main-header .tools-right a .icon.icon-sole,
.main-header .tools-left .link .icon.icon-sole,
.main-header .tools-right .link .icon.icon-sole,
.main-header .tools-left .btn-link .icon.icon-sole,
.main-header .tools-right .btn-link .icon.icon-sole {
  font-size: 24px;
  color: #1A171B;
}
.main-header .tools-left a .icon-navicon,
.main-header .tools-right a .icon-navicon,
.main-header .tools-left .link .icon-navicon,
.main-header .tools-right .link .icon-navicon,
.main-header .tools-left .btn-link .icon-navicon,
.main-header .tools-right .btn-link .icon-navicon {
  font-size: 10px;
}
.main-header .tools-left .btn-link,
.main-header .tools-right .btn-link {
  text-transform: none;
}
.main-header .tools-left .btn-over-dropdown,
.main-header .tools-right .btn-over-dropdown {
  position: relative;
  overflow: visible;
  display: block;
  height: 50px;
  padding: 0 16px;
  z-index: 99990;
}
.main-header .tools-left .btn-over-dropdown > .icon-angle-down,
.main-header .tools-right .btn-over-dropdown > .icon-angle-down {
  display: block;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 17px;
  color: #356e89;
}
.main-header .tools-left .btn-over-dropdown .over-dropdown,
.main-header .tools-right .btn-over-dropdown .over-dropdown {
  display: none;
  position: absolute;
  top: 45px;
  width: 192px;
  right: 0;
  background-color: white;
  z-index: 10010;
  border: 1px solid rgba(53, 110, 137, 0.2);
  padding: 0 15px;
}
.main-header .tools-left .btn-over-dropdown .over-dropdown:after,
.main-header .tools-right .btn-over-dropdown .over-dropdown:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
.main-header .tools-left .btn-over-dropdown .over-dropdown li,
.main-header .tools-right .btn-over-dropdown .over-dropdown li {
  line-height: 44px;
  display: block;
  float: none !important;
  border-bottom: 1px solid #efefef;
}
.main-header .tools-left .btn-over-dropdown .over-dropdown li a,
.main-header .tools-right .btn-over-dropdown .over-dropdown li a {
  text-transform: none;
  display: block;
  height: 44px;
  font-weight: 400;
}
.main-header .tools-left .btn-over-dropdown .over-dropdown li a:hover,
.main-header .tools-right .btn-over-dropdown .over-dropdown li a:hover {
  color: #356e89;
}
.main-header .tools-left .btn-over-dropdown .over-dropdown li a span,
.main-header .tools-right .btn-over-dropdown .over-dropdown li a span {
  display: block;
  float: left;
  width: 22px;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
}
.main-header .tools-left .btn-over-dropdown .over-dropdown li a.logout,
.main-header .tools-right .btn-over-dropdown .over-dropdown li a.logout {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.main-header .tools-left .btn-over-dropdown:hover .icon-angle-down:before,
.main-header .tools-right .btn-over-dropdown:hover .icon-angle-down:before {
  content: "\e629";
}
.main-header .tools-left .btn-over-dropdown:hover .over-dropdown,
.main-header .tools-right .btn-over-dropdown:hover .over-dropdown {
  display: block;
}
.main-header .tools-left li,
.main-header .tools-right li {
  float: left;
}
.main-header .tools-left .tool-container,
.main-header .tools-right .tool-container {
  position: relative;
}
.main-header .tools-left .tool-container .tool,
.main-header .tools-right .tool-container .tool {
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  -o-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  line-height: 24px;
}
.hdr-collapsed .main-header .tools-left .tool-container .tool,
.hdr-collapsed .main-header .tools-right .tool-container .tool {
  top: 10px;
}
.main-header .tools-left .tool-container .tool.search-tool .search-form,
.main-header .tools-right .tool-container .tool.search-tool .search-form {
  position: relative;
}
.main-header .tools-left .tool-container .tool.search-tool .search-form .search-input,
.main-header .tools-right .tool-container .tool.search-tool .search-form .search-input {
  height: 28px;
  width: 242px;
  padding-left: 10px;
  padding-right: 30px;
  border-radius: 30px;
  border: 0;
}
@media (max-width: 1007px) {
  .main-header .tools-left .tool-container .tool.search-tool .search-form .search-input,
  .main-header .tools-right .tool-container .tool.search-tool .search-form .search-input {
    width: 160px;
  }
}
.main-header .tools-left .tool-container .tool.search-tool .search-form .search-submit,
.main-header .tools-right .tool-container .tool.search-tool .search-form .search-submit {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background: none;
  border: 0 none;
  height: 28px;
  padding: 0 5px;
}
.main-header .tools-left .tool-container .tool.search-tool .search-form .search-submit .icon,
.main-header .tools-right .tool-container .tool.search-tool .search-form .search-submit .icon {
  font-size: 17px;
  height: 28px !important;
  line-height: 28px !important;
  color: #356e89;
}
.main-header .tools-left .tool-container.open .tool,
.main-header .tools-right .tool-container.open .tool {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.main-header .tools-left {
  position: absolute;
  top: 0;
  bottom: 0;
}
.main-header .tools-left li {
  padding-right: 20px;
}
@media (max-width: 1007px) {
  .main-header .tools-left li {
    padding-right: 15px;
  }
}
.main-header .tools-left li.link a {
  display: block;
  overflow: hidden;
}
.main-header .tools-left .icon {
  margin-right: 3px;
  float: left;
}
.main-header .tools-left .label {
  display: inline-block;
  overflow: hidden;
  max-width: 100px;
  float: left;
  /*.transition(max-width .3s ease-in-out);*/
}
.main-header .tools-left .label:hover {
  color: #356e89;
}
.main-header .tools-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.main-header .tools-right a .icon {
  font-size: 12px;
}
.main-header .header-article-share {
  padding-top: 4px;
}
.main-header .header-article-share ul {
  padding-top: 24px;
}
.main-header .header-article-share ul li {
  line-height: 22px;
  margin-left: 10px;
}
.main-header .header-article-share a {
  color: #1A171B;
  font-weight: normal;
}
.main-header .header-article-share a.fb .icon {
  background-color: #4963a4;
}
.main-header .header-article-share a.fb:hover .icon {
  background-color: #2f5389;
}
.main-header .header-article-share a.tw .icon {
  background-color: #55acee;
}
.main-header .header-article-share a.tw:hover .icon {
  background-color: #0293c3;
}
.main-header .header-article-share a.gp .icon {
  background-color: #df4b31;
}
.main-header .header-article-share a.gp:hover .icon {
  background-color: #c94b39;
}
.main-header .header-article-share .icon {
  float: left;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 3px;
}
.main-header .header-article-share .icon:before {
  color: white;
}
.header-slim .main-header,
.hdr-collapsed .main-header {
  background-color: #f7eadd;
}
.header-slim .main-header .btn,
.hdr-collapsed .main-header .btn {
  color: #356e89 !important;
  padding: 2px 8px;
  border-radius: 0;
  font-size: 11px;
  font-weight: normal;
}
.header-slim .main-header .btn-pri,
.hdr-collapsed .main-header .btn-pri {
  background-color: transparent !important;
  color: #234357 !important;
  border-right: 1px solid #d1c0af;
  font-weight: bold;
}
.header-slim .main-header .btn-pri:hover,
.hdr-collapsed .main-header .btn-pri:hover {
  color: #234357 !important;
  border-color: transparent !important;
  border-right: 1px solid #d1c0af !important;
}
.header-slim .main-header .tools-left .label,
.hdr-collapsed .main-header .tools-left .label {
  max-width: 0;
}
.header-slim .main-header .tools-left .link .icon,
.hdr-collapsed .main-header .tools-left .link .icon {
  color: #234357;
}
.header-slim .main-header .tools-left .link:hover,
.hdr-collapsed .main-header .tools-left .link:hover {
  color: #234357;
}
.header-slim .main-header .header-article-share ul,
.hdr-collapsed .main-header .header-article-share ul {
  padding-top: 10px;
}
.section-header-meta {
  background-color: #F5E5D5;
  border-bottom: 1px solid #d1c0af;
  overflow: hidden;
}
.section-header-meta .container {
  height: 86px;
  position: relative;
}
.header-home .section-header-meta .container {
  height: 116px;
}
.header-home .section-header-meta .logo {
  margin-bottom: 0;
}
.header-home .section-header-meta .logo a {
  font-size: 85px;
  color: #1A171B;
}
.header-home .section-header-meta .logo a .icon-sole {
  padding-right: 50px;
}
.section-header-meta .section-header-link {
  display: block;
  color: #555555;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  padding: 34px 0;
}
.section-header-meta .section-header-link .icon {
  padding: 0 5px;
}
.section-header-meta .pos-left,
.section-header-meta .pos-right {
  position: absolute;
  z-index: 1;
  top: 0;
}
.section-header-meta .pos-left.section-header-box,
.section-header-meta .pos-right.section-header-box {
  top: 14px;
}
.section-header-meta .pos-left {
  left: 5px;
}
.section-header-meta .pos-left.section-header-box {
  left: 15px;
}
.section-header-meta .pos-right {
  right: 5px;
}
.section-header-meta .pos-right.section-header-box {
  right: 15px;
}
.section-header-meta .section-header-title {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
}
.section-header-meta .section-header-title .header-title {
  font-size: 48px;
  margin-bottom: 10px;
}
.section-header-meta .section-header-title ul.section-header-menu {
  position: relative;
  top: -8px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  line-height: 13px;
}
.section-header-meta .section-header-title ul.section-header-menu li {
  display: inline-block;
  text-transform: none;
  padding: 0 8px;
  border-right: 1px solid #d1c0af;
}
.section-header-meta .section-header-title ul.section-header-menu li:last-child {
  border-right: 0 none;
}
.section-header-meta .section-header-title ul.section-header-menu li a {
  text-transform: uppercase;
  color: #356e89;
  font-weight: bold;
}
.section-header-meta .section-header-title ul.section-header-menu li a.meteo {
  color: #1A171B;
  font-weight: normal;
}
.section-header-meta .section-header-title ul.section-header-menu li a:hover,
.section-header-meta .section-header-title ul.section-header-menu li a:focus {
  text-decoration: none;
}
.section-header-meta .section-header-title ul.section-header-menu li.today a {
  color: #1A171B;
  font-weight: normal;
  text-transform: uppercase;
}
.section-header-meta .section-header-title ul.section-header-menu .icon {
  position: relative;
  top: 2px;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 1007px) {
  .section-header-meta .section-header-title ul.section-header-menu {
    font-size: 11px;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
}
.main-header-nav,
.section-nav {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #1A171B;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  height: 36px;
  overflow: hidden;
  background-color: #F5E5D5;
}
.main-header-nav .title,
.section-nav .title {
  font-size: 14px;
  position: absolute;
  z-index: 30;
  left: 20px;
  color: #356e89;
  line-height: 36px;
}
.main-header-nav ul li,
.section-nav ul li {
  display: inline-block;
}
.main-header-nav ul li h6.meta,
.section-nav ul li h6.meta {
  color: #234357;
  padding: 0 6px;
  line-height: 36px;
}
.main-header-nav ul li a,
.section-nav ul li a {
  color: #1A171B;
  line-height: 36px;
  padding: 0 6px;
  font-size: 14px;
  display: block;
  height: 36px;
  position: relative;
}
@media (min-width: 1440px) {
  .main-header-nav ul li a,
  .section-nav ul li a {
    font-size: 15px;
    padding: 0 12px;
  }
}
.main-header-nav ul li a:hover,
.section-nav ul li a:hover,
.main-header-nav ul li a.active,
.section-nav ul li a.active {
  color: #356e89;
  text-decoration: none;
}
.main-header-nav ul li a[aria-describedby],
.section-nav ul li a[aria-describedby] {
  color: #356e89;
}
.main-header-nav ul li a[aria-describedby]:after,
.section-nav ul li a[aria-describedby]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #E5D5C5;
}
#s_main .main-header-nav ul li li,
#s_main .section-nav ul li li {
  margin-right: 20px;
}
#s_main .main-header-nav ul li a,
#s_main .section-nav ul li a {
  font-size: 20px !important;
  line-height: 36px;
}
.main-header-nav .prev,
.section-nav .prev,
.main-header-nav .next,
.section-nav .next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  color: #356e89;
  text-decoration: none !important;
  outline: 0 none !important;
  line-height: 32px;
  z-index: 20;
}
.main-header-nav .prev.disabled,
.section-nav .prev.disabled,
.main-header-nav .next.disabled,
.section-nav .next.disabled {
  display: none;
  cursor: default;
}
.main-header-nav .prev span,
.section-nav .prev span,
.main-header-nav .next span,
.section-nav .next span {
  line-height: 32px;
  font-size: 20px;
}
.main-header-nav .prev,
.section-nav .prev {
  left: 0;
  padding-left: 14px;
  text-align: left;
  background-image: -webkit-linear-gradient(left, #F5E5D5 50%, rgba(245, 229, 213, 0) 80%);
  background-image: -o-linear-gradient(left, #F5E5D5 50%, rgba(245, 229, 213, 0) 80%);
  background-image: linear-gradient(to right, #F5E5D5 50%, rgba(245, 229, 213, 0) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5e5d5', endColorstr='#00f5e5d5', GradientType=1);
}
.main-header-nav .next,
.section-nav .next {
  right: 0;
  padding-right: 14px;
  text-align: right;
  background-image: -webkit-linear-gradient(left, rgba(245, 229, 213, 0) 20%, #F5E5D5 50%);
  background-image: -o-linear-gradient(left, rgba(245, 229, 213, 0) 20%, #F5E5D5 50%);
  background-image: linear-gradient(to right, rgba(245, 229, 213, 0) 20%, #F5E5D5 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5e5d5', endColorstr='#fff5e5d5', GradientType=1);
}
.main-header-nav .scroller-container,
.section-nav .scroller-container {
  z-index: 19;
}
@media (min-width: 1440px) {
  .main-header-nav,
  .section-nav {
    font-size: 15px;
  }
  .main-header-nav li a,
  .section-nav li a {
    padding: 0 13px;
  }
}
.hdr-collapsed .section-header .main-header-nav,
.hdr-collapsed .section-header .section-nav {
  background-color: #f7eadd;
  border-bottom-color: #d1c0af;
  font-size: 13px;
}
.hdr-collapsed .section-header .main-header-nav li a,
.hdr-collapsed .section-header .section-nav li a {
  padding: 0 8px;
}
/* Section NAV */
.section-nav {
  text-align: left;
  font-weight: normal;
}
.section-nav ul li a {
  color: #356e89;
}
.section-nav ul li a.active {
  color: #234357;
}
.section-nav ul li a:hover {
  color: #234357;
}
.section-nav ul li a {
  font-weight: normal;
  text-transform: lowercase;
}
.hdr-collapsed .main-header-nav .prev {
  background-image: -webkit-linear-gradient(left, #f7eadd 50%, rgba(247, 234, 221, 0) 80%);
  background-image: -o-linear-gradient(left, #f7eadd 50%, rgba(247, 234, 221, 0) 80%);
  background-image: linear-gradient(to right, #f7eadd 50%, rgba(247, 234, 221, 0) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7eadd', endColorstr='#00f7eadd', GradientType=1);
}
.hdr-collapsed .main-header-nav .next {
  background-image: -webkit-linear-gradient(left, rgba(247, 234, 221, 0) 20%, #f7eadd 50%);
  background-image: -o-linear-gradient(left, rgba(247, 234, 221, 0) 20%, #f7eadd 50%);
  background-image: linear-gradient(to right, rgba(247, 234, 221, 0) 20%, #f7eadd 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7eadd', endColorstr='#fff7eadd', GradientType=1);
}
.main-header-nav-container {
  position: relative;
  height: 35px;
}
.section-nav {
  margin-bottom: 30px;
  border-bottom: 1px solid #d1c0af;
}
.section-nav .prev,
.section-nav .next {
  width: 35px;
  height: 33px;
  overflow: hidden;
}
.section-nav .prev {
  padding-left: 0;
}
.section-nav .next {
  padding-right: 0;
}
.section-nav ul li a .count {
  margin-left: 5px;
  font-weight: 300;
  font-size: 13px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.section-nav ul li a.active {
  box-shadow: inset 0 -3px 0 #356e89;
  font-weight: bold;
}
@media (min-width: 1008px) {
  #header.header-article .main-header {
    height: 92px;
  }
  .hdr-collapsed #header.header-article .main-header {
    height: 50px;
  }
  .hdr-collapsed #header.header-home .main-header {
    height: 36px;
    border-bottom: 0;
  }
  .hdr-collapsed #header.header-home .main-header-nav {
    display: block !important;
  }
}
@media (max-width: 1439px) {
  .main-header .header-title {
    font-size: 32px;
  }
  .main-header .header-article-title {
    font-size: 14px;
  }
  .main-header-nav {
    font-size: 13px;
  }
  .main-header-nav li a {
    padding: 0 12px;
  }
  .hdr-collapsed .section-header .main-header .header-home-title .icon-sole {
    font-size: 32px;
  }
}
@media (max-width: 1007px) {
  .main-header .btn {
    color: #356e89 !important;
    padding: 2px 8px;
    border-radius: 0;
    font-size: 11px;
    font-weight: normal;
  }
  .main-header .btn-pri {
    background-color: transparent !important;
    color: #234357 !important;
    border-right: 1px solid #d1c0af;
    font-weight: bold;
  }
  .main-header .btn-pri:hover {
    color: #234357 !important;
    border-color: transparent !important;
    border-right: 1px solid #d1c0af !important;
  }
  .main-header .header-title {
    font-size: 26px;
  }
  .main-header .tools-left .label {
    max-width: 0;
  }
  .header-article .main-header .container > .header-title,
  .header-category .main-header .container > .header-title {
    font-size: 32px;
    line-height: 50px;
  }
  .main-header-nav {
    font-size: 14px;
  }
  .main-header-nav li a {
    padding: 0 12px;
  }
  .section-header .main-header {
    height: 52px;
    line-height: 44px;
    border-bottom: none;
  }
  .section-header.header-home .main-header {
    height: 60px;
  }
  .section-header.header-home .main-header .header-home-title .icon-sole {
    font-size: 46px;
  }
  .section-header.header-home .main-header .btn {
    color: #234357 !important;
    padding: 2px 10px;
    border-radius: 50px;
    font-weight: bold;
  }
  .section-header.header-home .main-header .btn-pri {
    background-color: #356e89 !important;
    color: white !important;
    border-right: none;
    font-weight: bold;
  }
  .hdr-collapsed .section-header.header-home .main-header .btn {
    color: #356e89 !important;
    padding: 2px 8px;
    border-radius: 0;
    font-size: 11px;
    font-weight: normal;
  }
  .hdr-collapsed .section-header.header-home .main-header .btn-pri {
    background-color: transparent !important;
    color: #234357 !important;
    border-right: 1px solid #d1c0af;
    font-weight: bold;
  }
  .hdr-collapsed .section-header.header-home .main-header .btn-pri:hover {
    color: #234357 !important;
    border-color: transparent !important;
    border-right: 1px solid #d1c0af !important;
  }
  .hdr-collapsed .section-header.header-home .main-header .header-home-title .icon-sole {
    font-size: 32px;
  }
  .section-header .section-header-meta {
    background-color: #e7d6c6;
    height: 30px;
    padding: 5px 0;
  }
  .section-header .section-header-meta .section-header-box {
    display: none;
  }
  .section-header .section-header-meta .section-header-title {
    position: static;
  }
  .section-header .section-header-meta .section-header-title .logo,
  .section-header .section-header-meta .section-header-title .header-title {
    display: none;
  }
  .section-header .section-header-meta .section-header-title .section-header-menu {
    line-height: 20px;
    top: 0;
  }
  .section-header .section-header-meta .section-header-title .section-header-menu li {
    border-right-color: rgba(255, 255, 255, 0.4);
    padding: 0 12px;
  }
}
#menu-popover-container {
  position: relative;
}
#menu-popover-container .popover {
  z-index: 99990;
  position: absolute;
  padding: 30px 0;
  background-color: #E5D5C5;
  top: -1px !important;
}
#menu-popover-container .popover.left {
  left: 15px !important;
}
#menu-popover-container .popover.right {
  left: auto !important;
  right: 15px !important;
}
#menu-popover-container .popover .popover-content .equal .cell {
  padding: 0 26px;
  vertical-align: top;
  border-right: 1px solid #d1c0af;
}
#menu-popover-container .popover .popover-content .equal .cell:last-child {
  border-right: 0 none;
}
#menu-popover-container .popover .popover-content .equal .cell a {
  color: #1A171B;
}
#menu-popover-container .popover .popover-content .equal .cell a:hover {
  color: #356e89;
}
#menu-popover-container .popover .popover-content .equal .cell h6.meta {
  color: #234357;
  margin-bottom: 15px;
}
#menu-popover-container .popover .popover-content .equal .cell ul li {
  margin: 0 0 10px;
  line-height: 1.1em;
}
#menu-popover-container .popover .popover-content .equal .cell ul li:last-child {
  margin-bottom: 0;
}
.hp-weekend {
  display: block;
  width: 78px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #d1c0af;
  background: #F5E5D5;
  color: #234357;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -40px;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 14px;
}
.touch .js-sticky-header {
  position: relative;
  z-index: 99 !important; /* 04-2017 - Rilascio nuove testatine dotcom: abbassato da 99999 a 99 per risolvere problema visualizzazione box "accedi" che stava sotto */
}
.touch .js-sticky-header,
.touch .js-sticky-header .main-header {
  transform: translateZ(0px);
}
.touch .js-sticky-index > div,
.touch .js-sticky-index > ul {
  transform: translateZ(0px);
}
.touch .main-header {
  z-index: 99999 !important;
  position: relative;
}
.touch .main-header-nav {
  z-index: 99990 !important;
  position: relative;
}
.header-slim .go-to-home,
.header-home .go-to-home,
.hdr-collapsed .go-to-home {
  display: none;
}
@media (max-width: 1007px) {
  .go-to-home {
    display: none;
  }
}
/* Iscroll markup  */
.scroller-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
/* Iscroll markup  */
#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: auto;
  width: 230px;
  background-color: white;
  z-index: 100000;
  border-right: 1px solid #1A171B;
  left: -50px;
  margin-left: -360px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: margin-left 0s 0.4s, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: margin-left 0s 0.4s, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: margin-left 0s 0.4s, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.nav-open #navigation {
  left: 0;
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#navigation .scroller-container {
  overflow: visible;
}
#navigation .iScrollVerticalScrollbar {
  right: 0;
  left: 1px;
}
#navigation ul.main-navigation-list > li {
  position: relative;
}
#navigation ul.main-navigation-list > li .arrow-left {
  position: absolute;
  z-index: 100000;
  right: 24px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(53, 110, 137, 0.2);
  border-bottom: 10px solid transparent;
}
#navigation ul.main-navigation-list > li .arrow-left:after {
  position: absolute;
  content: "";
  right: -11px;
  top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid white;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
#navigation ul.main-navigation-list > li > a {
  display: block;
  padding: 6px 15px;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  color: #1A171B;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
#navigation ul.main-navigation-list > li > a .icon-sole {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
#navigation ul.main-navigation-list > li > a .icon-angle-right {
  float: right;
  color: #356e89;
}
.touch #navigation ul.main-navigation-list > li > a .icon-angle-right {
  display: none !important;
}
#navigation ul.main-navigation-list > li > a:hover,
#navigation ul.main-navigation-list > li > a.active,
#navigation ul.main-navigation-list > li > a.js-active {
  text-decoration: none;
  background-color: #f0faff;
}
#navigation ul.main-navigation-list > li > a:hover:after,
#navigation ul.main-navigation-list > li > a.active:after,
#navigation ul.main-navigation-list > li > a.js-active:after {
  background-color: transparent;
}
#navigation ul.main-navigation-list > li > a.red-bg {
  background-color: #b92222;
  color: white;
}
#navigation ul.main-navigation-list > li > a.red-bg:after {
  background-color: transparent;
}
#navigation ul.main-navigation-list > li > a.edition {
  margin-top: 20px;
  padding: 18px 0 48px;
  background-color: #f1f1f1;
  text-align: center;
  color: #234357;
}
#navigation ul.main-navigation-list > li > a.edition:after {
  background-color: transparent;
}
#navigation ul.main-navigation-list > li > a.edition .label {
  display: block;
  margin-bottom: 18px;
}
#navigation ul.main-navigation-list > li > a.edition .edition-img {
  max-width: 216px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#navigation ul.main-navigation-list > li.separator {
  margin-bottom: 16px;
}
#navigation ul.main-navigation-list > li.separator:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #efefef;
}
#navigation ul.main-navigation-list > li.home {
  line-height: 34px;
}
#navigation ul.main-navigation-list > li.home .icon-24 {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 8px;
}
#navigation ul.main-navigation-list > li.home a:hover {
  background-color: transparent;
}
#navigation ul.main-navigation-list > li.blue > a {
  color: #234357;
}
#navigation ul.main-navigation-list > li.blue > a:after {
  background-color: rgba(53, 110, 137, 0.2);
}
#navigation ul.main-navigation-list > li.blue > a:hover,
#navigation ul.main-navigation-list > li.blue > a.active,
#navigation ul.main-navigation-list > li.blue > a.js-active {
  background-color: #f1f1f1;
}
#navigation ul.main-navigation-list > li.blue > a:hover:after,
#navigation ul.main-navigation-list > li.blue > a.active:after,
#navigation ul.main-navigation-list > li.blue > a.js-active:after {
  background-color: transparent;
}
#navigation .popover {
  width: 180px;
  z-index: 99999;
  position: absolute;
  padding: 20px 0 10px;
  margin-left: -25px;
}
#navigation .popover .popover-content {
  background-color: white;
  border: 1px solid rgba(53, 110, 137, 0.2);
  padding: 15px 20px;
}
#navigation .popover .title {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #1A171B !important;
  font-weight: bold;
  font-size: 11px;
}
#navigation .popover .title:after {
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #356e89;
  margin: 6px 0;
}
#navigation .popover ul li {
  padding: 0;
}
#navigation .popover ul li a {
  display: block;
  padding: 5px 0;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  color: #1A171B !important;
  border-bottom-color: transparent;
  font-size: 13px;
}
#navigation .popover ul li a:hover {
  text-decoration: none;
}
.popover {
  z-index: 500;
  position: absolute;
}
@media (max-width: 767px) {
  .js-sticky-header {
    border-bottom: 1px solid #d1c0af;
  }
  .a-leaderboard {
    display: none;
  }
  .section-header .main-header {
    height: 44px;
  }
  .section-header .main-header .tools-left .icon {
    height: 44px;
    line-height: 44px;
  }
  .section-header .main-header .tools-left .tool-container {
    display: none;
  }
  .section-header .main-header .tools-right {
    display: none;
  }
  .section-header .main-header .header-home-title {
    display: block !important;
  }
  #header-tools {
    padding-top: 10px;
    padding-bottom: 7px;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1em;
  }
  #header-tools time {
    color: #1A171B;
  }
  #header-tools ul.right {
    float: right;
    text-transform: uppercase;
    font-size: 0;
  }
  #header-tools ul.right li {
    font-size: 11px;
    line-height: 1em;
    display: inline-block;
    padding: 0 7px;
    border-right: 1px solid #d1c0af;
  }
  #header-tools ul.right li:last-child {
    border: none;
    padding-right: 0;
  }
  #navigation {
    width: 260px;
  }
  #navigation .scroller-container {
    right: 30px;
  }
  #navigation .nav-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 99;
  }
  #navigation ul.main-navigation-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #navigation ul.main-navigation-list > li.home {
    line-height: normal;
  }
  #navigation ul.main-navigation-list > li.home .icon {
    font-size: 16px;
    line-height: 22px;
  }
  #navigation ul.main-navigation-list > li,
  #navigation ul.main-navigation-list > li.separator {
    margin-bottom: 1px;
  }
  #navigation ul.main-navigation-list > li:after,
  #navigation ul.main-navigation-list > li.separator:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #efefef;
  }
  #navigation ul.main-navigation-list > li > a {
    font-size: 14px;
    line-height: 22px;
  }
  #navigation ul.main-navigation-list > li > a.edition {
    display: none;
  }
}
/* CONTENT
================================================== */
.pagination-nav {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
}
.pagination-nav ul li {
  display: inline-block;
}
.pagination-nav ul li a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  color: #234357;
}
.pagination-nav ul li a.current,
.pagination-nav ul li a:hover {
  background-color: #234357;
  color: white;
}
.pagination-nav ul li a.prev,
.pagination-nav ul li a.next {
  border: 1px solid #234357;
}
.archive-pagination {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1em;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #234357;
}
.archive-pagination:before,
.archive-pagination:after {
  content: " ";
  display: table;
}
.archive-pagination:after {
  clear: both;
}
.archive-pagination:before,
.archive-pagination:after {
  content: " ";
  display: table;
}
.archive-pagination:after {
  clear: both;
}
.archive-pagination .archive-link,
.archive-pagination .pos-counter {
  color: #234357;
  display: inline-block;
  padding: 5px 0;
  margin: 0;
}
.archive-pagination .pos-counter {
  color: #AD9A88;
}
.archive-pagination .pagination-nav {
  float: right !important;
}
.archive-pagination.pagination-bottom {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #234357;
  padding-bottom: 15px;
  border-bottom: 0;
}
.section .archive-pagination.pagination-bottom {
  margin-bottom: 0;
}
.section .archive-pagination.pagination-bottom .pos-counter {
  padding: 0;
}
.collapse .archive-pagination.pagination-bottom {
  margin: 15px 0;
}
.archive-pagination h1.small {
  display: inline-block;
  color: #234357;
  font-weight: 500;
}
.caroufredsel_wrapper {
  cursor: pointer !important;
}
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel > ul,
.carousel > ol {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 10000px;
}
.carousel > ul li,
.carousel > ol li {
  float: left;
}
.carousel .slide {
  float: left;
}
.carousel .slide figure {
  margin-bottom: 0;
}
.carousel nav a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #AD9A88;
  text-decoration: none !important;
  outline: 0 none !important;
  z-index: 99;
}
.carousel nav a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}
.carousel nav a.prev {
  left: 0;
}
.carousel nav a.next {
  right: 0;
}
.carousel nav a span {
  line-height: 40px;
  font-size: 20px;
}
.carousel nav.s-top a {
  margin-top: 20px;
}
.carousel .pagination {
  margin-top: 10px;
  text-align: center;
}
.carousel .pagination a {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  border-radius: 14px;
  background: #8D9496;
}
.carousel .pagination a.selected {
  background: white;
}
.carousel .pagination a span {
  display: none;
}
.opening-full-article .carousel .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 99;
}
.carousel-paged nav a {
  margin-top: -27px;
}
@media (max-width: 1007px) {
  .carousel-paged {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-paged nav {
    display: none;
  }
}
.carousel-rel {
  overflow: hidden;
}
.carousel-rel nav a {
  margin-top: 0;
  top: 0;
  bottom: 0;
  height: auto;
  line-height: 70px;
  width: 50px;
}
.carousel-rel nav a span {
  line-height: 70px;
}
.carousel-rel nav a.prev {
  text-align: left;
  left: 0;
  width: 50px;
  background-image: -webkit-linear-gradient(left, #F5E5D5 20%, rgba(245, 229, 213, 0) 100%);
  background-image: -o-linear-gradient(left, #F5E5D5 20%, rgba(245, 229, 213, 0) 100%);
  background-image: linear-gradient(to right, #F5E5D5 20%, rgba(245, 229, 213, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5e5d5', endColorstr='#00f5e5d5', GradientType=1);
}
.carousel-rel nav a.next {
  text-align: right;
  right: 0;
  width: 50px;
  background-image: -webkit-linear-gradient(left, rgba(245, 229, 213, 0) 0%, #F5E5D5 80%);
  background-image: -o-linear-gradient(left, rgba(245, 229, 213, 0) 0%, #F5E5D5 80%);
  background-image: linear-gradient(to right, rgba(245, 229, 213, 0) 0%, #F5E5D5 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5e5d5', endColorstr='#fff5e5d5', GradientType=1);
}
.carousel-prod,
.carousel-article-3 {
  padding: 0 20px;
}
.carousel-prod nav a,
.carousel-article-3 nav a {
  color: #356e89;
  width: 30px;
}
.carousel-prod nav a.prev,
.carousel-article-3 nav a.prev {
  text-align: left;
}
.carousel-prod nav a.next,
.carousel-article-3 nav a.next {
  text-align: right;
}
.carousel-article-3 {
  padding: 0 10px;
}
.carousel-article-3 li.slide {
  float: left;
  padding: 0 10px;
}
.carousel-article-3-lined li.slide {
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.carousel-article-3-lined li.slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -1000px;
  right: -1px;
  border-right: 1px solid #d1c0af;
}
.carousel-article-hlist {
  height: 200px;
  padding: 0 0 0 205px;
  position: relative;
}
.carousel-article-hlist .carousel-title {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 185px;
}
.carousel-article-hlist .carousel-title [class^="icon-"],
.carousel-article-hlist .carousel-title [class*=" icon-"] {
  vertical-align: middle;
}
.carousel-article-hlist .carousel-title .italic {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  display: block;
  text-transform: none;
  font-size: 16px;
}
.carousel-article-hlist nav a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-top: 0;
  background-color: #234357;
  border-radius: 24px;
  color: #F6EEE6;
}
.carousel-article-hlist nav a span {
  line-height: 22px;
}
.carousel-article-hlist nav a.prev {
  left: 15px;
}
.carousel-article-hlist nav a.next {
  left: 55px;
  right: auto;
}
.carousel-article-hlist nav a:hover {
  background-color: #112531;
}
.carousel-article-hlist .article-hlist > li {
  padding-top: 15px;
  padding-right: 100px;
  float: left;
  position: relative;
  height: 200px;
}
.carousel-article-hlist .article-hlist > li .article-body {
  position: relative;
  z-index: 10;
}
.carousel-article-hlist .article-hlist > li .article-body h3 {
  margin-bottom: 20px;
}
.carousel-article-hlist .article-hlist > li .article-body h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #234357;
  margin-top: 20px;
}
.carousel-article-hlist .article-hlist > li .article-body h3 span.icon {
  font-size: 13px;
}
.carousel-article-hlist .article-hlist > li .article-body a {
  color: #112531;
}
.carousel-article-hlist .article-hlist > li .article-body a:hover {
  color: rgba(17, 37, 49, 0.85);
}
.carousel-article-hlist .article-hlist > li .article-body ul.meta li.tw {
  font-weight: 700;
}
.carousel-article-hlist .article-hlist > li .article-body ul.meta li.tw .icon-twitter {
  font-size: 14px;
  vertical-align: middle;
}
.carousel-article-hlist .article-hlist > li.with-figure {
  padding-right: 200px;
}
.carousel-article-hlist .article-hlist > li.with-figure article.prew {
  position: static;
}
.carousel-article-hlist .article-hlist > li.with-figure .article-figure {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  vertical-align: bottom;
  text-align: center;
  width: 250px;
}
@media (max-width: 1439px) {
  .carousel-article-hlist {
    height: 170px;
  }
  .carousel-article-hlist .article-hlist > li {
    height: 170px;
    padding-right: 50px;
  }
  .carousel-article-hlist .article-hlist > li.with-figure {
    padding-right: 134px;
  }
  .carousel-article-hlist .article-hlist > li.with-figure .article-figure {
    width: 184px;
  }
}
.auto-h:before,
.auto-h:after {
  content: " ";
  display: table;
}
.auto-h:after {
  clear: both;
}
.auto-h:before,
.auto-h:after {
  content: " ";
  display: table;
}
.auto-h:after {
  clear: both;
}
.auto-h,
.auto-h li {
  height: auto !important;
}
.auto-h li {
  float: none !important;
}
.auto-h li .article-body h3 {
  margin-bottom: 15px !important;
}
.auto-h li .article-body h3:after {
  display: none !important;
}
.section-wrap-full {
  overflow: hidden;
  width: 100%;
}
.carousel-article-full nav a,
.carousel-coverflow nav a {
  color: white;
  width: 50px;
  height: 100px;
  padding: 30px 0;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  z-index: 200;
}
.carousel-article-full nav a.prev,
.carousel-coverflow nav a.prev {
  border-right: 1px solid white;
  padding-left: 15px;
  left: 0;
}
.carousel-article-full nav a.next,
.carousel-coverflow nav a.next {
  border-left: 1px solid white;
  padding-right: 15px;
  right: 0;
}
.carousel-article-full nav a:hover,
.carousel-coverflow nav a:hover {
  background: white;
  background: rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
}
.carousel-article-full {
  margin-left: -330px;
  margin-right: -330px;
}
@media (min-width: 1440px) {
  .carousel-article-full {
    margin-left: -450px;
    margin-right: -450px;
  }
}
@media (max-width: 1007px) {
  .carousel-article-full {
    margin-left: -450px;
    margin-right: -450px;
  }
}
.carousel-article-full nav a.prev {
  left: 330px;
}
@media (min-width: 1440px) {
  .carousel-article-full nav a.prev {
    left: 450px;
  }
}
@media (max-width: 1007px) {
  .carousel-article-full nav a.prev {
    left: 450px;
  }
}
.carousel-article-full nav a.next {
  right: 330px;
}
@media (min-width: 1440px) {
  .carousel-article-full nav a.next {
    right: 450px;
  }
}
@media (max-width: 1007px) {
  .carousel-article-full nav a.next {
    right: 450px;
  }
}
.carousel-article-full li.slide {
  float: left;
  margin: 0 15px;
}
@media (max-width: 1007px) {
  .carousel-article-full li.slide {
    margin: 0 7.5px;
  }
}
.carousel-article-full li.slide figure img {
  width: 100%;
  height: auto;
}
.carousel-coverflow nav a.prev {
  left: 2px;
}
.carousel-coverflow nav a.next {
  right: 2px;
}
.carousel-coverflow li.slide {
  border-left: 2px solid #F5E5D5;
  border-right: 2px solid #F5E5D5;
  float: left;
  position: relative;
  display: block;
}
.carousel-coverflow li.slide article.prew-img .overlay {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel-coverflow li.slide article.prew-img:before {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel-coverflow li.slide:hover article.prew-img:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-coverflow li.slide.active:hover article.prew-img .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-gallery {
  /* Related slide content */
}
.carousel-gallery nav a {
  position: absolute;
  top: 50%;
  color: white;
  background: #356e89;
  border-radius: 100%;
}
.carousel-gallery nav a:hover {
  background: #234357;
}
.carousel-gallery nav a.prev {
  left: -20px;
  padding-left: 16px;
}
.carousel-gallery nav a.next {
  right: -20px;
  padding-right: 16px;
}
.carousel-gallery nav a span {
  line-height: 40px;
  font-size: 20px;
}
.carousel-gallery nav a.disabled {
  display: none;
}
.carousel-gallery .gallery-expand,
.carousel-gallery .gallery-close {
  font-size: 14px;
  background: #356e89;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 1px;
  color: white;
  z-index: 20;
  text-decoration: none !important;
}
.carousel-gallery .gallery-expand:hover,
.carousel-gallery .gallery-close:hover {
  background: #234357;
}
.carousel-gallery .gallery-expand span,
.carousel-gallery .gallery-close span {
  line-height: 30px;
  font-size: 16px;
}
.carousel-gallery .gallery-close {
  right: 30px;
  top: 20px;
  display: none;
}
.open .carousel-gallery .gallery-close {
  display: block;
}
.carousel-gallery .tools {
  width: auto;
  position: static;
  float: right;
  padding: 0;
  list-style: none;
  line-height: 30px;
}
.carousel-gallery .tools li {
  float: left;
  padding-left: 10px !important;
}
.carousel-gallery .gallery-container {
  overflow: hidden;
  position: relative;
}
.carousel-gallery .gallery-container .gallery-sidebar {
  width: 360px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  padding: 0 30px;
}
.carousel-gallery .gallery-container .gallery-sidebar .sidebar-meta {
  border-top: 1px solid #d1c0af;
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  padding: 15px 0;
  height: 60px;
  line-height: 30px;
}
.carousel-gallery .gallery-container .gallery-sidebar .title {
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.carousel-gallery .gallery-container .gallery-sidebar .caption {
  min-height: 60px;
}
.carousel-gallery .gallery-footer {
  position: relative;
}
.carousel-gallery .gallery-footer .caption {
  padding-top: 15px;
  min-height: 40px;
  position: relative;
  padding-right: 80px;
}
.carousel-gallery .gallery-footer .caption .count {
  position: absolute;
  top: 18px;
  right: 40px;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
}
.carousel-gallery .gallery-items {
  width: 99000px;
}
.carousel-gallery .gallery-item {
  float: left;
  overflow: hidden;
  text-align: center;
  /*img[data-srcset], img[data-src]{
      &.lazy-loaded{
        .opacity(.3);
      }
    }
    &.current{
      img[data-srcset], img[data-src]{
        &.lazy-loaded{
          .opacity(1);
        }
      }
    }*/
}
.carousel-gallery .gallery-item img {
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.carousel-gallery .gallery-item.current img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-gallery .gallery-item img {
  pointer-events: none;
}
.carousel-gallery .gallery-item .gallery-meta {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.carousel-gallery .gallery-item.related-gallery-item {
  padding-top: 15px;
}
.carousel-gallery .related-content {
  background-color: white;
  height: 100%;
  text-align: left;
  padding: 0 40px 20px 40px;
  position: relative;
  /* image wrapper, forced ratio */
}
.carousel-gallery .related-content .header {
  height: 80px;
  z-index: 20;
  border-bottom: 1px solid #d1c0af;
  padding: 20px 0 0 0;
}
.open .carousel-gallery .related-content .header {
  padding-right: 60px;
}
.carousel-gallery .related-content .header .share {
  padding: 5px 10px 5px 0;
  border-right: 1px solid #d1c0af;
  margin-right: 10px;
}
.carousel-gallery .related-content .header .share .tools li {
  padding-left: 0;
  margin: 0 5px 0 0;
}
.carousel-gallery .related-content .header .title {
  display: table-cell;
  height: 40px;
  font-size: 17px;
  line-height: 1.1em;
  vertical-align: middle;
  font-weight: 500;
}
.carousel-gallery .related-content .header-tools {
  border-bottom: 1px solid #d1c0af;
  padding: 10px 0;
  position: relative;
  height: 56px;
  margin-bottom: 10px;
}
.carousel-gallery .related-content .header-tools .archive-link {
  text-transform: uppercase;
  line-height: 36px;
}
.carousel-gallery .related-content .header-tools .archive-link .icon {
  font-size: 18px;
}
.carousel-gallery .related-content .archive-link {
  font-size: 11px;
  line-height: 1em;
}
.carousel-gallery .related-content h3.big {
  font-size: 26px;
}
.carousel-gallery .related-content h3.rel {
  margin-bottom: 30px;
}
@media (min-width: 1008px) and (max-width: 1439px) {
  .obj .carousel-gallery .related-content article.prew {
    max-width: 200px;
    margin-bottom: 0;
  }
  .obj .carousel-gallery .related-content h3.rel {
    font-size: 16px;
    margin-bottom: 0;
  }
  .obj .carousel-gallery .related-content .col-xs-6:last-child article.prew {
    float: right !important;
  }
}
.carousel-gallery .related-content .img-75p {
  padding-top: 75%;
  overflow: hidden;
}
.carousel-gallery .related-content .img-75p img {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-gallery.related nav {
  display: none !important;
}
.carousel-gallery.related .gallery-footer .caption {
  display: none;
}
@media (max-width: 1007px) {
  .carousel-gallery.related .gallery-content {
    height: 100%;
  }
}
/* OVERLAY #overlay
================================================== */
body.overlayOpen {
  overflow: hidden;
}
.gallery-wrapper.open {
  background: rgba(255, 255, 255, 0.95);
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: fixed;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
}
.gallery-wrapper.open .gallery-preview {
  display: none;
}
.gallery-wrapper.open .carousel-gallery {
  height: 100%;
  margin-left: 0;
}
.gallery-wrapper.open .carousel-gallery .gallery-footer {
  display: none;
}
.gallery-wrapper.open .carousel-gallery .gallery-container {
  height: 100%;
  background: white;
}
.gallery-wrapper.open .carousel-gallery .gallery-container .gallery-content {
  overflow: hidden;
}
.gallery-wrapper.open .carousel-gallery .gallery-container .gallery-content .gallery-items {
  padding-top: 80px;
}
.gallery-wrapper.open .carousel-gallery .gallery-container .gallery-sidebar {
  padding-top: 80px;
  background: white;
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-wrapper.open .carousel-gallery .gallery-container .gallery-sidebar .a-block {
  float: right;
  padding: 0;
}
@media (max-width: 1007px) {
  .gallery-wrapper.open .carousel-gallery .gallery-container {
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
  }
  .gallery-wrapper.open .carousel-gallery .gallery-container .gallery-content {
    width: 100%;
    margin: 0 auto 30px;
  }
  .gallery-wrapper.open .carousel-gallery .gallery-container .gallery-sidebar {
    margin-top: 15px;
    position: relative !important;
    right: auto;
    padding: 0;
    width: 100%;
    margin: 0 auto 30px;
  }
  .gallery-wrapper.open .carousel-gallery .gallery-container nav a {
    top: 300px;
  }
  .gallery-wrapper.open .carousel-gallery .gallery-container .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 1008px) {
  .gallery-wrapper.open .carousel-gallery .gallery-container {
    margin-left: 30px;
    height: 100%;
  }
  .gallery-wrapper.open .carousel-gallery .gallery-container .gallery-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 360px;
  }
}
.gallery-wrapper.open .carousel-gallery .related-content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 30px 0 0;
  top: -80px;
}
.gallery-wrapper.open .carousel-gallery .related-content .header .title {
  font-size: 20px;
}
.gallery-wrapper.open .carousel-gallery .related-content .header-tools {
  padding: 20px 0;
  height: 76px;
}
.gallery-wrapper.open .carousel-gallery .related-content .content-title {
  margin-bottom: 20px;
}
@media (max-width: 1007px) {
  .gallery-wrapper.open .carousel-gallery.related .gallery-container {
    margin-right: 0;
  }
}
.gallery-wrapper.open .carousel-gallery.related .gallery-container .gallery-sidebar {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1008px) {
  .gallery-wrapper.open .carousel-gallery.related .gallery-container .gallery-content {
    overflow: visible;
  }
}
.gallery-wrapper.open .carousel-gallery.related .gallery-container .gallery-content .gallery-items .current {
  overflow: visible;
  z-index: 10;
}
.gallery-wrapper.open .carousel-gallery.related .gallery-container .gallery-sidebar {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  -o-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
}
/* Swipe gallery css
================================================== */
.swipe-carousel {
  overflow: hidden;
}
.swipe-carousel .gallery-container {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
}
.swipe-carousel .gallery-container,
.swipe-carousel .gallery-container ul.gallery-items,
.swipe-carousel .gallery-container .gallery-item {
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.swipe-carousel .gallery-container ul.animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.swipe-carousel .gallery-container ul.gallery-items {
  transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  position: relative;
}
.swipe-carousel .gallery-container ul.gallery-items .gallery-item {
  float: left;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
  position: relative;
}
.swipe-carousel .gallery-container ul.gallery-items .gallery-item .item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; //cover
          */
  text-align: center;
  display: block;
}
.swipe-carousel .gallery-container ul.gallery-items .gallery-item .item-content img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: auto !important;
}
.swipe-carousel .gallery-container ul.gallery-items .gallery-item .item-content.landscape img {
  height: auto !important;
  width: 100% !important;
}
.carousel-gallery-preview .gallery-close,
.carousel-gallery-preview .gallery-container,
.carousel-gallery-preview .gallery-footer,
.carousel-gallery-preview > nav {
  display: none;
}
.gallery-wrapper.open .carousel-gallery-preview .gallery-close,
.gallery-wrapper.open .carousel-gallery-preview .gallery-container,
.gallery-wrapper.open .carousel-gallery-preview > nav {
  display: block;
}
@media (min-width: 768px) {
  .entry-indent {
    padding-left: 62px;
  }
}
@media (min-width: 1008px) {
  .entry-indent {
    padding-left: 84px;
  }
}
@media (min-width: 1440px) {
  .entry-indent {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  aside.floating {
    float: left;
    width: 218px;
    margin-left: -62px;
    margin-right: 30px;
  }
}
@media (min-width: 1008px) {
  aside.floating {
    width: 222px;
    margin-left: -84px;
  }
}
@media (min-width: 1440px) {
  aside.floating {
    width: 270px;
    margin-left: -100px;
  }
}
aside.floating > article.prew,
aside.floating div.prew {
  padding: 6px 12px 12px;
  border-bottom: 1px solid #d1c0af;
}
aside.floating > article.prew figure,
aside.floating div.prew figure {
  margin-left: -12px;
  margin-right: -12px;
}
aside.floating > article.prew figure a,
aside.floating div.prew figure a {
  display: block;
  position: relative;
}
aside.floating > article.prew .icon,
aside.floating div.prew .icon {
  color: white;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  background: #356e89;
  text-decoration: none !important;
  line-height: 30px;
  font-size: 16px;
  float: right;
  margin: -42px 12px 0 0;
}
aside.floating > article.prew .icon-play,
aside.floating div.prew .icon-play {
  margin: 0;
  position: absolute;
  bottom: 12px;
  left: 12px;
}
aside.floating > article.prew-big,
aside.floating div.prew-big {
  border-bottom: 2px solid #234357;
}
aside.floating > article.well,
aside.floating div.well {
  border: none;
}
aside.floating > article.well-pri,
aside.floating div.well-pri {
  padding-top: 12px;
  margin-top: 6px;
}
aside.floating > article.well-pri h6.meta,
aside.floating div.well-pri h6.meta {
  border-bottom: 1px solid white;
  margin-bottom: 5px;
}
aside.floating > article.illo,
aside.floating div.illo {
  padding-top: 0;
  margin-top: 6px;
}
aside.floating > article.prew-edit,
aside.floating div.prew-edit,
aside.floating > article.prew-attach,
aside.floating div.prew-attach {
  position: relative;
}
aside.floating > article.prew-edit h6.meta,
aside.floating div.prew-edit h6.meta,
aside.floating > article.prew-attach h6.meta,
aside.floating div.prew-attach h6.meta {
  display: inline-block;
  background: #356e89;
  margin: 0 -12px 5px;
  border-right: 7.5px solid #F5E5D5;
  position: relative;
  z-index: 2;
}
aside.floating > article.prew-edit h6.meta a,
aside.floating div.prew-edit h6.meta a,
aside.floating > article.prew-attach h6.meta a,
aside.floating div.prew-attach h6.meta a {
  color: white;
  text-decoration: none !important;
}
aside.floating > article.prew-edit:after,
aside.floating div.prew-edit:after,
aside.floating > article.prew-attach:after,
aside.floating div.prew-attach:after {
  content: '';
  display: block;
  border-top: 1px solid #d1c0af;
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  z-index: 0;
}
aside.floating > article.prew-edit h6.meta,
aside.floating div.prew-edit h6.meta {
  display: inline-block;
  background: #234357;
}
aside.floating > article.prew-attach h3,
aside.floating div.prew-attach h3 {
  position: relative;
  padding-left: 35px;
  min-height: 32px;
}
aside.floating > article.prew-attach .attach,
aside.floating div.prew-attach .attach {
  position: absolute;
  display: block;
  width: 30px;
  text-align: center;
  top: 0;
  left: 0;
  color: #356e89;
  font-size: 32px;
}
aside.floating.rel {
  margin-top: 6px;
  border-top: 2px solid #234357;
}
aside.floating.rel h5 {
  padding: 12px 12px 0;
  margin-bottom: 0;
}
aside.floating.rel .related-list {
  padding: 6px 12px;
}
aside.floating.rel .related-list > li {
  margin-bottom: 10px;
  border-bottom: 1px solid #d1c0af;
}
aside.floating.rel .related-list > li:last-child {
  border: none;
}
aside.floating.rel .related-list > li h3 {
  margin-bottom: 0;
}
aside.floating.rel article.prew {
  padding-bottom: 6px;
  margin-bottom: 6px;
}
aside.floating a:hover .icon-expand {
  background: #234357;
}
.modal-backdrop.in {
  opacity: 0.96;
  filter: alpha(opacity=96);
  background: white;
}
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #F6EEE6;
}
.article-index .modal-content {
  background: #F5E5D5;
  border-radius: 0;
}
.article-index .modal-header {
  position: relative;
  border: none;
}
.article-index .modal-header .modal-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #356e89;
}
.article-index .modal-header h6 {
  color: #356e89;
  padding: 5px 0 10px;
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 7.5px;
}
.article-index .modal-header p.abstract {
  color: #356e89;
}
.article-index .btn-close {
  background: none;
  color: #AD9A88;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.article-index .modal-body {
  padding-top: 0;
}
.index-list {
  font-size: 12px;
}
.index-list li {
  padding: 5px 0;
  position: relative;
}
.index-list li ol {
  padding-top: 5px;
  padding-left: 20px;
}
.index-list li a {
  color: #356e89;
  text-decoration: none !important;
  outline: 0 none;
}
.index-list li a.collapsed,
.index-list li a.leaf {
  color: #AD9A88;
}
.index-list li a.current.leaf {
  font-weight: bold;
}
.index-list li a:hover,
.index-list li a.current {
  color: #356e89 !important;
}
.fixed-height {
  max-height: 400px;
  overflow-y: auto;
}
.fixed-height::-webkit-scrollbar-track {
  background-color: #F5E5D5;
}
#modal-disclaimer .fixed-height::-webkit-scrollbar-track {
  background-color: white;
}
.fixed-height::-webkit-scrollbar {
  width: 4px;
  background-color: #F5E5D5;
}
#modal-disclaimer .fixed-height::-webkit-scrollbar {
  background-color: white;
}
.fixed-height::-webkit-scrollbar-thumb {
  background-color: #AD9A88;
  border-radius: 4px;
}
#modal-disclaimer .fixed-height::-webkit-scrollbar-thumb {
  background-color: #555555;
}
.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#modal-login .modal-dialog {
  width: 360px;
}
#modal-login .modal-header {
  border: none;
  color: #234357;
  padding: 32px 24px 0 24px;
}
#modal-login .modal-header .modal-title {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 22px;
  line-height: 0.5em;
  font-weight: bold;
  /*margin-bottom: @baseDim / 3;*/
  margin-bottom: 6px;
}
#modal-login .modal-header p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.3em;
  margin: 0 0 11px 0;
}
#modal-login .modal-header button.close {
  margin-top: -20px;
  margin-right: -1px;
}
#modal-login .modal-body {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 24px;
  padding-right: 24px;
}
#modal-login .modal-body .utils label,
#modal-login .modal-body .utils a {
  font-size: 11px;
  line-height: 22px;
  color: #356e89;
}
#modal-login .modal-body .utils label {
  text-transform: uppercase;
  font-weight: normal;
}
#modal-login .modal-body .button-list {
  margin: 15px 0;
}
#modal-login .modal-body .button-list .btn-pri {
  border-radius: 20px;
  padding: 7px 30px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1em;
}
#modal-login .modal-body .button-list .btn-txt {
  color: #356e89 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 1em;
}
#modal-login .modal-body .social-login {
  border-top: 2px solid #f2f2f2;
  padding: 20px 0;
  text-align: center;
}
#modal-login .modal-body .social-login h6 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  line-height: 1em;
  margin-bottom: 10px;
}
#modal-login .modal-body .social-login ul li {
  display: inline-block;
  margin: 0 4px;
}
#modal-login .modal-body .social-login ul li a {
  display: block;
  color: white;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
}
#modal-login .modal-body .social-login ul li a.fb {
  background: #4963a4;
}
#modal-login .modal-body .social-login ul li a.tw {
  background: #55acee;
}
#modal-login .modal-body .social-login ul li a.gp {
  background: #df4b31;
}
#modal-login .modal-body .social-login ul li a.in {
  background: #0086ac;
}
#modal-login .modal-body .social-login ul li a .icon {
  line-height: 30px;
}
#modal-search .close,
#modal-scad .close,
#modal-disclaimer .close {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 50;
  top: 0;
  right: -54px;
}
@media (max-width: 1007px) {
  #modal-search .close,
  #modal-scad .close,
  #modal-disclaimer .close {
    right: -34px;
  }
}
#modal-search .close .icon-circle,
#modal-scad .close .icon-circle,
#modal-disclaimer .close .icon-circle {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
  font-size: 14px;
  background: #356e89;
  border-radius: 34px;
}
#modal-search .modal-dialog {
  width: 830px;
}
@media (max-width: 1007px) {
  #modal-search .modal-dialog {
    width: 650px;
  }
}
#modal-search .modal-content {
  background: none;
}
#modal-search .modal-body {
  padding: 30px 0;
}
#modal-search .modal-body .search-field .search-input {
  border-bottom: 1px solid #112531;
  background: none;
  border-radius: 0;
  padding-left: 5px;
}
#modal-search .modal-body .search-field .search-submit {
  right: 0;
}
#modal-search #suggestions-list {
  padding: 5px 0;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#modal-search #suggestions-list li {
  border-bottom: 1px solid #d1c0af;
}
#modal-search #suggestions-list li.fin {
  background: #faf5f0;
  padding: 15px 25px 0;
  border: none;
}
#modal-search #suggestions-list li.fin li:last-child {
  border: none;
}
#modal-search #suggestions-list li.fin a {
  margin: 0 -25px;
}
#modal-search #suggestions-list li.fin a:hover,
#modal-search #suggestions-list li.fin a.active {
  background: #F6EEE6;
}
#modal-search #suggestions-list li.fin .icon {
  margin-right: 7.5px;
}
#modal-search #suggestions-list li.fin .index {
  display: inline-block;
  width: 140px;
}
#modal-search #suggestions-list li a {
  display: block;
  padding: 17px 25px 15px;
  color: #356e89;
  font-size: 13px;
  line-height: 13px;
}
#modal-search #suggestions-list li a:hover,
#modal-search #suggestions-list li a.active {
  background: #F6EEE6;
}
#modal-search #suggestions-list li h6,
#modal-search #suggestions-list li .label {
  color: #AD9A88;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 11px;
  line-height: 13px;
}
#modal-search .no-res {
  padding: 5px 0;
}
#modal-search .no-res p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 7.5px;
  color: #356e89;
}
#modal-search .no-res p a:hover {
  text-decoration: underline;
}
#modal-scad .close {
  top: -30px;
  right: 0;
}
#modal-scad .modal-dialog {
  background: #F6EEE6;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  min-width: 750px;
}
#modal-scad .modal-content {
  background: none;
}
#modal-scad .modal-header {
  margin: 30px 0 0;
  padding: 0;
  border-bottom-color: #234357;
  position: relative;
}
#modal-scad .modal-header h2 {
  font-size: 26px;
  line-height: 1em;
  color: #234357;
}
#modal-scad .modal-header nav {
  position: absolute;
  top: 0;
  left: 130px;
  padding: 0 15px;
  width: 215px;
  text-align: center;
}
#modal-scad .modal-header nav .current {
  display: block;
  line-height: 26px;
  font-size: 22px;
  color: #356e89;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
}
#modal-scad .modal-header nav a {
  position: absolute;
  top: 0;
  font-size: 24px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 15px;
}
#modal-scad .modal-header nav a span {
  line-height: 26px;
}
#modal-scad .modal-header nav a.prev {
  left: 0;
}
#modal-scad .modal-header nav a.next {
  right: 0;
}
#modal-scad .modal-body {
  padding: 20px 0;
}
.modal-form {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.modal-form .help-block {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 300;
  color: #234357;
}
.modal-form .form-group label,
.modal-form .radio label,
.modal-form .checkbox label {
  font-size: 11px;
  line-height: 20px;
  min-height: 20px;
  color: #234357;
  font-weight: normal;
  text-transform: uppercase;
}
.modal-form .form-group label .tooltip-custom,
.modal-form .radio label .tooltip-custom,
.modal-form .checkbox label .tooltip-custom {
  text-transform: none;
}
.modal-form .form-group input,
.modal-form .form-group textarea,
.modal-form .form-group .list-box {
  background: white;
  border: 1px solid #8D9496;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 13px;
  color: #1A171B;
}
.modal-form .form-group input:focus,
.modal-form .form-group textarea:focus,
.modal-form .form-group .list-box:focus {
  border-color: #234357;
}
.modal-form .form-group input {
  height: auto;
  border-radius: 20px;
}
.modal-form .form-group input.input-small {
  border-radius: 8px;
  padding: 3px 7px;
}
.modal-form .form-group textarea,
.modal-form .form-group .list-box {
  border-radius: 8px;
  resize: none;
}
.modal-form .radio,
.modal-form .checkbox {
  margin: 0 0 5px;
}
.modal-form .radio label,
.modal-form .checkbox label {
  line-height: 20px;
}
.modal-form .eq-h {
  padding: 3px 0;
}
.modal-form .verify {
  font-size: 13px;
  line-height: 11px;
}
.modal-form .disclaimer {
  font-size: 9px;
  line-height: 11px;
  margin-bottom: 0;
  font-weight: 300;
}
.modal-form .disclaimer strong {
  font-weight: normal;
}
.modal-share-text,
.modal-add-to-my24 {
  width: 555px;
}
.modal-share-text .modal-header,
.modal-add-to-my24 .modal-header,
.modal-share-text .modal-body,
.modal-add-to-my24 .modal-body,
.modal-share-text .modal-footer,
.modal-add-to-my24 .modal-footer {
  margin: 0 20px;
  padding-left: 0;
  padding-right: 0;
}
.modal-share-text .modal-title,
.modal-add-to-my24 .modal-title {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #234357;
  margin: 2px 0 15px;
}
.modal-share-text h3,
.modal-add-to-my24 h3 {
  margin: 0;
}
.modal-share-text .list-inline,
.modal-add-to-my24 .list-inline {
  margin-top: 5px;
}
.modal-share-text .list-inline li,
.modal-add-to-my24 .list-inline li {
  display: inline-block;
  margin-right: 20px;
}
.modal-share-text .form-group,
.modal-add-to-my24 .form-group {
  position: relative;
}
.modal-share-text .form-group .icon-abs,
.modal-add-to-my24 .form-group .icon-abs {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
}
.modal-share-text .list-box,
.modal-add-to-my24 .list-box {
  padding-right: 5px !important;
}
.modal-share-text .list-box label,
.modal-add-to-my24 .list-box label {
  text-transform: none;
  font-size: 13px;
}
.modal-share-text .list-box .scrollable,
.modal-add-to-my24 .list-box .scrollable {
  padding-right: 15px;
  overflow-y: scroll;
  max-height: 100px;
  position: relative;
}
.modal-share-text .list-box .scrollable .i,
.modal-add-to-my24 .list-box .scrollable .i {
  border-color: #efefef;
}
.modal-share-text .new-folder,
.modal-add-to-my24 .new-folder {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.modal-add-to-my24 .modal-title {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 22px;
  margin-bottom: 5px;
}
.modal-add-to-my24 .modal-title img {
  vertical-align: top;
}
.modal-add-to-my24 .modal-error {
  background-color: #cd342b;
  padding: 10px;
  color: white;
  text-align: center;
  text-transform: none;
}
.modal-add-to-my24 p {
  font-weight: 300;
  color: #234357;
  margin-bottom: 0;
  font-size: 13px;
}
.modal-add-to-my24 label.checked {
  font-weight: bold;
}
#modal-disclaimer .modal-dialog {
  width: 830px;
}
@media (max-width: 1007px) {
  #modal-disclaimer .modal-dialog {
    width: 650px;
  }
}
#modal-disclaimer .close {
  top: -30px;
}
#modal-disclaimer .modal-content {
  margin-top: 50px;
}
#modal-disclaimer .modal-body {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 20px;
}
#modal-disclaimer .modal-body .modal-header {
  padding: 30px 0;
  margin-bottom: 15px;
  border-top: 1px solid #d1c0af;
  border-bottom: 1px solid #d1c0af;
}
#modal-disclaimer .modal-body .modal-header p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}
#modal-disclaimer .modal-body .fixed-height {
  height: 200px;
  font-size: 13px;
  font-weight: 300;
}
#modal-disclaimer .modal-body .fixed-height strong,
#modal-disclaimer .modal-body .fixed-height b {
  font-weight: 400;
}
.entry {
  font-size: 18px;
  line-height: 1.7em;
}
@media (max-width: 1007px) {
  .entry {
    line-height: 1.6em;
  }
}
.entry b,
.entry strong {
  font-weight: bold;
}
.entry i,
.entry em {
  font-style: italic;
}
.entry ul,
.entry ol {
  margin-bottom: 15px;
}
.entry ul li,
.entry ol li {
  margin-left: 20px;
  padding-left: 5px;
}
.entry ul.tools,
.entry ol.tools,
.entry ul.gallery-items,
.entry ol.gallery-items {
  margin-bottom: 0;
}
.entry ul.tools li,
.entry ol.tools li,
.entry ul.gallery-items li,
.entry ol.gallery-items li {
  margin-left: 0;
  padding-left: 0;
}
.entry ul {
  list-style-type: disc;
}
.entry ul.tools,
.entry ul.gallery-items {
  list-style: none;
}
.entry ol {
  list-style-type: decimal;
}
.entry .floating ul,
.entry .article-footer ul,
.entry blockquote ul,
.entry .floating ol,
.entry .article-footer ol,
.entry blockquote ol {
  list-style: none;
  margin-bottom: 0;
}
.entry .floating ul li,
.entry .article-footer ul li,
.entry blockquote ul li,
.entry .floating ol li,
.entry .article-footer ol li,
.entry blockquote ol li {
  margin-left: 0;
  padding-left: 0;
}
.entry .title .count {
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  display: inline-block;
  border-top: 1px solid #d1c0af;
  border-bottom: 1px solid #d1c0af;
  margin-right: 5px;
}
.entry p {
  margin-bottom: 30px;
}
.entry p.first-letter::first-letter {
  font-size: 110px;
  line-height: 1em;
  float: left;
  margin: -10px 10px 0 0;
}
.entry p a {
  text-decoration: underline;
}
.entry p.author a {
  text-decoration: none !important;
}
.entry .btn-empty {
  text-decoration: none;
}
.entry blockquote {
  padding-bottom: 15px;
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 30px;
  color: #234357;
  position: relative;
}
.entry blockquote p {
  margin: 0;
}
.entry blockquote p.quote {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: normal;
  font-style: italic;
}
.entry blockquote p.quote b,
.entry blockquote p.quote strong {
  font-weight: normal;
  font-style: italic;
}
.entry blockquote p.auth {
  padding-top: 5px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.entry blockquote .share {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 16px;
}
.entry .article {
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 45px;
}
.entry .clearfix,
.entry .form-horizontal .form-group,
.entry .btn-toolbar,
.entry .btn-group-vertical > .btn-group,
.entry .modal-footer,
.entry .container,
.entry .container-fluid,
.entry .row {
  display: block;
}
.a-block {
  text-align: center;
  padding: 15px 0;
}
.a-block.a-rectangle {
  padding-top: 0;
}
@media (max-width: 1007px) {
  .touch .a-block.a-expandible {
    padding-left: 405px !important;
  }
}
.a-block .img-responsive {
  margin: 0 auto;
}
#s_sidebar .a-block,
#sidebar .a-block {
  padding-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1007px) {
  #s_sidebar .a-block,
  #sidebar .a-block {
    margin-bottom: 30px;
    padding: 15px 0;
    background: #E5D5C5;
  }
  .no-touch #s_sidebar .a-block,
  .no-touch #sidebar .a-block {
    background: none;
    padding: 5px 0 0;
  }
  #s_sidebar .a-block.a-bg-dblue,
  #sidebar .a-block.a-bg-dblue {
    padding: 0;
    background-color: #112531;
  }
  #s_sidebar .a-block.a-bg-dblue img,
  #sidebar .a-block.a-bg-dblue img {
    margin: 0 auto;
  }
}
.a-masthead {
  border-bottom: 1px solid #d1c0af;
}
.a-masthead div {
  margin: 0 auto;
}
.a-leaderboard {
  position: relative;
  height: 120px;
  background: #E5D5C5;
}
.a-leaderboard div {
  margin: 0 auto;
}
.a-leaderboard .container {
  padding: 0;
}
.backgroundAdv .a-leaderboard {
  display: none;
}
body.wsRadioSkin,
body.backgroundAdv {
  background-repeat: no-repeat;
  background-position: -465px top;
}
@media (min-width: 1008px) {
  body.wsRadioSkin,
  body.backgroundAdv {
    background-position: center top !important;
    background-attachment: fixed;
  }
}
@media (min-width: 1440px) {
  body.wsRadioSkin,
  body.backgroundAdv {
    background-size: 2290px;
  }
}
body.wsRadioSkin #pg_wrapper,
body.backgroundAdv #pg_wrapper {
  margin: 0 auto;
}
@media (min-width: 1007px) {
  body.wsRadioSkin #pg_wrapper,
  body.backgroundAdv #pg_wrapper {
    max-width: 1008px;
  }
}
@media (min-width: 1439px) {
  body.wsRadioSkin #pg_wrapper,
  body.backgroundAdv #pg_wrapper {
    max-width: 1200px;
  }
}
body.wsRadioSkin #btop,
body.backgroundAdv #btop {
  height: 95px;
}
@media (min-width: 1440px) {
  body.wsRadioSkin #btop,
  body.backgroundAdv #btop {
    height: 115px;
  }
}
body.wsRadioSkin #bleft,
body.backgroundAdv #bleft,
body.wsRadioSkin #bright,
body.backgroundAdv #bright {
  position: absolute;
  top: 0;
  bottom: 0;
}
body.wsRadioSkin #bleft,
body.backgroundAdv #bleft {
  left: 0;
}
body.wsRadioSkin #bright,
body.backgroundAdv #bright {
  right: 0;
}
article.ntv {
  margin-bottom: 0;
}
article.ntv a {
  color: #CE5623 !important;
}
article.ntv a:hover {
  color: #BC4C19 !important;
}
article.ntv h3 a {
  color: #1A171B !important;
}
article.ntv h3 a:hover {
  color: rgba(26, 23, 27, 0.75) !important;
}
article.ntv h3.mid {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1439px) {
  article.ntv h3.mid {
    font-size: 18px;
    line-height: 20px;
  }
}
article.ntv .info {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  color: #CE5623 !important;
  margin-bottom: 5px;
}
article.ntv p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  font-weight: 300;
}
article.ntv p.more {
  font-weight: normal;
}
article.well-ntv {
  padding: 10px;
  background: #F6EEE6;
  margin-bottom: 10px !important;
}
article.well-ntv p {
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
}
.ntv-strip {
  border-top: 1px solid #AD9A88;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #E5D5C5;
}
#s_main .ntv-strip {
  padding-left: 10px;
  padding-right: 10px;
}
.ntv-strip h5,
.ntv-strip h5 a {
  color: #CE5623 !important;
}
.ntv-strip h5 a:hover {
  color: #BC4C19 !important;
}
.ntv-strip ul.row {
  margin: 0 -7.5px;
}
.ntv-strip ul.row > li {
  padding-left: 7.5px;
  padding-right: 7.5px;
  font-size: 0;
}
.ntv-strip article.prew {
  margin: 0;
}
.ntv-strip article.prew p:last-child {
  margin-bottom: 0;
}
.h-hidden {
  overflow-y: hidden;
}
.col-div-5 {
  float: left;
  width: 20%;
  padding: 0 15px;
  position: relative;
  min-height: 1px;
}
.col-div-5:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -200px;
  border-right: 1px solid #d1c0af;
  right: 0;
}
.col-div-5:last-child:after {
  border: none;
}
.list {
  padding-bottom: 1px;
}
.list > li.i {
  border-bottom: 1px solid #d1c0af;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.side-block .list > li.i,
.col-xs-4 > .list > li.i,
.col-sm-4 > .list > li.i {
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.side-block .list > li.i.last,
.col-xs-4 > .list > li.i.last,
.col-sm-4 > .list > li.i.last,
.side-block .list > li.i:last-child,
.col-xs-4 > .list > li.i:last-child,
.col-sm-4 > .list > li.i:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.side-block .list > li.i {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1007px) {
  .side-block .list > li.i {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.list > li.i.bg-d,
.list > li.i.brd-bottom-d,
.list > li.i.brd-top-bottom-d {
  margin: -11px 0 5px;
  border: none;
}
.list > li.i.bg-d:first-child,
.list > li.i.brd-bottom-d:first-child,
.list > li.i.brd-top-bottom-d:first-child {
  margin-top: 0;
}
.list > li.i.bg-d article,
.list > li.i.brd-bottom-d article,
.list > li.i.brd-top-bottom-d article {
  background-color: #E5D5C5;
  border-top: 1px solid #234357;
  padding: 10px;
  border: none;
}
.list > li.i.brd-top-bottom-d article {
  border-top: 2px solid #234357;
  border-bottom: 2px solid #234357;
}
.list > li.i.brd-bottom-d article {
  border-bottom: 2px solid #234357;
  background: none;
}
.list > li.i .row figure {
  margin-top: 5px;
}
.list > li.i .media {
  margin-bottom: 10px;
}
.list > li.i ul.meta {
  padding-top: 1px;
}
@media (max-width: 1007px) {
  .side-block-pdd-sm .list > li.i {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.list > li.bg-dblue {
  padding-top: 10px;
  padding-bottom: 10px !important;
}
.list > li.bg-dblue figure {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
@media (max-width: 1007px) {
  .list > li.bg-dblue figure {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.col-single .list > li.first,
.col-single .list > li:first-child {
  border-top: 1px solid #d1c0af;
  padding-top: 15px;
  margin-top: 5px;
}
.list > li.last,
.list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.side-block.more-link .list > li.last,
.side-block.more-link .list > li:last-child {
  border-bottom: 1px solid #d1c0af;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.list > li.i-area {
  margin-bottom: 15px;
}
.list > li.i-area article {
  padding-bottom: 5px;
}
.list > li.i-area article.prew {
  margin-bottom: 0;
}
.list > li.i-area:last-child {
  margin-bottom: 0;
}
.list > li.i-area:last-child article:last-child {
  padding-bottom: 0;
}
.list > li.i-area:last-child article:last-child h3 {
  margin-bottom: 0;
}
.list > li.arg {
  margin-bottom: 40px;
}
.list.list-brd-top > li.i {
  padding-bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #d1c0af;
  padding-top: 10px;
  margin-bottom: 10px;
}
.list.list-brd-top > li.i:last-child {
  margin-bottom: 0;
}
.side-block .list.list-brd-top > li.i,
.col-xs-4 > .list.list-brd-top > li.i,
.col-sm-4 > .list.list-brd-top > li.i {
  padding-top: 10px;
  margin-bottom: 8px;
}
.list.list-brd-top > li.i article.prew figure {
  margin-bottom: 5px;
}
.list.list-media > li.i {
  padding-bottom: 0;
}
.list.list-media > li.i h3.rel {
  margin-bottom: 1px;
}
.list.list-media > li.i.last,
.list.list-media > li.i:last-child {
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 10px;
}
.list.list-media .media {
  margin-bottom: 0 !important;
}
.list.list-media .media .media-left,
.list.list-media .media .media-right {
  vertical-align: bottom;
}
.list.list-media .media .media-body {
  vertical-align: bottom;
  padding-bottom: 15px;
}
@media (max-width: 1007px) {
  .list.list-media .media .media-body {
    padding-bottom: 10px;
  }
}
.list.list-media .media .media-body p {
  margin-bottom: 0;
}
.list.list-media .media .media-cover {
  display: inline-block;
  vertical-align: bottom;
  width: 75px;
}
@media (max-width: 1007px) {
  .list.list-sm-row {
    margin-left: -15px;
    margin-right: -15px;
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .list.list-sm-row:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #d1c0af;
  }
  .list.list-sm-row > li {
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom: 0 none;
    display: table-cell;
    float: none;
    border-right: 1px solid #d1c0af;
  }
  .list.list-sm-row > li.last,
  .list.list-sm-row > li:last-child {
    border-right: none;
  }
  .list.list-sm-row > li.i-sm-6 {
    width: 50%;
  }
  .list.list-sm-row > li.i-sm-4 {
    width: 33.33333%;
  }
  .list.list-sm-row > li.i-sm-3 {
    width: 25%;
  }
  .list.list-sm-row.list-media {
    margin-right: -10px;
    margin-left: -10px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .list.list-sm-row.list-media:after {
    left: 10px;
    right: 10px;
  }
  .list.list-sm-row.list-media > li {
    padding-left: 10px !important;
    padding-right: 10px !important;
    vertical-align: top;
    position: relative;
  }
  .list.list-sm-row.list-media > li.last,
  .list.list-sm-row.list-media > li:last-child {
    border-bottom: 0;
  }
  .list.list-sm-row.list-media .media .media-left,
  .list.list-sm-row.list-media .media .media-right {
    display: block;
    vertical-align: bottom;
  }
  .list.list-sm-row.list-media .media .media-body {
    padding-bottom: 15px;
    width: 100%;
    padding-right: 90px;
  }
  .list.list-sm-row.list-media .media .media-body h3.rel {
    margin-top: 0 !important;
  }
  .list.list-sm-row.list-media .media .media-right,
  .list.list-sm-row.list-media .media .media-left {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .list.list-sm-row.list-media .media .media-right img,
  .list.list-sm-row.list-media .media .media-left img {
    width: 80px !important;
    height: auto !important;
  }
}
.list.list-link li.i {
  margin: 0;
  padding: 0;
}
.list.list-link a {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1em;
  padding: 10px 5px;
}
.list.list-link a:hover {
  background: #112531;
}
.list.list-link .active a {
  background: #112531;
}
h3.area {
  padding-bottom: 5px;
  padding-left: 8px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
}
.well-light h3.area {
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 10px;
}
h3.area:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 14px;
  left: 0;
  top: 0;
}
h3.area.a0:before {
  background-color: #234357;
}
h3.area.a1:before {
  background-color: #FFA800;
}
h3.area.a2:before {
  background-color: #E35C09;
}
h3.area.a3:before {
  background-color: #CD0A07;
}
h3.area.a4:before {
  background-color: #BD2666;
}
h3.area.a5:before {
  background-color: #6A7B85;
}
h3.area.a6:before {
  background-color: #379193;
}
h3.area.a7:before {
  background-color: #74875D;
}
h3.area.a8:before {
  background-color: #624403;
}
.list-d > li.i {
  border-bottom-color: #234357;
}
.list-ordered > li {
  padding-left: 15px !important;
  position: relative;
}
.list-ordered > li .list-index {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #234357;
  font-weight: normal;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (min-width: 1008px) {
  .side-block .list-ordered > li {
    padding-left: 25px !important;
  }
  .side-block .list-ordered > li .list-index {
    left: 10px;
  }
}
.list-best {
  padding-top: 10px;
}
.list-best > li {
  padding-left: 30px !important;
  padding-bottom: 7px !important;
  margin-bottom: 15px !important;
}
.list-best > li .list-index {
  left: 7px;
  color: #1A171B;
}
.list-next {
  margin-top: 5px;
}
.list-roll {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list-roll > li.i {
  padding-top: 10px;
  margin-bottom: 0 !important;
}
.list-roll > li.i.current {
  background: #112531;
  color: white;
}
.list-roll > li.i.current a {
  color: white;
}
.list-roll > li.i.current a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.list-roll > li.i.current time {
  color: white;
}
.list-roll > li.first,
.list-roll > li:first-child {
  border-top: 1px solid #112531;
}
.list-roll > li.last,
.list-roll > li:last-child {
  border-bottom: 1px solid #d1c0af;
  padding-bottom: 8px;
}
.share:before,
.share:after {
  content: " ";
  display: table;
}
.share:after {
  clear: both;
}
.share:before,
.share:after {
  content: " ";
  display: table;
}
.share:after {
  clear: both;
}
.share li {
  display: inline-block;
  margin: 0 5px;
}
.share li a {
  display: block;
  min-width: 15px;
  text-align: center;
  text-decoration: none !important;
}
.tag-list {
  margin-bottom: 45px;
  position: relative;
  padding-left: 100px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: bold;
}
.tag-list .label {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  color: #234357;
}
.tag-list ul {
  padding: 0 0 7px;
  font-size: 0;
  line-height: 1em;
}
.tag-list ul li {
  font-size: 13px;
  line-height: 1.2em;
  display: inline-block;
  padding-right: 7.5px;
  border-right: 1px solid #356e89;
  margin-right: 7.5px;
}
.tag-list ul li.last,
.tag-list ul li:last-child {
  border: none;
  margin: none;
}
.list-prod {
  min-height: 214px;
}
.list-prod li {
  float: left;
  position: relative;
  overflow: hidden;
  width: 192px;
  height: 214px;
  padding-left: 12px;
  padding-right: 12px;
  border-left: 1px solid #d1c0af;
}
.list-prod li.first,
.list-prod li:first-child {
  border-left: 0 none;
}
.list-prod li h3.rel {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 1439px) {
  .list-prod li h3.rel {
    font-size: 11px;
    line-height: 14px;
  }
}
.list-prod li h6.meta {
  text-transform: none;
  font-size: 13px;
}
.list-prod li h6.meta a {
  color: #234357;
}
.list-prod li figure {
  display: block;
  border-bottom: 1px solid #d1c0af;
  height: 124px;
  line-height: 124px;
  text-align: center;
}
.list-prod li figure img {
  max-height: 100%;
  max-width: 100%;
  display: inline;
  vertical-align: bottom;
}
.list-prod li figure.alg-middle img {
  vertical-align: middle;
}
.list-rel {
  min-height: 70px;
}
.list-rel li {
  float: left;
  position: relative;
  width: 175px;
  height: 100%;
  padding-right: 10px;
  border-right: 1px solid #AD9A88;
  margin-right: 10px;
}
.list-rel li .img-responsive {
  max-width: none;
  width: auto;
  height: 100%;
}
.list-rel li.w-img {
  width: 255px;
  padding-left: 80px;
}
.list-rel li.w-img figure {
  width: 71px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-rel li.current h3 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.list-rel li.current figure a .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background: rgba(245, 229, 213, 0.5);
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.3em;
}
.list-relico {
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}
.i .list-relico {
  padding-bottom: 11px;
}
.list-brd-top .i .list-relico {
  padding-bottom: 6px;
}
.list-relico li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
}
.list-relico li.last,
.list-relico li:last-child {
  margin: 0;
}
.list-relico li .icon {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 20px;
  text-align: center;
  font-size: 14px;
  color: #1A171B;
}
.list-relico li a {
  color: #1A171B;
  font-weight: bold;
}
.list-relico li a:hover {
  color: #234357;
}
.list-relico li a:hover .icon {
  color: #1A171B;
}
.list-quo > li {
  margin-bottom: 10px;
}
.list-quo > li.last,
.list-quo > li:last-child {
  margin-bottom: 0;
}
.list-quo > li article.prew {
  margin-bottom: 0;
}
.list-quo > li article.prew h3.small {
  font-size: 16px;
  margin-bottom: 0;
}
.list-icon-dblue .icon {
  color: #234357;
}
h5.day,
.archive-link {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  color: #356e89;
  text-transform: none;
  font-size: 13px;
  line-height: 1em;
  display: block;
}
h5.day .count,
.archive-link .count {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #356e89;
}
h5.day a,
.archive-link a {
  color: #356e89;
}
h5.day a:hover,
.archive-link a:hover {
  color: #234357;
}
h5.day a .count,
.archive-link a .count {
  font-weight: normal;
  color: #234357;
}
@media (max-width: 1439px) {
  h5.day {
    font-size: 11px;
  }
}
a.archive-link {
  display: inline-block;
}
a.archive-link:hover {
  color: #234357;
}
.list-count li {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1c0af;
}
.list-count li.last,
.list-count li:last-child {
  border: none;
  padding-bottom: 0;
}
.list-count h6 {
  font-size: 11px;
  font-weight: bold;
}
.list-count a {
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-right: 20px;
  color: #234357;
}
.list-count a .count {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  font-size: 13px;
}
.list-article-gallery {
  margin-bottom: 30px;
}
.list-article-gallery > li {
  margin-bottom: 15px;
}
.list-article-gallery > li .col-body .list-index {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  text-transform: lowercase;
  border-top: 1px solid #d1c0af;
  padding-top: 15px;
  margin-bottom: 0;
}
.list-caret > li {
  padding-left: 10px !important;
  position: relative;
  margin-bottom: 10px;
}
.list-caret > li .icon {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 13px;
}
.cover-roll {
  border-top: 1px solid #d1c0af;
  border-bottom: 1px solid #d1c0af;
  margin-left: -15px;
  margin-right: -15px;
  height: 100px;
  padding-left: 115px;
  padding-right: 15px;
  position: relative;
}
.cover-roll figure {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-ico-link li {
  margin-bottom: 15px;
}
.list-ico-link a {
  position: relative;
  padding: 5px 0 5px 35px;
  color: #1A171B;
  font-weight: bold;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  min-height: 24px;
  display: inline-block;
}
.list-ico-link a span {
  color: #234357;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 24px;
  margin-top: -12px;
}
.list-ico-link a span:hover {
  color: #112531;
}
.list-ico-link a:hover {
  color: rgba(26, 23, 27, 0.75);
}
.list-blog li.i {
  margin-bottom: 25px;
}
.blog-prew {
  position: relative;
  min-height: 90px;
}
.blog-prew .img-auth-abs {
  margin: 0;
  width: 115px;
  position: absolute;
  bottom: -5px;
  left: 75%;
}
.list-results .blog-prew .img-auth-abs {
  bottom: -15px;
  left: 82%;
}
.blog-prew .img-auth-abs img {
  margin: 0;
}
.list-res-sug {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1em;
}
.list-res-sug li {
  margin-bottom: 10px;
}
.list-res-sug li:before,
.list-res-sug li:after {
  content: " ";
  display: table;
}
.list-res-sug li:after {
  clear: both;
}
.list-res-sug li:before,
.list-res-sug li:after {
  content: " ";
  display: table;
}
.list-res-sug li:after {
  clear: both;
}
.list-res-sug li:last-child {
  margin-bottom: 0;
}
.list-res-sug li.active {
  font-weight: bold;
}
.list-res-sug li.active a:before {
  content: '× ';
}
.list-res-sug a:before {
  content: '+ ';
  font-weight: normal !important;
}
.list-res-sug .count {
  color: #AD9A88;
  float: right;
  font-weight: normal;
}
.list-results li.i {
  padding-bottom: 15px;
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 25px;
}
.list-results li.i:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list-results li.i-stripe {
  margin-top: -26px;
  padding-top: 25px;
  background: #F5E5D5;
  margin-bottom: 45px;
}
.list-results li.i-stripe .lined {
  border-top: 1px solid #234357;
  border-bottom: 1px solid #d1c0af;
  position: relative;
  padding: 15px 0;
}
.list-results li.i-stripe .lined .abs-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}
.list-results li.i-stripe .lined .abs-right img {
  max-width: 100%;
}
.list-results li.i-stripe .lined h6.title {
  text-transform: uppercase;
  color: #234357;
  font-weight: bold;
  margin-bottom: 15px;
}
.list-results li.i-stripe .lined article.prew {
  margin-bottom: 0;
}
.list-results li.i-stripe .lined article.prew ul.meta li {
  display: block;
  border: none;
}
.list-results li.i-stripe .lined article.prew h3.rel {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.list-results li.i-stripe .well-store {
  border-top: 1px solid #234357;
  padding: 20px 25px;
  background: #F6EEE6;
  margin-bottom: 25px;
}
.list-results li.i-stripe .well-store article.prew {
  margin-bottom: 0;
  min-height: 95px;
}
.list-results li.i-stripe .well-store article.prew h5 {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase !important;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 7.5px;
}
.list-results li.i-stripe .well-store article.prew h5 small {
  font-size: 17px;
}
.list-results li.i-stripe .well-store article.prew p.desc {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  color: #4a4a4a;
  font-weight: normal;
}
.list-results li.i-stripe .well-store article.prew .cover-abs-br {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95px;
}
.list-results li.i-stripe .well-store article.prew .cover-abs-br img {
  width: 100%;
  height: auto;
}
.list-results li.i-stripe .well-store article.prew footer {
  padding: 10px 0;
  border-bottom: 1px solid #d1c0af;
}
.list-results li.i-stripe .well-store article.prew footer .pay-detail:before,
.list-results li.i-stripe .well-store article.prew footer .pay-detail:after {
  content: " ";
  display: table;
}
.list-results li.i-stripe .well-store article.prew footer .pay-detail:after {
  clear: both;
}
.list-results li.i-stripe .well-store article.prew footer .pay-detail:before,
.list-results li.i-stripe .well-store article.prew footer .pay-detail:after {
  content: " ";
  display: table;
}
.list-results li.i-stripe .well-store article.prew footer .pay-detail:after {
  clear: both;
}
.list-results li.i-stripe .well-store article.prew footer .pay-detail li {
  display: inline-block;
  margin-right: 15px;
}
.list-results li.i-stripe .well-store article.prew footer .pay-detail li .price {
  padding-left: 0;
  padding-right: 0;
  color: #234357;
}
.list-partners li.i {
  padding-bottom: 10px;
}
.list-partners li.i h3.rel {
  margin: 0 0 7px !important;
}
.list-partners li.i h3.rel a {
  color: #1A171B;
}
.list-partners li.i h3.rel a:hover {
  color: rgba(26, 23, 27, 0.75);
}
.list-follow li.i h3 {
  display: block;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-weight: bold;
}
.list-follow li.i h3,
.list-follow li.i h3 a {
  color: #234357;
}
.list-follow li.i h3:hover,
.list-follow li.i h3 a:hover {
  color: #112531;
}
.list-follow li.i h3 .account {
  color: #356e89;
}
.list-follow li.i h3 .account:hover {
  color: #234357;
}
.list-follow li.i h3 .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 16px;
  border-radius: 30px;
}
.list-follow li.i h3 .icon.icon-facebook {
  background: #4963a4;
}
.list-follow li.i h3 .icon.icon-twitter {
  background: #55acee;
}
.list-follow li.i h3 .icon.icon-instagram {
  background: #476F90;
}
.list-follow li.i h3 .icon.icon-feed {
  background: #FF9F00;
}
@media (max-width: 1007px) and (min-width: 768px) {
  .touch .list-follow {
    margin: 0 -15px;
  }
  .touch .list-follow:before,
  .touch .list-follow:after {
    content: " ";
    display: table;
  }
  .touch .list-follow:after {
    clear: both;
  }
  .touch .list-follow:before,
  .touch .list-follow:after {
    content: " ";
    display: table;
  }
  .touch .list-follow:after {
    clear: both;
  }
  .touch .list-follow li.i {
    float: left;
    width: 33%;
    padding: 0 15px;
    border-bottom: none;
    border-right: 1px solid #d1c0af;
  }
  .touch .list-follow li.i:last-child {
    border: none;
  }
}
.list-offer li.i {
  min-height: 125px;
  position: relative;
  padding-left: 125px;
}
.list-offer li.i figure.abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  text-align: center;
}
.list-offer li.i figure.abs img {
  margin: 0 auto;
}
.list-offer h3 {
  margin-bottom: 15px;
}
.list-offer p.desc {
  font-size: 16px;
  line-height: 1.3em;
}
.list-offer p.btn-tools {
  padding: 5px 0;
}
.list-offer p.btn-tools .icon {
  margin-left: 3px;
}
.side-block .list-offer-nav {
  border-top: 1px solid #d1c0af;
  padding-bottom: 15px;
}
.list-offer-nav li {
  height: auto;
}
.list-offer-nav li.i {
  margin-bottom: 0 !important;
}
.list-offer-nav li.i article {
  margin: 0 -10px;
  padding: 15px 10px 0;
}
.list-offer-nav li.i article.current {
  margin-top: -1px;
  border-top: 1px solid #F6EEE6;
}
.list-offer-nav li.i article.media .media-cover {
  width: 110px !important;
}
.list-offer-nav li article.prew {
  height: 240px;
  margin-bottom: 0;
}
.list-offer-nav li article.prew h6,
.list-offer-nav li article.prew p {
  padding: 0 5px;
}
.list-offer-nav li article.current {
  background: #234357;
}
.list-offer-nav li article.current,
.list-offer-nav li article.current a {
  color: white;
}
.list-offer-nav li article.current a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.list-offer-nav p.info {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  font-weight: normal;
}
.list-day li.i-date {
  position: relative;
  padding-left: 100px;
  border-bottom: 1px solid #234357;
}
.list-day li.i-date > time {
  position: absolute;
  left: 0;
  width: 60px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  text-transform: lowercase !important;
  color: #234357;
  text-align: center;
}
.list-day li.i-date > time .d,
.list-day li.i-date > time .m,
.list-day li.i-date > time .y {
  display: block;
}
.list-day li.i-date > time .d {
  font-size: 40px;
}
.list-day li.i-date > time .m {
  font-size: 20px;
  line-height: 16px;
  margin: 3px 0 2px;
  text-transform: lowercase !important;
}
.list-day li.i-date > time .y {
  font-size: 16px;
  line-height: 16px;
}
.list-chronicle li.i {
  border-color: #234357;
  padding-bottom: 15px;
}
.list-chronicle li.i:first-child {
  border-top: 1px solid #234357;
}
.list-day .list-chronicle li.i:first-child {
  border-top: none;
}
.list-chronicle li.i header {
  position: relative;
  margin: 15px 0;
}
.list-chronicle li.i header ul.share {
  position: absolute;
  top: -2px;
  right: 0;
}
.list-chronicle li.i h2 {
  margin-bottom: 5px;
}
.list-chronicle li.i p.author {
  margin-bottom: 15px;
}
.well {
  padding: 12px;
}
.well-small {
  padding: 7px;
}
.well-white {
  background: white;
  color: #1A171B;
}
.well-white a {
  color: #1A171B;
}
.well-pri {
  background: #356e89;
  color: white !important;
}
.well-pri a {
  color: white !important;
}
.well-pri a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}
.well-dark {
  background: #234357;
  padding: 30px 15px 15px;
}
.well-dark,
.well-dark a,
.well-dark h6 {
  color: white !important;
}
.well-dark a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.well-dark header {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.well-dark header .icon {
  display: block;
  background: white;
  color: #234357;
  height: 60px;
  width: 35px;
  line-height: 60px;
  text-align: center;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: -30px;
}
.well-dark header p {
  color: #F6EEE6;
  font-size: 11px;
  margin: 0;
}
.well-dark h6 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 13px;
}
@media (max-width: 1439px) {
  .well-dark h6 {
    font-size: 12px;
  }
}
.exp {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1007px) {
  .side-block .exp {
    margin-left: 0;
    margin-right: 0;
  }
}
.leaf {
  padding-bottom: 30px;
}
.article-header,
.sub-section-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-header h1 + h4,
.sub-section-header h1 + h4 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  margin-top: -10px;
  font-size: 22px;
}
@media (max-width: 1439px) {
  .article-header h1 + h4,
  .sub-section-header h1 + h4 {
    font-size: 18px;
  }
}
.article-header h2.sub,
.sub-section-header h2.sub {
  font-weight: 500;
  font-size: 22px;
  line-height: 1em;
}
@media (max-width: 1439px) {
  .article-header h2.sub,
  .sub-section-header h2.sub {
    font-size: 18px;
  }
}
.article-header p,
.sub-section-header p {
  font-size: 18px;
  line-height: 1.3em;
}
@media (max-width: 1439px) {
  .article-header p,
  .sub-section-header p {
    font-size: 16px;
  }
}
.article-header.with-img,
.sub-section-header.with-img,
.article-header.with-auth,
.sub-section-header.with-auth {
  position: relative;
  padding-bottom: 5px;
}
.article-header.with-img figure,
.sub-section-header.with-img figure,
.article-header.with-auth figure,
.sub-section-header.with-auth figure {
  position: absolute;
  left: 0;
}
.article-header.with-img,
.sub-section-header.with-img {
  padding-left: 100px;
  min-height: 110px;
}
.article-header.with-img figure,
.sub-section-header.with-img figure {
  width: 85px;
  top: 15px;
}
.article-header.with-auth,
.sub-section-header.with-auth {
  padding-left: 130px;
}
.article-header.with-auth figure,
.sub-section-header.with-auth figure {
  width: 115px;
  bottom: 0;
}
.article-header-center {
  text-align: center;
}
.article-header-center h1 {
  font-style: italic;
}
.h-carousel {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d1c0af;
}
.article-footer {
  padding-top: 30px;
}
.opening,
.opening-full {
  padding-bottom: 30px;
  position: relative;
}
.opening figcaption {
  text-align: right;
}
.opening .gallery figcaption {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .opening {
    margin-right: -62px;
  }
  .no-touch .opening {
    margin-right: 0;
  }
}
.share-tool {
  position: relative;
}
.share-tool .share-tool-menu {
  display: none;
  position: absolute;
  top: -48px;
  left: -37px;
  width: 100px;
  text-align: center;
  line-height: 34px;
  height: 47px;
}
.share-tool .share-tool-menu .icon {
  font-size: 15px;
  vertical-align: middle;
}
.share-tool .share-tool-menu ul {
  background-color: white;
  width: inherit;
  height: 34px;
}
.share-tool .share-tool-menu ul li {
  margin: 0 8px;
  display: inline;
}
.share-tool .share-tool-menu:after {
  position: absolute;
  content: "";
  left: 37px;
  bottom: 6px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid white;
  z-index: 1;
}
.share-tool:hover .share-tool-menu {
  display: block;
}
.opening-full-header {
  margin-top: -15px;
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #234357;
}
.opening-full-header .article-header {
  padding: 30px;
  text-align: center;
}
.opening-full-header .article-header p {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 15px;
}
.opening-full-header .article-header .icon-big {
  font-size: 72px;
  display: inline-block;
  margin-bottom: 3px;
}
.opening-full-header .article-header h6.meta {
  font-family: "sole_display_sc", "sole_display", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 16px;
  color: #356e89;
  margin: 0 0 15px;
}
.opening-full-header .article-header span.opy {
  margin: 0;
}
.opening-full-header.simple-meta h6.meta {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
.opening-full-header-img .article-header {
  padding-top: 150px;
  padding-bottom: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  pointer-events: none;
}
.results .opening-full-header-img .article-header {
  padding-top: 60px;
  padding-bottom: 30px;
}
.opening-full-header-img .article-header a {
  pointer-events: auto;
  color: white;
}
.opening-full-header-img .article-header a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.opening-full-header-img .article-header time {
  color: white;
}
.opening-full-header-img .article-header h6.meta {
  color: white;
}
@media (max-width: 1007px) {
  .touch .article-content .opening-full-header-img .article-header {
    position: relative;
    padding: 30px;
    background: none;
  }
  .touch .article-content .opening-full-header-img .article-header h1,
  .touch .article-content .opening-full-header-img .article-header h3 a,
  .touch .article-content .opening-full-header-img .article-header p {
    color: #1A171B;
  }
  .touch .article-content .opening-full-header-img .article-header h3 a:hover {
    color: rgba(26, 23, 27, 0.75);
  }
  .touch .article-content .opening-full-header-img .article-header h6.meta a {
    color: #356e89;
  }
  .touch .article-content .opening-full-header-img .article-header .icon {
    color: #356e89;
  }
  .touch .article-content .opening-full-header-img .article-header li.auth {
    color: #1A171B;
  }
  .touch .article-content .opening-full-header-img .article-header li.auth a {
    color: #1A171B !important;
  }
  .touch .article-content .opening-full-header-img .article-header li.tw {
    color: #356e89;
  }
  .touch .article-content .opening-full-header-img .article-header li.tw a {
    color: #356e89 !important;
  }
  .touch .article-content .opening-full-header-img .article-header time {
    color: #AD9A88 !important;
  }
  .touch .article-content .opening-full-header-img.simple-meta {
    border: none;
    margin-bottom: 0;
  }
}
.article-content {
  border-top: 1px solid #d1c0af;
  padding-top: 30px;
}
.article-content .border {
  padding-bottom: 15px;
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 15px;
}
.article-content .obj {
  margin-bottom: 30px;
}
ul.meta {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0;
  line-height: 1em;
  padding-bottom: 2px;
}
ul.meta:before,
ul.meta:after {
  content: " ";
  display: table;
}
ul.meta:after {
  clear: both;
}
ul.meta:before,
ul.meta:after {
  content: " ";
  display: table;
}
ul.meta:after {
  clear: both;
}
ul.meta.meta-icon {
  padding-bottom: 6px;
}
.article-header ul.meta,
.person ul.meta {
  padding-top: 15px;
}
ul.meta > li {
  display: inline;
  font-size: 11px;
  line-height: 16px;
}
ul.meta > li:after {
  content: '|';
  display: inline-block;
  padding: 0 5px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  color: #d1c0af;
}
.filter ul.meta > li:after,
.comment-tool ul.meta > li:after,
.txt-auth-abs ul.meta > li:after {
  display: none;
}
ul.meta > li:last-child {
  margin-right: 0;
}
ul.meta > li:last-child:after {
  display: none;
}
ul.meta > li > h6,
ul.meta > li > div {
  display: inline;
}
ul.meta > li.auth {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
}
@media (max-width: 1439px) {
  ul.meta > li.auth {
    font-size: 14px;
  }
}
ul.meta > li.auth .name,
ul.meta > li.auth a {
  font-style: normal;
}
ul.meta > li.auth a {
  font-weight: bold;
  color: #1A171B;
}
ul.meta > li.auth a:hover {
  color: rgba(26, 23, 27, 0.75);
}
.opening-full-header-img ul.meta > li.auth a {
  color: white;
}
.opening-full-header-img ul.meta > li.auth a:hover {
  color: rgba(255, 255, 255, 0.85);
}
ul.meta > li.auth.auth-small {
  font-size: 12px !important;
}
ul.meta > li.auth.auth-small a {
  font-weight: normal;
}
ul.meta > li.type {
  padding-right: 7px;
}
ul.meta > li.type:after {
  display: none;
}
ul.meta > li.type h6 {
  color: #356e89;
}
ul.meta > li h6 {
  font-size: 11px;
  margin-bottom: 0;
}
.tools {
  padding-bottom: 15px;
}
.tools > li {
  margin-bottom: 5px;
}
.tools > li > a,
.tools > li > .share-tool {
  color: white;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  background: #356e89;
  text-decoration: none !important;
}
.tools > li > a:hover,
.tools > li > .share-tool:hover {
  background: #234357;
}
.tools > li > a > span.icon,
.tools > li > .share-tool > span.icon {
  line-height: 30px;
  font-size: 16px;
}
.tools > li > a > span.count,
.tools > li > .share-tool > span.count {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #356e89;
  position: absolute;
  top: 50%;
  left: 35px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  margin-top: -6px;
}
.tools > li .share-tool-menu {
  left: -33px;
  top: -45px;
}
.tools.tools-inline {
  margin: 15px 0 0;
  padding-bottom: 0;
}
.tools.tools-inline li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
.tools.tools-inline li.w-count {
  width: 60px;
}
@media (min-width: 768px) {
  .entry > .tools {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .entry > .tools li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
  }
  .entry > .tools li.w-count {
    width: 60px;
  }
}
figcaption.label,
.prew-edit h6.meta,
.prew-attach h6.meta {
  display: block;
  font-size: 11px;
  line-height: 1em;
  padding: 7.5px 15px;
  color: white;
  background: #356e89;
  text-transform: uppercase;
  font-weight: bold;
}
.prew-edit figcaption.label,
.prew-edit .prew-edit h6.meta,
.prew-edit .prew-attach h6.meta {
  background: #234357;
}
figcaption.label:hover {
  color: rgba(255, 255, 255, 0.85);
}
.icon-square {
  color: white;
  display: block;
  background: #356e89;
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 15px;
  border-radius: 2px;
  width: auto;
  padding: 0 10px;
  text-decoration: none !important;
  line-height: 30px;
  font-size: 14px;
}
.icon-rounded {
  color: white;
  display: block;
  background: #356e89;
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none !important;
}
.icon-rounded:hover {
  background: #234357;
}
.prew-img-small .icon-rounded {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  left: 7px;
  bottom: 7px;
  line-height: 20px;
  font-size: 12px;
}
.icon-round-border {
  color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  padding: 0;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid white;
  z-index: 2;
}
.icon-round-border:hover {
  color: white;
}
.prew-img-small .icon-round-border {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  line-height: 40px;
  font-size: 14px;
}
.icon-gallery-counter {
  display: inline-block;
  font-size: 22px;
}
.icon-gallery-counter .count {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 24px;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 7px;
  bottom: 7px;
  vertical-align: middle;
}
.counter-rel {
  position: relative;
  text-align: center;
}
.counter-rel .count {
  left: -2px;
  bottom: -2px;
}
.side-video-list hr {
  margin-top: 6px;
  margin-bottom: 10px;
}
.side-video-list .icon-rounded {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  left: 7px;
  bottom: 7px;
  line-height: 20px;
  font-size: 12px;
}
@media (max-width: 1007px) {
  .touch .side-video-list .icon-rounded {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    left: 10px;
    bottom: 10px;
    line-height: 40px;
    font-size: 20px;
  }
}
.side-video-list article.prew,
.side-video-list article.prew figure {
  margin-bottom: 0;
}
article.prew {
  position: relative;
  margin-bottom: 15px;
}
article.prew.no_mrg {
  margin-bottom: 0;
}
.h-carousel article.prew {
  position: static;
}
.i article.prew {
  margin: 0;
}
.list-rel article.prew {
  margin: 0;
}
.list-rel article.prew figure,
.list-rel article.prew h3 {
  margin: 0;
}
.list-rel article.prew h3.small {
  font-size: 16px;
  line-height: 1.1em;
}
@media (max-width: 1439px) {
  .list-rel article.prew h3.small {
    font-size: 14px;
  }
}
article.prew a:hover .lblue {
  color: rgba(26, 23, 27, 0.75) !important;
}
article.prew figure {
  margin-bottom: 10px;
}
article.prew figure.gal {
  margin-bottom: 0;
}
article.prew figure a {
  display: block;
  position: relative;
}
article.prew figure figcaption.label {
  position: absolute;
  bottom: 0;
  left: 0;
}
article.prew figure:hover .icon-rounded {
  background: #234357;
}
article.prew p {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: normal;
}
@media (max-width: 1439px) {
  article.prew p {
    font-size: 13px;
  }
}
article.prew p.plus {
  font-size: 15px;
}
@media (max-width: 1439px) {
  article.prew p.plus {
    font-size: 14px;
  }
}
article.prew h3 .live {
  background: #b92222;
  color: white !important;
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  padding: 3px 8px;
  text-transform: uppercase;
  margin-top: -2px;
}
article.prew.prew-img-auth {
  position: relative;
  padding-right: 55px;
  border-bottom: 1px solid #d1c0af;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
article.prew.prew-img-auth figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  article.prew.prew-img-auth {
    padding-right: 65px;
  }
  article.prew.prew-img-auth figure {
    width: 65px;
  }
}
.article-play {
  text-align: center;
}
.article-play .play {
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 10px;
}
.article-play .play .icon-rounded {
  top: 50%;
  left: 50%;
  bottom: auto;
  margin-top: -10px;
  margin-left: -20px;
}
.article-play p {
  font-size: 13px;
}
.page-footer {
  padding-top: 30px;
}
.external h3 {
  font-size: 26px;
  line-height: 1em;
}
@media (max-width: 1439px) {
  .external h3 {
    font-size: 20px;
  }
}
h5.ext {
  margin-right: -15px;
  padding-left: 5px;
  border-left: 5px solid #234357;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  line-height: 1.1em;
  font-size: 18px;
  text-transform: none;
}
h5.ext em {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
article.hover {
  position: relative;
}
article.hover:after,
article.hover a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
article.hover:after {
  background-image: -webkit-linear-gradient(top, transparent 30%, #000 100%);
  background-image: -o-linear-gradient(top, transparent 30%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 30%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}
article.hover a:after {
  z-index: 10;
}
article.hover .abs {
  color: white;
  position: absolute;
  bottom: 22.5px;
  left: 30px;
  right: 30px;
  z-index: 9;
}
article.hover .abs h3 {
  font-size: 40px;
  line-height: 1.1em;
}
article.hover .abs p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 5px;
}
article.hover .abs p .auth {
  font-size: 18px;
  font-weight: bold;
}
p.reserved {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: right;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.auth-list {
  margin-bottom: 45px;
  border-top: 1px solid #d1c0af;
}
.auth-list li.person {
  padding: 15px 200px 15px 0;
  border-bottom: 1px solid #d1c0af;
  min-height: 115px;
  position: relative;
}
.auth-list .img-auth-abs {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 130px;
  margin: 0;
}
.auth-list .img-auth-abs img {
  margin: 0;
}
.auth-list p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0;
}
.auth-list .meta a {
  font-weight: bold;
}
#roll-list .leaf {
  border-bottom: 1px solid #1A171B;
}
#roll-list .leaf:last-child {
  border-bottom: none;
}
#roll-list .leaf .article-header h6.meta {
  font-size: 18px;
  margin-bottom: 25px;
}
#roll-list .leaf .article-header h6.meta .title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-weight: 500;
}
.js-sticky-index {
  overflow: hidden;
  position: relative;
  background-color: #F5E5D5;
  z-index: 99;
}
.js-sticky-index.is_stuck {
  z-index: 99;
  /*.csspositionsticky & {
      position: -webkit-sticky !important;
      position: -moz-sticky !important;
      position: -ms-sticky !important;
      position: -o-sticky !important;
      position: sticky !important;
    }*/
}
.series-index-container {
  background-color: #F5E5D5;
  border-bottom: 1px solid #234357;
  margin-bottom: 15px;
  height: 60px;
  overflow: visible;
}
.series-index-container .series-filter-nav {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-left: 100px;
  height: 59px;
  background-color: #F5E5D5;
}
.series-index-container .series-filter-nav.no-index {
  padding-left: 0;
}
.series-index-container .series-filter-nav.rp-nav ul.meta {
  padding: 0 !important;
}
.series-index-container .series-filter-nav.rp-nav .scroller-active ul.meta {
  padding: 0 30px !important;
}
.series-index-container .series-filter-nav .btn-index {
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 20;
}
.series-index-container .series-filter-nav .filter-nav {
  height: 60px;
  position: relative;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3em;
}
.series-index-container .series-filter-nav .filter-nav .scroller-container {
  top: 24px;
  z-index: 19;
}
.series-index-container .series-filter-nav .filter-nav ul.meta {
  width: 3000px;
  padding: 0 30px;
}
.series-index-container .series-filter-nav .filter-nav ul.meta li {
  font-size: 13px;
  margin-top: 0;
  padding-right: 10px;
  border-right: none;
}
.series-index-container .series-filter-nav .filter-nav ul.meta li a {
  color: #AD9A88;
  padding-right: 10px;
  border-right: 1px solid #AD9A88;
}
.series-index-container .series-filter-nav .filter-nav ul.meta li a.active {
  color: #356e89;
  font-weight: bold;
}
.series-index-container .series-filter-nav .filter-nav ul.meta li a:hover {
  color: #867361;
}
.series-index-container .series-filter-nav .filter-nav ul.meta li:last-child a {
  border-right: none;
}
.series-index-container .series-filter-nav .filter-nav .prev,
.series-index-container .series-filter-nav .filter-nav .next {
  line-height: 60px;
  position: absolute;
  top: 0;
  bottom: 1px;
  width: 40px;
  text-align: center;
  color: #356e89;
  text-decoration: none !important;
  outline: 0 none !important;
  z-index: 20;
}
.series-index-container .series-filter-nav .filter-nav .prev.disabled,
.series-index-container .series-filter-nav .filter-nav .next.disabled {
  display: none;
  cursor: default;
}
.series-index-container .series-filter-nav .filter-nav .prev span,
.series-index-container .series-filter-nav .filter-nav .next span {
  line-height: 62px;
  font-size: 20px;
}
.series-index-container .series-filter-nav .filter-nav .prev {
  left: 0;
  padding-left: 10px;
  text-align: left;
  background-image: -webkit-linear-gradient(left, #F5E5D5 50%, rgba(245, 229, 213, 0) 90%);
  background-image: -o-linear-gradient(left, #F5E5D5 50%, rgba(245, 229, 213, 0) 90%);
  background-image: linear-gradient(to right, #F5E5D5 50%, rgba(245, 229, 213, 0) 90%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5e5d5', endColorstr='#00f5e5d5', GradientType=1);
}
.series-index-container .series-filter-nav .filter-nav .next {
  right: 0;
  padding-right: 10px;
  text-align: right;
  background-image: -webkit-linear-gradient(left, rgba(245, 229, 213, 0) 10%, #F5E5D5 50%);
  background-image: -o-linear-gradient(left, rgba(245, 229, 213, 0) 10%, #F5E5D5 50%);
  background-image: linear-gradient(to right, rgba(245, 229, 213, 0) 10%, #F5E5D5 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5e5d5', endColorstr='#fff5e5d5', GradientType=1);
}
.series-index-container .series-filter-nav .abs-nav {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
}
.series-index-container .series-filter-nav .abs-nav a {
  display: inline-block;
  padding: 0 5px;
}
.series-index-container button[aria-expanded="true"] .icon-angle-down:before {
  content: "\e628";
}
.series-index-container .iScrollVerticalScrollbar {
  right: 15px !important;
}
.series-index-container .series-index {
  border-top: 1px solid #d1c0af;
  height: 298px;
  position: relative;
  z-index: 100;
  background-color: #E5D5C5;
}
.series-index-container .series-index .scroller-container {
  left: 0;
  right: 0;
  top: 15px;
  bottom: 15px;
}
.series-index-container .series-index .list-article {
  padding-left: 30px;
  padding-right: 30px;
}
.series-index-container .series-index .list-article h3 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.series-index-container .series-index .list-article > li.i {
  padding: 10px 0 5px;
  margin-bottom: 0;
  /*.och {
          border-right: 1px solid @primary;
        }*/
}
.series-index-container .series-index .list-article > li.i.current {
  background-color: #112531 !important;
  color: white;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  /*.och {
            border-right: 1px solid @white;
          }*/
}
.series-index-container .series-index .list-article > li.i.current time,
.series-index-container .series-index .list-article > li.i.current h6.meta a {
  color: white;
}
.series-index-container .series-index .list-article > li.i.current a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.series-index-container .series-index .list-article > li.i:hover {
  background: #d1c0af;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
article.prew-bg-blue figure,
article.prew-brd-blue figure {
  margin-bottom: 0;
}
article.prew-bg-blue .col-body,
article.prew-brd-blue .col-body {
  padding-top: 7px;
  padding-bottom: 3px;
  padding-right: 30px;
}
article.prew-bg-blue .col-body h3,
article.prew-brd-blue .col-body h3 {
  margin-bottom: 4px;
}
article.prew-bg-blue .col-body p,
article.prew-brd-blue .col-body p {
  margin: 0 0 5px;
}
article.prew-bg-blue .col-body p .more,
article.prew-brd-blue .col-body p .more {
  padding-top: 0;
}
@media (max-width: 1439px) {
  article.prew-bg-blue .col-body p,
  article.prew-brd-blue .col-body p {
    font-size: 14px;
    line-height: 1.1em;
  }
}
article.prew-bg-blue .last-article,
article.prew-brd-blue .last-article {
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
}
article.prew-bg-blue .last-article:before,
article.prew-brd-blue .last-article:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  border-top: 1px solid #d1c0af;
}
article.prew-bg-blue {
  background-color: #234357;
}
article.prew-bg-blue .col-body {
  color: white;
}
article.prew-bg-blue .col-body,
article.prew-bg-blue .col-body time,
article.prew-bg-blue .col-body h6.meta,
article.prew-bg-blue .col-body a {
  color: white;
}
article.prew-bg-blue .col-body:hover,
article.prew-bg-blue .col-body time:hover,
article.prew-bg-blue .col-body h6.meta:hover,
article.prew-bg-blue .col-body a:hover {
  color: white;
}
article.prew-bg-blue .col-body a:hover {
  color: rgba(255, 255, 255, 0.85);
}
article.prew-bg-blue .last-article:before {
  border-color: white;
}
article.prew-brd-blue {
  background: #E5D5C5;
  border-top: 2px solid #234357;
  border-bottom: 2px solid #234357;
}
.sez {
  position: relative;
  padding-top: 15px;
  margin-bottom: 25px;
}
.sez.no_mrg {
  margin-bottom: 15px;
}
.sez-media {
  padding-bottom: 0;
}
.sez-media:last-child {
  margin-bottom: 0;
}
.sez-media .prew-media {
  min-height: 150px;
  padding-bottom: 45px;
  position: relative;
}
.sez-media .prew-media .tools {
  margin: 0;
  position: absolute;
  bottom: 10px;
}
.sez-media .prew-media h3.rel {
  line-height: 18px;
}
.sez-media .prew-media-onair {
  position: relative;
  padding-left: 196px;
}
.sez-media .prew-media-onair .tools {
  left: 196px;
}
.sez-media .prew-media-onair img.abs-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px !important;
  height: auto !important;
}
.sez-media .prew-media-onair p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
}
@media (max-width: 1439px) {
  .sez-media .prew-media-onair {
    padding-left: 162px;
  }
  .sez-media .prew-media-onair .tools {
    left: 162px;
  }
  .sez-media .prew-media-onair img.abs-bottom {
    width: 150px !important;
  }
  .sez-media .prew-media-onair p {
    font-size: 11px;
  }
}
.tools li a.bigger {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.tools li a.bigger .icon {
  line-height: 40px;
  font-size: 15px;
}
.article-series {
  border-top: 1px solid #d1c0af;
  padding-top: 20px;
  border-bottom: 1px solid #d1c0af;
}
.article-series .row {
  margin-bottom: 15px;
}
.article-series h3 .count {
  color: #356e89;
  font-size: 16px;
  font-weight: bold;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
}
.series-nav:before,
.series-nav:after {
  content: " ";
  display: table;
}
.series-nav:after {
  clear: both;
}
.series-nav:before,
.series-nav:after {
  content: " ";
  display: table;
}
.series-nav:after {
  clear: both;
}
.series-nav a,
.series-nav .a {
  -webkit-transition: background 0.3s ease-in-out, max-width 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, max-width 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, max-width 0.3s ease-in-out;
  display: block;
  height: 91px;
  padding: 5px 15px;
  position: relative;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.series-nav a:before,
.series-nav .a:before,
.series-nav a:after,
.series-nav .a:after {
  content: " ";
  display: table;
}
.series-nav a:after,
.series-nav .a:after {
  clear: both;
}
.series-nav a:before,
.series-nav .a:before,
.series-nav a:after,
.series-nav .a:after {
  content: " ";
  display: table;
}
.series-nav a:after,
.series-nav .a:after {
  clear: both;
}
.series-nav a.prev,
.series-nav .a.prev {
  padding-left: 35px;
  float: left;
}
.opening .series-nav a.prev,
.opening .series-nav .a.prev,
.opening-full .series-nav a.prev,
.opening-full .series-nav .a.prev {
  padding-left: 40px;
}
.series-nav a.prev .icon,
.series-nav .a.prev .icon {
  left: 15px;
}
.series-nav a.prev img,
.series-nav .a.prev img,
.series-nav a.prev .line,
.series-nav .a.prev .line {
  float: left;
  margin-right: 10px;
}
.series-nav a.prev .txt,
.series-nav .a.prev .txt {
  float: right;
}
.series-nav a.next,
.series-nav .a.next {
  padding-right: 35px;
  float: right;
}
.opening .series-nav a.next,
.opening .series-nav .a.next,
.opening-full .series-nav a.next,
.opening-full .series-nav .a.next {
  padding-right: 40px;
}
.series-nav a.next .icon,
.series-nav .a.next .icon {
  right: 15px;
}
.series-nav a.next img,
.series-nav .a.next img,
.series-nav a.next .line,
.series-nav .a.next .line {
  float: right;
  margin-left: 10px;
}
.series-nav a.next .txt,
.series-nav .a.next .txt {
  float: left;
}
.series-nav a:hover,
.series-nav .a:hover {
  background: rgba(229, 213, 197, 0.92);
}
.series-nav a.disabled,
.series-nav .a.disabled {
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.series-nav a .icon,
.series-nav .a .icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 1em;
}
.opening .series-nav a .icon,
.opening .series-nav .a .icon,
.opening-full .series-nav a .icon,
.opening-full .series-nav .a .icon {
  margin-top: -16px;
  font-size: 32px;
}
.series-nav a img,
.series-nav .a img {
  margin-top: 5px;
}
.series-nav a .line,
.series-nav .a .line {
  display: block;
  width: 1px;
  height: 100%;
  background: #AD9A88;
}
.series-nav a .txt,
.series-nav .a .txt {
  display: block;
  width: 175px;
  font-size: 13px;
  line-height: 1.1em;
  color: #1A171B;
  padding-top: 7px;
}
@media (min-width: 1440px) {
  .series-nav a .txt,
  .series-nav .a .txt {
    width: 200px;
  }
}
.series-nav a .txt .count,
.series-nav .a .txt .count {
  display: block;
  font-size: 11px;
  color: #234357;
  font-weight: bold;
  margin-bottom: 2px;
}
.opening .series-nav,
.opening-full .series-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -45.5px;
  z-index: 5;
}
.opening .series-nav a,
.opening-full .series-nav a,
.opening .series-nav .a,
.opening-full .series-nav .a {
  overflow: hidden;
  max-width: 0;
  background: none;
}
.opening .series-nav a:hover,
.opening-full .series-nav a:hover,
.opening .series-nav .a:hover,
.opening-full .series-nav .a:hover {
  background: rgba(229, 213, 197, 0.92);
  max-width: 400px;
}
.opening .series-nav a:hover img,
.opening-full .series-nav a:hover img,
.opening .series-nav .a:hover img,
.opening-full .series-nav .a:hover img,
.opening .series-nav a:hover .line,
.opening-full .series-nav a:hover .line,
.opening .series-nav .a:hover .line,
.opening-full .series-nav .a:hover .line,
.opening .series-nav a:hover .txt,
.opening-full .series-nav a:hover .txt,
.opening .series-nav .a:hover .txt,
.opening-full .series-nav .a:hover .txt {
  visibility: visible;
  -webkit-transition: visibility 0s 0.3s;
  -o-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}
.opening .series-nav a:hover .icon,
.opening-full .series-nav a:hover .icon,
.opening .series-nav .a:hover .icon,
.opening-full .series-nav .a:hover .icon {
  text-shadow: none;
}
.opening .series-nav a.prev,
.opening-full .series-nav a.prev,
.opening .series-nav .a.prev,
.opening-full .series-nav .a.prev {
  border-right: 2px solid white;
}
.opening .series-nav a.next,
.opening-full .series-nav a.next,
.opening .series-nav .a.next,
.opening-full .series-nav .a.next {
  border-left: 2px solid white;
}
.opening .series-nav a.disabled:hover,
.opening-full .series-nav a.disabled:hover,
.opening .series-nav .a.disabled:hover,
.opening-full .series-nav .a.disabled:hover {
  background: none;
  max-width: 0;
}

/* 04-2017 - Rilascio nuove testatine dotcom: aggiunto per posizionare correttamente la sidebar sotto la testatina */
.is_stuck.sticky_column {
	z-index: 98;
}