﻿@charset "UTF-8";

/* =======================================================
*
* SurgiQ Style
*
* ======================================================= */


body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #434242;
  background: #FFF;
  height: 100%;
  position: relative;
}

body.fh5co-overflow-x {
  overflow-x: hidden;
}

a {
  color: #434242;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #434242;
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #434242;
  font-weight: 500;
  text-transform: capitalize;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  letter-spacing: 0.04em;
}

h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h2 {
	font-size: 21px;
}

h3 {
  font-size: 18px;
}

/* copiato fonts e kerning */
h4, .h4 {
	font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

}
p {
  margin: 0 0 10px;
}



::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#fh5co-menu {
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  padding-bottom: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
}
#fh5co-menu.sleep {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#fh5co-menu.fh5co-sleep {
  -webkit-transform: translateX(-180px) !important;
  -moz-transform: translateX(-180px) !important;
  -ms-transform: translateX(-180px) !important;
  -o-transform: translateX(-180px) !important;
  transform: translateX(-180px) !important;
}
.scrolled #fh5co-menu {
  background: #fff;
  position: fixed;
  margin-top: 0px;
  top: 0;
  border-bottom: 1px solid #ddd;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

#fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  float: left;
  background: #22273B;
  width: 100%;
  position: relative;
  z-index: 89;
}
#fh5co-page.fh5co-sleep {
  border-right: 1px solid #ccc;
  -webkit-transform: translateX(-180px);
  -moz-transform: translateX(-180px);
  -ms-transform: translateX(-180px);
  -o-transform: translateX(-180px);
  transform: translateX(-180px);
}

#fh5co-wrap {
  z-index: 89;
  position: relative;
  float: left;
  width: 100%;
  background: #FFF;
}

#fh5co-offcanvass {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(180px);
  -moz-transform: translateX(180px);
  -ms-transform: translateX(180px);
  -o-transform: translateX(180px);
  transform: translateX(180px);
  bottom: 0;
  width: 180px;
  padding: 40px 30px;
  background: #fff;
  color: #7b7b7a;
}
#fh5co-offcanvass .fh5co-lead {
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#fh5co-offcanvass ul {
  padding: 0;
  margin: 30px 0 30px 0;
}
#fh5co-offcanvass ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvass ul li a {
  display: block;
  padding: 10px 4px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #7b7b7a;
}
#fh5co-offcanvass ul li a:hover, #fh5co-offcanvass ul li a:focus, #fh5co-offcanvass ul li a:active {
  outline: none;
  text-decoration: none;
  color: #4496a4;
}
#fh5co-offcanvass ul li.active a {
  color: #4496a4 !important;
}
#fh5co-offcanvass.fh5co-awake {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvass .fh5co-offcanvass-close {
  position: absolute;
  right: 20px;
  top: 40px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Montserrat", arial, sans-serif;
  z-index: 99;
  float: left;
  color: #444;
}
#fh5co-offcanvass .fh5co-offcanvass-close i {
  font-size: 20px;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
  color: red;
}
#fh5co-offcanvass .fh5co-offcanvass-close:hover, #fh5co-offcanvass .fh5co-offcanvass-close:focus, #fh5co-offcanvass .fh5co-offcanvass-close:active {
  outline: none;
  text-decoration: none;
}
#fh5co-offcanvass .fh5co-logo {
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding: 0;
  margin: 40px 0 0 0;
}
#fh5co-offcanvass .fh5co-logo a {
  color: #000;
  padding: 0;
  margin: 0;
}

#fh5co-offcanvass .fh5co-social-icons > a {
  color: #7b7b7a;
  margin-right: 10px;
  text-decoration: none;
}

#fh5co-offcanvass .fh5co-social-icons > a:hover,
#fh5co-offcanvass .fh5co-social-icons > a:focus,
#fh5co-offcanvass .fh5co-social-icons > a:active {
  color: #4496a4;
}

.fh5co-menu-btn {
  font-size: 15px;
  text-transform: uppercase;
  float: right;
  margin-top: 16px;
  position: relative;
  z-index: 10;
  font-family: "Montserrat", arial, sans-serif;
  color: #FFF;
}
.fh5co-menu-btn i {
  font-size: 20px;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
}
.fh5co-menu-btn:hover, .fh5co-menu-btn:focus, .fh5co-menu-btn:active {
  outline: none;
  text-decoration: none;
  color: #FFF;
}

