@charset "UTF-8";
/*  

Description: Custom Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ================================================ 

a) for buttons: button || bigger, smaller || light radius, rounded || bordered, thick-bordered || color-paletteN-fill, color-paletteN-border, color-paletteN-text
b) for titles: section-title, hero-title > h2, h3, h4 && hr && p || color-paletteN-text 
c) for content: the-content || two-cols, three-cols 
d) for social: social ( <ul> ) || light-radius, rounded, bordered || color-paletteN-fill, color-paletteN-border
e) for top bar: quick-contact ( <div> ) > quick-icon > i, img && quick-text > a
f) for langs dropdown: langs ( <dropdown bootstrap4> ) || inline flags && rounded, light-radius
g) for menu: bee-simple-nav ( <nabvar bootstrap4>) || hero-nav && two-cols, with-dots > hero-nav-title (<h3> & hr)
h) for widgets: widget && widget-menu, widget-contacts-info, widget-text
i) for blocks: block-text > photo && text ( <h2> && <h3> && <h4> || <img>, <hr> || <p> || <a> )
j) for slick: squared-dots || squared-arrows
/* ================================================ 

1.0 - Main Style
	1.1 - Main Imports
	1.2 - Main Items
	1.3 - Main Blocks
	1.4 - Forms
	1.5 - Widgets
	1.6 - Sliders & Carousels
2.0 - The Home page
	2.1 - Header & Menu
	2.2 - Home Sections
3.0 - The Pages
4.0 - Responsive & CSS Animations

	
/* ============================================= */
/* ==== 1.0 - Main Style					==== */
/* ============================================= */
/* ==== 1.1 - Main Imports					==== */
/* ============================================= */
/*  

Description: Variables
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/** COLORS **/
/** FONTS **/
@import url("https://fonts.googleapis.com/css?family=Cabin:400,700|Libre+Franklin:400,700");
/** BOOTSTRAP **/
/*  

Description: Mixins
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/** =============== Border Radius ===============  **/
/** =============== Box Shadow ===============  **/
/** =============== Opacity ===============  **/
/** =============== Transitions ===============  **/
/** =============== Transform ===============  **/
/** =============== Font Awesome ===============  **/
/*  

Description: Custom
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - Includes Customs				==== */
/* ============================================= */
/*  

Description: Custom
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - Reset							==== */
/* ============================================= */
* {
  outline: none !important;
  -webkit-overflow-scrolling: touch; }

body {
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif; }

img {
  width: 100%;
  height: auto;
  display: inline-block;
  flex-shrink: 0; }

p {
  line-height: 160%;
  margin: 0 0 10px 0; }
  p a {
    font-size: inherit;
    font-style: inherit;
    color: inherit;
    font-weight: inherit; }

