@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap");

/**
* Variabili di sistema
*/
:root {
    --primary-color: #2196f3;
    --primary-hover-color: #0B75C9FF;
    --primary-border-color: #0b75c9;
    --bright-color: #ffffff;
    --gray-color:#434343;
    --mid-gray-color: #4f4f4f;
    --light-gray-color: #afafaf;
    --black-color: #222222;
    --grey-hc: #686868;
}
/**
* Mixins & Animations
*/
@keyframes blinker {
  50% {
    opacity: 0; } }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  10% {
    transform: scale(1.2); }
  25% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.1); }
  60% {
    transform: scale(0.9); }
  100% {
    transform: scale(1);
    opacity: 1; } }

/**
* Classi da esportare
*/
.new-dropdown-menu, #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.item-logged > ul.dropdown-menu, #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.lang-widget ul.dropdown-menu {
  background: #fff !important;
  border: 0 none;
  border-radius: 0;
  padding: 0; }
  .new-dropdown-menu li a, #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.item-logged > ul.dropdown-menu li a, #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.lang-widget ul.dropdown-menu li a {
    color: #424242;
    font-weight: bold;
    padding: 5px 10px; }
    .new-dropdown-menu li a:hover, #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.item-logged > ul.dropdown-menu li a:hover, #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.lang-widget ul.dropdown-menu li a:hover {
      background-color: #2196f3;
      color: #fff; }

.noselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .noselect::-moz-focus-inner, .noselect:active, .noselect:focus {
    color: #000;
    color: transparent;
    text-shadow: 0 0 0 #000;
    outline: none;
    border: 0; }