#fh5co-hero {
  float: left;
  width: 100%;
  height: 800px;
  position: relative;
  /*padding-top: 4em;*/
  padding-bottom: 4em;
  z-index: 10;
  background: #4496a4;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  #fh5co-hero {
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  #fh5co-hero .fh5co-intro h1 {
    margin-top: 40px;
  }
}

#fh5co-hero .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  /*opacity: .1;*/
  background: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero {
    padding-top: 2em;
    padding-bottom: 2em;
    height: 740px;
  }
}
#fh5co-hero .fh5co-intro {
  width: 100%;
  color: #434242;
  z-index: 12;
  position: relative;
  background: #fff;
}
#fh5co-hero .fh5co-intro .fh5co-intro-img {
  text-align: right;
  bottom: -5em;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-intro .fh5co-intro-img {
    bottom: -10em;
  }
  #fh5co-hero .fh5co-intro .fh5co-intro-img img {
    max-width: 100%;
  }
}
#fh5co-hero .fh5co-intro .fh5co-text {
  bottom: -12em;
  background-image: url(../images/Bubble1.png);
  background-position: 155px 0;
  background-size: 50%;
  background-repeat: no-repeat;
  height: 440px;
}

#fh5co-hero .fh5co-intro .fh5co-ccs {
  padding-top: 60px;
}

#fh5co-hero .fh5co-intro .fh5co-ccs a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 8px;
  color: #ea4d6e;
  vertical-align: bottom;
}

#fh5co-hero .fh5co-intro .fh5co-ccs img {
  width: 150px;
  height: auto;
  margin: 0px auto;
  padding: 12px 0px;
  margin-right: 2em;
}

#fh5co-features-3 {
	background-color: #fff;
  background-image: url(../images/Bubble2.png);
  background-position: center 85%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.fh5co-link {
  padding: 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #ffc0cf;
  text-transform: uppercase;
  font-weight: 600;
}

.fh5co-link-mini {
  padding: 10px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro .fh5co-text {
    bottom: 0;
    bottom: -4em;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-intro .fh5co-text {
    bottom: 0;
    bottom: -4em;
  }
}

#fh5co-hero .fh5co-intro h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  color: #434242;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-intro h1 {
    font-size: 30px;
    line-height: 40px;
    padding-left: 0px;
  }
}

#fh5co-hero .fh5co-intro p {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: .03em;
  font-weight: 400;
  color: #434242;
}

#fh5co-hero .fh5co-intro .btn {
  background: #4496a4;
}
#fh5co-hero .fh5co-intro .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.navbar-brand {
  text-align: left;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-transform: capitalize;
  font-size: 38px;
  float: left !important;
  font-family: "Montserrat", arial, sans-serif;
  color: #7b7b7a;
  z-index: 10;
  position: relative;
  padding: 10px 20px;
}
.navbar-brand > span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left;
  border: 2px solid #FFF;
  padding: 7px 10px 7px 12px;
}
.navbar-brand:hover {
  color: #7b7b7a;
}

body.scrolled .navbar-brand > img { 
	width: 50px; 
}

.navbar-brand > img {
  display: inline-block;
  width: 90px;
  margin-right: 10px;
  float: left;
}
.navbar-brand > span {
  line-height: 32px;
  border-color: transparent;
}

@media screen and (max-width: 480px) {
  .navbar-brand {
    margin: inherit;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }
}

.scrolled .navbar-brand {

}
.scrolled .navbar-brand:hover {

}
.scrolled .navbar-brand > span {
  border-color: #444;
  border: 0;
}

.data-section-title {
  background: #345d6a;
  color: #04F5C5;
}


#fh5co-clients {
  padding: 2em 0;
  background: #345d6a;
  position: relative;
}
#fh5co-clients .fh5co-client {
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  #fh5co-clients .fh5co-client {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-clients .fh5co-client {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-clients .fh5co-client img {
    max-width: 100%;
  }
}