a {
  color: #336A95;
  text-decoration: none;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  a:hover {
    text-decoration: none; }

strong {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Cabin", sans-serif;
  margin: 0;
  line-height: 120%; }

ol li,
ul li {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

button {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

/*  

Description: Custom - Gutters & Spacing
Version: 1.0

/* ============================================= */
/* ==== 1.1 - Gutters & Spacing				==== */
/* ============================================= */
.small-content-area {
  padding: 20px 0; }

.content-area {
  padding: 40px 0; }

.big-content-area {
  padding: 60px 0; }

.huge-content-area {
  padding: 80px 0; }

.hero-content-area {
  padding: 120px 0; }

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

.bg-fixed {
  background-attachment: scroll !important; }

.container-fluid {
  max-width: 1400px; }
  .container-fluid.full-width {
    max-width: none; }
  .container-fluid.smaller-width {
    max-width: 1200px; }

/* ==== 1.1.1 - Gutters & Spacing - Wide Screens				==== */
@media only screen and (min-width: 1280px) {
  .content-area {
    padding: 60px 0; }
  .big-content-area {
    padding: 80px 0; }
  .huge-content-area {
    padding: 100px 0; }
  .hero-content-area {
    padding: 140px 0; } }

/* ==== 1.1.2 - Gutters & Spacing - Tablet & Smartphone Commons	==== */
@media only screen and (max-width: 991px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .small-content-area,
  .content-area,
  .big-content-area {
    padding: 40px 0; }
  .huge-content-area,
  .hero-content-area {
    padding: 80px 0; } }

/*  

Description: Custom - Backgrounds and Layers
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - Bgs & Layers					==== */
/* ============================================= */
/* ==== 1.1.1 - Background Colors			==== */
.color-palette1-bg {
  background-color: #336A95 !important; }

.color-palette2-bg {
  background-color: #868A7C !important; }

.color-palette3-bg {
  background-color: #DFE7D0 !important; }

.color-dark-bg {
  background-color: #020306 !important; }

.color-white-bg {
  background-color: #fff !important; }

.color-light-grey-bg {
  background-color: #f6f6f6 !important; }

/* ==== 1.1.2 - Block & Photo Layers		==== */
.color-palette1-layer,
.color-palette2-layer,
.color-palette3-layer,
.color-white-layer,
.color-light-grey-layer,
.color-dark-layer {
  position: relative; }
  .color-palette1-layer:before,
  .color-palette2-layer:before,
  .color-palette3-layer:before,
  .color-white-layer:before,
  .color-light-grey-layer:before,
  .color-dark-layer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.color-palette1-layer:before {
  background: #336A95; }

.color-palette2-layer:before {
  background: #868A7C; }

.color-palette3-layer:before {
  background: #DFE7D0; }

.color-white-layer:before {
  background: #fff; }

.color-light-grey-layer:before {
  background: #f6f6f6; }

.color-dark-layer:before {
  background: #020306; }

/* ==== 1.1.3 - Text Colors					==== */
.text-palette1 {
  color: #336A95; }

.text-palette2 {
  color: #868A7C; }

.text-palette3 {
  color: #DFE7D0; }

.text-dark {
  color: #020306; }

.text-white {
  color: #fff; }

.text-light-grey {
  color: #f6f6f6; }

/*  

Description: Custom - Buttons
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - The Buttons					==== */
/* ============================================= */
.button {
  display: inline-block;
  padding: 12px 30px;
  font-size: 12px;
  color: #336A95; }
  .button.smaller {
    padding: 6px 24px; }
  .button.bigger {
    padding: 16px 34px; }
  .button.light-radius {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important; }
  .button.rounded {
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
    border-radius: 100px !important; }
  .button.bordered {
    border: 1px solid transparent; }
  .button.thick-bordered {
    border: 2px solid transparent; }
  .button.color-palette1-fill {
    background: #336A95;
    color: #fff; }
    .button.color-palette1-fill:hover {
      background: #fff;
      color: #336A95; }
  .button.color-palette2-fill {
    background: #868A7C;
    color: #fff; }
    .button.color-palette2-fill:hover {
      background: #fff;
      color: #868A7C; }
  .button.color-palette3-fill {
    background: #DFE7D0;
    color: #fff; }
    .button.color-palette3-fill:hover {
      background: #fff;
      color: #DFE7D0; }
  .button.color-dark-fill {
    background: #020306;
    color: #fff; }
    .button.color-dark-fill:hover {
      background: #fff;
      color: #020306; }
  .button.color-white-fill {
    background: #fff;
    color: #020306; }
    .button.color-white-fill:hover {
      background: #020306;
      color: #fff; }
  .button.color-light-grey-fill {
    background: #f6f6f6;
    color: #020306; }
    .button.color-light-grey-fill:hover {
      background: #020306;
      color: #f6f6f6; }
  .button.color-palette1-border {
    border-color: #336A95; }
    .button.color-palette1-border:hover {
      background: #336A95;
      color: #fff; }
  .button.color-palette2-border {
    border-color: #868A7C; }
    .button.color-palette2-border:hover {
      background: #868A7C;
      color: #fff; }
  .button.color-palette3-border {
    border-color: #DFE7D0; }
    .button.color-palette3-border:hover {
      background: #DFE7D0;
      color: #fff; }
  .button.color-dark-border {
    border-color: #020306; }
    .button.color-dark-border:hover {
      background: #020306;
      color: #fff; }
  .button.color-white-border {
    border-color: #fff; }
    .button.color-white-border:hover {
      background: #fff;
      color: #020306; }
  .button.color-light-grey-border {
    border-color: #f6f6f6; }
    .button.color-light-grey-border:hover {
      background: #020306;
      color: #f6f6f6; }
  .button.color-palette1-text {
    color: #336A95; }
  .button.color-palette2-text {
    color: #868A7C; }
  .button.color-palette3-text {
    color: #DFE7D0; }
  .button.color-dark-text {
    color: #020306; }
  .button.color-white-text {
    color: #fff; }
  .button.color-light-grey-text {
    color: #f6f6f6; }

/* ==== 1.1.1 - The Buttons - Wide Screens					==== */
@media only screen and (min-width: 1280px) {
  .button {
    padding: 12px 30px;
    font-size: 14px; }
    .button.p-big {
      padding: 20px 40px; } }

/* ==== 1.1.2 - The Buttons - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Buttons - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Buttons - Tablet 						==== */
/* ==== 1.1.5 - The Buttons - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Buttons - Smartphone Landscape			==== */
/*  

Description: Custom - Titles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - The Titles					==== */
/* ============================================= */
.hero-title h2,
.hero-title h3,
.hero-title h4,
.section-title h2,
.section-title h3,
.section-title h4 {
  line-height: 120%;
  margin: 0; }

.hero-title h2,
.section-title h2 {
  font-size: 34px; }

.hero-title h3,
.section-title h3 {
  font-size: 24px; }

.hero-title h4,
.section-title h4 {
  font-size: 20px; }

.hero-title hr,
.section-title hr {
  width: 60px;
  height: 2px;
  background: #336A95;
  margin: 10px 0; }

.hero-title p,
.section-title p {
  font-size: 12px; }

.hero-title.color-palette1-text h2,
.hero-title.color-palette1-text h3,
.hero-title.color-palette1-text h4,
.hero-title.color-palette1-text p,
.section-title.color-palette1-text h2,
.section-title.color-palette1-text h3,
.section-title.color-palette1-text h4,
.section-title.color-palette1-text p {
  color: #336A95; }

.hero-title.color-palette1-text hr,
.section-title.color-palette1-text hr {
  background: #336A95; }

.hero-title.color-palette2-text h2,
.hero-title.color-palette2-text h3,
.hero-title.color-palette2-text h4,
.hero-title.color-palette2-text p,
.section-title.color-palette2-text h2,
.section-title.color-palette2-text h3,
.section-title.color-palette2-text h4,
.section-title.color-palette2-text p {
  color: #868A7C; }

.hero-title.color-palette2-text hr,
.section-title.color-palette2-text hr {
  background: #868A7C; }

.hero-title.color-palette3-text h2,
.hero-title.color-palette3-text h3,
.hero-title.color-palette3-text h4,
.hero-title.color-palette3-text p,
.section-title.color-palette3-text h2,
.section-title.color-palette3-text h3,
.section-title.color-palette3-text h4,
.section-title.color-palette3-text p {
  color: #DFE7D0; }

.hero-title.color-palette3-text hr,
.section-title.color-palette3-text hr {
  background: #DFE7D0; }

.hero-title.color-white-text h2,
.hero-title.color-white-text h3,
.hero-title.color-white-text h4,
.hero-title.color-white-text p,
.section-title.color-white-text h2,
.section-title.color-white-text h3,
.section-title.color-white-text h4,
.section-title.color-white-text p {
  color: #fff; }

.hero-title.color-white-text hr,
.section-title.color-white-text hr {
  background: #fff; }

.hero-title.color-dark-text h2,
.hero-title.color-dark-text h3,
.hero-title.color-dark-text h4,
.hero-title.color-dark-text p,
.section-title.color-dark-text h2,
.section-title.color-dark-text h3,
.section-title.color-dark-text h4,
.section-title.color-dark-text p {
  color: #020306; }

.hero-title.color-dark-text hr,
.section-title.color-dark-text hr {
  background: #020306; }

.hero-title h2 {
  font-size: 34px; }

.hero-title h3 {
  font-size: 24px; }

.hero-title h4 {
  font-size: 20px; }

/* ==== 1.1.1 - The Buttons - Wide Screens					==== */
@media only screen and (min-width: 1280px) {
  .section-title h2 {
    font-size: 44px; }
  .section-title h3 {
    font-size: 34px; }
  .section-title h4 {
    font-size: 24px; }
  .section-title hr {
    width: 80px;
    height: 2px;
    background: #336A95;
    margin: 10px 0; }
  .section-title p {
    font-size: 14px; }
  .hero-title h2 {
    font-size: 60px; }
  .hero-title h3 {
    font-size: 54px; }
  .hero-title h4 {
    font-size: 44px; } }

/* ==== 1.1.2 - The Buttons - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Buttons - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Buttons - Tablet 						==== */
/* ==== 1.1.5 - The Buttons - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Buttons - Smartphone Landscape			==== */
/*  

Description: Custom - Social
Version: 1.0

/* ============================================= */
/* ==== 1.1 - The Social Icons				==== */
/* ============================================= */
.social ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .social ul li {
    display: inline-block; }
    .social ul li a {
      width: 24px;
      height: 24px;
      display: inline-block;
      text-align: center;
      line-height: 24px; }

.social.rounded ul li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.social.light-radius ul li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.social.bordered ul li a {
  border: 1px solid transparent; }

.social.color-palette1-bg ul li a {
  background: #336A95; }
  .social.color-palette1-bg ul li a:hover {
    background: #fff;
    color: #336A95; }

.social.color-palette2-bg ul li a {
  background: #868A7C; }
  .social.color-palette2-bg ul li a:hover {
    background: #fff;
    color: #868A7C; }

.social.color-palette3-bg ul li a {
  background: #DFE7D0; }
  .social.color-palette3-bg ul li a:hover {
    background: #fff;
    color: #DFE7D0; }

.social.color-palette1-border ul li a {
  border-color: #336A95;
  color: #336A95; }
  .social.color-palette1-border ul li a:hover {
    background: #336A95;
    color: #fff; }

.social.color-palette2-border ul li a {
  border-color: #868A7C;
  color: #868A7C; }
  .social.color-palette2-border ul li a:hover {
    background: #868A7C;
    color: #fff; }

.social.color-palette3-border ul li a {
  border-color: #DFE7D0;
  color: #DFE7D0; }
  .social.color-palette3-border ul li a:hover {
    background: #DFE7D0;
    color: #fff; }

/* ==== 1.1.1 - The Social - Wide Screens					==== */
@media only screen and (min-width: 1280px) {
  .social ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px; } }

/* ==== 1.1.2 - The Social - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Social - Tablet & Smartphone Commons	==== */
@media only screen and (max-width: 991px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .social ul li a {
    width: 24px;
    height: 24px;
    line-height: 24px; } }

/* ==== 1.1.4 - The Social - Tablet 						==== */
/* ==== 1.1.5 - The Social - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Social - Smartphone Landscape			==== */
/*  

Description: Custom - Top Bar Quick Contacts
Version: 1.0

/* ============================================= */
/* ==== 1.1 - The Top Bar Quick Contacts	==== */
/* ============================================= */
.quick-contact {
  display: inline-block;
  color: #fff; }
  .quick-contact .quick-text,
  .quick-contact .quick-icon {
    display: inline-block;
    vertical-align: middle; }
  .quick-contact .quick-icon i {
    font-size: 14px; }
  .quick-contact .quick-icon img {
    max-width: 40px; }
  .quick-contact .quick-text {
    font-size: 11px;
    margin: 0 15px 0 5px;
    line-height: 100%;
    color: inherit; }
    .quick-contact .quick-text a {
      font-size: inherit;
      color: inherit;
      font-weight: inherit; }

/* ==== 1.1.1 - The Social - Wide Screens					==== */
@media only screen and (min-width: 1280px) {
  .quick-contact .quick-icon i {
    font-size: 16px; }
  .quick-contact .quick-icon img {
    max-width: 50px; }
  .quick-contact .quick-text {
    font-size: 12px;
    margin: 0 30px 0 5px; } }

/* ==== 1.1.2 - The Social - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Social - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Social - Tablet 						==== */
/* ==== 1.1.5 - The Social - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Social - Smartphone Landscape			==== */
/*  

Description: Custom - Top Bar Quick Contacts
Version: 1.0

/* ============================================= */
/* ==== 1.1 - The Top Bar Quick Contacts	==== */
/* ============================================= */
.langs.inline-flags ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .langs.inline-flags ul li {
    display: inline-block;
    margin: 0 5px; }
    .langs.inline-flags ul li a {
      color: #fff;
      font-size: 12px;
      font-weight: 300; }
      .langs.inline-flags ul li a img {
        width: 40px;
        border: 2px solid transparent;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .langs.inline-flags ul li a:hover {
        color: #868A7C; }
        .langs.inline-flags ul li a:hover img {
          border-color: #868A7C; }
    .langs.inline-flags ul li:first-child {
      margin-left: 0; }
    .langs.inline-flags ul li:last-child {
      margin-right: 0; }

.langs.inline-flags.rounded ul li a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.langs.inline-flags.light-radius ul li a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.langs.dropdown .button {
  cursor: pointer;
  font-size: 12px; }

.langs.dropdown .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-color: transparent;
  background: #DFE7D0;
  margin: 1px 0 0 0;
  padding: 0; }
  .langs.dropdown .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .langs.dropdown .dropdown-menu ul li a {
      width: 100%;
      display: inline-block;
      font-size: 12px;
      line-height: 180%;
      color: #fff;
      padding: 5px 15px; }
      .langs.dropdown .dropdown-menu ul li a img {
        display: inline-block;
        width: 40px;
        margin-right: 5px; }
      .langs.dropdown .dropdown-menu ul li a:hover {
        background: transparent;
        color: #336A95; }
    .langs.dropdown .dropdown-menu ul li.current-lang a {
      color: #336A95; }

/* ==== 1.1.1 - The Social - Wide Screens					==== */
@media only screen and (min-width: 1280px) {
  .quick-contact .quick-icon i {
    font-size: 16px; }
  .quick-contact .quick-icon img {
    max-width: 50px; }
  .quick-contact .quick-text {
    font-size: 12px;
    margin: 0 30px 0 5px; } }

/* ==== 1.1.2 - The Social - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Social - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Social - Tablet 						==== */
/* ==== 1.1.5 - The Social - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Social - Smartphone Landscape			==== */
/*  

Description: Custom - Widgets
Version: 1.0

/* ============================================= */
/* ==== 1.1 - The Widgets					==== */
/* ============================================= */
.widget .widget-title h4 {
  margin: 0 0 15px 0;
  line-height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #868A7C; }

.widget.widget-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget.widget-menu ul li a {
    font-size: 12px;
    font-weight: 300;
    color: #DFE7D0; }
    .widget.widget-menu ul li a:hover {
      color: #868A7C; }

.widget.widget-contacts-info ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none; }
  .widget.widget-contacts-info ul li {
    font-size: 12px;
    font-weight: 300;
    color: #DFE7D0;
    margin: 0 0 10px 0; }
    .widget.widget-contacts-info ul li i {
      width: 24px;
      height: 24px;
      background: #fff;
      line-height: 24px;
      color: #868A7C;
      font-size: 12px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center; }
    .widget.widget-contacts-info ul li a {
      font-size: inherit;
      font-weight: inherit;
      color: inherit; }
    .widget.widget-contacts-info ul li:last-child {
      margin-bottom: 0; }
  .widget.widget-contacts-info ul:last-child {
    margin-bottom: 0; }

.widget.widget-text .text p {
  font-size: 12px;
  font-weight: 300;
  color: #DFE7D0;
  line-height: 160%;
  margin-bottom: 5px; }
  .widget.widget-text .text p a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit; }

/* ==== 1.1.1 - The Widgets - Wide Screens					==== */
@media only screen and (min-width: 1280px) {
  .widget .widget-title h4 {
    margin: 0 0 15px 0;
    font-size: 16px; }
  .widget.widget-menu ul li a {
    font-size: 14px; }
  .widget.widget-contacts-info ul {
    margin: 0 0 15px 0; }
    .widget.widget-contacts-info ul li {
      font-size: 14px;
      margin: 0 0 10px 0; }
      .widget.widget-contacts-info ul li i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px; }
  .widget.widget-text .text p {
    font-size: 14px; } }

/* ==== 1.1.2 - The Widgets - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Widgets - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Widgets - Tablet 						==== */
/* ==== 1.1.5 - The Widgets - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Widgets - Smartphone Landscape			==== */
/*  

Description: Custom - Simple & Hero Menu	
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - Simple & Hero Menu			==== */
/* ============================================= */
.navbar-toggler {
  height: 50px;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #336A95; }
  .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto; }
    .navbar-toggler .navbar-toggler-icon i {
      font-size: 12px;
      color: #DFE7D0; }
  .navbar-toggler.collapsed {
    background: #DFE7D0; }
    .navbar-toggler.collapsed .navbar-toggler-icon i {
      color: #fff; }

.bee-simple-nav {
  padding: 0; }
  .bee-simple-nav .navbar-nav > li > a {
    line-height: 40px;
    font-size: 12px;
    color: #336A95;
    padding-left: 15px;
    padding-right: 15px; }
    .bee-simple-nav .navbar-nav > li > a:hover {
      color: #DFE7D0; }
  .bee-simple-nav .navbar-nav > li.dropdown.show > a {
    color: #DFE7D0; }
  .bee-simple-nav .navbar-nav > li.current-menu-item > a {
    color: #DFE7D0; }
  .bee-simple-nav .navbar-nav .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    background: #336A95;
    padding-top: 0;
    padding-bottom: 0; }
    .bee-simple-nav .navbar-nav .dropdown-menu > li > a {
      line-height: 20px;
      font-size: 11px;
      color: #DFE7D0; }
      .bee-simple-nav .navbar-nav .dropdown-menu > li > a:hover {
        background: #868A7C;
        color: #336A95; }

.hero-nav-toggler {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #336A95;
  position: absolute;
  top: 0;
  left: 0; }
  .hero-nav-toggler i {
    color: #fff;
    font-size: 14px; }
  .hero-nav-toggler:hover {
    background: #DFE7D0;
    color: #fff; }
  .hero-nav-toggler.nav-close {
    left: auto;
    right: 0;
    z-index: 19; }

.hero-nav {
  width: 0;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  background: #DFE7D0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .hero-nav .the-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .hero-nav .the-nav ul li a {
      display: inline-block;
      font-size: 34px;
      font-weight: 300;
      color: #fff;
      line-height: 100%;
      padding: 10px 0; }
      .hero-nav .the-nav ul li a:hover {
        color: #336A95; }
  .hero-nav .the-nav.two-cols ul li {
    width: 50%;
    float: left; }
  .hero-nav .the-nav.with-dots ul li a {
    position: relative; }
    .hero-nav .the-nav.with-dots ul li a:before {
      content: '•';
      display: inline-block;
      font-size: 34px;
      color: #868A7C;
      margin-right: 5px;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -ms-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
    .hero-nav .the-nav.with-dots ul li a:hover:before {
      color: #336A95; }

.hero-nav-title h3 {
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  margin: 0 0 10px 0; }

.hero-nav-title hr {
  width: 100px;
  height: 4px;
  background: #868A7C;
  margin: 0 0 10px 0; }

.menu-opened .hero-nav-toggler {
  background: #DFE7D0;
  color: #fff; }
  .menu-opened .hero-nav-toggler.nav-close {
    background: #336A95;
    color: #fff; }
    .menu-opened .hero-nav-toggler.nav-close:hover {
      background: #868A7C;
      color: #fff; }

.menu-opened .hero-nav {
  width: 100%;
  left: 0; }

/* ==== 1.1.1 - Simple & Hero Menu	 - Wide Screens						==== */
@media only screen and (min-width: 1280px) {
  .bee-simple-nav .navbar-nav > li > a {
    line-height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px; }
  .bee-simple-nav .navbar-nav .dropdown-menu > li > a {
    line-height: 30px;
    font-size: 12px; } }

/* ==== 1.1.2 - Simple & Hero Menu	 - Laptop 13/15"					==== */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .bee-simple-nav .navbar-nav > li > a {
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px; }
  .bee-simple-nav .navbar-nav .dropdown-menu > li > a {
    line-height: 20px;
    font-size: 12px; } }

/* ==== 1.1.3 - Simple & Hero Menu	 - Tablet & Smartphone Commons		==== */
/* ==== 1.1.4 - Simple & Hero Menu	 - Tablet 							==== */
/* ==== 1.1.5 - Simple & Hero Menu - Smartphone Portrait				==== */
@media only screen and (max-width: 767px) {
  .bee-simple-nav {
    max-height: 98vh;
    overflow-y: scroll; }
    .bee-simple-nav .navbar-nav {
      background: #f6f6f6; }
      .bee-simple-nav .navbar-nav > li > a {
        line-height: 30px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px; }
      .bee-simple-nav .navbar-nav .dropdown-menu {
        background: #e5e5e5; }
        .bee-simple-nav .navbar-nav .dropdown-menu > li > a {
          line-height: 30px;
          font-size: 12px;
          color: #DFE7D0;
          padding-left: 30px;
          padding-right: 30px; } }

/* ==== 1.1.6 - Simple & Hero Menu	 - Smartphone Landscape				==== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bee-simple-nav {
    max-height: 95vh;
    overflow-y: scroll; }
  .hero-nav {
    max-height: 100%;
    overflow-y: scroll; } }

/*  

Description: Custom - The Content
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - The Content					==== */
/* ============================================= */
.the-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%; }
  .the-content p a {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: underline; }
    .the-content p a:hover {
      text-decoration: none; }

.the-content ul,
.the-content ol {
  display: inline-block; }
  .the-content ul li,
  .the-content ol li {
    font-size: 14px;
    font-weight: 300;
    line-height: 160%; }
    .the-content ul li a,
    .the-content ol li a {
      font-size: inherit;
      font-weight: inherit;
      font-style: inherit;
      text-decoration: underline; }
      .the-content ul li a:hover,
      .the-content ol li a:hover {
        text-decoration: none; }

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  line-height: 120%;
  margin-bottom: 10px; }

.the-content blockquote {
  background: #f6f6f6;
  padding: 30px;
  font-style: italic;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.the-content .alignleft,
.the-content .alignright {
  width: 200px; }

.the-content .alignleft {
  float: left;
  margin: 15px 15px 15px 0; }

.the-content .alignright {
  float: right;
  margin: 15px 0 15px 15px; }

.the-content .aligncenter,
.the-content .alignnone {
  display: inline-block;
  margin: 15px 0; }

.the-content img.size-thumbnail,
.the-content img.size-medium,
.the-content img.size-large {
  max-width: 100%;
  width: auto;
  height: auto; }

.the-content .wp-caption {
  font-size: 10px;
  font-style: italic;
  margin: 5px 0; }

.the-content.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2; }

.the-content.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3; }

/* ==== 1.1.1 - The Content - Wide Screens					==== */
@media only screen and (min-width: 1280px) {
  .the-content p {
    font-size: 16px;
    line-height: 180%; }
  .the-content ul li,
  .the-content ol li {
    font-size: 16px;
    line-height: 180%; }
  .the-content .alignleft,
  .the-content .alignright {
    width: 300px; } }

/* ==== 1.1.2 - The Content - Laptop 13/15"					==== */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .the-content .alignleft,
  .the-content .alignright {
    width: 250px; } }

/* ==== 1.1.3 - The Content - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Content - Tablet 						==== */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .the-content.three-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2; } }

/* ==== 1.1.5 - The Content - Smartphone Portrait			==== */
@media only screen and (max-width: 767px) {
  .the-content h1,
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    line-height: 100%; }
  .the-content blockquote {
    padding: 30px 15px; }
  .the-content .aligncenter,
  .the-content .alignnone,
  .the-content .alignleft,
  .the-content .alignright {
    width: 100%;
    float: none;
    display: inline-block;
    margin: 15px 0; }
  .the-content.three-cols, .the-content.two-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1; } }

/* ==== 1.1.6 - The Content - Smartphone Landscape			==== */
/*  

Description: Custom - Usefull Blocks
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - Usefull Blocks				==== */
/* ============================================= */
.block-text .photo {
  margin: 0 0 5px 0; }

.block-text .text h2,
.block-text .text h3,
.block-text .text h4 {
  margin: 0;
  line-height: 120%; }

.block-text .text h2 {
  font-size: 34px; }

.block-text .text h3 {
  font-size: 24px; }

.block-text .text h4 {
  font-size: 20px; }

.block-text .text img.img-deco {
  height: 40px;
  width: auto;
  margin: 5px 0; }

.block-text .text hr {
  width: 80px;
  height: 2px;
  margin: 5px 0;
  background: #DFE7D0; }

.block-text .text p {
  font-size: 14px;
  line-height: 160%; }

/* ==== 1.1.1 - Simple & Hero Menu	 - Wide Screens						==== */
@media only screen and (min-width: 1280px) {
  .bee-simple-nav .navbar-nav > li > a {
    line-height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px; }
  .bee-simple-nav .navbar-nav .dropdown-menu > li > a {
    line-height: 30px;
    font-size: 12px; } }

/* ==== 1.1.2 - Simple & Hero Menu	 - Laptop 13/15"					==== */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .bee-simple-nav .navbar-nav > li > a {
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px; }
  .bee-simple-nav .navbar-nav .dropdown-menu > li > a {
    line-height: 20px;
    font-size: 12px; } }

/* ==== 1.1.3 - Simple & Hero Menu	 - Tablet & Smartphone Commons		==== */
/* ==== 1.1.4 - Simple & Hero Menu	 - Tablet 							==== */
/* ==== 1.1.5 - Simple & Hero Menu - Smartphone Portrait				==== */
@media only screen and (max-width: 767px) {
  .bee-simple-nav {
    max-height: 98vh;
    overflow-y: scroll; }
    .bee-simple-nav .navbar-nav {
      background: #f6f6f6; }
      .bee-simple-nav .navbar-nav > li > a {
        line-height: 30px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px; }
      .bee-simple-nav .navbar-nav .dropdown-menu {
        background: #e5e5e5; }
        .bee-simple-nav .navbar-nav .dropdown-menu > li > a {
          line-height: 30px;
          font-size: 12px;
          color: #DFE7D0;
          padding-left: 30px;
          padding-right: 30px; } }

/* ==== 1.1.6 - Simple & Hero Menu	 - Smartphone Landscape				==== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bee-simple-nav {
    max-height: 95vh;
    overflow-y: scroll; }
  .hero-nav {
    max-height: 100%;
    overflow-y: scroll; } }

/*  

Description: Custom - Usefull Blocks
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - Slick Customizations			==== */
/* ============================================= */
.slick-slider {
  margin-bottom: 0 !important; }

.slick-dots li {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #DFE7D0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0; }
    .slick-dots li button:before {
      width: 14px;
      height: 14px;
      font-size: 0; }
  .slick-dots li:hover, .slick-dots li.slick-active {
    background: #DFE7D0; }

.squared-dots .slick-dots li {
  width: 60px;
  height: 6px;
  background: transparent;
  border: 1px solid #DFE7D0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .squared-dots .slick-dots li button {
    width: 60px;
    height: 6px; }
    .squared-dots .slick-dots li button:before {
      width: 60px;
      height: 6px; }
  .squared-dots .slick-dots li:hover, .squared-dots .slick-dots li.slick-active {
    background: #DFE7D0; }

.vertical-dots .slick-dots {
  width: 20px;
  text-align: center;
  height: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto; }
  .vertical-dots .slick-dots li {
    display: block;
    margin: 10px 0; }
    .vertical-dots .slick-dots li:first-child {
      margin-top: 0; }
    .vertical-dots .slick-dots li:last-child {
      margin-top: 0; }

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #DFE7D0 !important;
  z-index: 20; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 60px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #868A7C !important; }

.slick-prev:before {
  content: '\f104'; }

.slick-next:before {
  content: '\f105'; }

.squared-arrows .slick-prev,
.squared-arrows .slick-next {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* ==== 1.1.1 - Simple & Hero Menu	 - Wide Screens						==== */
/* ==== 1.1.2 - Simple & Hero Menu	 - Laptop 13/15"					==== */
/* ==== 1.1.3 - Simple & Hero Menu	 - Tablet & Smartphone Commons		==== */
/* ==== 1.1.4 - Simple & Hero Menu	 - Tablet 							==== */
/* ==== 1.1.5 - Simple & Hero Menu - Smartphone Portrait				==== */
/* ==== 1.1.6 - Simple & Hero Menu	 - Smartphone Landscape				==== */
/*  

Description: Custom - Form Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - The Forms						==== */
/* ============================================= */
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer; }

textarea {
  resize: none; }

.form-group {
  position: relative;
  float: left;
  margin: 0 15px 25px 15px;
  width: calc( 100% - 30px); }
  .form-group label {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 100%; }
    .form-group label.error {
      color: red;
      font-size: 10px;
      font-style: italic;
      position: absolute;
      left: 0;
      bottom: -17px; }
    .form-group label.form-check-label {
      font-size: 12px; }
      .form-group label.form-check-label a {
        text-decoration: underline; }
        .form-group label.form-check-label a:hover {
          text-decoration: none; }
  .form-group .req {
    color: red;
    vertical-align: text-top;
    font-size: 10px;
    font-weight: 700; }
  .form-group.one-sixth {
    width: calc( 16.666666667% - 30px); }
  .form-group.one-fifth {
    width: calc( 20% - 30px); }
  .form-group.one-fourth {
    width: calc( 25% - 30px); }
  .form-group.two-third {
    width: calc( 66.666666663% - 30px); }
  .form-group.one-third {
    width: calc( 33.333333337% - 30px); }
  .form-group.one-half {
    width: calc( 50% - 30px); }
  .form-group.full-width {
    width: calc( 100% - 30px); }
  .form-group.form-deco span.deco {
    width: 30px;
    text-align: center;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #336A95;
    pointer-events: none; }
    .form-group.form-deco span.deco.icon {
      left: 0; }
    .form-group.form-deco span.deco.caret {
      right: 0; }
  .form-group.form-deco .form-control {
    padding-left: 30px; }
  .form-group.form-message textarea {
    height: 80px !important; }
  .form-group.form-note p {
    font-size: 12px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    line-height: 120%; }
  .form-group.form-check {
    padding-left: 0; }
    .form-group.form-check.custom-checkbox [type="checkbox"]:not(:checked),
    .form-group.form-check.custom-checkbox [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .form-group.form-check.custom-checkbox [type="checkbox"]:not(:checked) + label,
    .form-group.form-check.custom-checkbox [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer; }
    .form-group.form-check.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
    .form-group.form-check.custom-checkbox [type="checkbox"]:checked + label:before {
      content: '';
      width: 15px;
      height: 15px;
      position: absolute;
      left: 0;
      top: -2px;
      border: 1px solid #868A7C;
      background: #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
    .form-group.form-check.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
    .form-group.form-check.custom-checkbox [type="checkbox"]:checked + label:after {
      content: '✔';
      position: absolute;
      top: 1px;
      left: 3px;
      font-size: 12px;
      line-height: 0.8;
      color: #336A95;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-family: "Libre Franklin", sans-serif; }
    .form-group.form-check.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .form-group.form-check.custom-checkbox [type="checkbox"]:checked + label:after {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .form-group.form-check.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
    .form-group.form-check.custom-checkbox [type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd; }
    .form-group.form-check.custom-checkbox [type="checkbox"]:disabled:checked + label:after {
      color: #999; }
    .form-group.form-check.custom-checkbox [type="checkbox"]:disabled + label {
      color: #aaa; }
  .form-group.form-submit input[type="submit"],
  .form-group.form-submit button {
    background: #336A95;
    color: #fff;
    font-size: 14px;
    border: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer; }
    .form-group.form-submit input[type="submit"]:hover,
    .form-group.form-submit button:hover {
      background: #868A7C;
      color: #336A95; }

.form-control {
  height: 40px !important;
  color: #336A95;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .form-control.rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px; }
  .form-control.light-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .form-control:active, .form-control:focus {
    border-color: #868A7C;
    box-shadow: none; }

::-webkit-input-placeholder {
  color: #336A95 !important; }

:-moz-placeholder {
  color: #336A95 !important;
  opacity: 1;
  filter: alpha(opacity=100); }

::-moz-placeholder {
  color: #336A95 !important;
  opacity: 1;
  filter: alpha(opacity=100); }

:-ms-input-placeholder {
  color: #336A95 !important; }

::-ms-input-placeholder {
  color: #336A95 !important; }

::placeholder {
  color: #336A95 !important; }

/* ==== 1.1.1 - The Content - Wide Screens					==== */
/* ==== 1.1.2 - The Content - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Content - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Content - Tablet 						==== */
/* ==== 1.1.5 - The Content - Smartphone Portrait			==== */
@media only screen and (max-width: 767px) {
  .form-group {
    margin: 0 0 25px 0;
    width: 100%; }
    .form-group label {
      font-size: 12px; }
    .form-group.full-width, .form-group.one-half, .form-group.one-third, .form-group.one-fourth, .form-group.one-fifth, .form-group.one-sixth {
      width: 100%; }
    .form-group.form-submit input[type="submit"],
    .form-group.form-submit button {
      font-size: 12px; } }

/* ==== 1.1.6 - The Content - Smartphone Landscape			==== */
/*  

Description: Custom - Form Styles - UI Datepicker
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - The Datepicker				==== */
/* ============================================= */
.ui-datepicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-color: transparent;
  background: #868A7C;
  font-family: "Libre Franklin", sans-serif;
  padding: 0; }
  .ui-datepicker .ui-datepicker-header {
    padding: 5px 0;
    background: #336A95;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #fff; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-month {
      width: auto;
      margin: 0 10px 0 0; }
  .ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 0; }
    .ui-datepicker .ui-datepicker-calendar thead {
      color: #fff;
      font-size: 12px;
      font-weight: 700; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    top: 4px;
    background: transparent; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px; }

/* ==== 1.1.1 - The Content - Wide Screens					==== */
/* ==== 1.1.2 - The Content - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Content - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Content - Tablet 						==== */
/* ==== 1.1.5 - The Content - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Content - Smartphone Landscape			==== */
/*  

Description: Custom - Preloader
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - The Preloader					==== */
/* ============================================= */
.preloader {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999999;
  background: #336A95;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .preloader .logo {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .preloader .spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
    .preloader .spinner .sk-cube {
      float: left;
      width: 50%;
      height: 50%;
      position: relative;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
      .preloader .spinner .sk-cube:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #868A7C;
        -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
        -moz-animation: sk-foldCubeAngle 2.4s infinite linear both;
        -ms-animation: sk-foldCubeAngle 2.4s infinite linear both;
        animation: sk-foldCubeAngle 2.4s infinite linear both;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
    .preloader .spinner .sk-cube2 {
      -webkit-transform: scale(1.1) rotateZ(90deg);
      -moz-transform: scale(1.1) rotateZ(90deg);
      -ms-transform: scale(1.1) rotateZ(90deg);
      transform: scale(1.1) rotateZ(90deg); }
      .preloader .spinner .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        animation-delay: 0.3s; }
    .preloader .spinner .sk-cube3 {
      -webkit-transform: scale(1.1) rotateZ(180deg);
      -moz-transform: scale(1.1) rotateZ(180deg);
      -ms-transform: scale(1.1) rotateZ(180deg);
      transform: scale(1.1) rotateZ(180deg); }
      .preloader .spinner .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    .preloader .spinner .sk-cube4 {
      -webkit-transform: scale(1.1) rotateZ(270deg);
      -moz-transform: scale(1.1) rotateZ(270deg);
      -ms-transform: scale(1.1) rotateZ(270deg);
      transform: scale(1.1) rotateZ(270deg); }
      .preloader .spinner .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        animation-delay: 0.9s; }

.loading .preloader {
  height: 100%;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-moz-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

/* ==== 1.1.1 - The Content - Wide Screens					==== */
/* ==== 1.1.2 - The Content - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Content - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Content - Tablet 						==== */
/* ==== 1.1.5 - The Content - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Content - Smartphone Landscape			==== */
/*  

Description: Custom - The Content
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ============================================= */
/* ==== 1.1 - Iubenda Cookie Policy Banner	==== */
/* ============================================= */
#iubenda-cs-banner {
  top: auto !important;
  bottom: 0 !important; }
  #iubenda-cs-banner .iubenda-cs-content {
    background: #f0f !important;
    padding: 15px 0 !important; }
    #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale {
      max-width: 1400px !important; }
      #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iubenda-banner-content p {
        font-size: 12px !important;
        font-family: inherit !important;
        line-height: 140% !important;
        margin: 0 !important; }
        #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iubenda-banner-content p a {
          font-family: inherit !important;
          font-size: inherit !important;
          color: inherit !important;
          text-decoration: underline !important; }
          #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iubenda-banner-content p a:hover {
            text-decoration: none !important; }
        #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iubenda-banner-content p:first-child {
          text-transform: uppercase !important;
          font-weight: 700 !important;
          margin-bottom: 5px !important;
          letter-spacing: 1px !important; }
      #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iubenda-cs-close-btn {
        width: 24px !important;
        height: 24px !important;
        line-height: 22px !important;
        background: #fff !important;
        color: #f0f !important;
        border: 1px solid transparent !important;
        text-align: center;
        border-radius: 50%; }
        #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iubenda-cs-close-btn:hover {
          border-color: #fff !important;
          background: transparent !important;
          color: #fff !important; }

/* ==== 1.1.1 - The Content - Wide Screens					==== */
/* ==== 1.1.2 - The Content - Laptop 13/15"					==== */
/* ==== 1.1.3 - The Content - Tablet & Smartphone Commons	==== */
/* ==== 1.1.4 - The Content - Tablet 						==== */
/* ==== 1.1.5 - The Content - Smartphone Portrait			==== */
/* ==== 1.1.6 - The Content - Smartphone Landscape			==== */
/* ============================================= */
/* ==== 1.2 - Main Items					==== */
/* ============================================= */
.container-fluid.full-width {
  padding-right: 15px;
  padding-left: 15px; }

.section-title h4 {
  font-size: 14px;
  font-weight: 700;
  color: #336A95;
  line-height: 100%;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0; }

.section-title h3 {
  font-size: 18px;
  color: #336A95;
  line-height: 100%;
  margin: 0 0 1rem 0;
  letter-spacing: 0px; }

.section-title h6 {
  width: 100%;
  padding: 0.25rem;
  background: #868A7C;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block; }

.section-title.color-grey h3 {
  color: #020306; }

.section-title.color-dark h3 {
  color: #020306; }

.preloader img {
  width: 50%; }

.preloader h6 {
  font-size: 12px;
  color: #fff;
  margin: 0.5rem 0 0 0;
  line-height: 100%;
  letter-spacing: 1px; }

.simple-link {
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  color: #336A95; }
  .simple-link:hover {
    color: #020306; }
  .simple-link.color-dark {
    color: #020306; }
    .simple-link.color-dark:hover {
      color: #336A95; }

.button.button-navs {
  font-family: "Cabin", sans-serif;
  font-weight: 700; }
  .button.button-navs:hover {
    background: #336A95;
    color: #DFE7D0; }

.button.button-nav-prev:hover {
  background: #DFE7D0;
  color: #336A95; }

.the-content p strong {
  font-weight: 700; }

/* ============================================= */
/* ==== 1.3 - Main Blocks					==== */
/* ============================================= */
.block-slider-text {
  max-width: 75%;
  position: absolute;
  left: 1rem;
  bottom: 3rem; }
  .block-slider-text .slider-info {
    margin: 0 0 1rem 0; }
    .block-slider-text .slider-info h4,
    .block-slider-text .slider-info h6 {
      display: inline-block;
      line-height: 100%;
      margin: 0;
      padding: 0.25rem 0.75rem; }
    .block-slider-text .slider-info h6 {
      background: #336A95;
      font-size: 16px;
      color: #fff;
      font-weight: 700; }
    .block-slider-text .slider-info h4 {
      font-size: 12px;
      letter-spacing: 1px;
      color: #336A95;
      background: #DFE7D0; }
  .block-slider-text .slider-text {
    background: #DFE7D0;
    position: relative;
    padding: 1.5rem 65px 1.5rem 0.75rem; }
    .block-slider-text .slider-text h3,
    .block-slider-text .slider-text p {
      color: #020306; }
    .block-slider-text .slider-text h3 {
      font-size: 16px;
      font-weight: 700;
      line-height: 100%;
      margin: 0 0 0.25rem 0; }
    .block-slider-text .slider-text p {
      font-size: 12px;
      font-weight: 400;
      line-height: 140%;
      margin: 0; }
    .block-slider-text .slider-text a {
      width: 50px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: #336A95; }
      .block-slider-text .slider-text a img {
        width: 20px;
        margin: auto; }
      .block-slider-text .slider-text a:hover {
        background: #868A7C; }

.block-news .block-news-links a {
  display: inline-block;
  line-height: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #020306;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0;
  position: relative; }
  .block-news .block-news-links a:before {
    content: ',';
    display: inline-block;
    font-size: 10px;
    margin: 0 2px 0 0; }
  .block-news .block-news-links a:first-child:before {
    display: none; }
  .block-news .block-news-links a:hover {
    color: #336A95; }

.block-news .block-news-info {
  font-size: 12px;
  font-weight: 700;
  color: #868A7C;
  margin: 0 0 0.25rem 0; }

.block-news .block-news-title h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 1rem 0;
  color: #336A95; }
  .block-news .block-news-title h2 a {
    color: inherit; }

.block-news .block-news-excerpt p {
  margin: 0;
  line-height: 120%;
  font-size: 12px; }

.block-news .block-news-goto {
  margin: 0.5rem 0 0 0; }

.block-news hr.block-deco {
  width: 80px;
  height: 2px;
  background: #868A7C;
  display: inline-block;
  border: none;
  box-shadow: none; }

.block-news.block-news-deco {
  padding: 0 0 0 30px;
  position: relative; }
  .block-news.block-news-deco:before {
    content: '';
    width: 15px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: #336A95; }

.block-news.block-news-calendario_fiscale .block-news-title h2 a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  height: auto !important;
  line-height: 90% !important;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #868A7C;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16); }
  .block-news.block-news-calendario_fiscale .block-news-title h2 a:hover {
    color: #336A95; }

.block-doc {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 1rem;
  min-height: 120px; }
  .block-doc .block-doc-icon,
  .block-doc .block-doc-text {
    padding: 0.5rem 0.5rem; }
  .block-doc .block-doc-icon {
    background: #DFE7D0; }
    .block-doc .block-doc-icon img {
      width: 30px; }
  .block-doc .block-doc-text h6,
  .block-doc .block-doc-text p {
    margin: 0;
    line-height: 120%;
    font-size: 12px;
    color: #868A7C; }
    .block-doc .block-doc-text h6 a,
    .block-doc .block-doc-text p a {
      color: inherit;
      font-size: inherit;
      font-weight: inherit; }
  .block-doc .block-doc-text h6 {
    font-weight: 400;
    margin-bottom: 0.25rem; }
  .block-doc .block-doc-text p {
    font-weight: 400; }

.block-result .block-result-title {
  padding: 0.5rem 1rem; }
  .block-result .block-result-title h4 {
    margin: 0;
    line-height: 120%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0; }

.block-result .block-result-list {
  padding: 1rem; }
  .block-result .block-result-list .block-result-list-arg {
    color: #336A95;
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    font-weight: 700; }
  .block-result .block-result-list .block-result-list-value {
    font-size: 12px;
    font-weight: 700;
    color: #868A7C;
    line-height: 120%; }

.block-event .block-event-info {
  background: #DFE7D0;
  color: #868A7C;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  padding: 0 0.5rem; }

.block-event .block-event-title h2 {
  font-size: 18px;
  color: #020306;
  line-height: 100%;
  margin: 0 0 1rem 0; }
  .block-event .block-event-title h2 a {
    color: inherit; }

.block-event .block-event-excerpt p {
  font-size: 14px;
  font-weight: 400;
  color: #868A7C;
  line-height: 120%; }

.block-event .block-event-goto .button {
  padding: 0 1rem;
  height: 40px;
  background: #336A95;
  color: #fff;
  font-size: 12px;
  font-weight: 700; }
  .block-event .block-event-goto .button img {
    width: auto;
    height: 20px; }
  .block-event .block-event-goto .button:hover {
    background: #868A7C; }

/* ============================================= */
/* ==== 1.4 - Forms							==== */
/* ============================================= */
.form.form-search .form-group {
  margin: 0; }
  .form.form-search .form-group.two-third {
    width: 66.666666663%; }
  .form.form-search .form-group.one-third {
    width: 33.333333337%; }
  .form.form-search .form-group.form-deco .form-control {
    padding-left: 55px; }
  .form.form-search .form-group.form-submit {
    margin-right: 0; }
    .form.form-search .form-group.form-submit .form-control {
      background: #336A95;
      color: #fff; }
      .form.form-search .form-group.form-submit .form-control:hover {
        background: #868A7C; }

.form.form-search .form-control {
  height: 40px !important; }

.form.form-user-search .form-group.full-width {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.form.form-user-search .form-group.form-submit {
  margin-bottom: 0; }

.form.form-reserved-area .form-group.full-width {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.form-group {
  margin: 0 7.5px 15px 7.5px;
  width: calc( 100% - 15px); }
  .form-group.one-sixth {
    width: calc( 16.666666667% - 15px); }
  .form-group.one-fifth {
    width: calc( 20% - 15px); }
  .form-group.one-fourth {
    width: calc( 25% - 15px); }
  .form-group.two-third {
    width: calc( 66.666666663% - 15px); }
  .form-group.one-third {
    width: calc( 33.333333337% - 15px); }
  .form-group.one-half {
    width: calc( 50% - 15px); }
  .form-group.full-width {
    width: calc( 100% - 15px); }
  .form-group.form-infos {
    margin-bottom: 0; }
    .form-group.form-infos p {
      font-size: 11px;
      line-height: 100%;
      margin: 0; }
      .form-group.form-infos p a {
        text-decoration: underline; }
        .form-group.form-infos p a:hover {
          text-decoration: none; }
  .form-group.form-check {
    margin-top: 1rem; }
    .form-group.form-check label {
      font-size: 11px;
      line-height: 100%;
      cursor: pointer; }
      .form-group.form-check label a {
        text-decoration: underline; }
        .form-group.form-check label a:hover {
          text-decoration: none; }
  .form-group.form-deco span.deco {
    width: 40px;
    line-height: 39px;
    border-right: 1px solid #868A7C;
    color: #868A7C;
    font-size: 14px; }
  .form-group.form-deco .form-control {
    padding-left: 55px; }
  .form-group.form-submit .form-control {
    font-size: 12px !important;
    color: #fff !important; }

.form-control {
  height: 40px !important;
  background: #DFE7D0;
  border: 1px solid #868A7C;
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #868A7C !important;
  text-transform: uppercase; }
  .form-control:active, .form-control:focus {
    background: #DFE7D0;
    border-color: #336A95; }

::-webkit-input-placeholder {
  color: #868A7C !important; }

:-moz-placeholder {
  color: #868A7C !important;
  opacity: 1;
  filter: alpha(opacity=100); }

::-moz-placeholder {
  color: #868A7C !important;
  opacity: 1;
  filter: alpha(opacity=100); }

:-ms-input-placeholder {
  color: #868A7C !important; }

::-ms-input-placeholder {
  color: #868A7C !important; }

::placeholder {
  color: #868A7C !important; }

/* ============================================= */
/* ==== 1.5 - Widgets						==== */
/* ============================================= */
.sidebar-widget {
  margin-bottom: 1rem; }
  .sidebar-widget .sidebar-widget-title h4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    color: #336A95;
    line-height: 100%;
    margin: 0 0 1.5rem 0; }
  .sidebar-widget.sidebar-widget-boxed {
    padding: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #020306; }
  .sidebar-widget.sidebar-widget-banners .single-banner img {
    width: 75%; }
  .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion {
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 0.5rem; }
    .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header {
      padding: 0;
      height: 60px;
      background: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33); }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a,
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button {
        width: 100%;
        height: 60px;
        display: inline-block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: #336A95;
        padding: 0;
        border: none;
        cursor: pointer; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a:hover,
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button:hover {
          background: #868A7C; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span,
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span {
          display: inline-block; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-icon,
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-icon {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: #DFE7D0; }
            .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-icon img,
            .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-icon img {
              width: auto;
              height: 25px; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-name,
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-name {
            font-family: "Cabin", sans-serif;
            color: #fff;
            text-align: left;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0px;
            line-height: 120%; }
    .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body {
      padding: 0 0 1rem 0; }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul {
        padding: 1rem;
        margin: 0;
        list-style: none;
        background: #DFE7D0; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul li a {
          font-family: "Cabin", sans-serif;
          font-size: 12px;
          font-weight: 700;
          color: #336A95;
          line-height: 160%;
          letter-spacing: 1px; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul li a:hover {
            color: #020306; }
  .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content h6 {
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    margin: 1rem 0;
    color: #868A7C; }
  .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul {
    margin: 0 0 0 -0.25rem;
    padding: 0;
    list-style: none; }
    .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li {
      margin: 0.25rem; }
      .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li a {
        width: 40px;
        padding: 15px 0;
        height: auto !important;
        line-height: 90% !important;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #868A7C;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16); }
        .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li a:hover {
          color: #336A95; }
        .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li a small {
          font-size: 12px; }

.footer-widget .footer-widget-title h4 {
  color: #868A7C;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 0 0 1rem 0; }

.footer-widget.footer-widget-about .footer-widget-logo img {
  width: auto;
  max-width: 100%;
  max-height: 40px;
  height: 100%; }

.footer-widget.footer-widget-about .textwidget p {
  line-height: 160%;
  font-size: 11px;
  color: #020306;
  font-weight: 400; }
  .footer-widget.footer-widget-about .textwidget p a {
    font-weight: 700; }
    .footer-widget.footer-widget-about .textwidget p a:hover {
      text-decoration: underline;
      color: #868A7C; }

.footer-widget.footer-widget-menu {
  width: 100%;
  display: inline-block; }
  .footer-widget.footer-widget-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-widget.footer-widget-menu ul li a {
      color: #020306;
      font-size: 11px;
      line-height: 160%; }
      .footer-widget.footer-widget-menu ul li a:hover {
        color: #868A7C; }
  .footer-widget.footer-widget-menu.footer-widget-menu-split ul li {
    width: 50%;
    float: left; }

.footer-widget.footer-widget-social .social ul li a {
  background: #868A7C;
  color: #fff; }
  .footer-widget.footer-widget-social .social ul li a:hover {
    background: #336A95; }

/* ============================================= */
/* ==== 1.6 - Sliders & Carousels			==== */
/* ============================================= */
.slider {
  height: 50vh; }
  .slider .slide {
    height: 50vh;
    position: relative; }
  .slider .slick-dots {
    width: auto;
    right: auto;
    left: 1rem;
    bottom: 1rem; }
    .slider .slick-dots li {
      border: 1px solid #DFE7D0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      .slider .slick-dots li:hover, .slider .slick-dots li.slick-active {
        background: #336A95; }

/* ============================================= */
/* ==== 2.0 - The Home Page					==== */
/* ============================================= */
/* ==== 2.1 - Header & Menu					==== */
/* ============================================= */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999; }
  .header .logo img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
    height: 100%; }

.bee-simple-nav {
  padding: 0;
  background: #336A95; }
  .bee-simple-nav .navbar-nav > li > a {
    display: inline-block;
    font-family: "Cabin", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
    color: #fff;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .bee-simple-nav .navbar-nav > li > a:hover {
      color: #DFE7D0; }
  .bee-simple-nav .navbar-nav > li.dropdown.show > a {
    background: #DFE7D0;
    color: #336A95; }
  .bee-simple-nav .navbar-nav > li.current-menu-item > a {
    background: #DFE7D0;
    color: #336A95; }
  .bee-simple-nav .navbar-nav .dropdown-menu {
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    background: #DFE7D0;
    border-bottom: 5px solid #868A7C;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
    .bee-simple-nav .navbar-nav .dropdown-menu li > a {
      display: inline-block;
      line-height: 30px;
      font-size: 11px;
      font-weight: 700;
      color: #868A7C; }
      .bee-simple-nav .navbar-nav .dropdown-menu li > a:hover {
        background: transparent;
        color: #020306; }

/* ============================================= */
/* ==== 2.2 - Home Sections					==== */
/* ============================================= */
.metaping-rassegne-link a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 700; }
  .metaping-rassegne-link a:hover {
    background: #868A7C !important; }

.widget-metaping-sign,
.metaping-wpfooter {
  background: #f6f6f6;
  padding: 7.5px 15px;
  margin: 0;
  line-height: 100%;
  font-size: 11px;
  font-weight: 300; }
  .widget-metaping-sign a,
  .metaping-wpfooter a {
    color: #336A95;
    text-decoration: underline; }
    .widget-metaping-sign a:hover,
    .metaping-wpfooter a:hover {
      text-decoration: none;
      color: #020306; }

.widget-metaping-sign {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

/* ============================================= */
/* ==== 3.0 - The Pages						==== */
/* ============================================= */
/* ============================================= */
/* ==== 3.1 - Pages Main Items				==== */
/* ============================================= */
.page-title,
.breadcrumb {
  padding: 0.5rem 1rem; }

.page-title h1 {
  font-size: 18px;
  font-weight: 700;
  color: #DFE7D0;
  line-height: 100%;
  margin: 0; }

.breadcrumb {
  background: transparent;
  margin-bottom: 0; }
  .breadcrumb li {
    font-family: "Cabin", sans-serif;
    font-size: 12px;
    line-height: 100%;
    margin: 0;
    color: #868A7C;
    letter-spacing: 0;
    position: relative; }
    .breadcrumb li:before {
      content: '|';
      display: inline-block;
      margin: 0 0.25rem; }
    .breadcrumb li:first-child:before {
      display: none; }
    .breadcrumb li a {
      color: #336A95;
      font-family: inherit; }
      .breadcrumb li a:hover {
        color: #868A7C; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '|';
    display: inline-block;
    margin: 0 0.25rem;
    padding: 0; }

.cat-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cat-list ul li {
    display: inline-block; }
    .cat-list ul li a {
      font-weight: 700;
      font-family: "Cabin", sans-serif;
      color: #868A7C;
      font-size: 14px;
      margin: 0 0.5rem;
      letter-spacing: 1px; }
      .cat-list ul li a:hover, .cat-list ul li a.current-cat {
        color: #336A95; }

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #DFE7D0;
  text-align: center; }

.wp-pagenavi a.page {
  color: #868A7C; }
  .wp-pagenavi a.page:hover {
    color: #336A95;
    background: #DFE7D0; }

.wp-pagenavi span.current {
  color: #336A95;
  background: #DFE7D0; }

.single-content-info {
  font-size: 14px;
  font-weight: 700;
  color: #868A7C;
  line-height: 100%; }

.map {
  height: 60vh; }
  .map iframe {
    width: 100% !important;
    height: 100% !important; }
  .map h4,
  .map p {
    line-height: 120%;
    color: #868A7C;
    font-weight: 400; }
  .map h4 {
    font-size: 14px;
    color: #336A95;
    font-weight: 700; }
  .map p {
    font-size: 12px; }

/* ============================================= */
/* ==== 4.0 - Responsive & CSS Animations 	==== */
/* ============================================= */
/*  

Description: Responsive Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

/* ================================================ 

1.1 - Desktop Wide from 1280px
	1.1.1 - Main Items
	1.1.2 - Main Blocks
	1.1.3 - Widgets
	1.1.4 - Forms
	1.1.5 - Sliders & Carousels
	1.1.6 - Header & Menu
	1.1.7 - Home Sections
	1.1.8 - General Page Items
1.2 - Laptop 13"/15" from 1280px to 1440px
	1.2.1 - Main Items
	1.2.2 - Main Blocks
	1.2.3 - Widgets
	1.2.4 - Header & Menu
	1.2.5 - General Page Items
1.3 - Tablet & Smartphone Common Rules up to 990px
	1.3.1 - Main Blocks
	1.3.2 - Sliders & Carousels
	1.3.3 - Page Sections
1.4 - Tablet Portrait from 768px to 990px
	1.4.1 - Widgets
	1.4.2 - General Page Items
1.5 - Smartphone Landscape and Portrait up to 768px
	1.5.1 - Main Items
	1.5.2 - Widgets
	1.5.3 - Header & Menu
	1.5.4 - Scrolling
	1.5.5 - General Page Items
1.6 - Smartphone Landscape from 480px to 768px
	1.6.1 - Widgets
	1.6.2 - Sliders & Carousels

/* ================================================================= */
/* ==== 1.1 - Desktop Wide from 1280px							==== */
/* ================================================================= */
@media only screen and (min-width: 1280px) {
  /* ==== 1.1.1 - Main Items										==== */
  .section-title h4 {
    font-size: 18px;
    margin: 0 0 1rem 0;
    letter-spacing: 1px; }
  .section-title h3 {
    font-size: 24px;
    margin: 0 0 1.5rem 0;
    letter-spacing: 1px; }
  .section-title h6 {
    font-size: 16px; }
  .simple-link {
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    color: #336A95; }
    .simple-link:hover {
      color: #020306; }
    .simple-link.color-dark {
      color: #020306; }
      .simple-link.color-dark:hover {
        color: #336A95; }
  /* ==== 1.1.2 - Main Blocks										==== */
  .block-slider-text {
    max-width: 50%; }
    .block-slider-text .slider-info h6 {
      font-size: 20px; }
    .block-slider-text .slider-info h4 {
      font-size: 14px;
      letter-spacing: 1px; }
    .block-slider-text .slider-text {
      padding: 1.5rem 65px 1.5rem 0.75rem; }
      .block-slider-text .slider-text h3 {
        font-size: 20px;
        margin: 0 0 0.25rem 0; }
      .block-slider-text .slider-text p {
        font-size: 16px; }
      .block-slider-text .slider-text a {
        width: 50px;
        height: 100%; }
        .block-slider-text .slider-text a img {
          width: 20px; }
  .block-news .block-news-links a {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px; }
    .block-news .block-news-links a:before {
      content: ',';
      font-size: 12px;
      margin: 0 5px 0 0; }
  .block-news .block-news-info {
    font-size: 16px;
    margin: 0 0 0.25rem 0; }
  .block-news .block-news-title h2 {
    font-size: 18px;
    margin: 0 0 1rem 0; }
  .block-news .block-news-excerpt p {
    font-size: 16px; }
  .block-news .block-news-goto {
    margin: 0.5rem 0 0 0; }
  .block-news hr.block-deco {
    width: 90px; }
  .block-news.block-news-deco {
    padding: 0 0 0 45px; }
    .block-news.block-news-deco:before {
      content: '';
      width: 30px;
      height: 30px; }
  .block-doc {
    min-height: 160px; }
    .block-doc .block-doc-icon,
    .block-doc .block-doc-text {
      padding: 0.5rem 1rem; }
    .block-doc .block-doc-icon img {
      width: 60px; }
    .block-doc .block-doc-text h6,
    .block-doc .block-doc-text p {
      font-size: 18px; }
    .block-doc .block-doc-text h6 {
      margin-bottom: 0.5rem; }
  .block-result .block-result-title {
    padding: 1rem; }
    .block-result .block-result-title h4 {
      font-size: 18px;
      letter-spacing: 1px; }
  .block-result .block-result-list {
    padding: 1rem; }
    .block-result .block-result-list .block-result-list-arg {
      font-size: 16px; }
    .block-result .block-result-list .block-result-list-value {
      font-size: 14px; }
  .block-event .block-event-info {
    font-size: 18px;
    margin: 0 0 1rem 0; }
  .block-event .block-event-title h2 {
    font-size: 24px;
    margin: 0 0 1rem 0; }
  .block-event .block-event-excerpt p {
    font-size: 18px; }
  .block-event .block-event-goto .button {
    padding: 0 1rem;
    height: 40px;
    font-size: 14px; }
    .block-event .block-event-goto .button img {
      width: auto;
      height: 25px; }
  /* ==== 1.1.3 - Widgets											==== */
  .sidebar-widget {
    margin-bottom: 2rem; }
    .sidebar-widget .sidebar-widget-title h4 {
      font-size: 14px;
      letter-spacing: 1px;
      margin: 0 0 1.5rem 0; }
    .sidebar-widget.sidebar-widget-banners .single-banner img {
      width: 60%; }
    .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion {
      padding: 0;
      margin-bottom: 0.5rem; }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header {
        height: 76px; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a,
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button {
          height: 76px;
          background: #336A95;
          padding: 0; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-icon,
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-icon {
            width: 76px;
            height: 76px;
            line-height: 76px; }
            .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-icon img,
            .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-icon img {
              height: 30px; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-name,
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-name {
            font-size: 16px;
            letter-spacing: 1px;
            line-height: 120%; }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body {
        padding: 0 0 1rem 0; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul {
          padding: 1rem;
          margin: 0 0 0 76px; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul li a {
            font-size: 14px;
            letter-spacing: 1px; }
    .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content h6 {
      font-size: 18px;
      margin: 1rem 0; }
    .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul {
      margin: 0 0 0 -0.5rem; }
      .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li {
        margin: 0.5rem; }
        .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li a {
          width: 60px;
          height: 60px;
          line-height: 60px;
          font-size: 24px; }
  .footer-widget.footer-widget-about .footer-widget-logo img {
    max-height: 50px; }
  .footer-widget.footer-widget-about .textwidget p {
    font-size: 12px; }
  .footer-widget.footer-widget-menu ul li a {
    color: #020306;
    font-size: 12px;
    line-height: 160%; }
  /* ==== 1.1.4 - Forms											==== */
  .form.form-search .form-control {
    height: 50px !important; }
  .form-group {
    margin: 0 7.5px 25px 7.5px; }
    .form-group.form-deco span.deco {
      line-height: 49px;
      font-size: 18px; }
    .form-group.form-submit .form-control {
      font-size: 14px !important; }
  .form-control {
    height: 50px !important;
    font-size: 14px;
    letter-spacing: 1px; }
  /* ==== 1.1.5 - Sliders & Carousels								==== */
  .slider {
    height: 60vh; }
    .slider .slide {
      height: 60vh; }
  /* ==== 1.1.6 - Header & Menu									==== */
  .header .logo img {
    max-height: 65px; }
  .bee-simple-nav .navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 50px;
    padding-left: 1rem;
    padding-right: 1rem; }
  .bee-simple-nav .navbar-nav .dropdown-menu > a {
    line-height: 30px;
    font-size: 13px; }
  /* ==== 1.1.7 - Home Sections									==== */
  .metaping-rassegne-link a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 100%;
    font-weight: 700; }
    .metaping-rassegne-link a:hover {
      background: #868A7C !important; }
  /* ==== 1.1.8 - General Page Items								==== */
  .page-title h1 {
    font-size: 24px; }
  .breadcrumb li {
    font-size: 14px;
    letter-spacing: 1px; }
    .breadcrumb li:before {
      content: '|';
      margin: 0 0.25rem; }
  .cat-list ul li a {
    font-size: 18px;
    margin: 0 1rem; }
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px; }
  .single-content-info {
    font-size: 18px; } }

/* ================================================================= */
/* ==== 1.2 - Laptop 13"/15" from 1280px to 1440px				==== */
/* ================================================================= */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  /* ==== 1.2.1 - Main Items										==== */
  .section-title h3 {
    font-size: 18px;
    margin: 0 0 1.5rem 0;
    letter-spacing: 1px; }
  .section-title h6 {
    font-size: 14px; }
  .simple-link {
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    color: #336A95; }
    .simple-link:hover {
      color: #020306; }
    .simple-link.color-dark {
      color: #020306; }
      .simple-link.color-dark:hover {
        color: #336A95; }
  /* ==== 1.2.2 - Main Blocks 									==== */
  .block-news .block-news-links a {
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #020306;
    font-family: "Cabin", sans-serif;
    letter-spacing: 0.5px;
    position: relative; }
    .block-news .block-news-links a:before {
      content: ',';
      font-size: 10px;
      margin: 0 2px 0 0; }
  .block-news .block-news-info {
    font-size: 14px; }
  .block-news .block-news-title h2 {
    font-size: 16px;
    margin: 0 0 1rem 0; }
  .block-news .block-news-excerpt p {
    font-size: 14px; }
  .block-news .block-news-goto {
    margin: 0.5rem 0 0 0; }
    .block-news .block-news-goto a {
      font-size: 12px; }
  .block-news hr.block-deco {
    width: 80px; }
  .block-news.block-news-deco {
    padding: 0 0 0 45px;
    position: relative; }
    .block-news.block-news-deco:before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 0;
      background: #336A95; }
  .block-doc .block-doc-icon,
  .block-doc .block-doc-text {
    padding: 1rem; }
  .block-doc .block-doc-icon img {
    width: 50px; }
  .block-doc .block-doc-text h6,
  .block-doc .block-doc-text p {
    font-size: 14px; }
  .block-doc .block-doc-text h6 {
    margin-bottom: 0.25rem; }
  .block-event .block-event-info {
    font-size: 12px; }
  .block-event .block-event-title h2 {
    font-size: 16px;
    margin: 0 0 1rem 0; }
  .block-event .block-event-excerpt p {
    font-size: 12px; }
  .block-event .block-event-goto .button {
    font-size: 12px; }
  /* ==== 1.2.3 - Widgets											==== */
  .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion {
    margin-bottom: 0.5rem; }
    .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header {
      padding: 0;
      height: 76px;
      background: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.33); }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a,
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button {
        width: 100%;
        height: 76px;
        display: inline-block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: #336A95;
        padding: 0;
        border: none;
        cursor: pointer; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a:hover,
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button:hover {
          background: #868A7C; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span,
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span {
          display: inline-block; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-icon,
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-icon {
            width: 76px;
            height: 76px;
            line-height: 76px;
            text-align: center;
            background: #DFE7D0; }
            .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-icon img,
            .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-icon img {
              width: auto;
              height: 30px; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-name,
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-name {
            font-family: "Cabin", sans-serif;
            color: #fff;
            text-align: left;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px; }
    .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body {
      padding: 0 0 1rem 0; }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul {
        padding: 1rem;
        margin: 0 0 0 76px;
        list-style: none;
        background: #DFE7D0; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul li a {
          font-family: "Cabin", sans-serif;
          font-size: 12px;
          font-weight: 700;
          color: #336A95;
          line-height: 180%;
          letter-spacing: 1px; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul li a:hover {
            color: #020306; }
  .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px; }
  /* ==== 1.2.4 - Header & Menu									==== */
  .header .logo img {
    max-height: 60px; }
  .bee-simple-nav .navbar-nav > li > a {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .bee-simple-nav .navbar-nav .dropdown-menu {
    border-bottom: 5px solid #868A7C;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .bee-simple-nav .navbar-nav .dropdown-menu > a {
      line-height: 30px;
      font-size: 12px; }
  /* ==== 1.2.5 - General Page Items								==== */
  .cat-list ul li a {
    font-size: 14px;
    margin: 0 1rem; } }

/* ================================================================= */
/* ==== 1.3 - Tablet & Smartphone Common Rules up to 990px		==== */
/* ================================================================= */
@media only screen and (max-width: 991px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  /* ==== 1.3.1 - Main Blocks											==== */
  .block-slider-text {
    max-width: 90%; }
    .block-slider-text .slider-info {
      margin: 0 0 0.5rem 0; }
      .block-slider-text .slider-info h4,
      .block-slider-text .slider-info h6 {
        padding: 0.25rem 0.5rem; }
    .block-slider-text .slider-text {
      padding: 0.5rem 65px 0.5rem 0.5rem; }
  .block-news {
    margin-bottom: 1rem; }
  .block-doc {
    min-height: inherit;
    margin-bottom: 1rem; }
    .block-doc .block-doc-icon,
    .block-doc .block-doc-text {
      padding: 1rem 0.5rem; }
  /* ==== 1.3.2 - Sliders & Carousels									==== */
  .slider {
    height: 400px; }
    .slider .slide {
      height: 400px; }
  .metaping-rassegne {
    margin-bottom: 1rem; }
  /* ==== 1.3.3 - Page Sections										==== */
  .map {
    height: 350px; } }

/* ================================================================= */
/* ==== 1.4 - Tablet Portrait from 768px to 990px				==== */
/* ================================================================= */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  /* ==== 1.4.1 - Widgets											==== */
  .sidebar-widget {
    margin: 0 0 1rem 0; }
    .sidebar-widget.sidebar-widget-banners .single-banner img {
      width: 100%;
      margin: 0 auto; }
    .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion {
      margin-bottom: 0.5rem; }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-icon,
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-icon {
        width: 40px;
        height: 60px;
        line-height: 60px; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-icon img,
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-icon img {
          width: auto;
          height: 20px; }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header a span.card-header-name,
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-header button span.card-header-name {
        font-size: 11px;
        letter-spacing: 0; }
      .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body {
        padding: 0 0 0.5rem 0; }
        .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul {
          padding: 0.5rem; }
          .sidebar-widget.sidebar-widget-accordion .sidebar-widget-single-accordion .card-body ul li a {
            font-size: 11px;
            letter-spacing: 0; }
  .footer-widget .footer-widget-title h4 {
    font-size: 12px;
    letter-spacing: 0; }
  /* ==== 1.4.2 - General Page Items								==== */
  .page-title h1 {
    font-size: 16px; }
  .breadcrumb li {
    font-size: 11px;
    letter-spacing: 0; }
    .breadcrumb li:before {
      content: '|';
      margin: 0 0.15rem; } }

/* ================================================================= */
/* ==== 1.5 - Smartphone Landscape and Portrait up to 768px		==== */
/* ================================================================= */
@media only screen and (max-width: 767px) {
  /* ==== 1.5.1 - Main Items										==== */
  .button-navs {
    margin: 0.5rem 0; }
  /* ==== 1.5.2 - Widgets											==== */
  .sidebar-widget {
    margin: 1rem 0; }
    .sidebar-widget.sidebar-widget-banners .single-banner img {
      width: 75%;
      margin: 0 auto; }
    .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul {
      margin: 0 0 0 -0.5rem; }
      .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li {
        margin: 0.5rem; }
        .sidebar-widget.sidebar-widget-calendario_fiscale .sidebar-widget-content ul li a {
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 18px; }
  .footer-widget {
    margin-bottom: 3rem; }
    .footer-widget.footer-widget-about .footer-widget-logo img {
      max-height: 50px; }
    .footer-widget.footer-widget-about .textwidget p {
      line-height: 160%;
      font-size: 12px; }
    .footer-widget.footer-widget-menu.footer-widget-menu-split ul li {
      width: 100%;
      float: none;
      display: inline-block; }
  /* ==== 1.5.3 - Header & Menu									==== */
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; }
    .header .logo {
      padding-right: 75px; }
      .header .logo img {
        max-height: 45px; }
  .site-search {
    padding: 0.5rem 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
    filter: alpha(opacity=100);
    max-height: 10000px;
    overflow: hidden; }
  .navbar-toggler {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 7.5px;
    background: #336A95;
    z-index: 1909;
    padding: 15px; }
    .navbar-toggler span {
      width: 14px;
      height: 14px;
      float: left;
      background: #DFE7D0;
      border: 1px solid #336A95;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -ms-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
      .navbar-toggler span:nth-child(2) {
        background: #336A95; }
      .navbar-toggler span:nth-child(3) {
        background: #336A95; }
    .navbar-toggler.collapsed {
      background: #336A95; }
      .navbar-toggler.collapsed span:nth-child(2) {
        background: #DFE7D0; }
      .navbar-toggler.collapsed span:nth-child(3) {
        background: #336A95; }
  .bee-simple-nav {
    background: transparent;
    max-height: calc(100vh - 2rem);
    -webkit-transform: translateY(-62px);
    -moz-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    -o-transform: translateY(-62px);
    transform: translateY(-62px); }
    .bee-simple-nav .navbar-collapse {
      overflow: scroll; }
      .bee-simple-nav .navbar-collapse .navbar-nav {
        min-height: calc(100vh - 2rem);
        height: auto;
        background: #336A95;
        padding-top: calc(60px + 1rem); }
        .bee-simple-nav .navbar-collapse .navbar-nav > li > a {
          width: 100%;
          display: inline-block;
          font-family: "Cabin", sans-serif;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 0;
          line-height: 50px;
          color: #fff;
          padding-left: 0.75rem;
          padding-right: 0.75rem; }
          .bee-simple-nav .navbar-collapse .navbar-nav > li > a:hover {
            color: #DFE7D0; }
        .bee-simple-nav .navbar-collapse .navbar-nav > li.dropdown.show > a {
          background: #DFE7D0;
          color: #336A95; }
        .bee-simple-nav .navbar-collapse .navbar-nav > li.current-menu-item > a {
          background: #DFE7D0;
          color: #336A95; }
        .bee-simple-nav .navbar-collapse .navbar-nav .dropdown-menu {
          text-align: left;
          background: #336A95;
          border-bottom: none; }
          .bee-simple-nav .navbar-collapse .navbar-nav .dropdown-menu > a {
            line-height: 30px;
            font-size: 11px;
            color: #DFE7D0;
            position: relative; }
            .bee-simple-nav .navbar-collapse .navbar-nav .dropdown-menu > a:before {
              content: '';
              width: 4px;
              height: 4px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border-radius: 50%;
              background: #DFE7D0;
              position: absolute;
              left: 0.75rem;
              top: 50%;
              margin-top: -2px; }
            .bee-simple-nav .navbar-collapse .navbar-nav .dropdown-menu > a:hover {
              background: transparent;
              color: #020306; }
  /* ==== 1.5.4 - Scrolling										==== */
  .scrolling .site-search {
    max-height: 0;
    padding: 0 0 0.5rem 0;
    opacity: 0;
    filter: alpha(opacity=0); }
  /* ==== 1.5.5 - General Page Items								==== */
  .page-title h1 {
    font-size: 18px;
    font-weight: 700;
    color: #DFE7D0;
    line-height: 100%;
    margin: 0; }
  .breadcrumb li {
    font-size: 12px;
    letter-spacing: 0; }
    .breadcrumb li:before {
      content: '|';
      margin: 0 0.15rem; }
  .cat-list ul {
    overflow-x: scroll;
    white-space: nowrap;
    display: flex; }
    .cat-list ul li a {
      margin: 0 1rem; }
  .single-content-info {
    font-size: 14px;
    padding: 0.5rem 0;
    text-align: center; } }

/* ================================================================= */
/* ==== 1.6 - Smartphone Landscape from 480px to 768px			==== */
/* ================================================================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* ==== 1.6.1 - Widgets											==== */
  .sidebar-widget.sidebar-widget-banners .single-banner img {
    width: 50%; }
  /* ==== 1.6.2 - Sliders & Carousels								==== */
  .slider {
    height: 350px; }
    .slider .slide {
      height: 350px; } }
