@charset "UTF-8";
/*
 * Clearfix
 *
 */
/**
 * Container
 */
/**
 * Reset list style
 *
 */
/**
 * Flex container
 */
/**
 * Font weight
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0; }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  border-radius: 8px; }

.blocker {
  z-index: 99; }

.modal {
  max-width: 100%;
  padding: 30px;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .modal {
      max-width: 50%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
span.wpcf7-not-valid-tip {
  background-color: #f00f00;
  color: #ffffff;
  font-weight: 600; }
  span.wpcf7-not-valid-tip:not(:empty) {
    padding: 0 15px; }

div.wpcf7-response-output {
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0; }
  div.wpcf7-response-output:not(:empty) {
    padding: 15px; }

div.wpcf7-validation-errors {
  background-color: #f00f00;
  color: #ffffff; }

div.wpcf7-mail-sent-ok {
  background-color: #f5f5f5;
  color: #000000; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after,
input[type="search"] {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background-color: #f5f5f5;
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #8a1a3e; }

hr {
  background-color: #f5f5f5;
  border: 0;
  height: 2px;
  margin: 30px 0; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

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

.divide--full {
  margin-left: -30px;
  margin-right: -30px; }

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.header {
  background-color: #f5f5f5;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }
  .logged-in .header {
    top: 32px !important; }
    @media screen and (max-width: 782px) {
      .logged-in .header {
        top: 46px !important; } }

.top-header {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px; }
  .top-header:before, .top-header:after {
    content: " ";
    display: table; }
  .top-header:after {
    clear: both; }

.top-header__right {
  float: right; }
  @media screen and (max-width: 768px) {
    .top-header__right {
      background-color: #ffffff;
      display: none;
      left: 0;
      padding: 15px 30px;
      position: fixed;
      top: 0;
      width: 100%; }
      .top-header__right.is-open {
        display: block; } }

.top-header__nav {
  float: left; }

.top-header__box-menu {
  display: none;
  font-size: 14px;
  line-height: 1;
  margin: 18px 0 11px; }
  .top-header__box-menu:before, .top-header__box-menu:after {
    content: " ";
    display: table; }
  .top-header__box-menu:after {
    clear: both; }
  @media screen and (min-width: 769px) {
    .top-header__box-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }

.bottom-header {
  background-color: #fff; }

.bottom-header__menu-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.footer {
  background-color: #ededed;
  color: #9d9c9c; }

.footer__content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 769px) {
    .footer__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  .footer__content::after {
    content: ""; }

.footer__box {
  margin-right: 100px; }
  @media screen and (max-width: 1100px) {
    .footer__box {
      margin-right: 5%; } }
  .footer__box:last-child {
    border-top: 5px solid #8a1a3e;
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
    -moz-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    margin-right: 0; }

.breadcrumbs-wrapper {
  background-color: #ffffff;
  border-bottom: 2px solid #f5f5f5;
  padding: 10px 30px; }

.button {
  background-color: #ffffff;
  color: #8a1a3e;
  display: inline-block;
  font-weight: 600;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .125s linear all;
  -moz-transition: .125s linear all;
  transition: .125s linear all; }
  .button--full {
    display: block;
    text-align: center; }
  .button--outlined {
    border: 2px solid #8a1a3e; }
    .button--outlined:hover {
      background-color: #8a1a3e;
      color: #ffffff; }

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

.menu__link {
  color: inherit;
  display: block;
  text-decoration: none; }

.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; }
  .main-nav.is-open {
    display: block; }
  @media screen and (max-width: 1100px) {
    .main-nav {
      background-color: #ffffff;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1101px) {
    .main-nav {
      display: table;
      width: 100%; } }

.main-nav__item {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase; }
  @media screen and (min-width: 1101px) {
    .main-nav__item {
      display: table-cell;
      text-align: center; } }
  @media screen and (max-width: 1100px) {
    .main-nav__item {
      border-bottom: 1px solid #f5f5f5; } }
  .main-nav__item:hover, .main-nav__item.current-menu-item, .main-nav__item.current_page_parent {
    background-color: #ffffff; }
  @media screen and (min-width: 1101px) {
    .main-nav__item:hover .submenu {
      display: block; } }

.main-nav__link {
  display: block;
  padding: 10px 15px; }

.menu-item-has-children .main-nav__link .menu__arrow {
  margin-left: 5px; }
  .menu-item-has-children .main-nav__link .menu__arrow::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.languages-nav {
  color: #6f6f6f;
  font-size: 18px; }

.languages-nav__item {
  display: block;
  float: left; }
  .languages-nav__item + .languages-nav__item::before {
    content: "|";
    margin: 0 5px; }
  .languages-nav__item.is-active .languages-nav__link {
    font-weight: 600; }

.languages-nav__link {
  display: inline;
  text-transform: uppercase; }

.secondary-nav {
  margin-right: 35px; }

.secondary-nav__item {
  color: #6f6f6f; }
  .secondary-nav__item:hover, .secondary-nav__item.is-active {
    color: #565656;
    text-decoration: underline; }

.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-top: 1px solid rgba(222, 222, 222, 0.2);
  display: none; }
  @media screen and (max-width: 1100px) {
    .submenu {
      position: static;
      padding: 0 15px; }
      .submenu.is-active {
        display: block; } }
  @media screen and (min-width: 1101px) {
    .submenu {
      position: absolute;
      z-index: 9; } }

.submenu__item {
  padding: 5px 10px;
  text-align: left; }
  @media screen and (min-width: 1101px) {
    .submenu__item + .submenu__item {
      border-top: 1px solid #000000; } }
  .submenu__item:hover, .submenu__item.is-active {
    background-color: #8a1a3e;
    color: #ffffff; }

.box-aree-attivita {
  overflow: hidden;
  position: relative; }

.box-aree-attivita__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.box-aree-attivita__image {
  display: block;
  height: auto;
  -webkit-transition: .225s linear transform;
  -moz-transition: .225s linear transform;
  transition: .225s linear transform;
  width: 100%; }
  .box-aree-attivita:hover .box-aree-attivita__image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.box-aree-attivita__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 33px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }

.boxed-title {
  background-color: rgba(255, 255, 255, 0.8);
  border-left: 15px solid #8a1a3e;
  color: #8a1a3e;
  line-height: 1.2;
  padding: 15px 40px; }
  .boxed-title p {
    margin: 0; }

.boxed-title__main {
  font-size: 22px;
  font-weight: 400;
  margin: 0; }

.boxed-title__sub {
  color: #6f6f6f;
  font-size: 20px;
  font-weight: 400;
  margin: 0; }

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px; }
  .breadcrumbs:before, .breadcrumbs:after {
    content: " ";
    display: table; }
  .breadcrumbs:after {
    clear: both; }
  .breadcrumbs li {
    float: left; }
  .breadcrumbs li a {
    color: inherit;
    text-decoration: none; }
    .breadcrumbs li a:hover {
      text-decoration: underline; }
  .breadcrumbs li.current_item span {
    font-weight: 600; }

.breadcrumbs li + li::before {
  content: ">";
  margin-left: 8px;
  margin-right: 4px; }

.footer-widget {
  padding: 15px 0; }
  .footer-widget a {
    color: inherit;
    text-decoration: none; }
  .footer-widget p,
  .footer-widget ul {
    line-height: 1.4;
    margin: 0; }
  .footer-widget--contattaci a {
    border-bottom: 1px solid currentColor;
    color: #8a1a3e; }
    .footer-widget--contattaci a:hover {
      border-bottom-width: 2px; }

.footer-widget__title {
  font-size: 18px;
  margin: 0 0 15px; }

.footer-widget__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px; }
  .footer-widget__social li + li {
    margin-left: 15px; }
  .footer-widget__social a[href*="facebook"]:hover {
    color: #3b5998; }
  .footer-widget__social a[href*="facebook"] i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .footer-widget__social a[href*="facebook"] i::before {
      content: ""; }
  .footer-widget__social a[href*="twitter"]:hover {
    color: #00b6f1; }
  .footer-widget__social a[href*="twitter"] i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .footer-widget__social a[href*="twitter"] i::before {
      content: ""; }
  .footer-widget__social a[href*="youtube"]:hover {
    color: #b31217; }
  .footer-widget__social a[href*="youtube"] i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .footer-widget__social a[href*="youtube"] i::before {
      content: ""; }
  .footer-widget__social a[href*="linkedin"]:hover {
    color: #007bb6; }
  .footer-widget__social a[href*="linkedin"] i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .footer-widget__social a[href*="linkedin"] i::before {
      content: ""; }
  @media screen and (max-width: 768px) {
    .footer-widget__social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.footer-widget__menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-widget__menu a:hover {
    text-decoration: underline; }

.image-header {
  background: center center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative; }
  .image-header--big {
    height: 400px; }
  .image-header::after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    right: 0; }

@media screen and (max-width: 769px) {
  .single-bcrd_professionista .image-header {
    background-position: -934px 30px; } }

.image-header__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  position: relative; }

@media screen and (max-width: 769px) {
  .single-bcrd_professionista .image-header:after {
    background-color: transparent; } }

@media screen and (max-width: 769px) {
  .single-bcrd_professionista .image-header__content--fixLeft {
    top: inherit;
    bottom: 0; } }

.image-header__content {
  position: absolute; }
  .image-header__content--fixLeft {
    left: 0;
    top: 80px; }
  .image-header__content--fixRight {
    right: 0;
    top: 80px; }

.logo {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .logo {
      float: left; } }

.logo__image {
  display: block;
  height: auto;
  width: 100%;
  margin-top: 20px; }

.main-title {
  border-left: 8px solid currentColor;
  color: #8a1a3e;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-left: 15px;
  text-transform: uppercase; }

.news-card {
  background-color: #ffffff;
  height: 100%;
  line-height: 1.4;
  padding: 15px;
  border-top: 5px solid #8a1a3e; }
  .news-card--no-image {
    border-top: 5px solid #8a1a3e; }

.news-card__image {
  margin: 0 -15px; }
  .news-card__image img {
    display: block;
    height: auto;
    max-width: 100%; }

.news-card__title {
  color: #6f6f6f;
  font-size: 20px;
  margin: 20px 0;
  text-transform: uppercase; }

.news-card__date {
  color: #8a1a3e;
  font-size: 20px;
  display: block;
  margin: 0px 0 20px 0; }

.news-card__excerpt {
  font-weight: 300; }

.news-card__more {
  color: #8a1a3e;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 20px;
  text-decoration: none; }

.professionisti-card {
  line-height: 1.4; }

.professionisti-card__image {
  margin: 0;
  overflow: hidden;
  position: relative; }
  .professionisti-card__image img {
    display: block;
    height: auto;
    width: 100%; }
  .professionisti-card__image:hover .professionisti-card__image-color {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.professionisti-card__image-color {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .225s linear all;
  -moz-transition: .225s linear all;
  transition: .225s linear all; }

.professionisti-card__name {
  color: #6f6f6f;
  font-size: 26px;
  margin: 10px 0 0; }
  .professionisti-card__name a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .125s linear color;
    -moz-transition: .125s linear color;
    transition: .125s linear color; }
    .professionisti-card__name a:hover {
      color: #494949; }

.professionisti-card__title {
  color: #811635;
  font-size: 24px;
  font-weight: 400;
  margin: 5px 0 10px; }

.professionisti-card__link {
  display: block;
  color: #b4a892;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: .125s linear color;
  -moz-transition: .125s linear color;
  transition: .125s linear color; }
  .professionisti-card__link i {
    margin-left: 10px;
    -webkit-transition: .125s linear margin-left;
    -moz-transition: .125s linear margin-left;
    transition: .125s linear margin-left;
    vertical-align: middle; }
  .professionisti-card__link:hover {
    color: #948466; }
    .professionisti-card__link:hover i {
      margin-left: 5px; }

.pubblicistica-card {
  border-top: 1px solid #eeeeee;
  line-height: 1.4;
  margin-top: 40px;
  padding-top: 40px; }

.pubblicistica-card__title {
  color: #8a1a3e;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin: 8px 0; }

.pubblicistica-card__content {
  font-size: 20px; }
  .pubblicistica-card__content p {
    margin: 0; }

.pubblicistica-card__actions {
  margin-top: 30px; }
  .pubblicistica-card__actions a {
    margin-right: 15px; }
    @media screen and (max-width: 500px) {
      .pubblicistica-card__actions a {
        display: block;
        text-align: center; } }
  .pubblicistica-card__actions a + a {
    margin-top: 15px; }

.video_embed_card {
  margin-top: 30px; }

.search-form {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #9d9c9c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.search-form__field {
  border: 2px solid #9d9c9c;
  border-right: 0;
  background-color: transparent;
  height: 35px;
  margin: 0;
  min-width: 280px;
  padding: 3px 15px;
  -webkit-transition: .3s linear border;
  -moz-transition: .3s linear border;
  transition: .3s linear border;
  width: 100%; }
  .search-form__field::-webkit-input-placeholder {
    color: #9d9c9c; }
  .search-form__field:-moz-placeholder {
    color: #9d9c9c; }
  .search-form__field::-moz-placeholder {
    color: #9d9c9c; }
  .search-form__field:-ms-input-placeholder {
    color: #9d9c9c; }
  .search-form__field::-ms-input-placeholder {
    color: #9d9c9c; }
  .search-form__field::placeholder {
    color: #9d9c9c; }
  .search-form__field:focus {
    border-color: #8a1a3e;
    color: #8a1a3e;
    outline: 0; }

.search-form__submit {
  background-color: #8a1a3e;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  height: 35px;
  padding: 0 12px;
  -webkit-transition: .3s linear background-color;
  -moz-transition: .3s linear background-color;
  transition: .3s linear background-color; }
  .search-form__submit:hover, .search-form__submit:focus, .search-form__submit:active {
    background-color: #751634;
    outline: 0; }

.search-form__icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .search-form__icon::before {
    content: ""; }

.single-post-item {
  padding-right: 30px; }

.single-post-item__image {
  display: block;
  height: auto;
  margin: 0 -30px;
  max-width: initial;
  width: -moz-calc(100% + 90px);
  width: calc(100% + 90px); }

.single-post-item__title {
  color: #8a1a3e;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0 0; }

.single-post-item__date {
  color: #8a1a3e;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 40px; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-menu__item + .sidebar-menu__item {
  margin-top: 5px; }

.sidebar-menu__item:hover {
  background-color: #efede9;
  border-left-color: #8a1a3e; }

.sidebar-pages ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-pages ul li {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 25px; }

.sidebar-pages ul li.name_collaboratore a {
  text-transform: capitalize;
  color: #8a1a3e;
  font-size: 18px; }

.sidebar-pages ul li.name_collaboratore a:hover {
  text-decoration: none; }

.sidebar-pages ul li.elementi_correlati a {
  text-transform: none;
  color: #8a1a3e;
  font-size: 18px; }

.sidebar-pages ul li.elementi_correlati a:hover {
  text-decoration: none; }

.sidebar-pages ul li a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  line-height: 22px;
  text-transform: uppercase; }
  .sidebar-pages ul li a:hover {
    text-decoration: underline; }

.sidebar-pages ul li span {
  color: #999;
  display: block;
  margin: 0; }

.sidebar-pages .collaboratori {
  margin-bottom: 30px; }

.sidebar-pages .responsabile {
  margin-bottom: 30px; }
  .sidebar-pages .responsabile .name_resp {
    margin-bottom: 0; }
    .sidebar-pages .responsabile .name_resp a {
      text-decoration: none; }
  .sidebar-pages .responsabile .ruolo_resp {
    margin-top: 0;
    margin-bottom: 0; }
  .sidebar-pages .responsabile .tel_resp {
    display: block;
    text-decoration: none; }
  .sidebar-pages .responsabile .mail_resp {
    display: block;
    text-decoration: none; }

.sidebar-title {
  background-color: #f3f2ef;
  border-left: 4px solid #b52251;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: .125s linear background-color, .225s linear border-left-color;
  -moz-transition: .125s linear background-color, .225s linear border-left-color;
  transition: .125s linear background-color, .225s linear border-left-color; }
  .sidebar-title-tp {
    background-color: #fff;
    margin-top: 40px; }

.sidebar-title__content {
  color: inherit;
  display: block;
  text-decoration: none; }

.mobile-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }
  @media screen and (min-width: 1101px) {
    .mobile-nav {
      display: none; } }

.mobile-nav__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .mobile-nav__content:last-child {
    margin-left: auto; }

.mobile-nav__icon {
  background-color: #ffffff;
  border: 0;
  color: #8a1a3e;
  font-size: 21px;
  margin-right: 5px;
  padding: 0 10px;
  text-decoration: none; }

.mobile-nav__icon--search {
  background-color: #8a1a3e;
  color: #ffffff; }
  @media screen and (min-width: 769px) {
    .mobile-nav__icon--search {
      display: none; } }

.mobile-nav__icon--lang {
  text-transform: uppercase; }
  .mobile-nav__icon--lang:hover, .mobile-nav__icon--lang.is-active {
    background-color: #8a1a3e;
    color: #ffffff; }
  @media screen and (min-width: 769px) {
    .mobile-nav__icon--lang {
      display: none; } }

.mobile-nav__icon--menu {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  .accordion + .accordion {
    margin-top: 20px; }
  .accordion__title {
    cursor: pointer; }
  .accordion__content {
    display: none; }
    .accordion__content.is-open {
      display: block; } }

.custom-slider .owl-dots {
  bottom: 55px;
  position: absolute;
  right: 15px;
  z-index: 1;
  -webkit-tap-highlight-color: transparent; }
  .custom-slider .owl-dots.disabled {
    display: none; }

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

.custom-slider .owl-dots .owl-dot span {
  background-color: #ffffff;
  border-radius: 30px;
  display: block;
  height: 15px;
  margin: 5px 7px;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  width: 15px;
  -webkit-backface-visibility: visible; }

.custom-slider .owl-dots .owl-dot.active span,
.custom-slider .owl-dots .owl-dot:hover span {
  background-color: #8a1a3e; }

.custom-slider__dots {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.custom-slider--homepage,
.custom-slider--homepage .owl-stage-outer,
.custom-slider--homepage .owl-stage,
.custom-slider--homepage .owl-item {
  height: 100%; }

.wp-pagenavi a, .wp-pagenavi span {
  background-color: #ffffff;
  border: 0;
  font-size: 14px;
  margin: 2px;
  padding: 7px 15px;
  text-decoration: none; }
  .wp-pagenavi-container--content .wp-pagenavi a, .wp-pagenavi .wp-pagenavi-container--content a, .wp-pagenavi-container--content .wp-pagenavi span, .wp-pagenavi .wp-pagenavi-container--content span {
    outline: 1px solid #8a1a3e; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #8a1a3e;
  color: #ffffff; }

.wp-pagenavi-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.wp-pagenavi-container--centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wp-pagenavi-container--content {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  padding-top: 25px; }

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.webinar-item__title {
  color: #8a1a3e;
  font-size: 20px;
  line-height: 1.3;
  margin: 0; }

.webinar-item__date {
  font-weight: 600;
  display: block;
  line-height: 1; }

.webinar-item__image {
  margin: 15px 0 25px; }
  .webinar-item__image img {
    width: 100%; }

.form-video__item + .form-video__item {
  margin-top: 15px; }

.form-video__item input[type="text"],
.form-video__item input[type="email"],
.form-video__item textarea {
  background-color: #f5f5f5;
  border: 0;
  display: block;
  outline: 0;
  padding: 7px 15px;
  width: 100%; }
  .form-video__item input[type="text"]:focus,
  .form-video__item input[type="email"]:focus,
  .form-video__item textarea:focus {
    outline: 1px solid #eee; }

.cookie-box {
  background-color: #ffffff;
  border-top: 3px solid #8a1a3e;
  bottom: 0;
  color: #8a1a3e;
  left: 0;
  margin: 0;
  padding: 4px 15px;
  position: fixed;
  text-align: left;
  width: 100%;
  z-index: 9999;
  font-size: 12px; }

.cookie-box__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.cookie-box__button--details {
  margin: 0 15px 0 1px; }

.cookie-box__button--accept {
  background-color: #8a1a3e;
  color: #ffffff;
  font-size: 16px;
  margin-left: auto;
  padding: 0 12px;
  text-decoration: none; }

.content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.main {
  background-color: #ffffff;
  padding: 40px 30px; }
  .main--has-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

@media screen and (min-width: 993px) {
  .main__column {
    float: left; } }

@media screen and (min-width: 993px) {
  .main__column--left {
    width: 70%; } }

.main__column--right {
  width: 100%; }
  @media screen and (min-width: 993px) {
    .main__column--right {
      width: 30%;
      padding-left: 30px; } }

@media screen and (min-width: 993px) {
  .main__column--noPaddingRight {
    margin-right: -30px;
    padding-left: 30px;
    width: -moz-calc(30% + 30px);
    width: calc(30% + 30px); }
    .main__column--noPaddingRight .add-padding-right {
      padding-right: 30px; } }

.page-title {
  margin: 0 0 40px; }

.post-content {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4; }
  .post-content p {
    margin: 0 0 22px; }
  .post-content ul {
    margin: 0 0 22px;
    padding: 0 0 0 30px; }
  .post-content h1,
  .post-content h2 {
    color: #8a1a3e;
    font-size: 30px;
    font-weight: 400;
    margin: 0; }

.news-grid-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px; }

.news-grid-list__item {
  background-color: #ffffff;
  background-clip: content-box;
  padding: 15px;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .news-grid-list__item {
      width: -moz-calc(100% / 2);
      width: calc(100% / 2); } }
  @media screen and (min-width: 900px) {
    .news-grid-list__item {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3); } }

.page-professionisti-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .page-professionisti-header .post-content {
    font-size: 20px; }

@media screen and (min-width: 769px) {
  .page-professionisti-header__left {
    width: 70%; } }

.page-professionisti-header__right {
  width: 30%; }
  @media screen and (max-width: 768px) {
    .page-professionisti-header__right {
      display: none; } }

.professionisti-grid {
  margin: 0 -30px; }

.professionisti-grid__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 15px; }

.professionisti-grid__item {
  padding: 0 15px 80px;
  width: 100%; }
  @media screen and (min-width: 590px) {
    .professionisti-grid__item {
      width: -moz-calc(100% / 2);
      width: calc(100% / 2); } }
  @media screen and (min-width: 769px) {
    .professionisti-grid__item {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3); } }
  @media screen and (min-width: 940px) {
    .professionisti-grid__item {
      width: -moz-calc(100% / 4);
      width: calc(100% / 4); } }

.professionisti-section {
  background-color: #f4f1ef;
  font-size: 22px;
  font-weight: 300;
  padding: 10px 20px;
  text-transform: uppercase; }
  .professionisti-section--fix-margin {
    margin-top: -50px; }
  @media screen and (min-width: 769px) {
    .professionisti-section {
      margin: 0 0 40px; } }

.contatti-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contatti-grid__item {
  width: 100%; }
  @media screen and (min-width: 993px) {
    .contatti-grid__item {
      width: 50%; }
      .contatti-grid__item:first-child {
        padding-right: 15px; }
      .contatti-grid__item:last-child {
        padding-left: 15px; } }
  .contatti-grid__item iframe {
    width: 100%; }

.network-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0; }

.network-grid__img {
  width: 100%;
  margin: 30px 0 5px 0; }
  @media screen and (min-width: 993px) {
    .network-grid__img {
      width: 30%;
      margin: 20px 0; } }

.network-grid__txt {
  width: 100%;
  margin: 20px 0; }
  @media screen and (min-width: 993px) {
    .network-grid__txt {
      width: 70%; } }

.homepage-intro {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  padding: 40px 0;
  text-align: center; }
  .homepage-intro p {
    margin: 0; }

.contatti-content {
  font-size: 18px; }
  .contatti-content a {
    color: #000000;
    text-decoration: none; }
    .contatti-content a:last-child::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin: 0 7px 0 15px; }
    .contatti-content a:hover {
      text-decoration: underline; }

.contatti-map-title {
  color: #8a1a3e;
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px; }

.referenze {
  margin-top: 60px; }

.referenze-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.referenze-grid__item {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .referenze-grid__item {
      padding: 0;
      text-align: center;
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .referenze-grid__item:last-child {
      padding-left: 30px; } }

.referenze__title {
  font-size: 22px;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .referenze__title {
      background-color: #8a1a3e;
      color: #ffffff;
      cursor: pointer;
      padding: 10px 30px;
      text-transform: uppercase; } }

.referenze__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    .referenze__list {
      display: none;
      padding: 20px 0; } }

.page-404 {
  text-align: center; }
  .page-404 h1,
  .page-404 h2,
  .page-404 p {
    margin: 0; }
  .page-404 h1 {
    color: #8a1a3e;
    font-size: 150px;
    line-height: 1; }
  .page-404 form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }

.search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px; }

.search-post {
  margin: 0;
  padding: 20px 0px; }
  .search-post + .search-post {
    border-top: 2px solid #f5f5f5; }

.search-post-title {
  color: #8a1a3e;
  line-height: 1;
  margin: 0 0 5px;
  text-transform: uppercase; }

.search-term-query {
  background-color: #8a1a3e;
  color: #ffffff;
  padding: 0 5px; }

.webinar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.webinar-content-item {
  padding: 0 15px 30px;
  width: 100%; }
  @media screen and (min-width: 590px) {
    .webinar-content-item {
      width: -moz-calc(100% / 2);
      width: calc(100% / 2); } }
  @media screen and (min-width: 940px) {
    .webinar-content-item {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3); } }

.social__header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right; }

.social__header a {
  color: #9d9c9c; }

.social__header .footer-widget__social {
  float: right; }

.home .image-header {
  height: 400px; }

.home .boxed-title {
  text-align: left; }

.home .image-header__content--fixRight {
  bottom: 45px;
  top: inherit;
  left: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.home .custom-slider .owl-dots {
  left: 15px;
  right: inherit; }

.rowTab {
  float: left; }

.pubblicistica-card__actions .tab_pubblicistica a {
  margin: 0; }

.pubblicistica-card__title a {
  text-decoration: none; }

.tab_pubblicistica .fas {
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: 5px;
  font-style: normal;
  display: inline-block; }

.tab_pubblicistica ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.tab_pubblicistica ul.tabs li {
  cursor: pointer; }

.tab_pubblicistica ul.tabs li.current {
  color: #545454; }

.tab_pubblicistica ul.tabs li.current .fas {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.tab_pubblicistica .tab-content {
  display: none;
  margin-top: 20px; }

.post-type-archive-bcrd_pubblicistica .tab_pubblicistica .envira-gallery-wrap .envira-gallery-public {
  /*height:auto !important;*/ }