#fh5co-subscribe {
  padding: 4em 0 3em 0;
  position: relative;
  background: #f7f7f7;
  color: #22273B;
}
#fh5co-subscribe .fh5co-feature-title a:hover {
  
}
#fh5co-subscribe input {
  border: 0;
  border-bottom: 1px solid #434242;
  color: #434242;
  background: #f7f7f7;
  font-size: 18px;
  height: 40px;
  max-width: 200px;
  font-family: "Montserrat";
}
#fh5co-subscribe input:focus {
  outline: 0;
}
#fh5co-subscribe button {
  border: 0;
  color: #434242;
  background-color: #f7f7f7;
  background-image: url("../images/freccia.png");
  background-repeat: no-repeat;
  background-position: 50px 34px;
  background-size: 50%;
  width: 100px;
  height: 67px;
  vertical-align: middle;
}
#fh5co-subscribe button:focus {
  outline: 0;
}
#fh5co-subscribe .form-control {
  color: #22273B;
  border: 2px solid #22273B;
}
#fh5co-subscribe .form-control::-webkit-input-placeholder {
  color: rgba(34, 39, 59, 0.5);
}
#fh5co-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(34, 39, 59, 0.5);
}
#fh5co-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(34, 39, 59, 0.5);
}
#fh5co-subscribe .form-control:-ms-input-placeholder {
  color: rgba(34, 39, 59, 0.5);
}
#fh5co-subscribe .btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #30beac;
}
#fh5co-subscribe .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-subscribe .form-group {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-subscribe .form-group {
    margin-bottom: 20px;
  }
}

#fh5co-products,
#fh5co-features {
  /*border-bottom: 1px solid #f2f2f2;*/
}

#fh5co-certification {
  background: #ffeced;
}

#fh5co-certification {
  padding: 4em 0 5em 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

#fh5co-certification .fh5co-text-wrap a.iso27001 img {
  width: auto;
  height: 165px;
  margin: 0px auto;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
}

#fh5co-certification blockquote {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding-bottom: 0;
  padding-top: 0;
  border-left-color: #ea4d6e;
}

#fh5co-partners {
  background: transparent;
  border-bottom: 1px solid #9bc7dd;
}

#fh5co-partners {
  padding: 2em 0 2em 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

#fh5co-partners .fh5co-text-wrap a.iso27001 img {
  width: auto;
  height: 165px;
  margin: 0px auto;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
}

#fh5co-partners blockquote {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding-bottom: 0;
  padding-top: 0;
  border-left-color: #ea4d6e;
}

#fh5co-features,
#fh5co-features-2,
#fh5co-features-3,
#fh5co-products,
#fh5co-faqs,
#fh5co-testimony {
  position: relative;
  padding: 2em;
}

@media screen and (max-width: 768px) {
  #fh5co-features,
  #fh5co-features-2,
  #fh5co-features-3,
  #fh5co-products,
  #fh5co-faqs,
  #fh5co-testimony,
  #fh5co-certification {
    padding: 2em;
  }
}

#fh5co-features {
  background: #9bc7dd;
}

#fh5co-features h1 {
  margin-bottom: 50px;
}

#fh5co-features .item {
  margin-bottom: 20px;
}

#fh5co-features-3 h1 {
  margin-bottom: 50px;
}

#fh5co-features-2 {
  background: #fff;
}

#fh5co-features-3 .fh5co-text-wrap {
  margin-bottom: 2em;
}
@media screen and (max-width: 1200px) {
  #fh5co-features-3 .fh5co-text-wrap {
    margin-top: 0em;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-features-3 .fh5co-text-wrap {
    margin-top: 0em;
  }
}
#fh5co-features-3 .fh5co-text-wrap .fh5co-text {
  margin-bottom: 40px;
}
#fh5co-testimony .fh5co-text-wrap .fh5co-text.opbg {
  background-image: url("../images/logo-opbg-original.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 190px;
  height: 125px;
  margin: 20px auto;
}
#fh5co-testimony .fh5co-text-wrap .fh5co-text.galliera {
  background-image: url("../images/logo-galliera-original.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 190px;
  height: 105px;
  margin: 20px auto;
}
#fh5co-testimony .fh5co-text-wrap .fh5co-text.barts {
  background-image: url("../images/logo-barts-original.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 190px;
  height: 125px;
  margin: 20px auto;
}
#fh5co-testimony .fh5co-text-wrap .fh5co-text.maugeri {
  background-image: url("../images/maugeri-logo-originale.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 190px;
  height: 105px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #fh5co-features-3 .fh5co-text-wrap .fh5co-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#fh5co-features-3 .fh5co-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}
#fh5co-features-3 .fh5co-icon i {
  color: #FF9900
}