.ResetList {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#cookieBanner {
  display: none;
  padding: 30px;
  font-size: 14px;
  background-color: #fff;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1); }
  #cookieBanner p {
    margin: 0;
    padding: 0; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2196f3;
  border-color: #2196f3; }

.pagination > li > a,
.pagination > li > span {
  color: #2196f3; }

a {
  color: #2196f3;
  transition: all 0.25s ease-in-out; }
  a:hover {
    color: #0B75C9FF; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h1, h2, h3, h4, h4, h5, h6 {
  font-weight: bold; }

.section-title {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 14px;
  color: #000; }
  .section-title:after {
    content: '';
    width: 40px;
    position: relative;
    bottom: -10px;
    display: block;
    height: 4px;
    background: #2196f3; }
  .section-title.text-center:after {
    margin: 0 auto; }

.seciont-subtitle {
  font-size: 14px;
  font-weight: normal; }

.static--page {
  padding: 30px;
  margin: 30px auto;
  background-color: #fff; }

.meta-list-default .meta-list {
  margin-bottom: 15px; }
  .meta-list-default .meta-list label {
    margin-bottom: 4px;
    font-weight: normal;
    display: block;
    color: #2196f3;
    font-weight: bold; }
  .meta-list-default .meta-list label, .meta-list-default .meta-list strong {
    font-size: 14px; }
  .meta-list-default .meta-list .location a {
    color: #2196f3;
    text-decoration: underline;
    transition: all 0.25s ease-in-out; }
    .meta-list-default .meta-list .location a:hover {
      color: #000; }

.meta-list-courses .meta-list {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px; }
  .meta-list-courses .meta-list label {
    color: #666;
    font-weight: bold; }
  .meta-list-courses .meta-list strong {
    color: #444; }
  .meta-list-courses .meta-list:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -10px;
    top: 12px;
    background-size: 16px;
    background-repeat: no-repeat; }
  .meta-list-courses .meta-list .location a {
    color: #642891; }
  .meta-list-courses .meta-list.meta-calendar:before {
    background-image: url(/images/page-corsi/icon-calendar.svg); }
  .meta-list-courses .meta-list.meta-category:before {
    background-image: url(/images/page-corsi/icon-category.svg); }
  .meta-list-courses .meta-list.meta-location:before {
    background-image: url(/images/page-corsi/icon-marker.svg); }
  .meta-list-courses .meta-list.meta-argument:before {
    background-image: url(/images/page-corsi/icon-argument.svg); }
  .meta-list-courses .meta-list.meta-price:before {
    background-image: url(/images/page-corsi/icon-price.svg); }
  .meta-list-courses .meta-list.meta-duration:before {
    background-image: url(/images/page-corsi/icon-duration.svg); }
  .meta-list-courses .meta-list.meta-time:before {
    background-image: url(/images/page-corsi/icon-time.svg); }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 36px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 36px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 72px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 72px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 72px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 72px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 72px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 72px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-7.2px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-7.2px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(7.2px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(7.2px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-7.2px, -9px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-7.2px, 9px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(7.2px, -9px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(7.2px, 9px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -72px;
      top: -72px;
      transform: translate3d(72px, 72px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -72px;
      top: -72px;
      transform: translate3d(-72px, 72px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -72px;
      top: 72px;
      transform: translate3d(72px, -72px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -72px;
      top: 72px;
      transform: translate3d(-72px, -72px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out,
 top 0.08s 0s ease-out,
 opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out,
 top 0.08s ease-out,
 opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.1428571429px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.1428571429px, -5px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease,
 opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease,
 opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:after, .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 10px; }
    .slick-dots li button {
      background-color: #ccc;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      text-indent: -10000px;
      overflow: hidden;
      border: 0 none;
      display: block; }
    .slick-dots li.slick-active button {
      background-color: #2196f3; }

.navbar-fixed-bottom {
  z-index: 999; }

.navbar-fixed-top {
  z-index: 999; }

.main-bg {
  background-image: url(/images/pattern.png);
  background-color: #f2f4f7; }

.navbar {
  margin-bottom: 0; }
  .navbar .dropdown-menu {
    margin-top: 0; }
  .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px; }
  .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px; }

.ui-widget-overlay {
  left: 0;
  position: fixed;
  top: 0; }

.box-shadow {
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(31, 31, 31, 0.05);
  border-radius: 2px;
  padding: 10px; }

.box-shadow-bordered {
  border: solid 1px #dadada; }

.box-shadow-alpha {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 3px 0 rgba(31, 31, 31, 0.05);
  border-radius: 2px;
  padding: 10px; }

.box-shadow-nopd {
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(31, 31, 31, 0.05);
  border-radius: 2px; }

.navbar-default {
  border: none; }
  .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    border-bottom: solid 3px #fff; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    border-bottom: solid 3px #fff; }
  .navbar-default .navbar-toggle {
    border-color: #2196f3; }

.chosen-container-single .chosen-single {
  line-height: 28px;
  height: auto; }
  .chosen-container-single .chosen-single div {
    top: -4px; }

.form-group {
  margin-bottom: 10px; }
  .form-group .chosen-container-multi .chosen-choices {
    min-height: auto; }
  .form-group .chosen-container-single {
    min-height: auto; }
  .form-group .form-control-feedback {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    top: 34px;
    color: #3498db; }

.btn-primary {
  background-color: #2196f3;
  color: #fff;
  border-color: var(--primary-border-color);
}
  .btn-primary:active {
    background-color: var(--primary-color);
      border-color: var(--primary-border-color);
    color: #fff; }
  .btn-primary:focus {
    background-color: #0B75C9FF;
    color: #fff; }
  .btn-primary:hover {
    background-color: #0B75C9FF;
    color: #fff; }

.btn-primary.active {
  background-color: #0B75C9FF;
  color: #fff; }

.commerce .widget_layered_nav ul li.chosen a:hover {
  background-color: #0B75C9FF;
  color: #fff; }

.commerce ul.products li.product figure .product-wrap .shop-loop-actions .button:hover {
  background-color: #0B75C9FF;
  color: #fff; }

.commerce ul.products li.product figure .product-wrap .shop-loop-actions .shop-loop-quickview:hover {
  background-color: #0B75C9FF;
  color: #fff; }

.commerce ul.products li.product figure .product-wrap .shop-loop-actions .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background-color: #0B75C9FF;
  color: #fff; }
  .commerce ul.products li.product figure .product-wrap .shop-loop-actions .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
    background-color: #0B75C9FF;
    color: #fff; }

.commerce ul.products li.product figure .product-wrap .shop-loop-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background-color: #0B75C9FF;
  color: #fff; }

.commerce ul.products li.product figure .product-wrap .shop-loop-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: #0B75C9FF;
  color: #fff; }

.form-submit input[type=submit] {
  background-color: #0B75C9FF;
  color: #fff; }
  .form-submit input[type=submit]:focus {
    background-color: #0B75C9FF;
    color: #fff; }
  .form-submit input[type=submit]:hover {
    background-color: #0B75C9FF;
    color: #fff; }

.jpanel-title {
  background-color: #0B75C9FF;
  color: #fff; }

.noo-page-heading .page-title .count {
  background-color: #0B75C9FF;
  color: #fff; }

.noo-step-icon .noo-step-icon-item::after {
  background-color: #0B75C9FF;
  color: #fff; }

.noo-step-icon .noo-step-icon-item::before {
  background-color: #0B75C9FF;
  color: #fff; }

.posts-loop.grid.staffs .loop-item-title::before {
  background-color: #0B75C9FF;
  color: #fff; }

.progress-bar {
  background-color: #0B75C9FF;
  color: #fff; }

.read-more {
  background-color: #0B75C9FF;
  color: #fff; }
  .read-more:hover {
    background-color: #0B75C9FF;
    color: #fff; }

.widget_newsletterwidget .newsletter-submit {
  background-color: #0B75C9FF;
  color: #fff; }

.wpcf7-submit {
  background-color: #0B75C9FF;
  color: #fff; }
  .wpcf7-submit:hover {
    background-color: #0B75C9FF;
    color: #fff; }

.bg-primary {
  background-color: #0B75C9FF;
  color: #fff; }

.navbar-nav li.menu-item-post-btn > a {
  background-color: #0B75C9FF;
  color: #fff; }
  .navbar-nav li.menu-item-post-btn > a:focus {
    background-color: #0B75C9FF;
    color: #fff; }
  .navbar-nav li.menu-item-post-btn > a:hover {
    background-color: #0B75C9FF;
    color: #fff; }
    .navbar-nav li.menu-item-post-btn > a:hover:hover {
      background-color: #0B75C9FF;
      color: #fff; }

.navbar-nav li.current-menu-item > a {
  color: #0B75C9FF; }

.navbar-nav li.sfHover > a {
  color: #0B75C9FF; }

.navbar-nav li:hover > a {
  color: #0B75C9FF; }

.navbar-nav li > a:focus {
  color: #0B75C9FF; }

.navbar-nav li > a:hover {
  color: #0B75C9FF; }

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 70px; }

.navbar-nav > li:hover > a {
  border-bottom-color: #0B75C9FF; }

.navbar-nav > li.active > a {
  border-bottom-color: #0B75C9FF; }

.widget-title {
  margin: 0 0 10px; }

.posts-loop .posts-loop-title {
  margin-bottom: 10px; }

.login-box {
  max-width: 800px;
  margin: 10px auto; }

.login-form-links {
  margin: 0; }
  .login-form-links span {
    margin-top: 30px;
    text-align: center;
    color: #666;
    font-size: 18px; }

.h1 a:hover {
  color: #0B75C9FF; }

.h2 a:hover {
  color: #0B75C9FF; }

.h3 a:hover {
  color: #0B75C9FF; }

.h4 a:hover {
  color: #0B75C9FF; }

.h5 a:hover {
  color: #0B75C9FF; }

.h6 a:hover {
  color: #0B75C9FF; }

.noo-menu li.current-menu-item > a {
  color: #0B75C9FF; }

.noo-menu li > a:active {
  color: #0B75C9FF; }

.noo-menu li > a:hover {
  color: #0B75C9FF; }

.text-primary {
  color: #0B75C9FF; }

a.text-primary:hover {
  color: #0B75C9FF; }

a:focus {
  color: #0B75C9FF;
  outline: 0; }

a:hover {
  color: #0B75C9FF; }

a:active {
  outline: 0; }

body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-nav > li > a:hover {
  color: #0B75C9FF; }

h1 a:hover {
  color: #0B75C9FF; }

h2 a:hover {
  color: #0B75C9FF; }

h3 a:hover {
  color: #0B75C9FF; }

h4 a:hover {
  color: #0B75C9FF; }

h5 a:hover {
  color: #0B75C9FF; }

h6 a:hover {
  color: #0B75C9FF; }

.dataTables_paginate.paging_bootstrap.pagination {
  float: right;
  margin: 0; }
  .dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    list-style: none; }
    .dataTables_paginate.paging_bootstrap.pagination li a {
      color: #797979;
      padding: 5px 10px;
      display: inline-block; }
    .dataTables_paginate.paging_bootstrap.pagination li:hover {
      border-color: #65cea7; }
      .dataTables_paginate.paging_bootstrap.pagination li:hover a {
        color: #fff;
        background: #65cea7;
        text-decoration: none; }
  .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
    color: #c7c7c7; }
  .dataTables_paginate.paging_bootstrap.pagination li.disabled:hover {
    color: #c7c7c7;
    background: #fff;
    border-color: #ddd;
    cursor: no-drop; }
    .dataTables_paginate.paging_bootstrap.pagination li.disabled:hover a {
      color: #c7c7c7;
      background: #fff;
      border-color: #ddd;
      cursor: no-drop; }
  .dataTables_paginate.paging_bootstrap.pagination li.active {
    border-color: #65cea7; }
    .dataTables_paginate.paging_bootstrap.pagination li.active a {
      color: #fff;
      background: #65cea7;
      text-decoration: none; }

table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6; }

table.table-clickable tbody tr {
  cursor: pointer; }

.navbar-ril {
  background-color: #fff; }
  .navbar-ril .container-boxed {
    max-width: 1200px;
    margin: 0 auto; }
  .navbar-ril .navbar-brand {
    line-height: 70px;
    height: 70px; }
    .navbar-ril .navbar-brand > img {
      width: 100%; }
  .navbar-ril a.navbar-brand {
    padding: 0; }
  .navbar-ril .navbar-nav > li > a {
    color: #fff;
    border-bottom: solid 3px #2196f3; }

.navbar-toggle {
  line-height: 70px;
  height: 70px; }

.esperienza-item {
  border-bottom: 1px solid #ddd;
  padding-top: 10px; }
  .esperienza-item:last-child {
    border-bottom: 1px solid #fff;
    -padding: 10px 10px 0; }

.lingua-item {
  border-bottom: 1px solid #ddd;
  padding-top: 10px; }
  .lingua-item:last-child {
    border-bottom: 1px solid #fff;
    -padding: 10px 10px 0; }

.skill-item {
  border-bottom: 1px solid #ddd;
  padding-top: 10px; }
  .skill-item:last-child {
    border-bottom: 1px solid #fff;
    -padding: 10px 10px 0; }

.studie-item {
  border-bottom: 1px solid #ddd;
  padding-top: 10px; }
  .studie-item:last-child {
    border-bottom: 1px solid #fff;
    -padding: 10px 10px 0; }

.btn-add-cv-item {
  color: #333;
  background-color: #f6f7f9;
  border-color: #e1e2e3; }

.form-control {
  color: #333 !important;
  background-color: #f9f9f9;
  border: 1px solid #d8d4d4;
  border-radius: 0;
  padding: 6px 12px 6px 3px; }

.ui-autocomplete-input {
  font-size: 16px; }

.uneditable-input {
  font-size: 16px; }

input[type=password] {
  font-size: 16px; }

input[type=text] {
  font-size: 16px; }

textarea {
  font-size: 16px; }
.span#km-label{
    font-size: 16px;
}
.label-default {
  background-color: #fff;
  color: #3d3d3d;
  border: solid 1px #b6b6b6; }

.btn-quad {
  border-radius: 0; }

.bootstrap-tagsinput {
  background-color: #f9f9f9;
  border: 1px solid #d8d4d4;
  display: block;
  padding: 4px 6px;
  color: #333;
  border-radius: 0;
  line-height: 22px;
  cursor: text;
  line-height: 30px !important; }
  .bootstrap-tagsinput span.label-default {
    background: #fff;
    border: 1px solid #b5b5b5;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    color: #37362e;
    margin-right: 2px; }

.label {
  border-radius: 2px;
  display: inline;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: .2em .5em;
  vertical-align: inherit; }

.row-highlight {
  background-color: #003581; }

.row-job {
  background-color: #479cdb; }

.icon-map-marker {
  display: block;
  color: #479cdb;
  font-size: x-large;
  margin-top: -15px; }

.modal-lg {
  max-width: 700px; }

.table thead th.th-hide {
  padding: 0;
  border: 0; }

.table tbody tr {
  background: #fff; }

.table tbody tr.current-row {
  background: #ffc !important; }

.nav-tabs.tabs-android {
  border-bottom: 0 solid #ddd; }
  .nav-tabs.tabs-android > li {
    float: left;
    margin-bottom: 0; }
  .nav-tabs.tabs-android > li.active > a {
    border-width: 0;
    border-bottom: 3px solid #00b3ee; }
    .nav-tabs.tabs-android > li.active > a:focus {
      border-width: 0;
      border-bottom: 3px solid #00b3ee; }
    .nav-tabs.tabs-android > li.active > a:hover {
      border-width: 0;
      border-bottom: 3px solid #00b3ee; }

.navbar-navli > a:hover {
  border-bottom-color: #0B75C9FF; }

.sidebar-nav {
  padding: 9px 0; }

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-float-left {
  float: left;
  margin: 3px 0 0 3px; }

#bs-example-navbar-collapse-1 .dropdown:hover .dropdown-menu {
  display: block; }

#bs-example-navbar-collapse-1 ul.dropdown-menu {
  background-color: #2196f3 !important; }
  #bs-example-navbar-collapse-1 ul.dropdown-menu a {
    color: #222222;
    font-weight: bold;
  }
    #bs-example-navbar-collapse-1 ul.dropdown-menu a:hover {
      background-color: #034996; }

.nav-pills .dropdown-menu {
  margin-top: 0; }

.nav-tabs .dropdown-menu {
  margin-top: 0; }

.ui-dialog {
  overflow: hidden;
  padding: 0; }
  .ui-dialog .ui-dialog-content {
    padding: 0; }
  .ui-dialog .ui-dialog-titlebar {
    border-color: #fff #fff #ddd;
    font-size: 16px;
    padding: 0 15px; }
  .ui-dialog .ui-dialog-buttonpane {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border-width: 0;
    box-shadow: 0 1px 0 #fff inset;
    margin: 0;
    padding: 10px 15px;
    text-align: left; }

.ui-widget-content {
  border: 1px solid #ddd;
  color: #333; }

.ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #424f63;
  background-image: none;
  border: 1px solid #374152;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  margin-left: 5px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #0B75C9FF;
  background-image: none;
  border: 1px solid #81a4e0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  margin-left: 5px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

td.vertical-centered {
  vertical-align: middle !important;
  vertical-align: middle !important; }

.progetto-list-item {
  position: relative; }
  .progetto-list-item h4 {
    margin: 5px 0; }
  .progetto-list-item .lastupdate {
    margin-bottom: 5px; }
  .progetto-list-item .nota {
    margin-bottom: 5px;
    word-break: break-word; }
  .progetto-list-item .actions {
    position: absolute;
    top: 20px;
    right: 0; }

.cv-list-item {
  position: relative; }
  .cv-list-item h4 {
    margin: 5px 0; }
  .cv-list-item .lastupdate {
    margin-bottom: 5px; }
  .cv-list-item .actions {
    position: absolute;
    top: 20px;
    right: 0; }

.label-warning2 {
  background-color: #d8aa1b; }

.main-slider {
  width: 100%;
  height: auto;
  padding-bottom: 2px; }
  .main-slider img {
    width: 100%;
    height: auto; }

.slider-nav {
  height: auto;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: -30px;
  border-radius: 0 0 10px 0; }

.slider-next {
  cursor: pointer;
  font-weight: 700;
  font-size: 32px;
  padding: 10px 10px 10px 3px;
  color: #fff;
  opacity: .3; }
  .slider-next:hover {
    color: #fff;
    opacity: .6; }

.slider-prev {
  cursor: pointer;
  font-weight: 700;
  font-size: 32px;
  padding: 10px 3px 10px 10px;
  color: #fff;
  opacity: .3; }
  .slider-prev:hover {
    color: #fff;
    opacity: .6; }

#content {
  margin-top: 10px; }

.headline {
  position: relative;
  margin-top: -317px;
  min-height: 315px; }
  .headline .text-center p {
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 14px; }

.text-white {
  color: #fff; }

.text-black {
  color: #030303; }

.icon-center {
  margin-top: 10px;
  padding: 10px 15px 30px; }

#job-search {
  padding: 30px 0 0;
  color: #565656; }
  #job-search .text-label {
    margin-bottom: 9px; }

.job-search-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 26px; }

#job-search-form label {
  font-size: 18px;
  font-weight: 400;
  display: block; }

#job-search-form .form-control {
  border: none;
  height: 40px;
  box-shadow: 0 1px 2px 0 rgba(205, 211, 213, 0.9); }

.form-group.experience .slider-label {
  margin-bottom: 9px; }

.form-group.sallary .slider-label {
  margin-bottom: 7px; }

.ui-slider .ui-slider-handle {
  width: 19px;
  height: 19px; }

.page-template-page-templatestemplate-resume_listing-php .job-filter-dropdown {
  margin-top: 0;
  margin-bottom: 0; }

.jobs-search-wrapper .job-listing-row:first-child {
  border-top: 1px solid #e3e3e3; }

.media-top-right {
  float: right; }

.media-top {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left; }
  .media-top .item {
    padding: 8px 8px;
    color: #c0c2c2; }
    .media-top .item a {
      color: #c0c2c2; }
      .media-top .item a:hover {
        color: #0087e0; }
  .media-top li {
    display: inline-block; }

.media-top-2 {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  float: left; }
  .media-top-2 li {
    display: inline-block; }
  .media-top-2 .btn-blue {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 15px; }
  .media-top-2 .btn-green {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 15px; }

.label-blue {
  color: #00aeef; }

.btn-blue {
  background: #00aeef;
  color: #fff;
  border: none; }
  .btn-blue:hover {
    background: #0087e0;
    color: #fff; }

.btn-green {
  background: #1abc9c;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  border: none; }
  .btn-green:hover {
    background: #00dbb0;
    color: #fff; }

.breadcrumb {
  text-align: right;
  color: #fff;
  margin-top: 20px;
  background: 0 0;
  padding: 0;
  margin-top: 0; }
  .breadcrumb a {
    color: #fff;
    display: inline-block; }
  .breadcrumb li.active {
    color: #00a2ff; }

.page-heading {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0; }

.breadcrumbs {
  padding: 10px 15px;
  background: #034996;
  background-size: cover;
  height: 40px; }
  .breadcrumbs .col-sm-6 {
    margin-left: -5px;
    margin-right: -5px; }

.mtop5 {
  margin-top: 5px; }

.login-panel-2 {
  min-height: 500px; }

.userccount {
  background: #fff;
  border: 1px solid #9b9b9b;
  padding: 30px; }
  .userccount hr {
    border: 1px solid #9b9b9b; }
  .userccount h5 {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin-bottom: 15px; }
  .userccount label {
    font-size: 14px;
    color: #555;
    font-weight: 700;
    margin-bottom: 10px; }

#aziende-strix {
  background: #0f588f;
  color: #fff;
  padding: 35px; }
  #aziende-strix .h3 {
    font-weight: 200; }
  #aziende-strix .h4 {
    font-weight: 200; }

#aziende-in-evidenza {
  padding: 15px 0 15px 0; }

.info-panel {
  padding: 30px 0 0 0; }
  .info-panel img {
    padding: 10px; }
  .info-panel p {
    line-height: 17px;
    font-size: small; }

.martop30 {
  margin-top: 30px; }

.panel-gray {
  border-color: #ddd; }
  .panel-gray > .panel-heading {
    color: #fff;
    background-color: #555656;
    border-color: #595c5c; }

.pointer-true {
  cursor: pointer; }

.cookie-consent.opened {
  height: auto;
  display: table; }

.odd .pointer-true a > img {
  width: 80px;
  height: 80px; }

.row-candidates-list-pr {
  background-color: #2196f3; }

.followus {
  display: block;
  color: #adb2b3;
  font-size: 14px;
  padding: 5px;
  padding-bottom: 0; }

.follow-icons {
  padding: 0;
  list-style: none;
  padding-bottom: 5px; }

.follow-icons2 {
  height: 28px;
  width: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; }
  .follow-icons2:hover {
    cursor: pointer; }

.follow-icons2-background {
  background-image: url(../images/fb_icona2.png) !important; }

.follow-icons2-background2 {
  background-image: url(../images/tw_icona3.png) !important; }

.follow-icons2-background3 {
  background-image: url(../images/lnkd_icona2.png) !important; }

.follow-icons2-background4 {
  background-image: url(../images/yt_icona2.png) !important; }

.follow-icons2-background5 {
  background-image: url(../images/inst_icona2.png) !important; }

.follow-icons2-background6 {
  background-image: url(../images/pinterest_icona2.png) !important; }

@media (max-width: 991px) {
  .box-shadow {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .modal-lg {
    width: 100%; }
  .progetto-list-item .lastupdate {
    position: absolute;
    top: -4px;
    right: 0; }
  .cv-list-item .lastupdate {
    position: absolute;
    top: -4px;
    right: 0; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@media (min-width: 1000px) and (max-width: 1490px) {
  .headline {
    top: 50px; } }

@media (max-width: 1000px) {
  .headline {
    margin-top: 0;
    height: auto !important;
    width: 100% !important;
    background: #f9f9f9;
    text-align: center;
    padding: 0;
    min-height: 168px; }
    .headline h2 {
      color: #65656a; }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px; }
  #aziende-strix {
    text-align: center; } }

@media (max-width: 767px) {
  .headline {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto !important;
    width: 95% !important;
    background: #f9f9f9;
    text-align: center; }
  .top-citta {
    text-align: center; }
    .top-citta ul {
      padding: 0; } }

@media (max-width: 1008px) {
  .navbar-header {
    float: none; }
  .navbar-ril {
    background-color: #2196f3; }
    .navbar-ril .navbar-brand {
      line-height: 70px;
      height: 46px; }
  .container-bread {
    background-color: #034996; }
  .navbar-left {
    float: none !important; }
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block;
    line-height: 70px;
    height: 46px; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    margin-bottom: 0; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
  #bs-example-navbar-collapse-1.collapse.in {
    display: block !important;
    position: absolute;
    right: 0;
    border: 1px solid rgba(219, 213, 213, 0.733);
    background: #2196f3;
    z-index: 9999;
    width: 65%;
    overflow: visible;
    display: block !important;
    position: absolute;
    right: 0;
    border: 1px solid rgba(219, 213, 213, 0.733);
    background: #2196f3;
    z-index: 9999;
    width: 30%;
    overflow: visible; }
  #bs-example-navbar-collapse-1.collapsing {
    display: block !important;
    position: absolute;
    right: 0;
    border: 1px solid rgba(219, 213, 213, 0.733);
    background: #2196f3;
    z-index: 999;
    width: 30%; }
  #bs-example-navbar-collapse-1 .dropdown-menu {
    width: 95%; }
  #bs-example-navbar-collapse-1 .dropdown {
    overflow: hidden; }
    #bs-example-navbar-collapse-1 .dropdown:hover .dropdown-menu {
      position: inherit;
      box-shadow: none; } }

@media screen and (max-width: 768px) {
  .login-panel-2 {
    min-height: 250px; }
  #content {
    min-height: 100%;
    margin: 0 auto 0; }
  .navbar-ril .navbar-brand {
    line-height: 70px;
    height: 40px; }
  .navbar-ril a.navbar-brand {
    padding: 15px 0; }
  .navbar-toggle {
    line-height: 70px;
    height: 40px;
    margin-right: 0; }
  input.form-control {
    font-size: 16px; }
  .navbar {
    border-radius: 0; }
  input[type=number]:focus {
    font-size: 16px; }
  input[type=text]:focus {
    font-size: 16px; }
  textarea:focus {
    font-size: 16px; } }

@media screen and (max-width: 560px) {
  #bs-example-navbar-collapse-1.collapse.in {
    width: 78%; }
  #bs-example-navbar-collapse-1.collapsing {
    width: 78%; }
  .header-annuncio {
    font-size: 12px; }
    .header-annuncio h2 {
      font-size: 15px; }
    .header-annuncio h4 {
      font-size: 15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  input.form-control {
    font-size: 16px; }
  .navbar-ril .navbar-brand {
    line-height: 70px;
    height: 40px; }
  .navbar-ril a.navbar-brand {
    padding: 15px 0; }
  .navbar-toggle {
    line-height: 70px;
    height: 40px; }
  .progetto-list-item .lastupdate {
    margin-bottom: 0; }
  .odd .pointer-true a > img {
    width: 70px;
    height: 70px; }
  .page-heading {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px; }
  .lastupdate p {
    font-size: 13px; }
  #content {
    min-height: 100%;
    margin: 0 auto 0; }
  .login-panel-2 {
    min-height: 375px; }
  h3.offerte-citta {
    margin-top: 10px; }
  .userccount {
    margin-top: 20px;
    padding: 25px;
    margin-bottom: 20px; }
  .breadcrumbs {
    padding: 10px 0; } }

@media screen and (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-top: 5px;
    margin-left: 10px; }
  .navbar > .container-fluid .navbar-brand {
    margin-top: 5px;
    margin-left: 10px; } }

@media screen and (min-width: 1197px) {
  .login-panel-2 {
    min-height: 490px; } }

@media screen and (max-width: 357px) {
  .navbar-ril a.navbar-brand {
    padding: 15px 0; }
  .collapse.in {
    width: 60%; }
  .collapsing {
    width: 60%; } }

/* offerte styles */
body {
  background-color: #ffffff; }

html {
  background-color: #ffffff; }

.d-down {
  width: 75px !important;
  padding: 1px;
  margin-left: 2px;
  display: inline-block; }

.ril-celeste {
  color: #00a2ff; }

.pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  word-break: break-all; }

.fa span {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.btn-blue-dark {
  background-color: #3b5998;
  color: #fff; }
  .btn-blue-dark:hover {
    background-color: #10558b;
    color: #fff; }

.list-floated li {
  list-style: none; }
  .list-floated li > a {
    line-height: 1.4;
    font-size: 16px; }

#mc_embed_signup {
  background: #4983c4;
  border-radius: 3px;
  padding: 10px 30px;
  min-height: 503px; }
  #mc_embed_signup p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px; }
  #mc_embed_signup .fa {
    font-size: 48px; }
  #mc_embed_signup h3 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    font-weight: bold; }
  #mc_embed_signup .mailchimp-signup-btn {
    margin-top: 10px; }

.mailchimp-signup-btn {
  width: 100% !important;
  color: #fff;
  padding: 13px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: bold;
  background: #f6921e;
  border: none; }

#mc4wp_email {
  width: 100% !important;
  padding: 10px;
  border-radius: 3px;
  border: none;
  margin-top: 10px; }

#mce-EMAIL {
  width: 100% !important;
  padding: 10px;
  border-radius: 3px;
  border: none;
  margin-top: 10px; }

#mc4wp_name {
  width: 100% !important;
  padding: 10px;
  border-radius: 3px;
  border: none;
  margin-top: 20px; }

#mce-FNAME {
  width: 100% !important;
  padding: 10px;
  border-radius: 3px;
  border: none;
  margin-top: 20px; }

body.modal-open {
  position: fixed;
  width: 100%; }

.modal {
  overflow: auto; }

.carousel-inner#main-carousel {
  background: #080d15; }

.fade-carousel {
  position: relative;
  height: 500px; }
  .fade-carousel .carousel-inner .item {
    height: 500px; }
    .fade-carousel .carousel-inner .item .hero {
      opacity: 0;
      transition: 2s all ease-in-out .1s; }
  .fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    transition: 2s all ease-in-out .1s; }
  .fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7; }
  .fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1; }
  .fade-carousel .slides .slide-1 {
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .9; }
  .fade-carousel .slides .slide-2 {
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .9; }

label.label-ricerca {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #4a90e2; }

.input-lg-2 {
  height: 40px; }

.btn-lg-2 {
  height: 40px;
  padding: 7px 16px; }

#search-keyword input {
  text-indent: 30px; }

#search-keyword .fa-search {
  position: absolute;
  top: 35px;
  left: 28px;
  font-size: 21px;
  color: #0B75C9FF; }

#column-search-location span.fa.fa-map-marker {
  position: absolute;
  top: 35px;
  left: 28px;
  font-size: 22px;
  color: #0B75C9FF; }

.input-keyword {
  border: 2px solid #c1c1c1 !important;
  background-color: #fff;
  padding: 10px 40px !important;
  line-height: 1.25rem;
  color: #4b4b4b;
  font-size: 16px !important;
  outline: none;
  width: 100%;
  min-width: 7rem;
  outline-offset: 0; }
  .input-keyword:focus {
    background: #fff !important;
    border-color: #1497ff !important; }

.input-location {
  border: 2px solid #c1c1c1 !important;
  background-color: #fff;
  padding: 10px 30px !important;
  line-height: 1.25rem;
  color: #4b4b4b;
  font-size: 16px !important;
  outline: none;
  width: 100%;
  min-width: 7rem;
  outline-offset: 0; }
  .input-location:focus {
    background: #fff !important;
    border-color: #1497ff !important; }

.filtri_jobs:-ms-input-placeholder {
  color: #b5b6b8;
  opacity: 1;
  color: #a9aaac;
  opacity: 1; }

.filtri_jobs::placeholder {
  color: #b5b6b8;
  opacity: 1;
  color: #a9aaac;
  opacity: 1; }

.filtri_jobs::-ms-input-placeholder {
  color: #b5b6b8;
  color: #a9aaac; }

.filtri_jobs:-ms-input-placeholder {
  color: #b5b6b8;
  color: #a9aaac; }

span.deleteicon {
  position: relative; }
  span.deleteicon span {
    display: none;
    position: absolute;
    top: -3px;
    right: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    span.deleteicon span:after {
      content: "\f00d";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      font-size: 15px;
      color: #0B75C9FF; }
  span.deleteicon input {
    padding-right: 16px;
    box-sizing: border-box; }

h3.title-content-ril {
  color: #4a90e2; }

.hero {
  position: absolute;
  top: 56%;
  left: 46%;
  z-index: 3;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  transform: translate3d(-50%, -50%, 0); }
  .hero h2 {
    font-weight: 200;
    margin: 0;
    padding: 0; }
  .hero span {
    font-weight: 200;
    margin: 0;
    padding: 0; }

.ui-autocomplete-loading {
  background-image: url(/images/loader.gif);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: right; }

.navbar .navbar-toggle i {
  color: #1497ff !important;
  font-size: 21px;
  display: block;
  margin: 0; }

#citta-piu-cercate {
  background-color: #ecf0f1;
  padding-bottom: 20px; }

.btn-warning-dark {
  color: #050505;
  background-color: #ffc107; }

.btn-danger-ril {
  color: #fff;
  background-color: #dc3545;
  border-radius: 4px !important; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover {
    color: #b92e3c; }

.btn.btn-hero {
  color: #f5f5f5;
  background-color: #00aeef;
  border-color: #007198;
  outline: none;
  margin: 10px auto; }
  .btn.btn-hero:hover {
    color: #f5f5f5;
    background-color: #00aeef;
    border-color: #007198;
    outline: none;
    margin: 10px auto; }
  .btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #00aeef;
    border-color: #007198;
    outline: none;
    margin: 10px auto; }

.table-primary thead td {
  padding: 3px !important;
  border: solid 1px #979797 !important;
  background-color: #d8d8d8;
  color: #050505;
  text-align: center;
  font-size: 13px; }

.table-primary td {
  padding: 3px !important;
  border: solid 1px #979797 !important;
  background-color: #3483c3;
  color: #fff;
  text-align: center;
  font-size: 13px; }

.job-search-wrapper .col-sm-6 {
  margin-top: 30px; }

input.form-control.error {
  border-color: #e4625f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important; }

span.span_error {
  font-size: small;
  font-weight: bold;
  color: #e4625f; }

.has-error .form-control {
  border-color: #e4625f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .checkbox {
  color: #e4625f; }

.has-error .checkbox-inline {
  color: #e4625f; }

.has-error .control-label {
  color: #e4625f; }

.has-error .help-block {
  color: #e4625f; }

.has-error .radio {
  color: #e4625f; }

.has-error .radio-inline {
  color: #e4625f; }

.has-error.checkbox label {
  color: #e4625f; }

.has-error.checkbox-inline label {
  color: #e4625f; }

.has-error.radio label {
  color: #e4625f; }

.has-error.radio-inline label {
  color: #e4625f; }

.popover {
  max-width: 290px; }

.carousel-indicators {
  z-index: 4; }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }

#tab_menu_register.nav-tabs > li.active > a {
  font-weight: 600;
  font-size: 15px; }

#tab_menu_register.nav-tabs > li.active > a.btn.btn-candidate {
  background-color: #ffc107;
  color: #4a4a4a; }

#tab_menu_register.nav-tabs > li.active > a.btn.btn-employer {
  background-color: #4a90e2;
  color: #fff; }

#tab_menu_register.nav-tabs > li > a.btn-candidate:hover {
  border-color: #eee #eee #ddd; }

#tab_menu_register.nav-tabs > li > a.btn-employer:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a {
  font-weight: 600;
  font-size: 15px; }
  .nav-tabs > li.active > a:hover {
    font-weight: 600;
    font-size: 15px; }

.nav-tabs > li.active > a.btn.btn-candidate:focus {
  background-color: #ffc107;
  color: #4a4a4a; }

.nav-tabs > li.active > a.btn.btn-candidate:hover {
  background-color: #ffc107;
  color: #4a4a4a; }

.nav-tabs > li.active > a.btn.btn-employer:focus {
  background-color: #4a90e2;
  color: #fff; }

.nav-tabs > li.active > a.btn.btn-employer:hover {
  background-color: #4a90e2;
  color: #fff; }

#tab_menu_register.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 40px; }

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none; }

.navbar-default .navbar-toggle:focus {
  border: 2px solid #0B75C9FF !important;
  background-color: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); }

.navbar-default .navbar-toggle:hover {
  border: 2px solid #0B75C9FF !important;
  background-color: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); }

.ui-state-hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0;
  -moz-border-radius: 0;
  background-image: none; }

.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0;
  -moz-border-radius: 0;
  background-image: none; }

.navbar-toggle {
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.nop {
  padding-left: 0;
  padding-right: 0; }

.content-nav-ril {
  background-color: #2196f3; }

#home-item-prime {
  background-color: black; }
  #home-item-prime .first-img {
    background-repeat: no-repeat;
    height: 500px; }
    #home-item-prime .first-img:hover > .overlay {
      opacity: 0; }
  #home-item-prime .second-img {
    background-repeat: no-repeat;
    height: 500px;
    border-left: solid 3px #b6b6b6; }
    #home-item-prime .second-img:hover > .overlay {
      opacity: 0; }
  #home-item-prime .overlay {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
  }
  #home-item-prime .btn-first-item {
    position: absolute;
    font-weight: 600;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    top: 65%;
    right: 0;
    background-color: #0055b4;
    padding: 7px 25px; }
    #home-item-prime .btn-first-item:hover {
      background-color: #004295; }
  #home-item-prime .btn-second-item {
    position: absolute;
    font-weight: 600;
    border-radius: 15px !important;
    top: 65%;
    left: -12px;
    padding: 7px 19px; }

.lang-widget {
  line-height: 65px;
  padding: 2px 7px;
  border-radius: 4px; }

.thumb16 {
  width: 16px !important; }

.mt-pulsante-navbar .fb {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background-color: #2196f3;
  color: #fff; }

.mt-pulsante-navbar .sb {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  background-color: #2196f3;
  color: #fff; }

img.thumb20.mr-sm {
  width: 18px; }

.ul-xs {
  min-width: 85px; }

li.li-sm a {
  font-size: 12px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.col-image-job {
  width: 150px;
  padding: 10px;
  margin-left: 15px;
  margin-top: -39px;
  float: left; }
  .col-image-job img {
    background-color: #fafbfb;
    min-width: 130px;
    overflow: hidden; }

.col-content-job {
  padding: 5px 10px 0 170px; }

.col-title-job {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 155px; }

.row-annuncio {
  background-color: #fefefe;
  border: solid 1px #b4b4b4;
  border-bottom-color: #8aa6c6;
  border-top: none;
  margin-bottom: 10px; }

.label-in-evidenza {
  background-color: #f7c001;
  color: #003581; }

h2.header-annuncio {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400; }

.footer-annuncio {
  margin-top: 15px;
  margin-bottom: 10px; }
  .footer-annuncio span {
    font-size: 13px;
    font-weight: 400;
    color: #4a4a4a; }

.link-alone {
  padding-top: 15px;
  padding-bottom: 15px; }

.in-evidenza {
  background-color: #edf5f7 !important; }

.titolo-azienda {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 600; }
  .titolo-azienda a {
    color: #4a90e2;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600; }

.row-evidenza {
  background-color: #eef4fd; }

.label-job-skill {
  background-color: #3483c3;
  border-radius: 6px !important;
  padding: 3px 12px;
  font-size: .81em;
  text-transform: capitalize;
  font-weight: 600;
  border: solid 1px #979797;
  overflow: hidden; }

label.label.label-percentual {
  color: #ffc107;
  background: #4a90e2;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  line-height: 8px; }

.lastupdate {
  margin-top: 7px;
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
  float: right; }

.ril-btn-primary-1 {
  background-color: #017bff;
  border-radius: 6px !important;
  font-weight: 600;
  padding: 5px 30px; }

.btn-primary {
  background-color: var(--primary-color);
  color: #fff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0B75C9FF;
    border-color: var(--primary-border-color);
  }
.btn-job-ads-list{
    padding: 9px 20px;
}
.btn-warning {
  color: #050505;
  background-color: #ffc107; }
  .btn-warning:hover {
    color: #050505;
    background-color: #daa307; }

a {
  color: #4a90e2;
  text-decoration: none; }

.btn-db-filters {
  padding: 6px 20px;
  margin: 12px; }

.btn-db-filters.pd-a {
  padding: 6px 45px; }

.pac-container {
  z-index: 10000 !important; }

#modal-alert p {
  font-size: 0.9em;
  margin-bottom: 0;
  color: #8c8c8c; }

#modal-alert p.privacy-alert {
  font-size: 0.7em;
  margin-bottom: 0;
  color: #8c8c8c; }

#modal-alert h3 {
  color: #3483C3;
  padding: 20px 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em; }

#modal-alert button.btn-primary {
  border-radius: 4px !important;
  padding: 4px 30px;
  background-color: #007bff;
  margin-bottom: 3px; }

#modal-alert button.btn span {
  font-size: 1.4em; }

#modal-alert a {
  margin-top: 5px;
  color: #d0021b; }

#modal-alert .box-label {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 39px 20px;
  border: solid 1px #fff;
  color: #fff;
  max-height: 92px;
  line-height: 13px; }
  #modal-alert .box-label span {
    font-size: smaller; }

#modal-alert .box-input {
  padding: 28px 20px;
  border: solid 1px #fff;
  max-height: 100px; }

#modal-alert .box-input-tags {
  padding: 5px 20px;
  border: solid 1px #fff;
  max-height: 100px; }

#modal-alert .col-sm-4 {
  background-color: #4a90e2;
  padding-right: 0;
  padding-left: 0; }

#modal-alert .col-sm-8 {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0; }

#modal-alert .row-footer {
  margin-top: 15px;
  padding: 15px; }

#modal-alert .radio-row {
  padding: 0 20px; }

#modal-alert .head-job-alert {
  padding: 0 30px 10px; }

.breadcrumb {
  font-size: 12px;
  line-height: 20px; }
  .breadcrumb li {
    color: #acc9e6; }
    .breadcrumb li a {
      color: #acc9e6; }
      .breadcrumb li a:hover {
        color: #fff; }
    .breadcrumb li:before {
      color: #52769d; }
  .breadcrumb li.active {
    color: #fff;
    font-weight: bold; }

@media (min-width: 768px) {
  .list-floated {
    column-count: 9; }
  .navbar-right {
    float: none !important;
    margin-right: 0; } }

@media screen and (max-width: 992px) {
  .col-image-job {
    margin-left: 0; }
  .col-title-job {
    margin-left: 150px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-content-job {
    padding: 5px 10px 0 165px; }
  ul.filtri-avanzati.categoria {
    columns: 2; }
  #get-filters {
    margin-bottom: 20px; } }

@media screen and (min-width: 980px) {
  .hero {
    width: 980px; } }

@media (min-width: 1008px) {
  .navbar-right {
    float: right !important;
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .col-image-job {
    width: 90px;
    padding: 10px;
    margin-left: 5px;
    margin-top: 0; }
    .col-image-job img {
      min-width: unset; }
  .navbar-toggle {
    margin-right: 0; }
  .list-floated {
    column-count: 4;
    margin-top: 15px; }
    .list-floated li {
      margin-bottom: 15px; }
  .hero h2 {
    display: none; }
  .hero span {
    display: none; }
  .btn.btn-hero {
    display: none;
    display: none; }
  .fade-carousel {
    height: 400px; }
    .fade-carousel .carousel-inner .item {
      height: 400px; }
    .fade-carousel .slides .slide-1 {
      height: 400px;
      background-image: url(images/lavoro-per-informatici-sistemisti.jpg?v=1.3);
      opacity: .5; }
    .fade-carousel .slides .slide-2 {
      height: 400px;
      background-image: url(images/dummy-slide-1.jpg?v=1.3);
      opacity: .5; }
  #job-search-mobile {
    --background-color: rgba(215, 215, 228, 0.4) !important;
    padding: 20px;
    width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    transform: translate3d(-50%, -50%, 0); }
  .col-title-job {
    margin-left: 0; }
  .footer-annuncio ul {
    columns: 1; }
  .input-location {
    padding: 10px 40px !important; }
  label.label-ricerca {
    font-weight: 500; }
  ul.filtri-avanzati.categoria {
    columns: 2; }
  .col-content-job {
    padding: 5px 10px 0;
    margin-left: 90px; }
  .btn-search {
    display: block; } }

@media screen and (max-width: 560px) {
  .header-annuncio {
    font-size: 100%; }
  h2.header-annuncio {
    margin-bottom: 10px;
    font-weight: bold; }
  ul.filtri-avanzati.categoria {
    columns: 1; }
  .avviso-giallo {
    font-size: 13px; }
  .lastupdate {
    margin-bottom: 5px;
    font-size: 1em; }
  .footer-annuncio ul {
    columns: 1; } }

.navbar-default .navbar-toggle {
  padding: 10px;
  border: 0 none !important; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border: 0 none !important;
    background-color: transparent;
    box-shadow: none;
    padding: 10px; }

#bs-example-navbar-collapse-1 {
  width: 100% !important;
  box-shadow: none !important;
  border: 0 none !important; }
  #bs-example-navbar-collapse-1.collapse.in {
    display: block !important;
    position: absolute;
    right: 0;
    border: 0 none;
    z-index: 9999;
    width: 100%;
    overflow: visible; }

.breadcrumbs {
  padding: 0; }
  .breadcrumbs .page-heading {
    line-height: 40px;
    font-weight: bold;
    font-size: 14px; }
  .breadcrumbs .breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 40px; }
    .breadcrumbs .breadcrumb li:last-child {
      padding-right: 15px; }

#mainHeader {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 0.25s ease-in-out; }
  #mainHeader #logo {
    padding: 10px 0; }
    #mainHeader #logo a {
      display: block; }
      #mainHeader #logo a img {
        max-width: 300px;
        display: block;
        transition: all 0.25s ease-in-out; }
  #mainHeader #navHeader {
    padding: 21px 0; }
    #mainHeader #navHeader > .navbar-collapse {
      padding: 0; }
      #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li {
        margin: 0 2px; }
        #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li > a {
          padding: 8px 14px;
          line-height: normal;
          color: #424242;
          position: relative;
          font-weight: bold;
          transition: all 0.25s ease-in-out; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li > a span {
            position: relative;
            z-index: 1; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li > a span.badge {
            background-color: #c93340;
            font-size: 9px;
            position: absolute;
            top: -10px;
            right: 12px;
            padding: 3px 4px;
            border-radius: 2px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 0.5px;
            opacity: 0;
            animation: pulse 0.5s 1;
            animation-delay: 2s;
            animation-fill-mode: forwards; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li > a:after {
            content: '';
            bottom: 0;
            right: 100%;
            left: 0;
            height: 4px;
            background: #fff;
            display: block;
            position: absolute;
            z-index: 0;
            transition: all 0.25s ease-in-out; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li > a:hover {
            background: transparent;
            color: #2196f3; }
            #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li > a:hover:after {
              background: #2196f3;
              right: 25%;
              left: 25%; }
        #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li > ul.dropdown-menu > li > a:hover {
          background: #2196f3 !important; }
        #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.item-login {
          font-weight: bold; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.item-login:before {
            content: '';
            width: 14px;
            height: 14px;
            background: url(https://reteinformaticalavoro.it/images/icon-lock-grey.svg);
            display: block;
            background-size: 14px;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            margin-top: -9px;
            left: 4px;
            z-index: 1; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.item-login a {
            padding: 8px 14px 8px 24px; }
        #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.item-logged > a {
          max-width: 150px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          padding: 8px 14px 8px 24px; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.item-logged > a:before {
            content: '';
            width: 14px;
            height: 14px;
            background: url(https://reteinformaticalavoro.it/images/icon-user.svg);
            display: block;
            background-size: 14px;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            margin-top: -9px;
            left: 4px;
            z-index: 1; }
        #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.lang-widget {
          line-height: normal;
          padding: 6px 0 6px 6px;
          margin: 0;
          float: right; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.lang-widget .current-lang img {
            width: 30px;
            height: 22px; }
          #mainHeader #navHeader > .navbar-collapse > ul.navbar-nav.nav > li.lang-widget ul.dropdown-menu li img {
            width: 20px; }
  #mainHeader.fixed {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15); }
  #mainHeader #hamburgerMenu {
    position: fixed;
    right: 15px;
    top: 20px;
    transition: all 0.25s ease-in-out;
    display: none; }

footer#mainFooter {
  background: #343A40;
  border-top: 2px solid #cccccc;
  padding: 15px 0;
  color: #000;
  clear: both; }
  footer#mainFooter a {
    color: #000; }
  footer#mainFooter .quicklinks {
    list-style: none; }
    footer#mainFooter .quicklinks li {
      padding: 4px 0; }
      footer#mainFooter .quicklinks li a {
        display: block;
        color: #ffffff;
        padding: 0 16px 0 0;
        font-size: 12px;
        position: relative; }
  footer#mainFooter h5 {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px; }
  footer#mainFooter ul {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline; }
  footer#mainFooter .bttxt {
    color: #000;
    line-height: 24px;
    margin-top: 15px;
    font-size: 12px; }

html {
  overflow-x: hidden; }
  html body.site-it {
    color: var(--black-color);
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    font-family: 'Nunito',Arial, Helvetica, sans-serif;
    min-width: 320px;
    width: 100vw;
    padding-top: 76px; }
    html body.site-it.menu-is-active {
      width: 100vw;
      height: 100vh;
      overflow: hidden; }

.select-group {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.km {
  background-color: #fff;
  padding: 9px 14px; }
.text-black{
  color: black;
}
#group-km .input-group-addon {
  border: none;
  padding: 0;
  background-color: #fff; }
.notice-section{
    background-color: #F6E3A7;
    font-size: 36px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-section-title{
    font-size: 24px;
    font-weight: bold;
    color: #222222
}
.jit-title{
    font-size: 35px;
    font-weight: bold;
    color: var(--black-color);
    text-align: center;
}
.jit-title span{
    color: var(--primary-color);
}
.jit-subtitle{
    font-size: 20px;
    color: #222222;
    font-weight: normal;
    text-align: center;
}
.jit-boxes{
    margin-top: 50px;
}
.jit-box{
    border: solid 1px #CCCCCC;
    box-shadow: 0 3px 6px #00000029;
    padding: 20px;
    border-radius: 10px;
    color: #222222;
    margin-bottom: 20px;
    min-height: 320px;
}
.jit-box-title{
    font-size: 24px;
    font-weight: bold;
    color: var(--black-color);
}
.jit-box-text{
    font-size: 16px;
    color: #222222;
}
.jit-h3{
    font-size: 32px;
    font-weight: bold;
    color: #222222;
}
.jit-box-icon{
    font-size: 24px;
    height: 50px;
    width: 50px;
    border-radius: 90px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
.box-1 .jit-box-icon{
    color: #FF4A00;
    background-color: rgba(255, 74, 0, 0.3);
}
.box-2 .jit-box-icon{
    color: #465AF1;
    background-color: rgba(70, 90, 241, 0.3);
}
.box-3 .jit-box-icon{
    color: #FB9AFB;
    background-color: rgba(251, 154, 251, 0.3);
}
.martop40{
    margin-top: 40px;
}
.martop60{
    margin-top: 60px;
}
.btn-primary.jit-btn{
    background-color: var(--primary-color);
    font-size: 16px;
    padding: 8px 20px;
    border-color: var(--primary-border-color);
    border-radius: 6px;
}
.btn-primary.jit-btn:hover{
    background-color: var(--primary-hover-color);
    font-size: 16px;
    padding: 8px 20px;
    border-color: var(--primary-hover-color);
}
#group-km .input-group-addon .btn {
  border: solid 1px #CCCCCC;
  border-left: none;
  border-radius: 0 6px 6px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 9px 14px 9px 0;
}

#group-km .input-group-addon .btn:focus,
#group-km .input-group-addon .btn:hover,
#group-km .input-group-addon .btn:active {
  background-color: #fff; }
.btn-subscription{
    color: #ffffff !important;
    background-color: #007A00!important;
}
.btn-subscription:hover{
    color: #ffffff !important;
    background-color: #005200!important;
}
.btn-subscription:hover:after{
    background: none!important;
}
@media only screen and (max-width: 767px) {
  html body {
    padding-top: 60px !important; }
    html body #mainHeader {
      height: 60px;
      background-color: #2196f3; }
      html body #mainHeader #logo a {
        background-image: url(/images/logo-bianco.svg); }
        html body #mainHeader #logo a img {
          display: none; }
  html body.site-hc {
    padding-top: 60px !important; }
    html body.site-hc #mainHeader {
      height: 60px;
      background-color: #fff; }
      html body.site-hc #mainHeader #logo a {
        width: 200px;
        background-size: contain;
        background-image: url(/images/favicon_pj.ico); }
        html body.site-hc #mainHeader #logo a img {
          display: none; }
      html body.site-hc #mainHeader #hamburgerMenu .hamburger-inner,
      html body.site-hc #mainHeader #hamburgerMenu .hamburger-inner::before,
      html body.site-hc #mainHeader #hamburgerMenu .hamburger-inner::after,
      html body.site-hc #mainHeader #hamburgerMenu.is-active .hamburger-inner,
      html body.site-hc #mainHeader #hamburgerMenu.is-active .hamburger-inner::before,
      html body.site-hc #mainHeader #hamburgerMenu.is-active .hamburger-inner::after {
        background-color: #0d3155 !important; } }
@media screen and (min-width: 1247px) {
    .jit-title{
        font-size: 42px;
    }
}
/*# sourceMappingURL=critical.css.map */