.tab_pubblicistica .tab-content.current {
  display: inherit; }

.tab_pubblicistica .owl-carousel .owl-nav {
  position: absolute;
  top: 29%;
  width: 100%; }

.tab_pubblicistica .owl-carousel .owl-nav .jg-entry {
  width: 45px !important;
  height: 45px !important;
  background-color: rgba(144, 29, 66, 0.7);
  text-indent: -9999px;
  font-family: "FontAwesome";
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center center; }

.tab_pubblicistica .owl-carousel .owl-dots {
  display: none; }

.tab_pubblicistica .owl-carousel .owl-nav .owl-prev {
  left: 5px !important; }

.tab_pubblicistica .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/angle-left-solid.svg); }

.tab_pubblicistica .owl-carousel .owl-nav .owl-next {
  right: 0 !important;
  left: inherit !important;
  background-image: url(../images/angle-right-solid.svg); }

.page-template-sidebar-right-area-legale .news-card__date, .page-template-sidebar-right-area-finanza .news-card__date {
  display: none; }

@media screen and (max-width: 500px) {
  .tab_pubblicistica .rowTab {
    float: none; }
  .tab_pubblicistica ul.tabs li {
    text-align: center;
    display: block; } }

.social__header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right; }

.social__header a {
  color: #9d9c9c; }

.social__header .footer-widget__social {
  float: right; }

.home .image-header {
  height: 400px; }

.home .boxed-title {
  text-align: left; }

.home .image-header__content--fixRight {
  bottom: 45px;
  top: inherit;
  right: 15px; }

.home .custom-slider .owl-dots {
  left: 15px;
  right: inherit; }

.rowTab {
  float: left; }

.pubblicistica-card__actions .tab_pubblicistica a {
  margin: 0; }

.pubblicistica-card__title a {
  text-decoration: none; }

.tab_pubblicistica .fas {
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: 5px;
  font-style: normal;
  display: inline-block; }

.tab_pubblicistica ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.tab_pubblicistica ul.tabs li {
  cursor: pointer; }

.tab_pubblicistica ul.tabs li.current {
  color: #545454; }

.tab_pubblicistica ul.tabs li.current .fas {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.tab_pubblicistica .tab-content {
  display: none;
  margin-top: 20px; }

.post-type-archive-bcrd_pubblicistica .tab_pubblicistica .envira-gallery-wrap .envira-gallery-public {
  /*height:auto !important;*/ }

.tab_pubblicistica .tab-content.current {
  display: inherit; }

.tab_pubblicistica .owl-carousel .owl-nav {
  position: absolute;
  top: 29%;
  width: 100%; }

.tab_pubblicistica .owl-carousel .owl-nav .jg-entry {
  width: 45px !important;
  height: 45px !important;
  background-color: rgba(144, 29, 66, 0.7);
  text-indent: -9999px;
  font-family: "FontAwesome";
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center center; }

.tab_pubblicistica .owl-carousel .owl-dots {
  display: none; }

.tab_pubblicistica .owl-carousel .owl-nav .owl-prev {
  left: 5px !important; }

.tab_pubblicistica .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/angle-left-solid.svg); }

.tab_pubblicistica .owl-carousel .owl-nav .owl-next {
  right: 0 !important;
  left: inherit !important;
  background-image: url(../images/angle-right-solid.svg); }

.page-template-sidebar-right-area-legale .news-card__date, .page-template-sidebar-right-area-finanza .news-card__date {
  display: none; }

@media screen and (max-width: 500px) {
  .tab_pubblicistica .rowTab {
    float: none; }
  .tab_pubblicistica ul.tabs li {
    text-align: center;
    display: block; } }

.icoHP {
  margin: 35px auto;
  padding: 35px 45px;
  background-color: #fff; }
  .icoHP > div {
    padding: 0 !important; }
  .icoHP .professionisti-grid__item:last-child .iconeHome {
    padding-bottom: 0px !important;
    border-bottom: 0px none !important;
    margin-bottom: 0px !important; }

.iconeHome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
  text-decoration: none; }
  .iconeHome div {
    width: 75px;
    height: 75px;
    text-align: center;
    display: block; }
    .iconeHome div img {
      max-width: 65px;
      max-height: 60px;
      height: auto;
      width: auto;
      padding: 7px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 50%; }
  .iconeHome p {
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4em;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000; }
    .iconeHome p::after {
      content: url("/src/themes/bacciardi/source/images/arrow-right.svg");
      width: 5px;
      display: inline-block;
      margin-left: 10px; }

@media screen and (min-width: 940px) {
  .colonna_1 {
    width: 30%; }
  .colonna_2 {
    width: 25%; }
  .colonna_3 {
    width: 20%; }
  .colonna_4 {
    width: 25%; } }

@media screen and (max-width: 590px) {
  .icoHP {
    padding: 20px; }
    .icoHP .professionisti-grid__item:last-child .iconeHome {
      padding-bottom: 0px !important;
      border-bottom: 0px none !important;
      margin-bottom: 0px !important; }
  .iconeHome {
    padding-bottom: 5px;
    margin-bottom: 5px; }
    .iconeHome p:after {
      width: 10px;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .boxed-title__main {
    font-size: 18px; } }

@media screen and (min-width: 590px) and (max-width: 768px) {
  .icoHP .professionisti-grid__item:nth-last-child(2) .iconeHome {
    padding-bottom: 0px !important;
    border-bottom: 0px none !important;
    margin-bottom: 0px !important; } }

@media screen and (min-width: 940px) {
  .icoHP .professionisti-grid__item:nth-last-child(2) .iconeHome {
    padding-bottom: 0px !important;
    border-bottom: 0px none !important;
    margin-bottom: 0px !important; } }