#fh5co-features-2 .fh5co-text-wrap {
  margin-top: 5em;
}
@media screen and (max-width: 1200px) {
  #fh5co-features-2 .fh5co-text-wrap {
    margin-top: 0em;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-features-2 .fh5co-text-wrap {
    margin-top: 0em;
  }
}
#fh5co-features-2 .fh5co-text-wrap .fh5co-text {
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  #fh5co-features-2 .fh5co-text-wrap .fh5co-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#fh5co-features-2 .fh5co-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}
#fh5co-features-2 .fh5co-icon i {
  color: #4496a4;
}
@media screen and (max-width: 992px) {
  #fh5co-features-2 .fh5co-image {
    margin-top: 30px;
  }
}
#fh5co-features-2 .fh5co-image img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #fh5co-features-2 .fh5co-image img {
    max-width: 100%;
  }
}

#fh5co-features-3 .fh5co-kpi-wrap {
  padding: 10px 0px 10px 20px;
}

#fh5co-features-3 .fh5co-kpi-wrap .value {
  font-size: 30px;
  color: #434242;
  margin-right: 10px;
  font-weight: 600;
  display: inline-block;
}

#fh5co-features-3 .fh5co-kpi-wrap .description {
  font-size: 18px;
  color: #434242;
  font-weight: 400;
  display: inline-block;
}

.sol-icon {
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 100%;
  width: 70px;
  height: 100px;
  padding: 0px 0px;
}

.sol-support { background-image: url("../images/icon_support.png"); }
.sol-flow    { background-image: url("../images/icon_flow2.png"); }
.sol-know    { background-image: url("../images/icon_know.png"); }

#fh5co-faqs .faq-accordion {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-faqs .faq-accordion {
    padding: 15px;
  }
}
#fh5co-faqs .faq-accordion .faq-accordion-icon-toggle {
  position: absolute;
  top: 27px;
  right: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  #fh5co-faqs .faq-accordion .faq-accordion-icon-toggle {
    top: 17px;
  }
}
#fh5co-faqs .faq-accordion .faq-accordion-icon-toggle i {
  font-size: 20px;
  color: #4496a4;
}
#fh5co-faqs .faq-accordion h3 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #4496a4;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #fh5co-faqs .faq-accordion h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    width: 80%;
    float: left;
  }
}
#fh5co-faqs .faq-accordion .faq-body {
  clear: both;
  display: none;
  padding: 30px 0 0px 0;
  color: #444;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
