/* Text.md */
@media (min-width: 992px) {
  .image-container img {
    width: 100%; }

  .primary-menu ul ul:not(.mega-menu-column) {
    width: 250px; }
    .primary-menu ul ul:not(.mega-menu-column) ul {
      top: -2px !important;
      left: 248px; } }
body, .heading-block ~ p:not(.lead) {
  font-size: 18px; }

sup {
  font-size: 0.5em;
  top: -0.8em; }

/* Primary Menu - Style 7
-----------------------------------------------------------------*/
.primary-menu.style-7 > ul > li > a {
  text-transform: none;
  font-size: 16px;
  font-weight: normal; }

.primary-menu.style-7 > ul > li > a > div {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }

.primary-menu.style-7 > ul > li:hover > a > div,
.primary-menu.style-7 > ul > li.current > a > div {
  border-color: #2ea1a2; }

.primary-menu.style-7 ul ul li > a {
  font-size: 13px;
  text-transform: none;
  font-weight: normal; }

#header.sticky-header:not(.static-sticky) .primary-menu.style-7 > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;}

@media only screen and (max-width: 991px) {
  .primary-menu.style-7 > ul > li:hover > a > div,
  .primary-menu.style-7 > ul > li.current > a > div {
    border-color: transparent; } }
/* Home page */
.heading-block h1 {
  font-size: 58px;
  font-weight: 100;
  line-height: 69px; }

.heading-block :not(.dark) h1 span {
  color: #eacb4d; }

/* Showcase slider */
@media (max-width: 767px) {
  .slider-arrow-left,
  .slider-arrow-right {
    display: none; }

  .slider-caption,
  .slider-caption-right,
  .slider-caption-left {
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important; }

  .slider-caption .button,
  .slider-caption p {
    display: inline-block !important; } }
/* Breadcrumb */
.breadcrumb li:after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block; }

.breadcrumb li:last-child:after {
  content: "";
  margin: 0; }

/** Feature box on product blocs **/
.feature-box.th-product .fbox-desc p {
  font-size: 1.2rem;
  font-weight: 100; }
.feature-box.th-product p.credo {
  font-size: 1.5rem;
  font-weight: 600; }

#EndoSize p.credo {
  color: #33a4a3; }

#EndoNaut p.credo {
  color: #2169b3; }
#EndoNaut .button {
  background-color: #2169b3; }

/* ES Home page */
.triangle-header-bg {
  background: #F9F9F9 url("../images/headermax.png") no-repeat center top;
  background-size: contain;
  padding-top: 60px; }
  @media only screen and (min-width: 992px) {
    .triangle-header-bg {
      padding-top: 90px; } }
  @media only screen and (min-width: 1400px) {
    .triangle-header-bg {
      padding-top: 120px; } }
  @media only screen and (min-width: 1820px) {
    .triangle-header-bg {
      background-position: center -65px; } }
  @media only screen and (min-width: 2200px) {
    .triangle-header-bg {
      background-position: center -250px; } }

.geometric-bg {
  background-image: url("../images/section-bg-h.jpg");
  background-repeat: repeat-x;
  background-position: bottom; }

.geometric-background-es {
  background-image: url("../images/es_gr_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .geometric-background-es.green-light {
    background-image: url("../images/geometric-green-light.jpg"); }
  .geometric-background-es.green-dark {
    background-image: url("../images/geometric-green-dark.jpg"); }
  .geometric-background-es.light {
    background-image: url("../images/geometric-light.jpg"); }

.colored-bg, .section.colored-bg {
  background-color: #33a4a2; }

.bottomStripped::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1200px 0 0 1000px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.05);
  content: '';
  pointer-events: none; }

.bottomStripped::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1200px 1000px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  content: '';
  pointer-events: none; }

.topStripped::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1520px 1220px 0 0;
  border-color: rgba(0, 0, 0, 0.03) transparent transparent transparent;
  content: '';
  z-index: 20;
  pointer-events: none; }

.topStripped::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 20;
  border-style: solid;
  border-width: 1520px 0 0 1220px;
  border-color: rgba(0, 0, 0, 0.03) transparent transparent transparent;
  content: '';
  pointer-events: none; }

.posts-carousel .entry-title h3 {
  font-weight: 100; }

video.responsive-video {
  display: block;
  width: 100%; }

/** Steps list **/
.step-image {
  position: relative; }

.step-item .step-prev-arrow,
.step-item .step-next-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  margin-top: -37px;
  margin-left: -10px;
  width: 74px;
  height: 74px;
  font: normal normal normal 74px/1 FontAwesome;
  color: #00a69c; }

.step-item .step-next-arrow {
  left: auto;
  right: 0;
  margin-right: -10px; }

.step-item .step-prev-arrow:after,
.step-item .step-next-arrow:after {
  content: "\f04b"; }

@media (max-width: 991px) {
  .step-item .step-prev-arrow,
  .step-item .step-next-arrow {
    margin-top: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px; } }
@media (max-width: 767.99px) {
  .step-item .step-prev-arrow,
  .step-item .step-next-arrow {
    display: none; }

  .step-item:not(first-child) {
    margin-top: 30px; } }
/** End Steps list **/
/** Trombi **/
.trombi img {
  display: block;
  border-radius: 50% 50%;
  margin: 0 auto; }

/** NEws **/
#oc-news .oc-item, #oc-clients .oc-item {
  padding-left: 15px;
  padding-right: 15px; }
#oc-news .entry-meta li, #oc-clients .entry-meta li {
  color: #EEE;
  padding-left: 0; }
#oc-news .entry-content a, #oc-clients .entry-content a {
  color: #2aedef; }
#oc-news .entry-content a:hover, #oc-clients .entry-content a:hover {
  color: #EEE; }
#oc-news .owl-nav [class*="owl-"], #oc-clients .owl-nav [class*="owl-"] {
  opacity: 1; }
#oc-news .owl-nav .owl-prev, #oc-clients .owl-nav .owl-prev {
  left: -18px; }
  @media (min-width: 768px) {
    #oc-news .owl-nav .owl-prev, #oc-clients .owl-nav .owl-prev {
      left: -36px !important; } }
#oc-news .owl-nav .owl-next, #oc-clients .owl-nav .owl-next {
  left: auto;
  right: -18px; }
  @media (min-width: 768px) {
    #oc-news .owl-nav .owl-next, #oc-clients .owl-nav .owl-next {
      right: -36px !important; } }

.legal p {
  text-align: justify; }
.legal h1 {
  text-align: left; }

#_b2b .col-md-7 {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px; }

#_mobilevideo {
  display: none; }

.device-touch .swiper-slide .video-placeholder {
  background-size: cover;
  background-position: center; }
.device-touch #_mobilevideo {
  display: block; }


.download-item {
  padding-right: 0;
  margin-bottom: 5px;
  overflow: hidden;
}

.download-item .download-description {
  height: 60px;
  line-height: 30px;
  width: 75%;
  float: left;
  background-color: #FFF;
  padding-left: 5px;
}

.download-item  .text-info{
  color: #656565 !important;
  font-size: 0.8em;
}

.download-description span.title{
  font-size: 14px;
}

.download-link{
  width: 25%;
  float:left;
  background-color: #e5e5e5;
}

.download-link, .download-link>a {
  height: 60px;
  line-height: 47px;
}

/*# sourceMappingURL=custom.css.map */
