@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  height: 101%;
  width: 100%;
  margin: 0; }

body {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  position: relative;
  display: table; }

main {
  display: table-row;
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  margin: 0px;
  padding: 0px; }

img {
  width: auto;
  max-width: 100%; }

.w-content {
  padding: 0px 20px; }
  @media only screen and (min-width: 1140px) {
    .w-content {
      margin: 0 auto;
      width: 100%;
      max-width: 1140px;
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (min-width: 1180px) {
    .w-content {
      padding-left: 0px !important;
      padding-right: 0px !important; } }

h1 {
  font-size: 3rem;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  color: #000;
  font-weight: 400;
  line-height: 3.5rem; }

h2 {
  font-size: 2.25rem;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  color: #000;
  font-weight: 400;
  line-height: 2.75rem; }

h3 {
  font-size: 1.5rem;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  color: #000;
  font-weight: 400;
  line-height: 2rem; }

h4 {
  font-size: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  line-height: 1.5rem; }

h5 {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  line-height: 1.25rem; }

p {
  font-size: 0.9375rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #434343;
  line-height: 1.6875rem; }

b, strong {
  font-weight: bold;
  color: inherit; }

em {
  font-style: italic;
  color: inherit; }

label {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #434343;
  line-height: 1.25rem; }

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100% !important;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * StoCookie - cookie law notification and custom alerts
 *
 * Copyright 2016 Nicola Franchini
 * http://www.veno.es/stocookie
 *
 * Licence: http://codecanyon.net/wiki/support/legal-terms/licensing-terms/
 */
.stocookie-message {
  display: none; }

.biscotto, .biscotto *,
.biscotto:before, .biscotto *:before,
.biscotto:after, .biscotto *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.biscotto {
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  color: inherit;
  font-size: 12px;
  z-index: 99998;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.biscotto.sc-fade {
  opacity: 0; }

.sc-animate {
  webkit-transition: all 800ms;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms; }

.biscotto.sc-fade.on {
  opacity: 1; }

.biscotto.sc-top {
  top: 0; }

.biscotto.sc-bottom {
  bottom: 0; }

.biscotto.sc-top.on, .biscotto.sc-top.sc-slide.on {
  top: 0 !important; }

.biscotto.sc-bottom.on, .biscotto.sc-bottom.sc-slide.on {
  bottom: 0 !important; }

/* wp-admin bar */
.admin-bar .biscotto.sc-top.on, .admin-bar .biscotto.sc-top.sc-slide.on {
  top: 32px !important; }

@media screen and (max-width: 782px) {
  .admin-bar .biscotto.sc-top.on, .admin-bar .biscotto.sc-top.sc-slide.on {
    top: 46px !important; } }

.admin-bar .biscotto {
  max-height: 85%; }

.biscotto.biscotto-full {
  height: 100%; }

.biscotto-inner {
  max-height: 100%;
  position: relative;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
  height: 100%;
  width: 100%;
  margin: 0 auto; }

.biscotto-container {
  width: 100%;
  padding: 20px;
  max-width: 1170px;
  margin: 0 auto; }

.cook-message {
  clear: both;
  width: 100%;
  margin-bottom: 6px;
  text-align: center; }

.biscotto .alignleft, .biscotto img.alignleft {
  margin: 0.4em 1em 0.4em 0; }

.biscotto .alignright, .biscotto img.alignright {
  margin: 0.4em 0 0.4em 1em; }

/*
* small close button
*/
.biscotto-times {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  display: block; }

.biscotto-times:after {
  display: inline-block;
  content: "\00d7"; }

/*
* Agree button
*/
.biscotto-agree {
  clear: both;
  margin: 0; }

.close-biscotto {
  cursor: pointer;
  padding: 4px 20px;
  color: #fff;
  background: #333;
  display: inline-block;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  webkit-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.close-biscotto:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.button {
  background-color: #003754;
  font-size: 0.75rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 9px 35px;
  line-height: 14px;
  font-weight: bold;
  border: 1px solid #003754;
  display: inline-block;
  border-radius: 17.5px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  cursor: pointer; }
  .button:hover {
    background-color: #001621;
    border: 1px solid #001621;
    text-decoration: none; }

.button-big {
  font-size: 18px;
  padding: 12px 58px;
  border-radius: 27.5px; }

.button-reverse {
  background-color: transparent;
  color: #003754; }
  .button-reverse:hover {
    background-color: #f5fafb; }

.button-white {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #003754; }
  .button-white:hover {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6; }

.button-reverse-white {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF; }
  .button-reverse-white:hover {
    background-color: #f5fafb; }

.button-popup {
  position: relative; }

input {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  background-color: #FDFDFD;
  padding: 11px 10px;
  font-size: 13px; }

.custom-radio {
  margin-right: 5px;
  color: #656565;
  text-indent: -20px !important;
  display: table-cell;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 14px;
  font-size: 14px; }
  .custom-radio input[type="radio"] {
    display: none;
    padding: 0px; }
    .custom-radio input[type="radio"]:checked + span::before,
    .custom-radio input[type="radio"]:checked + span::after {
      display: block; }
    .custom-radio input[type="radio"]:checked + span {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-right: 3px;
      vertical-align: middle;
      margin-top: -2px;
      position: relative;
      background-color: #003754; }
    .custom-radio input[type="radio"] + span {
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid #000;
      border-radius: 3px;
      margin-right: 3px;
      vertical-align: middle;
      margin-top: -2px;
      position: relative; }
      .custom-radio input[type="radio"] + span::before, .custom-radio input[type="radio"] + span::after {
        content: "";
        position: absolute;
        display: none;
        background: #FFFFFF;
        height: 2px;
        left: 5px;
        bottom: 4px;
        -webkit-transform-origin: 1px 1px;
        -ms-transform-origin: 1px 1px;
        transform-origin: 1px 1px; }
      .custom-radio input[type="radio"] + span::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 11px; }
      .custom-radio input[type="radio"] + span::after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        width: 6px; }

a {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #434343;
  line-height: 1.25rem; }

.custom-list ul li {
  list-style: none;
  padding-left: 20px;
  position: relative; }
  .custom-list ul li::before {
    content: '·';
    color: #032942;
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    position: absolute;
    font-size: 35px;
    top: -6px;
    left: 5px; }

.custom-list ul h3 {
  color: #032942;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700; }

.custom-list h3 {
  color: #032942;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700; }

.message {
  position: relative;
  padding: 10px 20px;
  color: #FFFFFF;
  margin-top: 20px; }
  .message h4 {
    color: #FFFFFF; }
  .message.alert {
    background-color: #e17575;
    border: 1px solid #d0011b; }
    .message.alert .close {
      background-color: #d0011b; }
  .message.success {
    background-color: #62dba2;
    border: 1px solid #3cca93; }
    .message.success .close {
      background-color: #003754; }
  .message .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -7px;
    right: -7px;
    border-radius: 50px;
    color: #FFFFFF;
    cursor: pointer; }

blockquote {
  position: relative;
  font-size: 1.625rem;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  color: #000;
  line-height: 34px;
  width: 80%;
  max-width: 565px;
  margin: 0 auto; }
  blockquote::before {
    content: '“';
    font-size: 100px;
    position: absolute;
    top: 20px;
    left: -45px; }

.mg-10 {
  margin: 10px; }

.mgt-10 {
  margin-top: 10px; }

.mgr-10 {
  margin-right: 10px; }

.mgb-10 {
  margin-bottom: 10px; }

.mgl-10 {
  margin-left: 10px; }

.mg-20 {
  margin: 20px; }

.mgt-20 {
  margin-top: 20px; }

.mgr-20 {
  margin-right: 20px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgl-20 {
  margin-left: 20px; }

.mg-30 {
  margin: 30px; }

.mgt-30 {
  margin-top: 30px; }

.mgr-30 {
  margin-right: 30px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgl-30 {
  margin-left: 30px; }

.mg-40 {
  margin: 40px; }

.mgt-40 {
  margin-top: 40px; }

.mgr-40 {
  margin-right: 40px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgl-40 {
  margin-left: 40px; }

.mg-50 {
  margin: 50px; }

.mgt-50 {
  margin-top: 50px; }

.mgr-50 {
  margin-right: 50px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgl-50 {
  margin-left: 50px; }

.mg-60 {
  margin: 60px; }

.mgt-60 {
  margin-top: 60px; }

.mgr-60 {
  margin-right: 60px; }

.mgb-60 {
  margin-bottom: 60px; }

.mgl-60 {
  margin-left: 60px; }

.mg-70 {
  margin: 70px; }

.mgt-70 {
  margin-top: 70px; }

.mgr-70 {
  margin-right: 70px; }

.mgb-70 {
  margin-bottom: 70px; }

.mgl-70 {
  margin-left: 70px; }

.mg-80 {
  margin: 80px; }

.mgt-80 {
  margin-top: 80px; }

.mgr-80 {
  margin-right: 80px; }

.mgb-80 {
  margin-bottom: 80px; }

.mgl-80 {
  margin-left: 80px; }

.mg-90 {
  margin: 90px; }

.mgt-90 {
  margin-top: 90px; }

.mgr-90 {
  margin-right: 90px; }

.mgb-90 {
  margin-bottom: 90px; }

.mgl-90 {
  margin-left: 90px; }

.pd-10 {
  padding: 10px; }

.pdt-10 {
  padding-top: 10px; }

.pdr-10 {
  padding-right: 10px; }

.pdb-10 {
  padding-bottom: 10px; }

.pdl-10 {
  padding-left: 10px; }

.pd-20 {
  padding: 20px; }

.pdt-20 {
  padding-top: 20px; }

.pdr-20 {
  padding-right: 20px; }

.pdb-20 {
  padding-bottom: 20px; }

.pdl-20 {
  padding-left: 20px; }

.pd-30 {
  padding: 30px; }

.pdt-30 {
  padding-top: 30px; }

.pdr-30 {
  padding-right: 30px; }

.pdb-30 {
  padding-bottom: 30px; }

.pdl-30 {
  padding-left: 30px; }

.pd-40 {
  padding: 40px; }

.pdt-40 {
  padding-top: 40px; }

.pdr-40 {
  padding-right: 40px; }

.pdb-40 {
  padding-bottom: 40px; }

.pdl-40 {
  padding-left: 40px; }

.pd-50 {
  padding: 50px; }

.pdt-50 {
  padding-top: 50px; }

.pdr-50 {
  padding-right: 50px; }

.pdb-50 {
  padding-bottom: 50px; }

.pdl-50 {
  padding-left: 50px; }

.pd-60 {
  padding: 60px; }

.pdt-60 {
  padding-top: 60px; }

.pdr-60 {
  padding-right: 60px; }

.pdb-60 {
  padding-bottom: 60px; }

.pdl-60 {
  padding-left: 60px; }

.pd-70 {
  padding: 70px; }

.pdt-70 {
  padding-top: 70px; }

.pdr-70 {
  padding-right: 70px; }

.pdb-70 {
  padding-bottom: 70px; }

.pdl-70 {
  padding-left: 70px; }

.pd-80 {
  padding: 80px; }

.pdt-80 {
  padding-top: 80px; }

.pdr-80 {
  padding-right: 80px; }

.pdb-80 {
  padding-bottom: 80px; }

.pdl-80 {
  padding-left: 80px; }

.pd-90 {
  padding: 90px; }

.pdt-90 {
  padding-top: 90px; }

.pdr-90 {
  padding-right: 90px; }

.pdb-90 {
  padding-bottom: 90px; }

.pdl-90 {
  padding-left: 90px; }

@media only screen and (min-width: 768px) {
  .pd-md-10 {
    padding: 10px; }
  .pdt-md-10 {
    padding-top: 10px; }
  .pdr-md-10 {
    padding-right: 10px; }
  .pdb-md-10 {
    padding-bottom: 10px; }
  .pdl-md-10 {
    padding-left: 10px; } }

@media only screen and (min-width: 768px) {
  .pd-md-20 {
    padding: 20px; }
  .pdt-md-20 {
    padding-top: 20px; }
  .pdr-md-20 {
    padding-right: 20px; }
  .pdb-md-20 {
    padding-bottom: 20px; }
  .pdl-md-20 {
    padding-left: 20px; } }

@media only screen and (min-width: 768px) {
  .pd-md-30 {
    padding: 30px; }
  .pdt-md-30 {
    padding-top: 30px; }
  .pdr-md-30 {
    padding-right: 30px; }
  .pdb-md-30 {
    padding-bottom: 30px; }
  .pdl-md-30 {
    padding-left: 30px; } }

@media only screen and (min-width: 768px) {
  .pd-md-40 {
    padding: 40px; }
  .pdt-md-40 {
    padding-top: 40px; }
  .pdr-md-40 {
    padding-right: 40px; }
  .pdb-md-40 {
    padding-bottom: 40px; }
  .pdl-md-40 {
    padding-left: 40px; } }

@media only screen and (min-width: 768px) {
  .pd-md-50 {
    padding: 50px; }
  .pdt-md-50 {
    padding-top: 50px; }
  .pdr-md-50 {
    padding-right: 50px; }
  .pdb-md-50 {
    padding-bottom: 50px; }
  .pdl-md-50 {
    padding-left: 50px; } }

@media only screen and (min-width: 768px) {
  .pd-md-60 {
    padding: 60px; }
  .pdt-md-60 {
    padding-top: 60px; }
  .pdr-md-60 {
    padding-right: 60px; }
  .pdb-md-60 {
    padding-bottom: 60px; }
  .pdl-md-60 {
    padding-left: 60px; } }

@media only screen and (min-width: 768px) {
  .pd-md-70 {
    padding: 70px; }
  .pdt-md-70 {
    padding-top: 70px; }
  .pdr-md-70 {
    padding-right: 70px; }
  .pdb-md-70 {
    padding-bottom: 70px; }
  .pdl-md-70 {
    padding-left: 70px; } }

@media only screen and (min-width: 768px) {
  .pd-md-80 {
    padding: 80px; }
  .pdt-md-80 {
    padding-top: 80px; }
  .pdr-md-80 {
    padding-right: 80px; }
  .pdb-md-80 {
    padding-bottom: 80px; }
  .pdl-md-80 {
    padding-left: 80px; } }

@media only screen and (min-width: 768px) {
  .pd-md-90 {
    padding: 90px; }
  .pdt-md-90 {
    padding-top: 90px; }
  .pdr-md-90 {
    padding-right: 90px; }
  .pdb-md-90 {
    padding-bottom: 90px; }
  .pdl-md-90 {
    padding-left: 90px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-10 {
    padding: 10px; }
  .pdt-lg-10 {
    padding-top: 10px; }
  .pdr-lg-10 {
    padding-right: 10px; }
  .pdb-lg-10 {
    padding-bottom: 10px; }
  .pdl-lg-10 {
    padding-left: 10px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-20 {
    padding: 20px; }
  .pdt-lg-20 {
    padding-top: 20px; }
  .pdr-lg-20 {
    padding-right: 20px; }
  .pdb-lg-20 {
    padding-bottom: 20px; }
  .pdl-lg-20 {
    padding-left: 20px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-30 {
    padding: 30px; }
  .pdt-lg-30 {
    padding-top: 30px; }
  .pdr-lg-30 {
    padding-right: 30px; }
  .pdb-lg-30 {
    padding-bottom: 30px; }
  .pdl-lg-30 {
    padding-left: 30px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-40 {
    padding: 40px; }
  .pdt-lg-40 {
    padding-top: 40px; }
  .pdr-lg-40 {
    padding-right: 40px; }
  .pdb-lg-40 {
    padding-bottom: 40px; }
  .pdl-lg-40 {
    padding-left: 40px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-50 {
    padding: 50px; }
  .pdt-lg-50 {
    padding-top: 50px; }
  .pdr-lg-50 {
    padding-right: 50px; }
  .pdb-lg-50 {
    padding-bottom: 50px; }
  .pdl-lg-50 {
    padding-left: 50px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-60 {
    padding: 60px; }
  .pdt-lg-60 {
    padding-top: 60px; }
  .pdr-lg-60 {
    padding-right: 60px; }
  .pdb-lg-60 {
    padding-bottom: 60px; }
  .pdl-lg-60 {
    padding-left: 60px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-70 {
    padding: 70px; }
  .pdt-lg-70 {
    padding-top: 70px; }
  .pdr-lg-70 {
    padding-right: 70px; }
  .pdb-lg-70 {
    padding-bottom: 70px; }
  .pdl-lg-70 {
    padding-left: 70px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-80 {
    padding: 80px; }
  .pdt-lg-80 {
    padding-top: 80px; }
  .pdr-lg-80 {
    padding-right: 80px; }
  .pdb-lg-80 {
    padding-bottom: 80px; }
  .pdl-lg-80 {
    padding-left: 80px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-90 {
    padding: 90px; }
  .pdt-lg-90 {
    padding-top: 90px; }
  .pdr-lg-90 {
    padding-right: 90px; }
  .pdb-lg-90 {
    padding-bottom: 90px; }
  .pdl-lg-90 {
    padding-left: 90px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-10 {
    padding: 10px; }
  .pdt-xl-10 {
    padding-top: 10px; }
  .pdr-xl-10 {
    padding-right: 10px; }
  .pdb-xl-10 {
    padding-bottom: 10px; }
  .pdl-xl-10 {
    padding-left: 10px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-20 {
    padding: 20px; }
  .pdt-xl-20 {
    padding-top: 20px; }
  .pdr-xl-20 {
    padding-right: 20px; }
  .pdb-xl-20 {
    padding-bottom: 20px; }
  .pdl-xl-20 {
    padding-left: 20px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-30 {
    padding: 30px; }
  .pdt-xl-30 {
    padding-top: 30px; }
  .pdr-xl-30 {
    padding-right: 30px; }
  .pdb-xl-30 {
    padding-bottom: 30px; }
  .pdl-xl-30 {
    padding-left: 30px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-40 {
    padding: 40px; }
  .pdt-xl-40 {
    padding-top: 40px; }
  .pdr-xl-40 {
    padding-right: 40px; }
  .pdb-xl-40 {
    padding-bottom: 40px; }
  .pdl-xl-40 {
    padding-left: 40px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-50 {
    padding: 50px; }
  .pdt-xl-50 {
    padding-top: 50px; }
  .pdr-xl-50 {
    padding-right: 50px; }
  .pdb-xl-50 {
    padding-bottom: 50px; }
  .pdl-xl-50 {
    padding-left: 50px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-60 {
    padding: 60px; }
  .pdt-xl-60 {
    padding-top: 60px; }
  .pdr-xl-60 {
    padding-right: 60px; }
  .pdb-xl-60 {
    padding-bottom: 60px; }
  .pdl-xl-60 {
    padding-left: 60px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-70 {
    padding: 70px; }
  .pdt-xl-70 {
    padding-top: 70px; }
  .pdr-xl-70 {
    padding-right: 70px; }
  .pdb-xl-70 {
    padding-bottom: 70px; }
  .pdl-xl-70 {
    padding-left: 70px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-80 {
    padding: 80px; }
  .pdt-xl-80 {
    padding-top: 80px; }
  .pdr-xl-80 {
    padding-right: 80px; }
  .pdb-xl-80 {
    padding-bottom: 80px; }
  .pdl-xl-80 {
    padding-left: 80px; } }

@media only screen and (min-width: 1450px) {
  .pd-xl-90 {
    padding: 90px; }
  .pdt-xl-90 {
    padding-top: 90px; }
  .pdr-xl-90 {
    padding-right: 90px; }
  .pdb-xl-90 {
    padding-bottom: 90px; }
  .pdl-xl-90 {
    padding-left: 90px; } }

.breadcrumbs li {
  list-style: none;
  display: inline-block;
  vertical-align: top; }

.breadcrumbs a, .breadcrumbs span {
  font-size: 0.9375rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #9B9B9B;
  line-height: 17px;
  text-transform: uppercase; }

.breadcrumbs .actual {
  color: #4a4a4a; }

@media only screen and (max-width: 767px) {
  .first-menu {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -270px;
    width: 270px;
    z-index: 30;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .first-menu.menu-open {
      right: 0px; } }

@media only screen and (min-width: 768px) {
  .first-menu.home {
    background: transparent; } }

.first-menu .logo {
  display: block;
  max-width: 210px;
  margin: 15px auto; }
  @media only screen and (min-width: 768px) {
    .first-menu .logo {
      display: none; } }

@media only screen and (max-width: 767px) {
  .first-menu .primary-menu {
    padding: 20px 35px; } }

.first-menu .primary-menu li {
  list-style: none; }

.first-menu .primary-menu a {
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  color: #555555;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  padding: 8px 0px;
  margin-bottom: 4px; }
  .first-menu .primary-menu a.selected {
    border-radius: 17.5px;
    color: #000;
    padding: 8px 20px;
    background-color: #EBEBF2; }

.header-nav .button-popup {
  display: inline-block;
  vertical-align: top; }
  .header-nav .button-popup .bpopup {
    display: none;
    top: 40px;
    right: -10px; }

.menu-mobile {
  background-color: #FFFFFF;
  position: relative;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20; }
  .menu-mobile .logo {
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    position: absolute;
    width: 210px; }
  @media only screen and (min-width: 768px) {
    .menu-mobile {
      display: none; } }

.menu-mobile-bg {
  display: none; }
  .menu-mobile-bg.menu-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background-color: rgba(233, 237, 240, 0.87); }

#burger-menu {
  width: 32px;
  height: 20px;
  position: relative;
  margin: 22px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  float: right;
  z-index: 30; }
  #burger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #003754;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    #burger-menu span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    #burger-menu span:nth-child(2) {
      top: 8px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    #burger-menu span:nth-child(3) {
      top: 16px;
      width: 70%;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  #burger-menu.menu-open {
    margin-right: 275px; }
    #burger-menu.menu-open span:nth-child(1) {
      top: -3px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #burger-menu.menu-open span:nth-child(2) {
      top: 10px;
      width: 0%;
      opacity: 0; }
    #burger-menu.menu-open span:nth-child(3) {
      top: 20px;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.odli-switcher a {
  padding: 6px 20px 4px;
  border: 1px solid #003754;
  color: #003754;
  display: inline-block;
  margin-left: -5px;
  position: relative;
  text-decoration: none; }
  .odli-switcher a.active {
    background-color: #003754;
    color: #FFFFFF; }
  .odli-switcher a:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .odli-switcher a:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.odli-odlo-search .select-search {
  display: none;
  margin-top: 30px; }
  .odli-odlo-search .select-search.active {
    display: block; }

.odli-odlo-search.search-group {
  border: 2px solid #eaeaea;
  border-radius: 4px;
  padding: 14px 20px;
  margin-top: 20px;
  margin-bottom: 40px; }
  .odli-odlo-search.search-group .odli-switcher {
    padding: 10px 20px;
    margin: -14px -20px 20px;
    border-bottom: 2px solid #ebebeb;
    text-align: right; }
    .odli-odlo-search.search-group .odli-switcher p {
      float: left; }

.odli-odlo-search .search-group {
  display: none; }
  .odli-odlo-search .search-group.active {
    display: block; }

.odli-odlo-search h5 {
  color: #003754;
  margin-bottom: 16px; }

.select-search {
  width: 100%;
  max-width: 400px;
  *zoom: 1; }
  .select-search:before, .select-search:after {
    content: " ";
    display: table; }
  .select-search:after {
    clear: both; }
  .select-search .select-wrapper {
    float: left;
    width: 75%;
    width: calc(100% - 113px);
    padding-right: 5%; }
  .select-search input[type=submit] {
    float: left;
    width: auto; }
  .select-search .select2-container {
    width: 100% !important; }
  .select-search .select2-container--default .select2-selection--single {
    height: 36px;
    border-radius: 3px 0px 0px 3px;
    padding: 3px 0px; }
  .select-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px; }

.input-search {
  width: 100%;
  max-width: 580px;
  *zoom: 1; }
  .input-search:before, .input-search:after {
    content: " ";
    display: table; }
  .input-search:after {
    clear: both; }
  .input-search .select-wrapper {
    float: left;
    width: 75%;
    width: calc(100% - 113px); }
  .input-search input[type=submit] {
    float: left;
    width: auto; }
  .input-search input[type=text] {
    width: 98%;
    margin-right: 0; }

.login-form input[type='text'],
.login-form input[type='password'] {
  display: block;
  width: 100%;
  margin: 20px 0px; }

.custom-accordion .catab-article .catab-header {
  position: relative;
  cursor: pointer;
  font-size: 0.9375rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #032942;
  border-bottom: 1px solid #ECECEC;
  font-weight: bold;
  line-height: 17px;
  padding: 8px 30px 8px 0px; }
  .custom-accordion .catab-article .catab-header::after {
    content: '+';
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: 22px;
    right: 10px;
    top: 8px; }

.custom-accordion .catab-article.active {
  border-bottom: 1px solid #ECECEC; }
  .custom-accordion .catab-article.active .catab-header::after {
    top: -4px;
    font-weight: bold;
    content: '_'; }

.custom-accordion .catab-content {
  display: none;
  padding: 15px; }

.table-rwd {
  font-size: 13px;
  color: #434343;
  border-collapse: collapse;
  width: 100%;
  min-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .table-rwd thead {
    border-bottom: 1px solid #DDDDDD; }
  .table-rwd td, .table-rwd th {
    padding: 8px 0px; }
  .table-rwd th {
    color: #003754;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    padding: 0 5px 4px; }
  .table-rwd td {
    text-align: left;
    padding: 5px;
    vertical-align: middle;
    font-size: 13px; }
    .table-rwd td a {
      font-size: 13px; }
    .table-rwd td img {
      vertical-align: middle;
      margin-right: 10px; }
    .table-rwd td:nth-child(3) {
      width: 14%; }
  .table-rwd tr:nth-of-type(even) {
    background-color: #F7F9FA; }
  .table-rwd tr:hover td {
    background: rgba(216, 216, 216, 0.2); }

.table-container {
  overflow-x: auto; }

.bpopup {
  position: absolute;
  display: inline-block;
  padding: 35px 40px;
  border: 1px solid #EFEFEF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.31);
  color: #000; }
  .bpopup:after, .bpopup:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #EFEFEF;
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: 10px; }
  .bpopup:after {
    right: 35px;
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: 10px; }
  .bpopup:before {
    right: 34px;
    border-color: transparent;
    border-bottom-color: #EFEFEF;
    border-width: 12px;
    margin-left: 8px; }
  .bpopup a {
    font-size: 15px;
    text-decoration: none;
    font-weight: normal; }

.single-arc-article {
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06); }
  .single-arc-article .saa-header {
    min-height: 140px;
    display: table-cell;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 30px; }
    .single-arc-article .saa-header h2 {
      font-size: 1.125rem;
      font-family: "Playfair Display", "Times New Roman", Times, serif;
      color: #000;
      line-height: 24px;
      text-align: center; }
  .single-arc-article .saa-buttons {
    position: relative;
    padding: 10px 20px; }
    .single-arc-article .saa-buttons:before {
      content: '';
      position: absolute;
      border-top: 1px solid #CECECE;
      width: 90%;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px); }
    .single-arc-article .saa-buttons a {
      text-decoration: none; }
      .single-arc-article .saa-buttons a .icon {
        vertical-align: -7px;
        display: inline-block; }
      .single-arc-article .saa-buttons a span {
        color: #003754; }
        .single-arc-article .saa-buttons a span:hover {
          text-decoration: underline; }

footer {
  display: table-row; }
  footer .w-content {
    padding: 40px 20px 0; }
  footer .wrapper {
    border-top: 1px solid #003754;
    padding: 20px 0px;
    *zoom: 1; }
    footer .wrapper:before, footer .wrapper:after {
      content: " ";
      display: table; }
    footer .wrapper:after {
      clear: both; }
    footer .wrapper.home {
      border: #FFFFFF; }
    @media only screen and (min-width: 768px) {
      footer .wrapper {
        padding-bottom: 50px; } }
  footer a {
    font-size: 13px;
    line-height: 15px;
    text-decoration: none; }
  footer .logo {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 145px; }
    @media only screen and (min-width: 450px) {
      footer .logo {
        width: 169px; } }

.grid-row {
  *zoom: 1; }
  .grid-row:before, .grid-row:after {
    content: " ";
    display: table; }
  .grid-row:after {
    clear: both; }

.grid-xs-1 {
  float: left;
  width: 8.33333%;
  display: block; }

.grid-xs-2 {
  float: left;
  width: 16.66667%;
  display: block; }

.grid-xs-3 {
  float: left;
  width: 25%;
  display: block; }

.grid-xs-4 {
  float: left;
  width: 33.33333%;
  display: block; }

.grid-xs-5 {
  float: left;
  width: 41.66667%;
  display: block; }

.grid-xs-6 {
  float: left;
  width: 50%;
  display: block; }

.grid-xs-7 {
  float: left;
  width: 58.33333%;
  display: block; }

.grid-xs-8 {
  float: left;
  width: 66.66667%;
  display: block; }

.grid-xs-9 {
  float: left;
  width: 75%;
  display: block; }

.grid-xs-10 {
  float: left;
  width: 83.33333%;
  display: block; }

.grid-xs-11 {
  float: left;
  width: 91.66667%;
  display: block; }

.grid-xs-12 {
  float: left;
  width: 100%;
  display: block; }

@media only screen and (min-width: 320px) {
  .grid-sm-1 {
    float: left;
    width: 8.33333%;
    display: block; }
  .grid-sm-2 {
    float: left;
    width: 16.66667%;
    display: block; }
  .grid-sm-3 {
    float: left;
    width: 25%;
    display: block; }
  .grid-sm-4 {
    float: left;
    width: 33.33333%;
    display: block; }
  .grid-sm-5 {
    float: left;
    width: 41.66667%;
    display: block; }
  .grid-sm-6 {
    float: left;
    width: 50%;
    display: block; }
  .grid-sm-7 {
    float: left;
    width: 58.33333%;
    display: block; }
  .grid-sm-8 {
    float: left;
    width: 66.66667%;
    display: block; }
  .grid-sm-9 {
    float: left;
    width: 75%;
    display: block; }
  .grid-sm-10 {
    float: left;
    width: 83.33333%;
    display: block; }
  .grid-sm-11 {
    float: left;
    width: 91.66667%;
    display: block; }
  .grid-sm-12 {
    float: left;
    width: 100%;
    display: block; } }

@media only screen and (min-width: 768px) {
  .grid-md-1 {
    float: left;
    width: 8.33333%;
    display: block; }
  .grid-md-2 {
    float: left;
    width: 16.66667%;
    display: block; }
  .grid-md-3 {
    float: left;
    width: 25%;
    display: block; }
  .grid-md-4 {
    float: left;
    width: 33.33333%;
    display: block; }
  .grid-md-5 {
    float: left;
    width: 41.66667%;
    display: block; }
  .grid-md-6 {
    float: left;
    width: 50%;
    display: block; }
  .grid-md-7 {
    float: left;
    width: 58.33333%;
    display: block; }
  .grid-md-8 {
    float: left;
    width: 66.66667%;
    display: block; }
  .grid-md-9 {
    float: left;
    width: 75%;
    display: block; }
  .grid-md-10 {
    float: left;
    width: 83.33333%;
    display: block; }
  .grid-md-11 {
    float: left;
    width: 91.66667%;
    display: block; }
  .grid-md-12 {
    float: left;
    width: 100%;
    display: block; } }

@media only screen and (min-width: 1024px) {
  .grid-lg-1 {
    float: left;
    width: 8.33333%;
    display: block; }
  .grid-lg-2 {
    float: left;
    width: 16.66667%;
    display: block; }
  .grid-lg-3 {
    float: left;
    width: 25%;
    display: block; }
  .grid-lg-4 {
    float: left;
    width: 33.33333%;
    display: block; }
  .grid-lg-5 {
    float: left;
    width: 41.66667%;
    display: block; }
  .grid-lg-6 {
    float: left;
    width: 50%;
    display: block; }
  .grid-lg-7 {
    float: left;
    width: 58.33333%;
    display: block; }
  .grid-lg-8 {
    float: left;
    width: 66.66667%;
    display: block; }
  .grid-lg-9 {
    float: left;
    width: 75%;
    display: block; }
  .grid-lg-10 {
    float: left;
    width: 83.33333%;
    display: block; }
  .grid-lg-11 {
    float: left;
    width: 91.66667%;
    display: block; }
  .grid-lg-12 {
    float: left;
    width: 100%;
    display: block; } }

@media only screen and (min-width: 1450px) {
  .grid-xl-1 {
    float: left;
    width: 8.33333%;
    display: block; }
  .grid-xl-2 {
    float: left;
    width: 16.66667%;
    display: block; }
  .grid-xl-3 {
    float: left;
    width: 25%;
    display: block; }
  .grid-xl-4 {
    float: left;
    width: 33.33333%;
    display: block; }
  .grid-xl-5 {
    float: left;
    width: 41.66667%;
    display: block; }
  .grid-xl-6 {
    float: left;
    width: 50%;
    display: block; }
  .grid-xl-7 {
    float: left;
    width: 58.33333%;
    display: block; }
  .grid-xl-8 {
    float: left;
    width: 66.66667%;
    display: block; }
  .grid-xl-9 {
    float: left;
    width: 75%;
    display: block; }
  .grid-xl-10 {
    float: left;
    width: 83.33333%;
    display: block; }
  .grid-xl-11 {
    float: left;
    width: 91.66667%;
    display: block; }
  .grid-xl-12 {
    float: left;
    width: 100%;
    display: block; } }

@media only screen and (min-width: 768px) {
  .grid-form .grid-md-1 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-2 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-3 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-4 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-5 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-6 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-7 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-8 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-9 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-10 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-11 {
    padding: 0% 1.5%; }
  .grid-form .grid-md-12 {
    padding: 0% 1.5%; }
  .grid-form .grid-nopd-l {
    padding-left: 0%; }
  .grid-form .grid-nopd-r {
    padding-right: 0%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .grid-form .grid-md-nopd-l {
    padding-left: 0%; }
  .grid-form .grid-md-nopd-r {
    padding-right: 0%; } }

@media only screen and (min-width: 1024px) {
  .grid-form .grid-lg-1 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-2 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-3 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-4 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-5 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-6 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-7 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-8 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-9 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-10 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-11 {
    padding: 0% 1.5%; }
  .grid-form .grid-lg-12 {
    padding: 0% 1.5%; }
  .grid-form .grid-nopd-l {
    padding-left: 0%; }
  .grid-form .grid-nopd-r {
    padding-right: 0%; }
  .grid-form .grid-lg-nopd-l {
    padding-left: 0%; }
  .grid-form .grid-lg-nopd-r {
    padding-right: 0%; } }

header {
  display: none; }
  @media only screen and (min-width: 768px) {
    header {
      display: table-row; }
      header .pattern {
        height: 23px;
        background: #003754 url("../img/stars.png");
        background-size: 190px;
        background-repeat: repeat-x; }
      header .w-content {
        *zoom: 1;
        padding: 20px; }
        header .w-content:before, header .w-content:after {
          content: " ";
          display: table; }
        header .w-content:after {
          clear: both; }
      header .logo {
        width: 100%;
        max-width: 218px;
        display: inline-block;
        vertical-align: top; }
      header .header-nav {
        float: right;
        margin-top: 40px; } }

.feedback-page {
  min-height: 500px; }
  .feedback-page .grid-md-6 {
    float: none;
    margin: 0 auto; }

.home-page {
  background-color: #001f33; }
  .home-page header .pattern {
    background: none; }
  .home-page header .logo {
    margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .home-page .primary-menu a {
      color: #EBEBF2; } }
  .home-page main .w-content {
    background: url("../img/bg-odli.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .home-page main .w-content {
        background-size: 80%;
        background-position: right top; } }
  .home-page .main-content .logo {
    max-width: 275px; }
    @media only screen and (min-width: 768px) {
      .home-page .main-content .logo {
        max-width: 565px;
        margin: 10px auto; } }
  .home-page footer .wrapper {
    border-color: #EBEBF2; }
  .home-page footer a {
    color: #EBEBF2; }

main .w-content {
  padding-top: 120px;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    main .w-content {
      padding-top: 70px;
      height: 100%; } }

@media only screen and (min-width: 768px) {
  .first-menu {
    float: left;
    width: 20%;
    width: calc(270px); } }

@media only screen and (min-width: 768px) {
  .main-content {
    float: left;
    width: 80%;
    width: calc(100% - 270px); } }

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  margin-bottom: 20px; }

.main-content p {
  margin-bottom: 20px; }

.main-content .custom-accordion {
  margin-bottom: 20px; }

.main-content.custom-list h3 {
  margin-bottom: 5px; }

.main-content.custom-list h2 {
  font-size: 24px; }

.login-page {
  min-height: 500px; }

.header-magazine {
  *zoom: 1;
  margin-top: 30px; }
  .header-magazine:before, .header-magazine:after {
    content: " ";
    display: table; }
  .header-magazine:after {
    clear: both; }
  .header-magazine h1 {
    font-size: 1.625rem;
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    color: #000;
    font-weight: bold;
    line-height: 35px; }
    @media only screen and (min-width: 768px) {
      .header-magazine h1 {
        display: inline-block;
        vertical-align: top; } }
  .header-magazine h2 {
    font-size: 1.125rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #9B9B9B;
    line-height: 21px; }
  .header-magazine .download-magazine {
    font-size: 0.9375rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #003754;
    line-height: 17px;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .header-magazine .download-magazine {
        display: inline-block;
        vertical-align: middle;
        float: right; } }
    .header-magazine .download-magazine img {
      width: 20px; }
    .header-magazine .download-magazine:hover span {
      text-decoration: underline; }

.rdetalle-articles-container {
  padding: 20px 0px;
  display: table;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 70px; }
  .rdetalle-articles-container .single-arc-article {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px; }
    @media only screen and (min-width: 600px) {
      .rdetalle-articles-container .single-arc-article {
        width: 50%;
        width: calc((100% - 30px) / 2);
        margin-right: 30px; }
        .rdetalle-articles-container .single-arc-article:nth-of-type(2n) {
          margin-right: 0px; } }

.revista-search .table-rwd.two-fields td:first-of-type,
.revista-search .table-rwd.two-fields th:first-of-type {
  width: 100px; }

.table-revistas .article {
  width: 64%; }
  .table-revistas .article a {
    color: #003754; }

.table-revistas .author-original {
  width: 18%;
  text-align: center; }

.table-revistas .author-comment {
  width: 18%;
  text-align: right;
  padding-right: 10px; }


#revistas_filter{
  padding-bottom: 20px;
}

#tpublicacion_filter, #tparaules_clau_filter{ 
  width: 300px;
  padding-bottom: 35px;
}

/* Tooltip */ 
/* Contenedor del Tooltip */
#tool {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #434343;
  line-height: 1.25rem;
	background-color: #FFFFFF;
  cursor: pointer;  
  position: relative;
  text-align: left;
  width: 350px;
}

/* Mostrando los tooltips*/
#tool:hover .tooltip, #tool:hover .tooltip-css3 {
	display: block;
  margin: 100px 0 0 -250px;
  width: 450px;
  z-index: 1000;
}

/* Tooltip CSS 2.1 */
.tooltip:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777777;
    bottom: -6px; 
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
} 

.tooltip {
    background-color: #777777;
    color: #FFFFFF;
    display: none;
    left: 30%;
    padding: 10px 20px;
    position: absolute;
    top: -50px;
}

/* Tooltip CSS3 */
.tooltip-css3:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 20px solid #777777;
    bottom: -15px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    transform: skew(-45deg);
    width: 0;
}

.tooltip-css3 {
    background-color: #777777;
    border-radius: 100% 100% 100% 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: none;
    left: 30%;
    padding: 20px 30px;
    position: absolute;
    top: -80px;
}