#fh5co-faqs .faq-accordion.active {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
}
#fh5co-faqs .faq-accordion.active h3 {

}
#fh5co-faqs .faq-accordion.active .faq-accordion-icon-toggle {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fh5co-feature, .fh5co-figure {
  display: block;
  color: #444;
  float: left;
  width: 100%;
  text-align: center;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.5em;
}
.fh5co-feature:hover, .fh5co-feature:focus, .fh5co-feature:active, .fh5co-figure:hover, .fh5co-figure:focus, .fh5co-figure:active {
  text-decoration: none;
  outline: none;
}
.fh5co-feature .fh5co-feature-icon, .fh5co-figure .fh5co-feature-icon {
  width: 80px;
  height: 80px;
  display: block;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: 2px solid #4496a4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-feature .fh5co-feature-icon i, .fh5co-figure .fh5co-feature-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #40CDA0;/*#F98B04*/
}
.fh5co-feature .fh5co-feature-lead,
.fh5co-feature .fh5co-figure-lead,
.fh5co-figure .fh5co-feature-lead,
.fh5co-figure .fh5co-figure-lead {
  font-size: 12px;
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.fh5co-feature .fh5co-feature-text,
.fh5co-feature .fh5co-figure-text,
.fh5co-figure .fh5co-feature-text,
.fh5co-figure .fh5co-figure-text {
  color: #919191;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}
.fh5co-feature-title {
  line-height: 34px;
  font-weight: 600;
  padding-top: 0px;
  font-size: 30px;
  color: #434242;
  padding-bottom: 30px;
}
.fh5co-feature-text {
  padding-top: 0px;
  font-size: 18px;
  color: #434242;
}
.fh5co-feature-image {
  background-image: url("../images/track-audit-plan-small.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 390px;
}
.fh5co-feature:hover, .fh5co-feature.active, .fh5co-figure:hover, .fh5co-figure.active {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .fh5co-feature:hover, .fh5co-feature.active, .fh5co-figure:hover, .fh5co-figure.active {
    margin-top: 0px;
  }
}
.fh5co-feature:hover .fh5co-feature-icon, .fh5co-feature.active .fh5co-feature-icon, .fh5co-figure:hover .fh5co-feature-icon, .fh5co-figure.active .fh5co-feature-icon {
  background: #40CDA0;
}
.fh5co-feature:hover .fh5co-feature-icon i, .fh5co-feature.active .fh5co-feature-icon i, .fh5co-figure:hover .fh5co-feature-icon i, .fh5co-figure.active .fh5co-feature-icon i {
  color: #FFF;
}

.fh5co-figure {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.fh5co-figure figure {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.fh5co-figure img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.fh5co-figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#fh5co-products {
  background: #fafafa;
}

.fh5co-uppercase-sm {
  font-size: 12px;
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.fh5co-section-heading {
  margin-bottom: 4em;
  color: #FFF;
}
.fh5co-section-heading .fh5co-lead {
  font-size: 45px;
  line-height: 60px;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .fh5co-section-heading .fh5co-lead {
    font-size: 35px;
    line-height: 50px;
  }
}
.fh5co-section-heading .emp {
  font-family: "Playfair Display", times, serif;
  font-style: italic;
  font-weight: 400;
}
.fh5co-section-heading .fh5co-sub {
  font-size: 18px;
  line-height: 30px;
}

#fh5co-testimony {
  background: #9bc7dd;
}

#fh5co-countries {
  background: #FFF;
  padding: 3em 0;
}

#fh5co-countries h1 {
  margin-bottom: 20px;
  padding-left: 0;
}

#fh5co-countries span {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #40CDA0;
}

#fh5co-countries p {
	margin-bottom:100px;
}

#fh5co-countries blockquote {
  padding: 0px 20px;
  margin: 0 0 0px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  border-left: 5px solid #fff;
}

#fh5co-testimony .logo-outer {
	display: inline-flex;
}

#fh5co-testimony .logo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 100%;
    height: 200px;
    padding: 20px 0px;
}

#fh5co-testimony .logo-galliera {
	background-image: url("../images/logo_galliera.png");
	background-size: 80%;
}
#fh5co-testimony .logo-opbg { 	background-image: url("../images/logo_opbg.png"); }

#fh5co-testimony blockquote {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 0;
  border-left: none;
}

#fh5co-testimony .fh5co-vcard img {
  width: 170px;
  height: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  #fh5co-testimony .fh5co-vcard img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-testimony .fh5co-vcard img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-testimony .fh5co-vcard img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-testimony blockquote {

  }
}
#fh5co-testimony blockquote p {

}
@media screen and (max-width: 768px) {
  #fh5co-testimony blockquote p {

  }
}
#fh5co-testimony .fh5co-author {
  font-family: "Montserrat", arial, sans-serif;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  #fh5co-testimony .fh5co-author {
    text-align: center;
  }
}
#fh5co-testimony .fh5co-author > span {
  color: #000;
}

.fh5co-bg-section {
  color: #FFF;
  background-color: #40CDA0;
  background-size: cover;
  background-position: top center;
  margin-top: 0px;
  z-index: 10;
  position: relative;
}
.fh5co-bg-section .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3b3d40;
  z-index: 11;
}

.fh5co-hero-wrap, .fh5co-bg-section {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-hero-wrap, .fh5co-bg-section {
    height: inherit;
    padding: 3em 0;
  }
}

.fh5co-bg-section .fh5co-hero-wrap {
  display: table;
  width: 100%;
  z-index: 12;
  position: relative;
}
.fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-sub-lead {
  color: #FFF;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fh5co-bg-section, .fh5co-hero-wrap {
    height: inherit;
  }
}

.fh5co-bg-section .fh5co-overlay {
  background: #3b3d40;
  opacity: .5;
}
.fh5co-bg-section .author {
  font-size: 20px;
  margin-bottom: 0;
}

#fh5co-main,
#fh5co-footer {
  float: left;
  width: 100%;
  background: #fff;
}

#fh5co-main  {
  background: #fff;
}
.cta .btn {
  margin-bottom: 0;
}

pre {
  background: #e9e9e9;
  border: 1px solid #ccc;
}

/* Buttons */
.btn {
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 400;
}
.btn:hover, .btn:focus, .btn:active {
  outline: none !important;
  background: #30beac !important;
  border-color: transparent !important;
}
.btn:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
}
.btn.fh5co-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #ccc !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #40CDA0 !important;
  background: #40CDA0 !important;
  color: #FFF;
}

.btn-primary {
  background: #40CDA0;
}

.btn-success {
  background: #5cb85c;
}

.btn-danger {
  background: #d9534f;
}

.btn-info {
  background: #5bc0de;
}

.btn-warning {
  background: #f0ad4e;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #444;
  background: transparent;
  font-family: "Montserrat", arial, sans-serif;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #40CDA0;
}

.btn-sm, .btn-group-sm > .btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-xs, .btn-group-xs > .btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.fh5co-social li a {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}
.fh5co-social li a i {
  font-size: 15px;
}

#fh5co-footer {
  padding: 5em 0 1em 0;
  background: #fff;
  color: #434242;
  position: fixed;
  bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#fh5co-footer .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: #fff;
}
#fh5co-footer .fh5co-footer-content {
  position: relative;
  z-index: 9;
}
#fh5co-footer .fh5co-footer-content input {
  border: 0;
  border-bottom: 1px solid #434242;
  color: #434242;
  font-size: 18px;
  height: 40px;
  max-width: 200px;
  font-family: "Montserrat";
}
#fh5co-footer .fh5co-footer-content input:focus {
  outline: 0;
}
#fh5co-footer .fh5co-footer-content button {
  border: 0;
  color: #434242;
  background-color: #fff;
  background-image: url("../images/freccia.png");
  background-repeat: no-repeat;
  background-position: 50px 34px;
  background-size: 50%;
  width: 100px;
  height: 67px;
  vertical-align: middle;
}
#fh5co-footer .fh5co-footer-content button:focus {
  outline: 0;
}
#fh5co-footer .fh5co-footer-content .fh5co-logo {
  border: 0;
  color: #434242;
  background-color: #fff;
  background-image: url("../images/SurgiQLogo1.png");
  background-repeat: no-repeat;
  background-position: 0 30px;
  background-size: 100%;
  width: 180px;
  height: 100px;
margin-bottom: 30px;
}
#fh5co-footer .container .row > div {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #fh5co-footer {
    position: relative;
    padding: 5em 0;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 5em 0;
  }
}
#fh5co-footer p {
  display: block;
}
#fh5co-footer .fh5co-disclaimer {
  font-family: "Montserrat";
  font-size: 14px;
  color: #434242;
  line-height: 20px;
}
#fh5co-footer .fh5co-copyright {
  font-family: "Montserrat";
  font-size: 14px;
  color: #434242;
  line-height: 20px;
}
#fh5co-footer .fh5co-lead {
  font-size: 13px;
  text-transform: uppercase;
  color: #434242;
  margin-bottom: 20px;
}
#fh5co-footer a {
  color: #434242;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: #434242;
}
#fh5co-footer .fh5co-footer-logo {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#fh5co-footer .fh5co-footer-logo a {
  font-size: 20px;
  color: #434242;
  border: 0px;
  float: left;
  padding: 7px 10px 7px 12px;

}
#fh5co-footer .fh5co-footer-logo a:hover, #fh5co-footer .fh5co-footer-logo a:active, #fh5co-footer .fh5co-footer-logo a:focus {
  color: #434242;
  border-color: #FFF;
  text-decoration: none;
}
#fh5co-footer ul {
  padding: 0;
  margin-top: 0px;
}
#fh5co-footer ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  line-height: 18px;
}

#fh5co-footer h3 {
  color: #FFF;

}

.iubenda-white {
    background: none !important;
    padding-left: 0px;
    text-decoration: none;
    color: #434242;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
  font-size: 18px;
font-weight: 400;
}

#fh5co-footer .surgiq-links {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin-top: 12px;   /* ovverride del margine default UL nel footer */
}


.fh5co-list-check {
  position: relative;
  padding: 0;
  margin: 0;
  clear: both;
}
.fh5co-list-check li {
  padding-left: 25px !important;
  position: relative;
  display: block;
  margin-bottom: 10px !important;
  line-height: 20px;
}
.fh5co-list-check li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  content: "\e042";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #ccc;
}

/* Helper Classes */
/* Spacer */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}

.fh5co-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xlg {
    height: 70px;
  }
}

.fh5co-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-lg {
    height: 50px;
  }
}

.fh5co-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-md {
    height: 30px;
  }
}

.fh5co-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-sm {
    height: 20px;
  }
}

.fh5co-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xs {
    height: 20px;
  }
}

.fh5co-spacer-xxs {
  height: 20px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.fh5co-mb30 {
  margin-bottom: 30px;
}

.fh5co-row-padded {
  padding: 50px 0;
}

.fh5co-colored {
  color: #40CDA0;
}

.image-popup {
  opacity: 1;
}
.image-popup:hover {
  opacity: .7;
}

#fh5co-footer .fh5co-social-icons {
  margin-top: 40px;
  text-align: right;
  margin-right: 70px;
}

#fh5co-footer .fh5co-social-icons .fh5co-social-icon {
  display: inline-block;
  background-color: #fff;
  margin-left: 30px;
  text-align: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-footer .fh5co-social-icons .fh5co-social-icon:hover,
#fh5co-footer .fh5co-social-icons .fh5co-social-icon:focus,
#fh5co-footer .fh5co-social-icons .fh5co-social-icon:active {
  color: #4496a4;
  background-color: #fff;
  cursor: pointer;
}

#fh5co-footer .fh5co-social-icons .fh5co-social-icon > a {
  color: #9bc7dd;
  padding: 0;
  line-height: 86px;
  font-size: 38px;
}

#fh5co-footer .fh5co-social-icons .fh5co-social-icon > a:hover,
#fh5co-footer .fh5co-social-icons .fh5co-social-icon > a:focus,
#fh5co-footer .fh5co-social-icons .fh5co-social-icon > a:active {
  text-decoration: none;
  color: #4496a4;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #4496a4;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #4496a4;
  transition: all .2s ease-out;
  margin-top: 30px;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #4496a4;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.scrolled .fh5co-nav-toggle.active i::before, .scrolled .fh5co-nav-toggle.active i::after {
  background: #4496a4;
}
.scrolled .fh5co-nav-toggle i {
  background: #4496a4;
}
.scrolled .fh5co-nav-toggle i::before, .scrolled .fh5co-nav-toggle i::after {
  background: #4496a4;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
  margin-right: -20px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
.fh5co-nav-toggle > span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100px;
  margin-top: 12px;
  color: #40CDA0;
  margin-left: -70px;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.scrolled .fh5co-nav-toggle > span {
  color: #40CDA0;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  margin-top: -19px;
  top: 50%;
  z-index: 9999;
  position: absolute;
  opacity: .5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  margin-right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  margin-right: -50px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: 0px;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  margin-left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -50px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
  padding: 0px 0px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 42px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -5em;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: green;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 2px solid transparent;
}

.js .to-animate,
.js .animate-object,
.js .animate-box,
.js .animate-single {
  opacity: 0;
}

.fh5co-counter {
  font-size: 50px;
  display: block;
  color: #0BECBF;/*#FFF;*/
  width: 100%;
  font-family: "Ostrich", arial, sans-serif;
  margin-bottom: .5em;
}

.fh5co-counter-label {
  color:#0BECBF;/* #FFF;*/
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Image Alignment */
img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* lingua */
.language-select {
  border: 1px solid #FFF;
  font-size: 1em;
  width: 30px;
  margin-top: 23px;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  padding-top: 1px;
}
.language-select a, a:visited, a:active {
    text-decoration:none;
}

.language-select a:hover {
    color: #7b7b7a;
}

/* custom override */

.shapes {
    background-image: url(../images/Bubble1.png);
    background-size: 70%;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 735px;
    min-width: auto;
    margin-top: 0;
}

.border-left-green {
  border-left: 6px dotted #adc7d0;
}

.border-top-white {
  border-top: 3px solid #FFF;
}

h1 {
  padding-left: 20px;
}

/*** customizzazione form Mailchimp ***/
#mc_embed_signup {
  clear:left; font:14px; width:100%;
}
#mc_embed_signup label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 10px;
}

/*** fix vari in base a risoluzione schermo ***/

.h1-media-query {
  text-align: center;
  padding-left: 0px;
}

.map {
  height: 300px;
  margin-top: -80px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
}

.map.map-it { background-image: url("../images/map_it.png"); }
.map.map-uk { background-image: url("../images/map_uk.png"); }

.map-description span {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .h1-media-query {
    text-align: left;
  }
  .border-left-green {
    margin-left: 20px;
  }
  .item p {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .map {
  	height: 500px;
    background-size: 70%;
  }
}

@media screen and (max-width: 991px) {
  #fh5co-countries {
      margin-bottom: -60px;
  }
}

/** popup **/

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top: 0px;
    left: 0px;
    background:rgba(0,0,0,0.75);
    z-index: 1100;
}

.popup-content {
   position: relative;
    height: 100%;
    max-width: 700px;
    width: 90%;
    padding: 20px 30px;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 6px;
    background: #fff;
    height: 550px;
    overflow: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-inner {
    width: 100%;
    position:relative;
    background:#fff;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup-inner p {
  font-size:0.7em;
}

.popup-footer {
  position:absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}

.popup-close {
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    position: absolute;
    top: -14px;
    right: -14px;
    /* transition:ease 0.25s all;
    -webkit-transform:translate(-50%, 50%);
    transform:translate(-50%, 50%); */
    background-color: transparent;
    text-align:center;
    line-height: 100%;
    color: #fff;
}

.popup-close:hover {
    /* -webkit-transform:translate(-50%, 50%) rotate(180deg);
    transform:translate(-50%, 50%) rotate(180deg); */
    cursor: pointer;
}

span.popup-close-link {
  color: #4596a4;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}

.popup-footer .external:hover {
	text-decoration: none;
}

.subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #434242;
}

/*  Owl carousel */
.owl-carousel .owl-item {
  padding: 0px 30px;
}

/* diagonal shape */
.headerimage {
  background-color:#fff;
  height:185px;
  width:100%;
  background-size:cover;
  position:relative;
  z-index:-1;
}

#backshape .wrapper {
  display:block;
  float:left;
  margin:50px auto 135px;
  width:100%;
  padding:0 5%;
  transform:skew(0deg,5deg);
  -ms-transform:skew(0deg,5deg);
  -webkit-transform:skew(0deg,5deg);
}

#backshape {
  z-index:1;
  display:block;
  float:left;
  margin-top:-100px;
  width:100%;
  background: #9bc7dd;
  transform:skew(0deg,-5deg);
  -ms-transform:skew(0deg,-5deg); /* IE 9 */
  -webkit-transform:skew(0deg,-5deg); /* Safari and Chrome */
}

#backshape.inverse {
  transform:skew(0deg,5deg);
  -ms-transform:skew(0deg,5deg); /* IE 9 */
  -webkit-transform:skew(0deg,5deg); /* Safari and Chrome */
}

#backshape.inverse .wrapper {
  transform:skew(0deg,-5deg);
  -ms-transform:skew(0deg,-5deg);
  -webkit-transform:skew(0deg,-5deg);
}
