	/*
Theme Name: Atlantic Technologies
Theme URI: http://underscores.me/
Author: The Rope S.r.l.
Author URI: http://www.therope.it
Description: Theme for Atlantic Technologies
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atlantic-technologies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Atlantic Technologies is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Font-face Import
--------------------------------------------------------------*/
/*
@font-face {
    font-family: 'tex_gyre_herosbold';
    src: url('web-fonts/texgyreheros-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tex_gyre_herosregular';
    src: url('web-fonts/texgyreheros-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
/*@import '../../plugins/gravityforms/css/formsmain.min.css';*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.clear {
    float: none;
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.smooth {
    -webkit-transition: .35s; /* Safari */
    transition: .35s;
}
.480 {
    display: none;
}
.768 {
    display: none;
}
.1024 {
    display: block;
}
.home #content {
    padding-top: 0!important;
}
/*body, header {
    min-width: 769px;
}*/

h2{
	font-weight: 400;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
    position: fixed;
    width: 100%;
    z-index: 100;
}
.site-info {
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.85);
}
.custom-logo-link {
    padding: 24px 34px;
    display: block;
    float: left;
    height: 97px;
}
#social_head {
    display: inline-block;
    padding: 35px 15px 0 0;
}
.head_share {
    padding: 0 8px;
    color: #000;
    -webkit-transition: .35s; /* Safari */
    transition: .35s;
}
.head_share:hover {
    color: #fb5657;
}
#phone_head {
    color: #fb5657;
    display: inline-block;
    padding: 35px 15px 0;
}
#phone_head a {
    color: #fb5657;
    text-decoration: none;
}
.widget_head {
    display: inline-block;
    /*padding: 26px 8px 26px 8px;*/
    padding: 26px 8px 0 8px;
}
.widget_head .search-submit {
    border: none;
    background-color: transparent;
    font-size: 1px;
    padding: 11px;
    vertical-align: top;
    background-image: url('assets/magnifier.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}
.widget_head .search-field {
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 22px;
    outline: none;
    background-color: transparent;
    /* opacity: 0;
    width: 0; */
    -webkit-transition: .55s; /* Safari */
    transition: .55s;
}
.widget_head:hover .search-field {
    opacity: 1;
    /*width: 200px;*/
   /*  width: 128px; */
}
.wpml-ls-slot-header_sidebar a span {
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    color: #292929;
}
.wpml-ls-slot-header_sidebar:hover a span {
    color: #fb5657;
}
.wpml-ls-slot-header_sidebar.wpml-ls-current-language a span {
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 5px!important;
}
#helpers {
    position: fixed;
    top: 40vh;
    width: 63px;
    right: 0px;
    z-index: 99;
}
.help_button {
    height: 60px;
    /*width: 60px;*/
    right: 0;
    width: 363px;
    margin: 3px 0px;
    position: relative;
    -webkit-transition: .5s; /* Safari */
    transition: .5s;

}
.help_button .h_tag, .help_button .simlink {
    width: 60px;
    height: 60px;
    padding: 14px 0;
    font-size: 22px;
    text-align: center;
    color: #fb5657;
    display: block;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
}
.help_content {
    width: 300px;
    position: absolute;
    top: 0;
    left: 63px;
    height: 60px;
    background-color: #fff;
}
.help_content a {
    text-decoration: none;
    color: inherit;
}
.inner_help {
    font-size: 13px;
    color: #fb5657;
    line-height: 16px;
    padding: 22px 10px 0 10px;
    position: absolute;
}
#chat_h .help_content .inner_help {
    color: #404040;
    cursor: pointer;
}
#events_h {
    /*right: 0;
    width: 363px!important;*/
}
/*#events_h:hover {
    right: 300px;
}*/
.help_button:hover {
    right: 300px;
}
.ev_date {
    padding: 4px 0 0 10px;
    font-size: 12px;
    color: #fb5657;
}
.ev_title {
    font-size: 12px;
    padding: 1px 10px 0;
    line-height: 16px;
}
#nl_message_mobile {
    display: none;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

#site-navigation {
    background-color: #333;
    padding: 0 3%;
    min-height: 42px;
}
#primary-menu {
    list-style: none;
    margin: 0!important;
    padding: 0!important;
    text-align: center;
}
#primary-menu li {
    display: inline-block;
}
#primary-menu li.current-menu-item a {
    /*text-decoration: underline;*/
    text-decoration-color: #fb5657;
    font-weight: 400;
} 
#primary-menu li a {
    display: block;
    line-height: 20px;
    padding: 11px 19px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    -webkit-transition: .35s; /* Safari */
    transition: .35s;
    font-size: 14px;
}
#primary-menu li a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#primary-menu li:hover a {
    /*text-decoration: underline;*/
    text-decoration-color: #fb5657;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#newsletter_row {
    background-color: #000;
    padding: 0 1%;
    text-align: center;
}
#nl_message {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    padding: 18px 0px;
    vertical-align: top;
}
#mc_embed_signup {
    display: inline-block;
    margin: 15px 0 0 15px;
}
.mc-field-group {
    float: left;
    margin-right: 15px;
}
.mc-field-group input {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    color: #fff;
    width: 230px;
    outline: none;
}
#mce-responses {
    position: absolute;
}
.send_go {
    float: left;
    margin-top: 3px;
}
#mc-embedded-subscribe {
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 2px 0 0 40px;
    background-image: url('assets/diamond_cta_white_large.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32%;
    -webkit-transition: .25s; /* Safari */
    transition: .25s;
}
#mc-embedded-subscribe:hover {
    background-image: url('assets/diamond_cta_red.png');
    background-position: 5px center;
}
/* LABEL TEMPORANEA */ 

.privacy_l {
    float: left;
    font-size: 14px;
    color: #9a9999;
    padding: 7px 0px 2px 0;
}
.privacy_l input[type="checkbox"] {
    margin-right: 7px;
}
.privacy_a {
    display: block;
    float: left;
    font-size: 14px;
    color: #9a9999;
    padding: 7px 0px 2px 7px;
}

/* FINE LABEL TEMPORANEA */
#footer-navigation {
    background-image: url('assets/footer_background.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.footer-menu {
    padding: 35px 0!important;
    list-style: none;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto!important;
}
.footer-menu li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 15.1%;
    margin: 0.5%;
}
.footer-menu li:nth-child(1) {
    width: 19.1%;
}
.footer-menu li:nth-child(6) {
    width: 10.1%;
}
.footer-menu li a {
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #2a2a2a;
    padding-bottom: 6px;
    display: block;
    -webkit-transition: .25s; /* Safari */
    transition: .25s;
}
.footer-menu li a:hover {
    color: #fb5657;
}
.footer-menu li ul {
    margin: 0!important;
    padding: 0!important;
}
.footer-menu li ul li {
    width: 100%;
}
.footer-menu li ul li:nth-child(1) {
    width: 100%;
}
.footer-menu li ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #2a2a2a;
    line-height: 16px!important;
    display: inline-block;
    padding: 5px 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
}
#links_footer {
    width: 100%;
    background-color: #383838;
    text-align: center;
    padding: 10px 1%;
    position: relative;
}
.privacy_footer {
    float: right;
    padding-right: 1%;
    position: absolute;
    right: 0.5%;
    top: 10px;
}
.privacy_footer a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.4px;
}
.privacy_footer a:hover {
    color: #fb5657;
}
.social_footer {
    color: #fff;
}
.footer_share {
    padding: 0 11px;
    color: #fff;
    -webkit-transition: .35s;
    transition: .35s;
}
.footer_share:hover {
    color: #fb5657;
}
.where_footer {
    background-image: url('assets/footer_background_2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.vat_footer {
    display: inline-block;
    position: absolute;
    width: 100%;
    color: #d0d0d0;
    font-size: 11px;
    letter-spacing: 0.4px;
    padding: 8px 0 7px 0;
    text-align: center;
    background-color: #000;
}
.partners_footer {
    background-color: #131212;
    text-align: center;
}
.foot_par_title {
    background-color: #000;
    display: inline-block;
    padding: 0px 15px 3px;
    border-radius: 0px 0px 10px 10px;
    color: #d0d0d0;
    font-size: 16px;
}
.foot_par_box {
    /*height: 80px;*/
    padding: 15px 0 10px 0;
}
.foot_par_logo {
    width: 120px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 16px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.wf_centered {
    max-width: 1280px;
    margin: auto;
}
.wf_box {
    width: 49.7%;
    padding: 40px 7% 60px;
    display: inline-block;
}
.wf_box.rt {
    padding: 40px 0% 60px 14%;
}
.wf_box span {
    width: 100%;
    display: block;
    color: #c7c7c7;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.wf_box span.wf_city {
    color: #fff;
    font-size: 14px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    letter-spacing: 1px;
}
.wf_email a {
    color: #fff;
    text-decoration: none;
    background-position: right center;
    padding: 3px 30px 3px 3px;
    -webkit-transition: .35s; /* Safari */
    transition: .35s;
}
.wf_email a:hover {
    text-decoration: underline;
    text-decoration-color: #fb5657;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.footer_contacts {
    display: none;
}
.where_footer_mob {
    display: none;
}
.nl_message_mobile {
    display: none;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

#content_wrapper {
    overflow: hidden;
}
#home_wall {
    /*background-image: url('assets/hp_placeholder.jpg');*/
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
    border: 0!important;
}
#home_wall {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .45s; /* Safari */
    transition: .45s;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.slide_logo {
    position: absolute;
    right: 5%;
    top: 180px;
    width: 200px;
}
.slide_boxed {
    position: absolute;
    bottom: 50px;
    left: 5%;
}
.slide_content {
    max-width: 860px;
    padding: 0 60px;
}
.slide_prev {
    position: absolute;
    width: 60px;
    height: 70%;
    left: 0;
    top: 0;
}
.slide_prev .bx-prev {
    background-image: url('assets/slide_white_left.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .15s; /* Safari */
    transition: .15s;
}
.slide_prev .bx-prev:hover {
    background-position: 40% center;
}
.slide_next {
    position: absolute;
    width: 60px;
    height: 70%;
    right: 0;
    top: 0;
}
.slide_next .bx-next {
    background-image: url('assets/slide_white_right.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .15s; /* Safari */
    transition: .15s;
}
.slide_next .bx-next:hover {
    background-position: 60% center;
}
#triangle {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 27%;
    width: 15%;
}
#triangle a {
    background-image: none!important;
}
h3.slide_apex {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
h2.slide_title {
    font-size: 36px;
    font-weight: 200;
    color: #fff;
    line-height: 43px;
    margin: 10px 0 30px 0;
}
a.slide_goto {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    padding: 20px 0 20px 85px;
    background-image: url('assets/diamond_cta_white_large.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .15s; /* Safari */
    transition: .15s;
}
a.slide_goto:hover {
    /*text-decoration: underline;*/
    background-position: 5px center;
}
.hp_descriptions {
    padding-top: 12px;
    position: relative;
}
.hp_desc_block {
    display: table;
}
.hp_desc_block .hdb h4 {
    display: inline-block;
    position: relative;
}
.need_line {
    position: relative;
    display: inline-block;
}
.need_line.atlantic {
    margin-left: 7%;
    margin-bottom: 50px;
}
.need_line.custom {
    margin-left: 0;
    margin-bottom: 0;
}
.need_line.custom a {
    color: #2e2e2e!important;
}
li.wpml-ls-slot-header_sidebar.wpml-ls-item.wpml-ls-current-language.wpml-ls-first-item.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal {
    display: none;
}
.aniborder {
    position: absolute;
    width: 0px;
    -webkit-transition: .35s; /* Safari */
    transition: .35s;
}
.aniborder.red {
    background-color: #fb5657;
}
.aniborder.white {
    background-color: #fff;
}
.aniborder.bordeaux {
    background-color: #eb272d;
}
.aniborder.blue {
    background-color: #1889bd;
}
.aniborder.yellow {
    background-color: #fcbb4c;
}
.aniborder.big {
    height: 5px;
    left: 65px;
    bottom: 18px;
}
.aniborder.mid {
    height: 3px;
    left: 85px;
    bottom: 16px;
}

.aniborder.small {
    height: 2px;
    left: 55px;
    bottom: 12px;
}
#primary-menu .aniborder_menu, #third_level_menu .aniborder_menu {
    position: absolute;
    width: 0px;
    -webkit-transition: .35s; /* Safari */
    transition: .35s;
}
#primary-menu li, #third_level_menu li {
    position: relative;
}
#primary-menu li:hover .aniborder_menu, #primary-menu .current-menu-item .aniborder_menu {
    background-color: #fb5657;
    height: 2px;
    width: calc(100% - 38px);
    left: 19px;
    bottom: 9px;
}
#third_level_menu li:hover .aniborder_menu, #third_level_menu .current-menu-item .aniborder_menu {
    /*background-color: #fb5657;*/
    height: 2px;
    width: calc(100% - 56px);
    left: 28px;
    bottom: 28%;
}
#menu-erp .aniborder_menu, #menu-erp-inglese .aniborder_menu {
    background-color: #fb5657;
}
#menu-crm .aniborder_menu, #menu-crm-inglese .aniborder_menu {
    background-color: #1889bd;
}
#menu-bi .aniborder_menu, #menu-bi-inglese .aniborder_menu  {
    background-color: #fcbb4c;
}
#menu-infor .aniborder_menu, #menu-infor-inglese .aniborder_menu  {
    background-color: #d4000e;
}
.hp_desc_block .hdb h4 a:hover + .aniborder.big {
    width: calc(100% - 65px);
}
.hp_desc_block .hdb h4 a:hover + .aniborder.small {
    width: calc(100% - 55px);
}
.need_line a:hover + .aniborder.big {
    width: calc(100% - 65px);
}
.need_line a:hover + .aniborder.mid {
    width: calc(100% - 85px);
}
.need_line a:hover + .aniborder.small {
    width: calc(100% - 55px);
}
.hdb {
    width: 50%;
    background-size: cover;
    height: 100%;
    display: table-cell;
    background-position: center center;
    position: relative;
}
#hdb_1 h4 {
    padding: 70px 23% 85px 13%;
    margin: 0;
    color: #444444;
    background-image: url('assets/diamond_red_large.png');
    background-repeat: no-repeat;
    background-size: 0px;
    font-size: 36px;
    line-height: 38px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    letter-spacing: -0.5px;
}
.h4_main.view {
    animation: 0.5s flippin 0.3s normal forwards ease-in-out;
}
@supports (-ms-ime-align:auto) {
  #hdb_1 h4 { 
    padding: 70px 23% 85px 4%;
    margin: 0 0 0 9%;
  } 
}
@keyframes flippin {
  0% {
    background-position-x: calc(15% - 0px);
    background-position-y: 84px;
    background-size: 0px;

  }
  100% {
    background-position-x: calc(15% - 47px);
    background-position-y: 37px;
    background-size: 95px;
  }
}
@-moz-keyframes flippin {
   0% {
    background-position-x: calc(15% - 0px);
    background-position-y: 84px;
    background-size: 0px;

  }
  100% {
    background-position-x: calc(15% - 47px);
    background-position-y: 37px;
    background-size: 95px;
  }
}
@-webkit-keyframes flippin {
  0% {
    background-position-x: calc(15% - 0px);
    background-position-y: 84px;
    background-size: 0px;

  }
  100% {
    background-position-x: calc(15% - 47px);
    background-position-y: 37px;
    background-size: 95px;
  }
}
#hdb_1 p {
    padding: 0 13% 0 4%;
    margin: 0 0 100px 13%;
    border-left: 4px solid #fb5657;
    line-height: 24px;
    color: #6b6b6b;
    font-weight: 400;
    font-size: 14px;
}
.hdb a {
    color: #444444;
    text-decoration: none;
    font-size: 36px;
    letter-spacing: -0.3px;
    display: block;
    padding: 15px 0 15px 100px;
    font-weight: 700;
    background-image: url('assets/diamond_cta_white_shad.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: contain;
    -webkit-transition: .35s;
    transition: .35s;
    margin: 70px 0 0 -37px;
	
}
.hdb a:hover {
    background-position: 10px center;
    /*text-decoration: underline;*/
    text-decoration-color: #fb5657;
    background-image: url('assets/diamond_cta_red_shad.png');
}
.first_hp_elem {
    padding: 0!important;
    margin: 0!important;
    background-image: none!important;
}
.normal_p {
    padding: 0 8% 85px;
    min-height: 250px;
    line-height: 24px;
    color: #6b6b6b;
    font-weight: 400;
    font-size: 14px;
}
.hdb a.hp_m_link {
    display: none;
}
#hdb_3 {
    z-index: 96;
    position: relative;
}
#hdb_3 .hdb:nth-child(1) {
    padding-left: 13%;
}
.hp_desc_block:hover .hpb_opaque {
    opacity: 0;
}
.the_big_diamond {
    background-image: url('assets/diamond_parallax.png');
    background-size: contain;
    background-position: center 38%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 95;
    width: 60%;
    /*height: 100%;*/
    height: 120%;
    left: -100%;
    top: 100px;
    max-width: 1200px;
    pointer-events: none;
     -webkit-transition: .85s;
    transition: .85s;
}
.the_big_diamond.view {
    left: -23%;
}
#numbers {
    padding: 130px 8%;
}
.fig-box {
    width: 32.9%;
    display: inline-block;
    text-align: center;
}
.fig-bg {
    height: 200px;
    background-image: url('assets/counter_full.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.fig-number {
    line-height: 200px;
    color: #fb5657;
    font-size: 48px;
    letter-spacing: -1px;
}
.fig-title {
    padding-top: 40px;
    font-size: 16px;
    letter-spacing: 4px;
    color: #444444;
	font-weight:700;
}
.service_lb {
    display: table;
    margin: 3px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.lsb_visual {
    /*padding: 30px 4%;*/
    padding: 30px 40px;
    display: table-cell;
    width: 66%;
    height: 100%;
    position: relative;
}
.lsbv_logo {
    width: 180px;
    position: absolute;
    top: 30px;
}
.lsbv_bottom {
    position: absolute;
    bottom: 40px;
    padding-right: 6%;
    width: 90%;
}
.lsbv_title {
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    line-height: 30px;
    margin: 0;
}
.lsbv_sub {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 30px;
    margin: 3px 0;
    text-decoration: underline;
}
.lsbv_links {
    padding-top: 20px;
}
.lsbv_link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 0 8px 50px;
    margin: 5px;
    background-image: url('assets/diamond_cta_white_large.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .15s;
    transition: .15s;
}
.lsbv_link:hover {
    /*text-decoration: underline;*/
    background-position: 5px center;
}
#slb2 .lsb_visual {
    text-align: right;
}
#slb2 .lsbv_logo {
    right: 4%;
}
#slb2 .lsbv_bottom {
    right: 0;
}
.lsb_desc {
    display: inline-block;
    margin: 35px 0;
    background-color: #fff;
}
.lsb_desc a {
    text-decoration: none;
} 
.hp_m_link_block {
    display: none;
}
.lsbd_name {
    padding: 40px 8%;
    color: #484848;
    font-size: 38px;
    font-weight: 400;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0;
}
#slb1 .lsbd_name {
    background-image: url('assets/paragraph_red.png');
}
#slb2 .lsbd_name {
    background-image: url('assets/paragraph_blue.png');
}
#slb3 .lsbd_name {
    background-image: url('assets/paragraph_yellow.png');
}
.lsbd_content {
    padding: 0 8% 30px;
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
}
.lsbd_content ul {
    margin-left: 0!important;
    padding-left: 15px;
    list-style: none;
}
.lsbd_content ul li {
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 20px;
}
#slb1 .lsbd_content ul li {
    background-image: url('assets/bullet_red.png');
}
#slb2 .lsbd_content ul li {
    background-image: url('assets/bullet_blue.png');
}
#slb3 .lsbd_content ul li {
    background-image: url('assets/bullet_yellow.png');
}
#use_cases {
    text-align: center;
    margin-bottom: 45px;
}
.uc_top {
    max-width: 1280px;
    margin: auto;
    padding: 80px 1% 40px;
    text-align: left;
}
.uc_top h4 {
    padding: 70px 4% 85px 4%;
    margin: 0;
    color: #444444;
    background-image: url('assets/diamond_red_large.png');
    background-repeat: no-repeat;
    background-size: 0px;
    font-size: 36px;
    line-height: 38px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    letter-spacing: -0.5px;
    display: inline-block;
    width: 50%;
    float: left;
}
.uc_top h4 a {
    text-decoration: none;
}
.uc_top p.bordered_p {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 4% 0 25px;
    margin: 30px 0 0 0;
    border-left: 4px solid #fb5657;
    line-height: 24px;
    color: #6b6b6b;
    font-weight: 400;
    font-size: 14px;
}
.uc_slider {
    max-width: 1360px;
    height: 300px;
    margin: auto;
    position: relative;
    padding: 0 100px;
}
/*.bxslider_clients {
    padding: 0 100px;
}*/
.slide_prev_clients {
    position: absolute;
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
}
.slide_prev_clients .bx-prev {
    background-image: url('assets/slide_red_left.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .15s;
    transition: .15s;
}
.slide_next_clients {
    position: absolute;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
}
.slide_next_clients .bx-next {
    background-image: url('assets/slide_red_right.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .15s;
    transition: .15s;
}
.uc_slider .bx-wrapper {
    margin: auto;
    box-shadow: none;
    min-width: 270px!important;
}
li.bx_client {
    height: 230px;
    /*margin-top: 10px;*/
    margin: 0 10px;
    box-shadow: 0px 0px 20px #e6e6e6;
}
li.bx_client .lsbv_logo {
    /*width: 115px;
    height: 100px;*/
    width: 100px;
    height: 90px;
    margin: auto;
    position: relative;
    margin-top: 15px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    max-width: 100%;
}
.sol_box {
    width: 100%;
    margin: auto;
    padding: 0 10px;
    height: 60px;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.single_sol {
    /*width: 44%;
    margin: 0 2%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;*/
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 0 6%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-image: none!important;
    overflow: hidden;
}
.swap_sol[data-val-sol="salesforce"] {
    background-image: url('assets/bullet_blue.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 20px;
}
.single_sol.salesforce {
    /*background-image: url('assets/salesforce_nt.png');*/
    background-color: #1889bd;

}
.swap_sol[data-val-sol="oracle"] {
    background-image: url('assets/bullet_red.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 20px;
}
.single_sol.oracle {
    /*background-image: url('assets/oracle_nt.png');*/
    background-color: #eb272d;
}
.swap_sol[data-val-sol="tableau"] {
    background-image: url('assets/bullet_yellow.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 20px;
}
.single_sol.tableau {
    /*background-image: url('assets/tableau_nt.png');*/
    background-color: #fcbb4c;
}
.uc_link {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 0 20px 85px;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .15s;
    transition: .15s;
    /*width: 250px;*/
    margin: 45px auto 0;
    background-size: 65px;
}
.uc_link:hover {
    /*text-decoration: underline;*/
    background-position: 5px center;
}
#blog_insight {
    padding: 80px 2%;
    background-color: #f7f7f7;
}
.upper_hpblog {
    padding: 0 2.5% 70px;
}
.hpblog_title {
    display: inline-block;
    font-size: 36px;
    color: #0d0d0d;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
}
.hpblog_goto {
    display: inline-block;
    float: right;
}
.go_blog {
    color: #323232;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 12px 0 11px 55px;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .2s;
    transition: .2s;
    display: block;
}
.go_blog:hover {
    background-position: 4% center;
    /*text-decoration: underline;*/
}
.articles_hp {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slide_prev_blog, .slide_prev_partner {
    display: none;
    position: absolute;
    width: 30px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.slide_prev_blog .bx-prev, .slide_prev_partner .bx-prev {
    background-image: url('assets/slide_red_left.png');
    background-repeat: no-repeat;
    background-position: center 110px;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 15px;
}
.slide_next_blog, .slide_next_partner {
    display: none;
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 10;
}
.slide_next_blog .bx-next, .slide_next_partner .bx-next {
    background-image: url('assets/slide_red_right.png');
    background-repeat: no-repeat;
    background-position: center 110px;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 15px;
}
.hpb_box {
    width: 28%;
    margin: 0 2.4%;
    display: inline-block;
    vertical-align: top;
}
.hpb_img {
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.hpb_opaque {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: .35s;
    transition: .35s;
}
a.hpb_opaque {
    margin: 0;
    background-image: none;
    -webkit-transition: .35s;
    transition: .35s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
    .hpb_opaque {
        min-height: 482px;
        background-color: transparent;
    }
    
}
a.hpb_opaque:hover {
    background-image: none;
}
.hpb_box:hover .hpb_opaque {
    opacity: 0;
}
.hpb_info {
    padding: 15px 0 30px;
}
.hpb_date {
    color: #323232;
    font-size: 14px;
    padding-bottom: 12px;
    height: 33px;
}
.hpb_title {
    color: #fb5657;
    font-size: 18px;
    line-height: 27px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    padding-bottom: 12px;
	font-weight: 700;
}
.hpb_title a {
    text-decoration: none;
}
.hpb_excerpt {
    color: #323232;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.5px;
}
.hpb_link {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    padding: 6px 0 10px 55px;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .35s;
    transition: .35s;
}
.hpb_link:hover {
    background-position: 7px center;
    /*text-decoration: underline;*/
}
#jobs_ref {
    background-image: url('assets/diamond_red_half_large_right.png');
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: contain;
    -webkit-transition: .85s;
    transition: .85s;
}
#jobs_ref.view {
    background-position: 106% center;
}
.uc_top.jr_top {
    max-width: 1000px;
}
.jr_bottom {
    max-width: 1000px;
    padding: 30px 2% 100px;
    margin: auto;
}
.jr_title {
    display: inline-block;
    width: 25%;
    font-size: 16px;
    text-transform: uppercase;
    color: #fb5657;
}
.jr_positions {
    display: inline-block;
    width: 70%;
}
.jr_link {
    background-color: #f5f5f5;
    display: inline-block;
    margin: 20px;
    padding: 24px 40px 22px 80px;
    text-decoration: none;
    font-size: 16px;
    color: #444444;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: 10% center;
    background-size: 30px;
    -webkit-transition: .15s;
    transition: .15s;
}
.jr_link:hover {
    background-position-x: calc(10% + 10px);
}
.hdb_image_mobile {
    display: none;
}
.mob_title {
    display: none;
}
.lsbv_info_mobile {
    display: none;
}

/*--------------------------------------------------------------
# Chi Siamo
--------------------------------------------------------------*/

/* TEST CICLO */
#info_tags_cycle {
    position: relative;
    /*display: none;*/
    height: 90vw;
    width: 90vw;
    max-width: 900px;
    max-height: 900px;
    margin: auto;
    margin: 10vw auto;
}
.wheel_bg {
    background-image: url('assets/circle.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 115%;
    height: 115%;
    margin: -10% 0 0 -8%;
    transition: all 0.7s ease-in-out;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    z-index: -1;
}
#info_tags_cycle .element {
    position: absolute;
    text-align: center;
    padding: 20px 0;
    transition: all 0.6s ease-in-out;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    width: 50%;
    height: 50%;
    overflow: hidden;
}
#info_tags_cycle #ele1 {
    top: 0%;
    left: 0%;
}
#info_tags_cycle #ele2 {
    top: 0%;
    left: 50%;
}
#info_tags_cycle #ele3 {
    top: 50%;
    left: 50%;
}
#info_tags_cycle #ele4 {
    top: 50%;
    left: 0%;
}
.wheel_tags {
position: absolute;
    /*top: 0%;
    left: -15%;
    width: 130%;
    height: 140%;*/
    top: 0%;
    left: -18%;
    width: 136%;
    height: 136%;
    margin: 0;
    transition: all 0.6s ease-in-out;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}
.wheel_go {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background-image: url('assets/speen.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 30;
    cursor: pointer;
}
.wheel_go.wait {
    pointer-events: none;
}
.wheel_tags .tag_name {
    padding: 30px 6% 0px;
    font-size: 15px;
	font-weight: 700;
}

.wheel_tags .tag_ico {
    margin: 0 auto;
    /*background-color: rgba(255, 255, 255, 0.5);*/
}
.wheel_tags .tag_text {
    padding: 10px 5%;
    font-size: 13px;
    line-height: 20px;
    max-width: 300px;
    margin: auto;
    /*background-color: rgba(255, 255, 255, 0.5);*/
}
.wheel_tags .tag_text ul li {
    margin: 0;
    padding: 0 0 10px;
}
.wheel_tags .tag_text ul li::before {
    background-color: transparent;
}
.wheel_tags .tag_num {
    background-size: 41px;
}
/* FINE TEST CICLO */

#adb_2 {
    position: relative;
}
.about_diamond {
    background-image: url('assets/about_diamond_red.png');
    background-size: contain;
    background-position: -100% center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 95;
    width: 50%;
    height: 130%;
    left: 0;
    top: -15%;
    max-width: 800px;
    -webkit-transition: .95s;
    transition: .95s;
}
.about_diamond.view {
    background-position: 0% center;
}
.about_desc_block {
    display: table;
}
.about_desc_block:hover .hpb_opaque {
    opacity: 1;
}
.h1_main, .h3_main {
    padding: 80px 12% 0;
    margin: 0;
    color: #444444;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 40px;
}
.h2_main, .h4_main {
    color: #9a9a9a;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin: 4;
    padding: 0 12%;
    line-height: 25px;
	font-weight:700
}
.bordered_a {
    padding: 0 0 0 25px;
    margin: 35px 12% 55px;
    border-left: 4px solid #fb5657;
}
.bordered_a p {
    font-size: 14px;
    line-height: 26px;
    color: #6b6b6b;
}
.adb_img {
    margin: 0 12%;
    width: 75%;
    max-width: 500px;
}
.hdbfull {
    width: 100%!important;
    padding-top: 70px;
}
#info_tags_box {
    padding-bottom: 60px;
    display: none;
}
.info_tags {
    padding: 0;
    margin: 0 6%;
    list-style: none;
    text-align: center;
}
.info_tag {
    width: 22.9%;
    display: inline-block;
    margin: 0px 0.8%;
    background-color: #f9f9f9;
    vertical-align: top;
    position: relative;
}
.info_tag:nth-child(1), .info_tag:nth-child(3) {
    margin-top: 50px;
}
.tag_num {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: -22px auto;
    background-image: url('assets/number_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 14px;
}
.tag_name {
    padding: 45px 6% 25px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #3a3a3a;
}
.tag_ico {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.tag_text {
    padding: 15px 6% 20px;
    color: #747474;
    font-size: 14px;
    line-height: 26px;
}
.tag_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tag_text ul li {
    margin: 0;
    padding: 0px 0 25px;
    list-style: none;
}
.tag_text ul li::before {
    content: ' ';
    height: 2px;
    width: 22px;
    margin: auto;
    display: block;
    background-color: #fb5657;
}
.upper_team {
    padding: 0 10% 40px;
}
.team_title {
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
    color: #444444;
     /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    letter-spacing: -0.5px;
	font-weight: 700;
}
.team_sub {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 20px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
    margin-top: 20px;
}
.team_extract {
    padding: 0 6% 90px;
    position: relative;
}
.team_hp {
    margin: 0;
    padding: 47px 3% 0;
    list-style: none;
    text-align: center;
}
.hpteam_box {
    display: inline-block;
    width: 17.3%;
    margin: 1%;
    vertical-align: top;
}
.hpteam_box:hover .hpteam_img {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    filter: gray; /* IE 6-9 */
}
.hpteam_box:hover .hpteam_info {
    opacity: 1;
}
.hpteam_img {
    width: 100%;
    height: 180px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.7;
    -webkit-transition: .25s;
    transition: .25s;
    cursor: pointer;
}
.hpteam_link {
    text-decoration: none;
}
.hpteam_content {
    height: 0px;
    overflow: hidden;
}
.hpteam_text {
    overflow-y: scroll;
    height: 300px;
    border-top: 20px solid #fff;
}
.closeme {
    display: none;
    color: #fb5657;
    font-size: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.hpteam_link .ref_links a {
    color: #fb5657;
}
.hpteam_link.active {
    display: block;
    position: absolute;
    /*width: 83%;*/
    width: 81%;
    z-index: 30;
    background-color: #fff;
    /*margin-left: -1%;*/
    margin-left: 1%;
    text-align: left;
    box-shadow: 0px 0px 8px #eee;
    overflow: hidden;
    border-bottom: 15px solid #fff;
    left: 9%;
    top: 50px;
    height: 75%;
}
.hpteam_link.active .hpteam_img {
    max-width: 29%;
    display: inline-block;
    margin: 2%;
    width: 29%;
    vertical-align: top;
    height: 350px;
}
.hpteam_link.active .hpteam_info {
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px 0 0;
    opacity: 1;
}
.hpteam_link.active .hpteam_title {
    font-size: 26px;
}
.hpteam_link.active .hpteam_role {
    font-size: 16px;
    line-height: 30px;
}
.hpteam_link.active .hpteam_content {
    height: auto;
    padding: 2%;
    width: 66%;
    display: inline-block;
}
.hpteam_link.active .closeme {
    display: block;
}
.hpteam_info {
    opacity: 0;
    padding: 20px 0 0 0;
    text-align: left;
    -webkit-transition: .75s;
    transition: .75s;
}
.hpteam_title {
    color: #3a3a3a;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
}
/*.hpteam_box:nth-child(-n+4) {
    width: 20%;
    margin: 2.2%;
}
.hpteam_box:nth-child(-n+4) .hpteam_img {
    height: 250px;
}
.hpteam_box:nth-child(-n+4) .hpteam_info {
    opacity: 1;
}*/
.hpteam_role {
    color: #747474;
    font-size: 14px;
    line-height: 18px;
}
.team_marker {
    position: absolute;
    width: 90px;
    height: 90px;
    left: calc(9.7% - 40px);
    top: 9px;
    z-index: 10;
    background-image: url('assets/diamond_red_large.png');
    /*background-position: left top;*/
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 0px;
}
.team_marker.view {
    animation: 0.5s flippin-still 0.3s normal forwards ease-in-out;
    z-index: 90;
}
@keyframes flippin-still {
  0% {
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 0px;

  }
  100% {
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 90px;
  }
}
@-moz-keyframes flippin-still {
  0% {
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 0px;

  }
  100% {
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 90px;
  }
}
@-webkit-keyframes flippin-still {
 0% {
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 0px;

  }
  100% {
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 90px;
  }
}
#perche::before {
    content:"";
    display:block;
    height:150px; /* fixed header height*/
    margin:-150px 0 0; /* negative fixed header height */
}
#team::before {
    content:"";
    display:block;
    height:160px; /* fixed header height*/
    margin:-160px 0 0; /* negative fixed header height */
}
.about_diamond.mobile {
    display: none;
}
.slide_prev_tag {
    display: none;
    position: absolute;
    width:23px;
    height: 42px;
    left: 20%;
    top: 175px;
    z-index: 10;
}
.slide_prev_tag .bx-prev {
    background-image: url('assets/mobile/black_prev.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 25px;
}
.slide_next_tag {
    display: none;
    position: absolute;
    width:23px;
    height: 42px;
    right: 20%;
    top: 175px;
    z-index: 10;
}
.slide_next_tag .bx-next {
    background-image: url('assets/mobile/black_next.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 25px;
}

/*--------------------------------------------------------------
# Soluzioni
--------------------------------------------------------------*/

#solutions_menu {
    z-index: 95;
    background-color: #000;
    position: fixed;
    width: 100%;
}
#menu-solutions-menu, #menu-solutions-menu-inglese {
    padding: 0 3%;
    min-height: 42px;
    list-style: none;
    margin: 0!important;
    text-align: center;
}
#menu-solutions-menu li, #menu-solutions-menu-inglese li {
    display: inline-block;
}
#menu-solutions-menu li a, #menu-solutions-menu-inglese li a {
    display: block;
    line-height: 20px;
    padding: 11px 19px;
    text-decoration: none;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 300;
    -webkit-transition: .35s;
    transition: .35s;
    font-size: 14px;
}
#menu-solutions-menu li a::after, #menu-solutions-menu-inglese li a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#menu-solutions-menu li a:hover, #menu-solutions-menu-inglese li a:hover {
    font-weight: 500;
}
#menu-solutions-menu .current-menu-item a, #menu-solutions-menu-inglese .current-menu-item a {
    font-weight: 500;
}
.now_1 .menu li:nth-child(1) a {
    /*font-weight: 500!important;*/
}
.now_2 .menu li:nth-child(2) a {
    /*font-weight: 500!important;*/
}
.now_3 .menu li:nth-child(3) a {
    /*font-weight: 500!important;*/
}
.now_4 .menu li:nth-child(4) a {
    /*font-weight: 500!important;*/
}
#services_redo {
    position: relative;
    padding-top: 42px;
}
.solution_wall {
    width: 100%;
    /*height: 60vh;*/
    height: calc(100vh - 202px);
    border: 0;
    position: relative;
    overflow: hidden;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.solution_wall .sv_front {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.sv_arrow {
    height: 106%;
    width: 100%;
    position: absolute;
    z-index: 5;
    bottom: 0;
    background-image: url('assets/service-head/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center 
}
.solution_1 {
    background-image: url('assets/service-head/sv1_back.png');
}
.solution_2 {
    background-image: url('assets/service-head/sv2_back.png');
}
.solution_3 {
    background-image: url('assets/service-head/sv3_back.png');
}
.solution_4 {
    background-image: url('assets/service-head/sv4_back.png');
}

.solution_1 .sv_front {
    background-image: url('assets/service-head/sv1_front.png');
}
.solution_2 .sv_front {
    background-image: url('assets/service-head/sv2_front.png');
}
.solution_3 .sv_front {
    background-image: url('assets/service-head/sv3_front.png');
}
.solution_1 .sv_arrow  {
    background-position-x: 62%;
}
.solution_2 .sv_arrow  {
    background-position-x: 50%;
}
.solution_3 .sv_arrow  {
    background-position-x: 75%;
}
.solution_4 .sv_arrow  {
    background-position-x: 60%;
}
.sv_head_box {
    position: absolute;
    width: 80%;
    padding-right: 180px;
    left: 15%;
    bottom: 50px;
    z-index: 20;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.scroller {
    display: none;
}

/*
.sv_head_box.logo_1 {
    background-image: url('assets/oracle_details.png');
}
.sv_head_box.logo_2 {
    background-image: url('assets/salesforce_details.png');
}
.sv_head_box.logo_3 {
    background-image: url('assets/tableau_details.png');
}
.sv_head_box.logo_4 {
    background-image: url('assets/infor_details.png');
}
*/

/* ANIMAZIONE ICONA MOUSE SCROLL */
.mouse {
    background: #4e5559 -webkit-linear-gradient(#ffffff 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    background: #4e5559 linear-gradient(#ffffff 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    position: relative;
    width: 28px;
    height: 45px;
    display: inline-block;
    background-size: 100% 100%;
    border-radius: 100px;
    background-size: 225%;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before {
    width: 26px;
    height: 43px;
    background-color: #222a30;
    border-radius: 100px;
}
.mouse:after {
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
}
.mouse:before, .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.mouse_p {
    margin-top: 16px;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 100;
    text-indent: 10px;
    color: #ffffff;
    -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    display: inline-block;
    vertical-align: top;
}
@keyframes colorSlide { 
  0% { background-position: 0% 100%; }
  20% { background-position: 0% 0%; }
  21% { background-color: #4e5559; }
  29.99% { 
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% { 
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% { background-position: 0% 0%; }
  51% { background-color: #4e5559; }
  59% { 
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% { 
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% { background-position: 0% 0%; }
  81% { background-color: #4e5559; }
  90%, 100% { background-color: #ffffff; }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% { 
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% { 
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(30px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% { 
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(30px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}

@keyframes nudgeMouse {
  0% { transform: translateY(0); }
  20% { transform: translateY(8px); }
  30% { transform: translateY(0); }
  50% { transform: translateY(8px); }
  60% { transform: translateY(0); }
  80% { transform: translateY(8px); }
  90% { transform: translateY(0); }
}

@keyframes nudgeText {
  0% { transform: translateY(0); }
  20% { transform: translateY(2px); }
  30% { transform: translateY(0); }
  50% { transform: translateY(2px); }
  60% { transform: translateY(0); }
  80% { transform: translateY(2px); }
  90% { transform: translateY(0); }
}

@keyframes colorText { 
  21% { color: #4e5559; }
  30% { color: #ffffff; }
  51% { color: #4e5559; }
  60% { color: #ffffff; }
  81% { color: #4e5559; }
  90% { color: #ffffff; }
}
/* FINE ANIMAZIONE ICONA MOUSE SCROLL */

.sv_head_title {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 15px 0 0;
    padding: 0;
    text-shadow: 1px 1px 12px #000;
}
.sv_head_sub {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 12px #000;
}
#third_level_menu {
    width: 100%;
    -webkit-transition: .35s;
    transition: .35s;
    z-index: 80;
}
.mobile_menu_tr {
    display: none;
}
#third_level_menu ul {
    padding: 0 3%;
    min-height: 42px;
    list-style: none;
    margin: 0!important;
    text-align: center;
    box-shadow: 0px 6px 15px #f0f0f0;
    background-color: #fff;
}
#third_level_menu ul li {
    display: inline-block;
}
#third_level_menu ul li a {
    display: block;
    line-height: 20px;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ababab;
    letter-spacing: 1px;
    font-weight: 300;
    -webkit-transition: .35s;
    transition: .35s;
    font-size: 12px;
}
#third_level_menu ul li a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#third_level_menu.sm1 ul li a:hover, #third_level_menu.sm1 ul li.current-menu-item a {
    color: #000;
    /*text-decoration: underline;*/
    text-decoration-color: #eb272d;
    font-weight: 600;
}
#third_level_menu.sm2 ul li a:hover, #third_level_menu.sm2 ul li.current-menu-item a {
    color: #000;
    /*text-decoration: underline;*/
    text-decoration-color: #1889bd;
    font-weight: 600;
}
#third_level_menu.sm3 ul li a:hover, #third_level_menu.sm3 ul li.current-menu-item a {
    color: #000;
    /*text-decoration: underline;*/
    text-decoration-color: #fcbb4c;
    font-weight: 600;
}
#third_level_menu.sm4 ul li a:hover, #third_level_menu.sm4 ul li.current-menu-item a {
    color: #000;
    /*text-decoration: underline;*/
    text-decoration-color: #fcbb4c;
    font-weight: 600;
}
#sv_ref {
    width: 61%;
    max-width: 465px;
    padding: 10px 20px 5px;
    float: right;
    box-shadow: 0px 2px 5px #f0f0f0;
    background-color: #f9f9f9;
}
.ref_img {
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 30px;
    background-size: cover;
    background-position: center center;
    vertical-align: top;
}
.ref_info {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
}
.ref_name {
    color: #555555;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.ref_mail {
    color: #747474;
    font-size: 12px;
    text-decoration: none;
}
.ref_links {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}
.ref_links a {
    font-size: 23px;
    padding: 0 10px;
}

#third_level_menu.sm1 .ref_links a, #third_level_menu.sm1 .ref_mail:hover, .serv_cont1 .acc_link .fa-plus {
    color: #eb272d;
}
#third_level_menu.sm2 .ref_links a, #third_level_menu.sm2 .ref_mail:hover, .serv_cont2 .acc_link .fa-plus {
    color: #1889bd;
}
#third_level_menu.sm3 .ref_links a, #third_level_menu.sm3 .ref_mail:hover, .serv_cont3 .acc_link .fa-plus {
    color: #fcbb4c;
}
#third_level_menu.sm4 .ref_links a, #third_level_menu.sm4 .ref_mail:hover, .serv_cont4 .acc_link .fa-plus {
    color: #d4000e;
}
#service_content {
    padding: 150px 0 50px 15%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25%;
}
.srv_heading {
    width: 67%;
    padding-left: 25px;
}
.srv_wysiwyg {
    width: 67%;
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
}
/*.srv_wysiwyg a {
    color: #fb5657;
}*/
.serv_cont1 {
    background-image: url('assets/diamond_half_visual_service_red.png');
}
.serv_cont2 {
    background-image: url('assets/diamond_half_visual_service_blue.png');
}
.serv_cont3 {
    background-image: url('assets/diamond_half_visual_service_yellow.png');
}
.serv_cont4 {
    background-image: url('assets/diamond_half_visual_service_infor.png');
}
.serv_cont1 .srv_heading {
    border-left: 5px solid #eb272d;
}
.serv_cont2 .srv_heading {
    border-left: 5px solid #1889bd;
}
.serv_cont3 .srv_heading {
    border-left: 5px solid #fcbb4c;
}
.serv_cont4 .srv_heading {
    border-left: 5px solid #d4000e;
}
.srv_title {
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    color: #444444;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.srv_sub {
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding-top: 3px;
	font-weight: 700;
}
.service_accord {
    padding: 40px 0;
    width: 67%;
}
.single_acc {
    margin: 70px 0px;
    /*box-shadow: 4px 0px 40px #f0f0f0; on states */ 
    position: relative;
}
.acc_link {
    margin: -18px 0 0 30px;
    padding: 12px 24px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    box-shadow: 4px 0px 40px #f0f0f0;
}
.serv_cont1 .single_acc.active .acc_link, .base_contact.bc1 {
    background-color: #eb272d;
    color: #fff;
    box-shadow: none;
}
.serv_cont2 .single_acc.active .acc_link, .base_contact.bc2 {
    background-color: #1889bd;
    color: #fff;
    box-shadow: none;
}
.serv_cont3 .single_acc.active .acc_link, .base_contact.bc3 {
    background-color: #fcbb4c;
    color: #fff;
    box-shadow: none;
}
.serv_cont4 .single_acc.active .acc_link, .base_contact.bc4 {
    background-color: #d4000e;
    color: #fff;
    box-shadow: none;
}
.acc_link .fa-minus {
    display: none;
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 20px;

}
.acc_link .fa-plus {
    font-size: 14px;
    display: inline-block;
    padding: 0 0 0 20px;

}
.single_acc.active .acc_link .fa-minus {
    display: inline-block;
}
.single_acc.active .acc_link .fa-plus {
    display: none;
}
.acc_text {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #747474;
    height: 0;
    overflow: hidden;
    -webkit-transition: .35s;
    transition: .35s;
}
.single_acc.active .acc_text {
    height: auto;
    padding: 43px;
    box-shadow: 4px 0px 40px #f0f0f0;
}
.srv_goto_deep {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    padding: 20px 0 20px 85px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .15s;
    transition: .15s;
    width: 250px;
    margin: 45px auto 0px;
    width: 100%;
    background-size: 65px;
}
.serv_cont1 .srv_goto_deep {
    background-image: url('assets/diamond_cta_blood.png');
}
.serv_cont2 .srv_goto_deep {
    background-image: url('assets/diamond_cta_blue.png');
}
.serv_cont3 .srv_goto_deep {
    background-image: url('assets/diamond_cta_yellow.png');
}
.serv_cont4 .srv_goto_deep {
    background-image: url('assets/diamond_cta_blood.png');
}
.atlantic .srv_goto_deep, .custom .srv_goto_deep {
    background-image: url('assets/diamond_cta_red_shad.png');
    margin-top: 0px;
}
.srv_goto_deep:hover {
    /*text-decoration: underline;*/
    background-position: 5px center;
}
.srv_wysiwyg ul {
    margin-left: 0!important;
    padding-left: 15px;
    list-style: none;
}
.srv_wysiwyg ul li {
    background-repeat: no-repeat;
    background-position: left 18px;
    padding: 10px 0 10px 25px;
}
.serv_cont1 .srv_wysiwyg ul li {
    background-image: url('assets/bullet_red.png');
}
.serv_cont2 .srv_wysiwyg ul li {
    background-image: url('assets/bullet_blue.png');
}
.serv_cont3 .srv_wysiwyg ul li {
    background-image: url('assets/bullet_yellow.png');
}
.serv_cont4 .srv_wysiwyg ul li {
    background-image: url('assets/bullet_red.png');
}

.base_contact {
    padding: 45px 3%;
    text-align: center;
}
.srv_goto_contact {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 0 20px 85px;
    background-image: url('assets/diamond_cta_white_large.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .15s;
    transition: .15s;
}
.srv_goto_contact:hover {
    /*text-decoration: underline;*/
    background-position: 5px center;
}

/*--------------------------------------------------------------
# WORK WITH US
--------------------------------------------------------------*/

#service_content.service_work {
    background-image: url('assets/diamond_red_half_large_right.png');
    background-repeat: no-repeat;
    background-position: right -175px;
    background-size: 31%;
    padding-top: 100px;
}
.service_work .srv_title {
    width: 45%;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 50px;
}
.service_work .srv_heading {
    width: 45%;
}
.service_work .srv_sub {
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #6b6b6b;
}
.service_work .ref_mail {
    font-size: 16px;
}
.service_work .ref_mail:hover {
    color: #fb5657;
}
.service_work .acc_link {
    padding: 5px 24px;
    background-color: #fb5657!important;
    color: #fff!important;
    margin: -18px 0 0 -15px;
    font-size: 16px;
}
.service_work .acc_link .fa {
    color: #fff!important;
    padding: 0 0 0 50px;
}
.service_work .acc_text {
    margin-left: 10px;
    font-weight: 400;
    line-height: 24px;
}
.pos_entry {
    padding: 100px 0 0 0;
    color: #fb5657;
    font-size: 24px;
    font-weight: 500;
    width: 45%;
}
.work_inline {
    font-weight: 600;
    color: #000;
}
.work_linebreak {
    font-weight: 600;
    color: #000;
    letter-spacing: 0.2px;
}
.service_work .acc_text ul {
    margin: 0;
    padding: 0;
}
.work_privacy {
    font-size: 12px;
    padding-top: 30px;
}
.send_mail {
    color: #323232;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 12px 0 11px 55px;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: left center;
    /*background-size: contain;*/
    background-size: 21%;
    -webkit-transition: .25s;
    transition: .25s;
    display: block;
    float: right;
    margin-right: 0px;
    margin-top: 25px;
}
.send_mail:hover {
    background-position: 4% center;
    /*text-decoration: underline;*/
}
.acc_text .need_line {
    float: right;
}

/*--------------------------------------------------------------
# CONTACT US
--------------------------------------------------------------*/

.entry_header {
    padding: 62px 0 35px 1%;
    max-width: 1080px;
    margin: auto;
}
.entry_title {
    font-family: 'Work Sans', sans-serif;
    color: #444444;
    line-height: 40px;
    margin: 0;
    letter-spacing: -0.5px;
}
.page-template-page-contact .entry_content {
    /*opacity: 0;*/
}
.entry_content {
    padding: 0 1% 0 1%;
    max-width: 1080px;
    margin: auto;
}
.entry_content .entry_description {
    max-width: 500px;
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
    padding: 0 15px;
    border-left: 4px solid #fb5657;
}
.entry_content .gform_wrapper {
    margin: 40px 0 0;
    max-width: 100%;
    padding: 10px 0 100px;
    border-top: 4px solid #fb5657;
    box-shadow: 3px 0px 40px #f0f0f0;
}
.entry_content .gform_body input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #676767;
    color: #747474!important;
    font-size: 14px!important;
    outline: none;
}
.entry_content .gform_body select {
    background-color: transparent;
    border: none;
    max-width: 220px;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('assets/select_drop.png');
    background-repeat: no-repeat;
    background-position: right center;
    outline: none;
    font-size: 14px;
    color: #747474!important;
}
.entry_content .gfield_label {
    display: none!important;
}
.entry_content .ginput_container {
    width: 85%;
    margin: auto;
}
.entry_content textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px!important;
    color: #747474!important;
    height: 95px!important;
    outline: none;
}
.entry_content li#field_1_10 {
    float: right;
    margin-top: 0px;
}
.entry_content label#label_1_10_1 {
    padding-top: 23px;
    padding-left: 5px;
    color: #747474;
    font-size: 13px;
}
.entry_content #gform_submit_button_1 {
    color: #323232;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 12px 65px 11px 0;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    -webkit-transition: .35s;
    transition: .35s;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: 500;
    margin-right: -25px;
    margin-top: 25px;
    border: none;
    background-color: transparent;
}
.entry_content #gform_submit_button_1:hover {
    padding-right: 60px;
}
.entry_content #gform_confirmation_message_1 {
    text-align: center;
    padding: 250px 0;
    font-size: 18px;
}
.entry_content .gfield_description.validation_message {
    text-align: center;
}
.entry_location_inner {
    padding: 230px 3% 240px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.entry_locations {
    height: 1200px;
    position: relative;
    max-width: 1440px;
    margin: auto;
}
.entry_location_inner_left {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 550px;
}
.frame_hider_left {
    position: absolute;
    width: 500px;
    height: 500px;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -250px;
    display: inline-block;
    left: 0;
}
.entry_location_inner_right {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 80px;
}
.frame_hider_right {
    position: absolute;
    width: 500px;
    height: 500px;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: -250px;
    display: inline-block;
    right: 0;
}
.address {
    padding: 160px 0;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
}
.address span {
    width: 100%;
    display: block;
}
.address_main {
    color: #4a4a4a;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#add1 {
    float: right;
    margin-right: 370px;
}
#add2 {
    float: left;
    margin-left: 420px;
}

/*--------------------------------------------------------------
# Partnership
--------------------------------------------------------------*/

.another_big_diamond {
    background-image: url('assets/partner_diamond.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    width: 50%;
    height: 600px;
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
}
.h1_ps {
    font-size: 36px;
    line-height: 40px;
    padding: 55px 5% 0 15%;
    letter-spacing: -0.5px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    margin: 0;
}
.h2_ps, .psd_sub {
    font-size: 14px;
    line-height: 24px;
    color: #747474;
    padding: 0 5% 0 15%;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    margin: 0;
}
.bordered_ps {
    font-size: 14px;
    line-height: 24px;
    color: #747474;
    margin: 35px 0 50px 15%;
    padding: 0 5% 0 30px;
    border-left: 4px solid #fb5657;
}
.logo_ps {
    margin: 50px 15% 0;
}
.h3_ps, .psd_title {
    font-size: 24px;
    line-height: 40px;
    color: #353535;
    margin: 0;
    padding: 0 5% 0 15%;
}
.paragraph_ps, .psd_desc {
    color: #747474;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5% 30px 15%;
}
.paragraph_ps ul {
    margin-left: 0;
}

.single.single-post .art_text li {
    background-image: url('assets/bullet_red.png');
    list-style: none;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 13px;
    padding: 5px 0 5px 25px;
}

#ps_1 li  {
    background-image: url('assets/bullet_red.png');
    list-style: none;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 13px;
    padding: 5px 0 5px 25px;}
#ps_2 li {
    background-image: url('assets/bullet_blue.png');
    list-style: none;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 13px;
    padding: 5px 0 5px 25px;
}
#ps_3 li  {
    background-image: url('assets/bullet_yellow.png');
    list-style: none;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 13px;
    padding: 5px 0 5px 25px;
}
.partner_service {
    display: table;
}
.container_for_mobile {
    position: relative;
}
.bxslider_partners {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hpb_grey {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    opacity: 0;
    -webkit-transition: .35s;
    transition: .35s;
    text-align: center;
}
/*.partner_service:hover .hpb_bg {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}*/
.partner_service:hover .hpb_opaque {
    opacity: 0;
}
/*.hpb_grey a {
    margin: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    font-weight: 500;
    padding-left: 80px;
    background-image: url('assets/diamond_cta_black_left.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.hpb_grey a:hover {
    padding-left: 70px;
    text-decoration: none;
    background-image: url('assets/diamond_cta_black_left.png');
}*/
.psd_bottom_half {
    padding-top: 100px;
    position: relative;
}
.really_freacking_huge_diamond {
    background-image: url('assets/about_diamond_red_bottom.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 50%;
    height: 60%;
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 0;
    -webkit-transition: .35s;
    transition: .35s;
}
.partner_service_details {
    padding-bottom: 50px;
    display: table;
    width: 100%;
}
.psd {
    display: table-cell;
    width: 50%;
    padding: 50px 0 70px;
}
#psd_l {
    padding-left: 5%;
    padding-right: 3%;
    background-color: #f6f6f6;
}
#psd_r {
    padding-left: 5%;
    padding-right: 8%;
    background-color: #f0f0f0;
}
.psd_desc ul {
    margin: 0;
    padding: 0;
} 
.psd_desc ul li {
    padding: 10px 0px;
}
a.psd_link {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    padding: 15px 0 15px 80px;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .15s;
    transition: .15s;
    margin-left: 15%;
    width: 250px;
}
.psd_link:hover {
    background-position: 10px center;
}
.psd_accordions {
    width: 50%;
    float: right;
    padding: 40px 5% 100px 5%;
}
.psd_accordions .single_acc {
    box-shadow: 4px 0px 40px #f0f0f0;
    margin: 30px 0px;
    border-left: 4px solid #fb5657;
}
.psd_accordions .acc_link {
    box-shadow: none;
    margin: 0;
    position: relative;
    width: 100%;
}
.psd_accordions .link_acc {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    padding: 12px 0 12px 65px;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .25s;
    transition: .25s;
    margin: 5px 0;
    background-size: 45px;
}
.psd_accordions .link_acc:hover {
    text-decoration: underline;
    background-position: 10px center;
}
.acc_link_text {
    width: 90%;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    padding: 11px 0 7px 0;
    font-weight: 100!important;
    letter-spacing: 0;
}
.psd_accordions .fa {
    color: #fb5657!important;
    font-size: 24px;
    vertical-align: top;
    padding-top: 12px;
    width: 8%;
    text-align: right;
}
.psd_accordions .acc_text {
    box-shadow: none!important;
}
.psd_accordions .single_acc.active .acc_text {
    padding: 0 24px 12px;
}
.psd_acc_head {
    font-size: 24px;
    display: block;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
}

/*--------------------------------------------------------------
# BLOG ARCHIVIO
--------------------------------------------------------------*/

.another_diamond_srsly {
    background-image: url('assets/diamond_red_half_large_left.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    width: 400px;
    height: 825px;
    left: 0;
    top: -200px;

}
.blog_wrapper .upper_hpblog {
    padding: 0 8.5% 35px;
    z-index: 20;
    position: relative;
}
.blog_wrapper .hpblog_title {
    color: #fff;
}
.blog_wrapper .hpblog_goto {
    display: inline-block;
    float: none;
    margin-left: 20%;
    text-align: center;
}
.blog_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog_menu ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    vertical-align: text-top;
}
.blog_menu ul li a{
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    color: #c2c2c2;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
}
.blog_menu ul li a:hover, .blog_menu ul li.current-cat a, .page-template-page-blog .blog_menu ul li:first-of-type a {
    color: #222222;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
}
.blog_wrapper .hpb_box {
    margin: 0 2.4% 50px;
}
.paging {
    display: inline-block;
    padding: 70px 4% 35px 0;
    width: 100%;
    text-align: right;
}
.paging a {
    font-size: 16px;
    color: #b9b9b9;
    padding: 0 2px;
    text-decoration: none;
    line-height: 27px;
}
.paging a:hover {
    color: #fb5657;
}
.paging span {
    font-size: 16px;
    color: #fb5657;
    padding: 0 2px;
    line-height: 27px;
}

/*--------------------------------------------------------------
# SINGLE ARTICLE
--------------------------------------------------------------*/

.mob_share_title {
    display: none;    
}
.article_head {
    height: 550px;
    width: 100%;
    position: relative;
    margin: 10px 0;
}
.blog_back {
    background-image: url('assets/diamond_red_half_large_left.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: absolute;
    width: 25%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    padding: 260px 0 0 5%;
    color: #fff;
    font-size: 36px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    z-index: 10;
    text-decoration: none;
}
.article_thumb {
    width: 90%;
    height: 375px;
    margin-top: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.article_info {
    width: 90%;
    padding: 20px 0 20px 23%;
}
.article_date {
    display: inline-block;
    font-size: 18px;
    color: #323232;
    font-weight: 100;
    padding-right: 30px;
}
.article_cat {
    display: inline-block;
}
.article_cat a {
    text-transform: uppercase;
    font-size: 14px;
    color: #f95557;
    text-decoration: none;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
}
.article_cat a:hover {
    text-decoration: underline;
}
.article_main {
    width: 90%;
    padding: 20px 0 150px;
}
.article_social {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 0 5%;
}
.article_social a {
    max-width: 130px;
    width: 100%;
    display: block;
    margin: auto;
    font-size: 14px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    text-decoration: none;
    padding: 6px 12px;
    color: #000;
    -webkit-transition: .15s;
    transition: .15s;
}
.article_social a:hover {
    background-color: #fb5657;
	color: #fff;
}
.article_social .fa {
    font-size: 17px;
    color: #000;
    float: right;
    line-height: 21px;
    width: 20px;
}
.article_social a:hover .fa {
    color: #fff;
}
.article_content {
    display: inline-block;
    width: 79%;
    padding: 0 5%;
}
.art_title {
    color: #323232;
    font-size: 30px;
    line-height: 36px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    margin: 0;
    padding-bottom: 35px;
}
.art_text {
    color: #323232;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
.art_text p {
    margin: 10px 0;
}
.art_text ul {
    margin: 10px 0;
}
.art_nav {
    padding-top: 50px;
}
.art_nav {
    padding-top: 50px;
}
.post_previous {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    max-width: 345px;
    float: left;
}
.post_previous:hover .art_previous {
    background-image: url('assets/diamond_cta_red_rev.png');
}
.post_next {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    max-width: 345px;
    float: right;
}
.post_next:hover .art_next {
    background-image: url('assets/diamond_cta_red.png');
}
.art_previous {
    display: inline-block;
    float: left;
    padding: 0 0 30px 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #323232;
    background-image: url('assets/diamond_cta_black_right.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: 2;
    position: relative;
    -webkit-transition: .35s;
    transition: .35s;
}
.art_next {
    display: inline-block;
    float: right;
    padding: 0 50px 30px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #323232;
    background-image: url('assets/diamond_cta_black_left.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 2;
    position: relative;
    -webkit-transition: .35s;
    transition: .35s;
}
.art_link_thumb {
    width: 84%;
    margin: -20px 8% 0;
    height: 142px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.art_link_date {
    width: 84%;
    padding: 0 8%;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 300;
}
.art_link_title {
    font-size: 16px;
    line-height: 20px;
    color: #f95557;
    text-decoration: none;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    width: 100%;
    padding: 0 8%;
    display: inline-block;
}
.event_date {
    font-size: 16px;
    color: #f95557;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
}
.event_loc {
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# TEMPLATE PAGINA TEXT CONTENT
--------------------------------------------------------------*/

.text_content_wrapper {
    padding: 0 0 100px 0;
}
.article_head.text {
    height: 450px;
}
.article_head.text .entry_header {
    padding: 0px 0 35px 1%;
}
.article_head.text .blog_back {
    padding: 210px 0 0 2%;
}
.article_head.text .article_thumb {
    height: 375px;
    margin-top: 45px;
}
.text_content_wrapper .entry_description {
    max-width: 100%;
    line-height: 24px;
    padding: 0 25px;
}
.entry_content .entry_description a {
    color: #fb5657;
}
.text_content_wrapper .gform_wrapper {
    width: auto;
    border-top: none;
}
.text_content_wrapper .entry_content .ginput_container, .text_content_wrapper .gform_wrapper .top_label input.medium, .text_content_wrapper .gform_wrapper .top_label select.medium {
    /*width: auto!important;*/
}
.text_content_wrapper .entry_content .gfield_label {
    display: block!important;
}
.text_content_wrapper .entry_content .gform_wrapper {
    box-shadow: none;
}
.text_content_wrapper .entry_content .ginput_container {
    margin: 0;
}
.text_content_wrapper .gform_button.button {
    color: #323232;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 7px 65px 7px 0;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: contain;
    -webkit-transition: .35s;
    transition: .35s;
    display: block;
    font-weight: 500;
    margin-top: 15px;
    border: none;
    background-color: transparent;
    font-size: 18px!important;
}
.text_content_wrapper .gfield {
    background-image: none;
}
.text_content_wrapper .gform_button.button:hover {
    background-position: 100% center;
} 
.text_content_wrapper ul {
    list-style: none;
}
.text_content_wrapper ul li {
    background-image: url('assets/bullet_red_old.png');
    background-repeat: no-repeat;
    background-position: left 13px;
    padding: 5px 0 5px 20px;
}

/*--------------------------------------------------------------
# TEMPLATE PAGINA 404
--------------------------------------------------------------*/

.error-404.not-found {
    width: 100%;
    padding: 100px 10%;
    text-align: center;
}
.error-404 .page-title {
    font-weight: 100;
}
.gone404 {
    height: 200px;
    background-image: url('assets/404.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 40px 0;
}
.go_home {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fb5657;
}
.error404 #canvas {
    position: absolute;
    z-index: -1;
    top: -300px;
}
.error404 #primary {
    overflow: hidden;
    position: relative;
}

/*--------------------------------------------------------------
# ARCHIVIO CLIENTI
--------------------------------------------------------------*/

.archive .wpml-ls-sidebars-header_sidebar {
    /*display: none;*/
}
#service_content.service_customer {
    background-image: url('assets/diamond_red_half_large_right.png');
    background-repeat: no-repeat;
    background-position: right -30vw;
    background-size: 37%;
    padding: 100px 0 50px 0;
}
.service_customer .srv_title {
    width: 45%;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 50px;
    padding-left: 7%;

}
.service_customer .srv_heading {
    width: 45%;
    margin-left: 7%;
}
.service_customer .srv_sub {
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #6b6b6b;
}
.uc_slider.uc_archive {
    height: auto;
    padding: 0;
    width: 100%;
    max-width: none;
    background-color: #fff;
    padding-top: 10px;
}
.noslider_clients {
    margin: 0 auto;
    /*max-width: 1440px;*/
    padding: 0;
    list-style: none;
    text-align: center;
}
.noslider_clients .bx_client {
    width: 205px;
    height: 230px;
    max-width: 100%;
    box-shadow: 0px 0px 12px #eeeeee;
    display: inline-block;
    margin: 10px;
    position: relative;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.noslider_clients .case_history:hover {
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    box-shadow: 0px 0px 30px #ccc8c8;
}
.noslider_clients .single_sol {
    /*width: 36%;
    margin: 0 6%;*/
    margin: 0 6%;
    width: 10px;
    height: 10px;
    /* border-radius: 100px; */
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-image: none!important;
    overflow: hidden;
}
.srv_customer_filter {
    padding: 80px 7% 60px 7%;
}
.swap_title, .swap_select, .no_swap {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
}
.swap_title {
    color: #747474;
    padding-right: 3%;
}
.swap_title_mobile {
    display: none;
}
.swapper {
    color: #747474;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.swap_divider {
    padding: 0 5px;
    display: inline-block;
}
.swapper.selected, .swapper:hover {
    color: #424242;
    text-decoration: underline;
}
.no_swap a{
    color: #fb5657;
}
.no_swap a:hover {
    text-decoration: underline;
}
.swap_values {
    width: 200%;
    display: table;
    -webkit-transition: .55s;
    transition: .55s;
}
.swap_values.rolled {
    margin-left: -100%;
}
.second_swap {
    overflow: hidden;
    /*margin: 40px 0 0 7%;*/
    margin-top: 40px;
    margin-left: calc(93px + 3%);
    font-size: 14px;
    max-width: 700px;
    line-height: 26px;
    cursor: pointer;
}
.swap_half {
    width: 50%;
    display: table-cell;
}
.swap_sol {
    color: #747474;
    text-decoration: none;
    padding: 0 3px;
    display: inline-block;
}
.swap_sec {
    color: #747474;
    text-decoration: none;
    padding: 0 3px;
    display: inline-block;
}
.swap_sect:first-of-type {
    padding-left: 0;
}
.swap_sol.selected, .swap_sol:hover, .swap_sec.selected, .swap_sec:hover {
    color: #fb5657;
}
.noslider_clients .bx_client {
    -webkit-transition: .25s;
    transition: .25s;
    overflow: hidden;
}
.noslider_clients .bx_client.hide {
    width: 0px;
    padding: 0;
    margin: 0;
    position: absolute;
}
.no_client {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    width: 205px;
    height: 230px;
    max-width: 100%;
    box-shadow: 0px 0px 12px #eeeeee;
    display: inline-block;
    vertical-align: top;
    padding: 70px 10px 0 10px;
    margin: 10px;
    position: relative;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mob_legenda {
    display: none;
}
.placehold_sect {
    display: none;
}

/*--------------------------------------------------------------
# SINGLE CLIENTE
--------------------------------------------------------------*/

.bg_sol_box {
    position: absolute;
    width: 33%;
    height: 900px;
    right: 0;
    top: 0;
    z-index: -1;
}
.bg_sol {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: -200px;
}
.bg_sol:nth-of-type(2) {
    top: -100px;
}
.bg_sol:nth-of-type(3) {
    top: 0px;
}
.bg_sol#bg_oracle {
    background-image: url('assets/bg_clent_red.png');
}
.bg_sol#bg_salesforce {
    background-image: url('assets/bg_clent_blue.png');
}
.bg_sol#bg_tableau {
    background-image: url('assets/bg_clent_yellow.png');
}
.client_head {
    padding: 100px 31% 30px 7%;
}
.client_main {
    padding: 0 31% 50px 8%;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.5px;
}
.clients_back {
    text-decoration: none;
    color: #323232;
    font-size: 18px;
    padding: 6px 0 6px 50px;
    letter-spacing: 0.5px;
    background-image: url('assets/diamond_cta_red_rev.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .35s;
    transition: .35s;
    margin-left: 10px;
}
.clients_back:hover {
    text-decoration: underline;
    padding-left: 40px;
}
.client_title {
    color: #353535;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    padding: 50px 0;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
}
.client_info {
    min-height: 85px;
    position: relative;
}
.client_bar {
    width: 4px;
    height: 100%;
    display: flex;
    position: absolute;
    flex-direction: column;
}
.clients_data {
    width: 100%;
    padding-left: 25px;
    color: #797979;
    line-height: 35px;
}
.clients_data span {
    color: #797979;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
}
.bar_sol {
    flex-grow: 1;
    width: 100%;
    display: flex;
}
#bar_oracle {
    background-color: #eb272d;
}
#bar_salesforce {
    background-color: #1889bd;
}
#bar_tableau {
    background-color: #fcbb4c;
}
.client_service {
    line-height: 54px;
}
.logo_sol {
    display: inline-block;
    width: 75px;
    height: 32px;
    margin: 0px 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#logo_2oracle {
    background-image: url('assets/oracle_nt.png');
}
#logo_1salesforce {
    background-image: url('assets/salesforce_nt.png');
}
#logo_4tableau {
    background-image: url('assets/tableau_nt.png');
}
#logo_7hyperion {
    background-image: url('assets/hyperion_nt.png');
}
#logo_3infor {
    background-image: url('assets/infor_nt.png');
}
/*#logo_erp-true-cloud {
    background-image: url('assets/erp-true-cloud_nt.png');
}*/
#logo_6cognos {
    background-image: url('assets/cognos_nt.png');
}
#logo_5anaplan {
    background-image: url('assets/anaplan_nt.png');
}

/*--------------------------------------------------------------
# SINGLE GLOSSARIO
--------------------------------------------------------------*/

.single-glossario .srv_title {
    display: inline-block;
    width: auto;
}
.focus_tag {
    display: inline-block;
    background-color: #fb5657;
    padding: 2px 5px 2px 10px;
    color: #fff;
    letter-spacing: 8px;
    font-size: 12px;
    margin-left: 5px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    vertical-align: super;

}
.single-glossario .uc_slider .bx-wrapper {
    margin: 0;
}
.single-glossario .uc_slider {
    max-width: none;
    margin: 0;
    padding: 0 7%;
}
.single-glossario .slide_prev_clients{
    /*width: 7%;*/
}
.single-glossario .slide_next_clients{
    /*width: 7%;*/
}
.bx-next.disabled {
    display: none;
}
.bx-prev.disabled {
    display: none;
}
.single-glossario .need_line {
    margin-left: 7%;
}
.focus_go {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 0 20px 85px;
    background-image: url('assets/diamond_cta_red.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    -webkit-transition: .15s;
    transition: .15s;
    margin: 45px 0 0 0;
    background-size: 65px;
}
.focus_go:hover {
    /*text-decoration: underline;*/
    background-position: 10px center;
}
.focus_case_title {
    padding: 50px 0 25px 20px;
    margin-left: 7%;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Search page
--------------------------------------------------------------*/

.search .page-title {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    padding: 80px 0 100px 5.7%;
}
.articles_hp.article_search {
    padding: 0 3% 150px;
}
.article_search .hpb_box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.site-header.mobile {
    display: none;
}

/*--------------------------------------------------------------
# SCROLLBAR
--------------------------------------------------------------*/

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #fb5657;
    /*background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));*/
}
.mobile_bottom_bar::-webkit-scrollbar {
    width: 0px;
    background-color: #000;
}

/*--------------------------------------------------------------
# MOBILE HEADER
--------------------------------------------------------------*/

.site-header.mobile {
     -webkit-transition: .25s;
    transition: .25s;
    overflow: hidden;
}
.mobile_top_bar {
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    position: relative;
}
.mobile_top_bar .widget_head {
    padding: 5px 0 0 3px;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
}
.mobile_top_bar .search-form {
    display: none;
}
.mobile_top_bar .wpml-ls-slot-header_sidebar a span {
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
     -webkit-transition: .25s;
    transition: .25s;
}
.mobile_top_bar .wpml-ls-current-language {
    display: none!important;
}
.menu_trigger {
    width: 76px;
    height: 70px;
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 50px;
    cursor: pointer;
    background-size: 97px;
    background-position: 100px -100px;
    background-repeat: no-repeat;
    background-image: url('assets/diamond_red_large.png');
     -webkit-transition: .55s;
    transition: .55s;
}
.menu_trigger .trig {
    opacity: 0;
    position: absolute;
    right: 10px;
     -webkit-transition: .25s;
    transition: .25s;
}
.menu_trigger .closed {
    position: absolute;
    right: 10px;
     -webkit-transition: .25s;
    transition: .25s;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.mobile_logo {
    width: 124px;
    display: inline-block;
    height: 40px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('assets/mobile/atlantic_mobile.png');
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.mobile_bottom_bar {
    margin-top: -16px;
    height: 0px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
     -webkit-transition: .25s;
    transition: .25s;
}
.mobile_bottom_bar li a {
    margin-left: -100%;
    opacity: 0;
}
.site-header.mobile.triggered .mobile_bottom_bar li:nth-of-type(1) a {
    margin-left: 0%;
    opacity: 1;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
}
.site-header.mobile.triggered .mobile_bottom_bar li:nth-of-type(2) a {
    margin-left: 0%;
    opacity: 1;
    -webkit-transition: .30s ease-in;
    transition: .30s ease-in;
}
.site-header.mobile.triggered .mobile_bottom_bar li:nth-of-type(3) a {
    margin-left: 0%;
    opacity: 1;
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in;
}
.site-header.mobile.triggered .mobile_bottom_bar li:nth-of-type(4) a {
    margin-left: 0%;
    opacity: 1;
    -webkit-transition: .40s ease-in;
    transition: .40s ease-in;
}
.site-header.mobile.triggered .mobile_bottom_bar li:nth-of-type(5) a {
    margin-left: 0%;
    opacity: 1;
    -webkit-transition: .45s ease-in;
    transition: .45s ease-in;
}
.site-header.mobile.triggered .mobile_bottom_bar li:nth-of-type(6) a {
    margin-left: 0%;
    opacity: 1;
    -webkit-transition: .50s ease-in;
    transition: .50s ease-in;
}
.site-header.mobile.triggered .mobile_bottom_bar li:nth-of-type(7) a {
    margin-left: 0%;
    opacity: 1;
    -webkit-transition: .55s ease-in;
    transition: .55s ease-in;
}
.site-header.mobile.triggered {
    /*background: rgba(44, 44, 44, 0.95);*/
    background: rgba(0, 0, 0, 0.9);
}
.triggered .mobile_top_bar {
    background-color: transparent;
}
.triggered .menu_trigger {
    background-position: -1px -28px;
}
.triggered .menu_trigger .closed{
    opacity: 0;
}
.triggered .menu_trigger .trig{
    opacity: 1;
    color: #fff;
}
.triggered .mobile_logo {
    background-image: url('assets/mobile/atlantic_white.png');
}
.triggered .mobile_bottom_bar {
    height: calc( 100vh - 70px);
    /*height: 609px;*/
    overflow-y: auto;
}
.triggered .wpml-ls-slot-header_sidebar a span {
    color: #fb5657;
}
.triggered .mobile_recaps {
    opacity: 1;
}
.mobile_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile_menu li {
    padding: 0px;
}
.mobile_menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    /*padding-top: 30px;*/
    padding-top: 20px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.mobile_menu li a:hover, .mobile_menu li.current-menu-item a {
    color: #fb5657;
}
.mobile_menu .sub-menu {
    padding: 0;
    margin: 0;
}
.mobile_menu .sub-menu .erp a {
    background-image: url('assets/bullet_red.png');
}
.mobile_menu .sub-menu .crm a {
    background-image: url('assets/bullet_blue.png');
}
.mobile_menu .sub-menu .bi a {
    background-image: url('assets/bullet_yellow.png');
}
.mobile_menu .sub-menu .infor a {
    background-image: url('assets/bullet_red.png');
}
.mobile_menu .sub-menu li a {
    padding-top: 10px;
    text-transform: inherit;
    font-weight: 100;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: left 18px;
}
.event_mobile {
    padding: 10px 0;
    max-width: 250px;
    margin: auto;
    font-weight: 100;
    line-height: 15px;
    display: none;
}
.event_mobile a {
    color: #bbbbbb;
    font-size: 12px;
    text-decoration: none;
}
.mobile_social {
    padding: 20px 0;
}
.mobile_social .head_share {
    color: #fff;
    padding: 0 20px;
}
.mobile_recaps {
    /*position: absolute;
    bottom: 0px;
    margin-top: 75px;*/
    width: 100%;
    opacity: 0;
}
.mobile_contacts {
    background-color: #fb5657;
    color: #fff;
}
.mobile_contacts #phone_head {
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.mobile_contacts #mail_head {
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.blog_wrapper.events_wrapper .hpblog_title {
    padding: 23px 23% 75px 45px;
    margin: 0;
    color: #444444;
    background-image: url('assets/diamond_red_large.png');
    background-repeat: no-repeat;
}
.blog_wrapper.events_wrapper .upper_hpblog {
    padding: 0 2.5% 25px;
}
.events_wrapper .paging {
    padding: 0px 10% 35px 0;
}

.desc_right.column {
    float: center;
    display: inline-block;
    width: 38%;
	margin-bottom: 3%;
}

.desc_left.column {
    float: left;
    display: inline-block;
    width: 50%;
	padding-right: 50px;
	margin-bottom: 3%;
}


.events_wrapper #blog_insight {
    background-color: #fff;
}
.page-template-page-landing .entry_content .entry_description {
    border-left: none!important;
}

/* MENU BLOG */

.blog_menu ul li ul.children {
    height: 0px;
    margin-bottom: 110px;
    overflow: hidden;
    -webkit-transition: .75s;
    transition: .75s;
}
.blog_menu ul li:hover ul.children {
    height: 110px;
    margin-bottom: 0;
}
.blog_menu ul li.current-cat-parent ul.children {
    height: 110px;
    margin-bottom: 0;
}
.blog_menu ul.children li {
    display: block;
}
.blog_menu ul.children li a {
    font-size: 14px;
}
.blog_menu ul.children li a:hover, .blog_menu ul.children li.current-cat a {
	    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
}
.page-template-page-blog .blog_menu ul.children li:first-of-type a {
	    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    color: #c2c2c2;
}
.page-template-page-blog .blog_menu ul.children li:first-of-type a:hover {
    color: #222222;
	font-weight: bold;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
}

/* ARCHIVE EXCERPT FIX */

.page-template-page-landingrepository .hpb_excerpt h2,
.page-template-page-landingrepository .hpb_excerpt p {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


@media (min-width: 481px) and (max-width: 768px) {

    .480 {
        display: none;
    }
    .768 {
        display: block;
    }
    .1024 {
        display: none;
    }
    
}

@media (max-width: 768px) {

    /* HEADER */

    .site-header.mobile {
        display: block;
    }
    .site-header.desktop {
        display: none;
    }
    #helpers {
        display: none;
    }

    /* FOOTER */

    .footer-menu {
        display: none;
    }
    #nl_message {
        display: none;
    }
    #nl_message_mob {
        display: block;
    }
    #colophon {
        /*padding-top: 34px;*/
        position: relative;
    }
    #links_footer {
        background-color: #000;
        /*position: absolute;
        top: 0;*/
        margin-bottom: 2px;
        padding: 5px 1%;
    }
    .footer_share {
        padding: 0 6%;
    }
    .footer_share:hover {
        color: #fff;
    }
    .follow_f {
        display: none;
    }

    .privacy_footer {
        display: none;
    }
    .footer_contacts {
        display: block;
        background-image: url('assets/footer_background.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    .footer_contacts #phone_head {
        width: 100%;
        text-align: center;
        padding-top: 15px;
        color: #252525;
        font-size: 13px;
    }
    .footer_contacts #mail_head {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 14px;
        font-size: 13px;
    }
    .vat_footer {
        margin-top: 2px;
        position: relative;
    }
    .vat_footer a{
		color: #d0d0d0;
    }
    .where_footer {
        display: none;
    }
    .where_footer_mob {
        display: block;
        background-image: url('assets/mobile/bg_menu_footer_2.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        margin-bottom: 2px;
    }
    #newsletter_row {
        margin-top: 3px;
        overflow: hidden;
    }
    .fwm_cell {
        display: inline-block;
        width: 46.9%;
        margin: 30px 1% 0;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
        color: #fff;
        font-weight: 100;
        font-size: 12px;
        letter-spacing: 9px;
        background-size: 100px;
        background-image: url('assets/mobile/atlantic_white.png');
        background-repeat: no-repeat;
        background-position-y: top;
        background-position-x: calc(50% - 6px);
    }
    #mc_embed_signup {
        margin: 10px 0 5px 0;
    }
    .mc-field-group input {
        width: 170px;
        font-size: 13px;
    }
    .mc-field-group {
        margin-right: 25px;
    }
    #nl_message_mobile {
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 10px 0 0 0;
    }
    .foot_par_title {
        border-radius: 0px;
        margin-top: 5px;
    }
    .foot_par_box {
        padding: 10px 0;
    }
    .foot_par_logo {
        width: 22%;
        margin: 0px 0.8%;
        background-size: contain;
    }
    /* LABEL PROVVISORIA */

    .privacy_l {
        font-size: 11px;
        padding: 0;
    }
    .privacy_a {
        font-size: 11px;
        padding: 0px 0px 2px 7px;
    }
    .send_go {
        margin-top: 15px;
    }

    /* FINE LABEL PROVVISORIA */

    /* HOMEPAGE */

    #home_wall {
        height: 90vh;
    }
    .slide_logo {
        top: 90px;
        width: 110px;
    }
    .slide_boxed {
        bottom: 20px;
        left: 0%;
        width: 100%;
        height: 50%;
    }
    .bxslider li {
        background-position: center center;
    }
    .slide_prev, .slide_next {
        width: 30px;
        height: 40px;
    }
    .slide_content {
        padding: 0 15px;
        width: 100%;
        height: 100%;
    }
    .slide_apex {
        display: none;
    }
    .slide_title {
        display: inline-block;
        width: 70%;
        margin: 0!important;
        font-size: 18px!important;
        line-height: 22px!important;
        font-weight: 500!important;
        position: absolute;
        bottom: 0;
    }
    .slide_goto {
        width: 15%;
        max-width: 80px;
        overflow: hidden;
        background-size: 40px!important;
        background-position: left 91%!important;
        position: absolute;
        bottom: 5px;
        right: 0px;
    }
    .slide_prev_blog, .slide_prev_partner {
        display: block;
    }
    .slide_next_blog, .slide_next_partner {
        display: block;
    }
    #triangle {
        display: none;
    }
    .hdb {
        width: 100%;
        display: inline-block;
        min-height: 212px;
        text-align: center;
        padding: 0!important;
        background-position: center top;
    }
    .hdb.going_up {
        padding-bottom: 212px!important;
    }
    .hdb.going_down {
        position: absolute;
        height: 212px;
        bottom: 0px;
    }
    #hdb_1 h4 {
        padding: 35px 9% 40px 11%;
        font-size: 22px;
        line-height: 36px;
        background-position-y: 15px;
        background-position-x: 6%;
        background-size: 70px;
    }
    .h4_main.view {
        animation: none!important;
    }
    #hdb_1 p {
        padding: 0 9% 0 4%;
        margin: 0 0 65px 9%;
    }
    .the_big_diamond {
        left: -31%;
    }
    .hdb_image_mobile {
        display: block;
        max-height: 250px;
    }
    .hdb_image {
        display: none;
    }
    .hdb a.hp_m_link {
        text-transform: uppercase;
        letter-spacing: 1px;
        /*display: block;*/
        display: none;
        background-color: #fb5657;
        width: 100%;
        margin: 0;
        height: 36px;
        color: #fff;
        line-height: 14px;
        font-size: 14px;
        padding: 11px 0;
        /*background-position: 22% center;*/
        background-position-x: calc(50% - 90px);
        background-position-y: center; 
        background-size: 31px;
        background-image: url('assets/diamond_cta_white_large.png');
    }

    .hdb a.hp_m_link:hover {
        background-position: 25% center;
    }
    .hp_m_link_block {
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        background-color: #fb5657;
        width: 100%;
        margin: 20px 0;
        text-decoration: none;
        height: 36px;
        color: #fff;
        line-height: 14px;
        font-size: 14px;
        padding: 11px 0;
        background-position-x: calc(50% - 90px);
        background-position-y: center;
        background-size: 31px;
        background-image: url('assets/diamond_cta_white_large.png');
        text-align: center;
        background-repeat: no-repeat;
        -webkit-transition: .35s;
        transition: .35s;
    }
    .hp_m_link_block:hover {
        background-position-x: calc(50% - 80px);
        text-decoration: underline;
    }
    .hdb a {
        font-size: 21px;
        line-height: 30px;
        font-weight: 400;
        display: inline-block;
        margin: auto;
        padding: 10px 0 10px 50px;
        background-size: 35px;
        background-image: url('assets/mobile/mob_accord_closed.png');
    }
    .partner_service .hdb a {
        background-image: none;
        left: 0;
    }
    .hdb.hdb_image_mobile a {
        padding: 0;
        background-image: none;
        width: 100%;
        display: block;
        left: 0;
        opacity: 1!important;
    }
    .normal_p {
        padding: 0px 7% 20px;
        min-height: 70px;
    }
    #numbers {
        padding: 50px 8%;
        text-align: center;
    }
    .mob_title {
        display: inline-block;
        /*text-align: center;
        font-size: 22px;
        line-height: 36px;
        font-weight: 600;
        font-family: 'tex_gyre_herosbold';
        padding: 30px 0 35px 0;
        background-image: url('assets/diamond_red_large.png');
        background-repeat: no-repeat;
        background-size: 70px;*/
    }
    .mob_numbers {
        background-position-x: right;
        background-position-y: 0px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .mob_services {
        background-position-x: 10%;
        background-position-y: 0px;
    }
    .mob_clients {
        background-position-x: left;
        background-position-y: 5px;
    }
    .fig-box {
        width: 100%;
        height: 133px;
        position: relative;
    }
    .fig-box:nth-child(3) {
        margin-top: -20px;
    }
    .fig-box:nth-child(4) {
        margin-top: -20px;
    }
    .fig-box:nth-child(2) .fig-bg, .fig-box:nth-child(4) .fig-bg {
        position: absolute;
        right: 15px;
    }
    .fig-box:nth-child(3) .fig-bg {
        position: absolute;
        left: 0px;
    }
    .fig-box:nth-child(2) .fig-title {
        padding-top: 56px;
        right: 160px;
        position: absolute;
    }
    .fig-box:nth-child(3) .fig-title {
        padding-top: 56px;
        left: 135px;
        position: absolute;
    }
    .fig-box:nth-child(4) .fig-title {
        padding-top: 56px;
        right: 160px;
        position: absolute;
    }
    .fig-bg {
        height: 133px;
        width: 133px;
        display: inline-block;
    }
    .fig-number {
        line-height: 133px;
        font-size: 30px;
    }
    .fig-title {
        font-size: 13px;
        letter-spacing: 2px;
        font-weight: 600;
        display: inline-block;
        padding-top: 0px;
        vertical-align: super;
        padding-left: 15px;
    }
    #services_insight {
        text-align: center;
    }
    .lsb_visual {
        width: 100%;
        display: inline-block;
        padding: 0 15px;
        height: 65px;
    }
    .lsbd_name {
        display: none;
    }
    .lsb_desc {
        margin: 35px 0 0;
        height: 130px;
    }
    .lsbd_content {
        text-align: left;
        height: 115px;
        overflow: hidden;
        padding: 5px 6% 0;
    }
    .service_lb {
        margin: 0 0 35px 0;
        background-size: 100%;
    }
    .lsbv_bottom {
        display: none;
    }
    #use_cases {
        text-align: center;
        padding-top: 25px;
    }
    .lsbv_logo {
        width: 105px;
        top: 33px;
        left: 15px;
    }
    .service_lb:nth-of-type(2) {
        position: relative;
    }
    .service_lb:nth-of-type(2) .lsb_visual {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    .service_lb:nth-of-type(2) .lsb_desc {
        margin-top: 110px;
    }
    .lsbv_info_mobile {
        display: block;
        padding: 5px 5px 0 0;
        float: right;
    }
    .lsbv_info_mobile h3.lsbd_name {
        display: inline-block;
        color: #fff;
        font-size: 30px;
        background-image: none!important;
        margin: 0;
        padding: 25px 0;
        vertical-align: sub;
    }
    .lsbv_info_mobile a {
        color: #fff;
        font-weight: 100;
        display: inline-block;
        text-decoration: none;
        padding: 5px 0 5px 35px;
        background-image: url('assets/diamond_cta_white_large.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px;
    }
    .uc_top {
        display: none;
    }
    .uc_slider {
        /*padding: 0 3px;
        width: 84%;
        margin: 0 8%!important;*/
        /* aggiungo controlli */
        padding: 0;
    }
    .uc_slider .bx-wrapper {
        width: calc(90% - 60px);
    }
    li.bx_client {
        margin: 25px 35px;
    }
    .slide_prev_clients {
        /*display: none;*/
        width: 30px;
        height: 80%;
    }
    .slide_next_clients {
        /*display: none;*/
        width: 30px;
        height: 80%;
    }
    #jobs_ref {
        /*display: none;*/
    }
    #jobs_ref .mob_title {
        margin-left: 4%;
    }
    #numbers .mob_title {
        display: none;
    }
    .jr_title {
        text-align: center;
        width: 100%;
        padding-bottom: 3px;
    }
    .jr_positions {
        width: 100%;
    }
    .jr_bottom {
        padding: 15px 0 35px;
    }
    .jr_links {
        text-align: center;
    }
    .jr_link {
        margin: 15px auto;
        padding: 10px 25px;
        display: inline-block;
        background-image: none;
    }
    .uc_link {
        background-color: #fb5657;
        width: 100%;
        margin: 45px 0;
        height: 36px;
        color: #fff;
        line-height: 16px;
        font-size: 14px;
        padding: 11px 0;
        background-position-x: calc(50% - 90px);
        background-position-y: center;
        background-size: 31px;
        background-image: url('assets/diamond_cta_white_large.png');
        -webkit-transition: .35s;
        transition: .35s;
    }
    .uc_link:hover {
        background-position-x: calc(50% - 80px);
    }
    #blog_insight {
        padding: 0 0 40px;
        background-color: #fff;
    }
    .hpblog_title {
        display: none;
    }
    .hpblog_goto {
        width: 100%;
    }
    .go_blog {
        text-align: center;
        padding: 0 0 20px 0;
        text-transform: inherit;
        font-weight: 600;
        font-size: 22px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
        width: 92%;
        background-position-x: calc(50% - 105px);
        background-size: 31px;
        background-position-y: 2px;
    }
    .go_blog:hover {
        background-position-x: calc(50% - 100px);
        background-size: 31px;
        background-position-y: 2px;
    }
    .mob_title.go_blog {
        background-position-x: calc(50% - 115px);
    }
    .mob_title.go_blog:hover {
        background-position-x: calc(50% - 110px);
    }
    .hpb_box {
        margin: 0;
    }
    .hpblog_extract .bx-wrapper {
        box-shadow: none;
        width: calc(100% - 70px);
        margin: 0 auto;
    }
    .hpb_date {
        font-size: 12px;
    }
    .hpb_title {
        font-size: 14px;
        line-height: 22px;
    }
    .hpb_excerpt {
        font-size: 12px;
        line-height: 22px;
    }
    .hpb_link {
        padding: 0 0 0 35px;
        font-size: 15px;
        display: none;
    }

    /* ABOUT */

    .page-template-page-about #content {
        padding-top: 50px!important;
    }
    .page-template-page-about .about_diamond {
        display: none;
    }
    .page-template-page-about .about_diamond.mobile {
        display: block;
        width: 40%;
        z-index: 0;
        top: -110px;
        height: 400px;
    }
    .about_desc_block .hdb {
        text-align: left;
    }
    .about_desc_block .h1_main {
        font-size: 23px;
        letter-spacing: 0px;
        padding: 60px 12% 35px;
    }
    .about_desc_block .h2_main, .about_desc_block .h4_main {
        font-size: 14px;
        letter-spacing: 0px;
        padding: 0 10%;
        line-height: 22px;
    }
    .bordered_a {
        padding: 0 0 0 15px;
        margin: 35px 10% 35px;
    }
    .about_desc_block .hpb_opaque {
        opacity: 1;
    }
    .hdb.ab_image {
        display: none;
    }
    .about_desc_block .h3_main {
        padding: 30px 10% 0;
        font-size: 22px;
        letter-spacing: 0;
    }
    .mob_accord {
        background-position: left 45px;
        background-size: 25px;
        background-image: url('assets/paragraph_red.png');
        background-repeat: no-repeat;
    }
    #perche::before {
        height: 0;
        margin: 0;
    }
    #info_tags_cycle {
        display: none;
    }
    #info_tags_box {
        padding: 0 10%;
        position: relative;
        display: block;
    }
    #info_tags_box .bx-wrapper {
        box-shadow: none;
        margin-bottom: 0px;
    }
    .slide_prev_tag, .slide_next_tag {
        display: block;
    }
    .info_tags { 
        margin: 0;
        padding: 0;
    }
    .info_tag {
        margin: 0;
        margin-top: 50px!important;
    }
    .team_marker {
        display: none;
    }
    .team_extract {
        padding: 0 1px 15px;
        /*height: 900px;*/
        height: 230vw;
    }
    .team_hp {
        margin: 0;
        padding: 0;
    }
    .hpteam_box {
        width: 19.3%!important;
        height: 20vw!important;
        overflow: hidden;
        margin: 1px!important;
        display: block;
        float: left;
    }
    .hpteam_link {
        /*height: 100%;*/
    }
    .hpteam_img {
        /*height: 100%!important;*/
        height: 20vw!important
    }
    .hpteam_link.active {
        width: 100%;
        left: 0px;
        top: 40vw;
        box-shadow: none;
        height: 100%;
    }
    .hpteam_link.active .closeme {
        display: none;
    }
    .hpteam_link.active .hpteam_img {
        width: 100%;
        max-width: 100%;
        height: 200px!important;
    }
    .hpteam_link.active .hpteam_img {
        width: 100%;
        max-width: 100%;
        /*height: 200px!important;*/
        height: 60vw!important;
        filter: grayscale(0%);
        margin: 10px 0;
    }
    .hpteam_link.active .hpteam_content {
        /*height: 540px;*/
        height: auto;
        padding: 2% 2% 2% 4%;
        width: 100%;
        display: inline-block;
    }
    .hpteam_link.active .hpteam_info {
        width: 75%;
        padding: 0;
    }
    .hpteam_content .ref_links {
        width: 23%;
    }
    .hpteam_content .ref_links a {
        font-size: 22px;
        padding: 0 4px;
    }
    .hpteam_link.active .hpteam_title {
        font-size: 20px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    }
    .hpteam_link.active .hpteam_role {
        font-size: 12px;
        line-height: 25px;
    }
    .hpteam_text {
        overflow-y: auto;
        /*height: 465px;*/
        height: 100vw;
        border-top: none;
        margin-top: 15px;
        font-size: 14px;
        color: #3f3f3f;
        line-height: 24px;
    }

    /* SOLUTIONS */

    .page-template-page-soluzioni #content {
        padding-top: 50px!important;
    }
    #solutions_menu {
        /*display: none;*/
    }
    #menu-solutions-menu, #menu-solutions-menu-inglese {
        padding: 0;
    }
    #menu-solutions-menu li a, #menu-solutions-menu-inglese li a {
        height: 18px;
        overflow: hidden;
        font-size: 13px;
        padding: 0 0 0 12px;
        display: block;
        margin: 11px 3px 0;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 9px;
    }
    #menu-solutions-menu .erp a, #menu-solutions-menu-inglese .erp a {
        background-image: url('assets/bullet_red.png');
    }
    #menu-solutions-menu .crm a, #menu-solutions-menu-inglese .crm a {
        background-image: url('assets/bullet_blue.png');
    }
    #menu-solutions-menu .bi a, #menu-solutions-menu-inglese .bi a {
        background-image: url('assets/bullet_yellow.png');
    }
    #menu-solutions-menu .infor a, #menu-solutions-menu-inglese .infor a {
        background-image: url('assets/bullet_red.png');
    }

    /* CLIENTS */

    .post-type-archive-clienti #content {
        padding-top: 50px!important;
    }
    #service_content.service_customer {
        background-image: url('assets/about_diamond_red.png')!important;
        background-repeat: no-repeat;
        background-position: left -105px;
        background-size: 150px;
        padding: 60px 0 50px 0;
    }
    .service_customer .srv_title {
        width: 86%;
        font-size: 22px;
        line-height: 40px;
        padding-bottom: 20px;
        padding-left: 12%;
    }
    .service_customer .srv_heading {
        width: 76%;
        margin-left: 12%;
        border: none;
        padding: 0;
    }
    .uc_slider.uc_archive {
        margin: auto!important;
        width: 100%;
    }
    .noslider_clients .bx_client, .uc_focus .bx_client {
        /*width: 97%;
        height: 70vw;*/
        /*margin: 20px 0;*/
        width: 42%;
        height: 50vw;
        margin: 20px 10px;
        max-height: 225px;
         -webkit-transition: 0s;
        transition: 0s;
    }
    li.bx_client .lsbv_logo {
        left: 0;
    }
    .noslider_clients .sol_box, .uc_focus .sol_box {
        padding: 5px 10px 0;
        height: 30px;
        bottom: auto;
        top: 0;
    }
    .noslider_clients .single_sol, .uc_focus .single_sol {
        width: 10px;
        height: 10px;
        /*border-radius: 100px;*/
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg); 
        background-image: none!important;
        margin: 0 1%;
        overflow: hidden;
    }
    .noslider_clients .single_sol.oracle, .uc_focus .single_sol.oracle {
        background-color: #fb5657;
    }
    .noslider_clients .single_sol.salesforce, .uc_focus .single_sol.salesforce {
        background-color: #1889bd;
    }
    .noslider_clients .single_sol.tableau, .uc_focus .single_sol.tableau {
        background-color: #ffc869;
    }
    .noslider_clients .bx_client.hide {
        width: 100%;
        height: 0;
        position: absolute;
    }
    .swap_title {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        display: none;
    }
    .swap_title_mobile {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        display: block;
        font-size: 13px;
        color: #747474;
        line-height: 42px;
        letter-spacing: 0.5px;
    }
    .swap_select {
        width: 66%;
        display: none;
    }
    .swap_values {
        width: 100%;
    }
    .swap_values.rolled {
        margin-left: 0%;
    }
    .no_swap {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .no_swap a {
        font-size: 12px;
        text-transform: uppercase;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
    }
    .second_swap {
        margin: 0px;
        line-height: 30px;
    }
    .swap_sol {
        display: inline-block;
        width: 28%;
        margin: 0 2%;
        overflow: hidden;
        height: 55px;
        text-indent: -9999px;
        background-position: center top!important;
        background-repeat: no-repeat!important;
        background-size: contain!important; 
    }
    .swap_sol[data-val-sol=oracle] { 
        background-image: url('assets/mobile/filter_o.png');
    }
    .swap_sol[data-val-sol=salesforce] { 
        background-image: url('assets/mobile/filter_s.png');
    }
    .swap_sol[data-val-sol=tableau] { 
        background-image: url('assets/mobile/filter_t.png');
    }
    .srv_customer_filter {
        padding: 25px 0;
    }
    .swap_half {
        width: 100%;
        display: inline-block;
        padding: 25px 0 0;
    }
    .separatorz {
        display: none;
    }
    .placehold_sect {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        color: #747474;
        line-height: 42px;
    }
    /*.mob_legenda {
        display: block;
        background-image: url('assets/mobile/legenda.png');
        width: 90%;
        margin: auto;
        height: 70px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 20px;
    }*/
    .swap_half.acc_on_mob {
        background-image: url('assets/mobile/acc_about_down.png');
        background-repeat: no-repeat;
        background-position: 94% 15px;
        padding-right: 20px;
        padding-top: 42px;
        margin-top: 20px;
        margin-right: 0%;
        height: 42px;
        overflow: hidden;
        box-shadow: 0px 0px 30px #e0dfdf;
        position: relative;
    }
    .swap_half.acc_on_mob.active {
        height: auto;
        background-image: url('assets/mobile/acc_about_up.png');
    }
    .swap_sec {
        padding: 0 7px;
        width: calc(100% + 20px);
        height: 42px;
        line-height: 42px;
        text-align: center;
    }
    .swap_sec.selected {
        position: absolute;
        top: 0;
        left: 12%;
        background-color: #fff;
        width: 74%;
    }
    .no_client {
        height: 225px;
        padding-top: 85px;
    }

    /* SINGLE CLIENT */

    .single-clienti #content {
        padding-top: 50px!important;
    }
    .client_head {
        padding: 40px 20% 30px 8%;
    }
    .clients_back {
        /*display: none;*/
        font-size: 12px;
        letter-spacing: 0;
        padding: 5px 0 5px 30px;
        margin-left: 0px;
    }
    .bg_sol {
        top: 0;
    }
    .bg_sol:nth-of-type(2) {
        top: 50px;
    }
    .bg_sol:nth-of-type(3) {
        top: 100px;
    }
    .client_title {
        width: 71%;
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 30px;
        padding: 20px 0 30px 0;
    }
    .clients_data {
        padding-left: 20px;
    }
    .client_main {
        padding: 0 9% 50px 9%;
        font-size: 14px;
        line-height: 26px;
    }

    /* BLOG */

    .page-template-page-blog #content, .archive.category #content {
        padding-top: 50px!important;
    }
    .page-template-page-blog .another_diamond_srsly, .archive.category .another_diamond_srsly {
        background-image: url('assets/about_diamond_red.png');
        background-position: left -45px;
        background-size: 170px;
        width: 170px;
        height: 270px;
        left: 0;
        top: 0;
        z-index: 30;
    }
    .page-template-page-blog .hpblog_title, .archive.category .hpblog_title {
        display: block;
        font-size: 22px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
        letter-spacing: 1px;
        padding: 2px;
        position: absolute;
        z-index: 40;
    }
    .hpblog_extract {
        margin-top: 0px;
        position: relative;
    }
    .blog_wrapper .hpb_box {
        margin: 0 10% 50px;
        width: 80%;
    }
    .hpb_img {
        height: 185px;
    }
    .hpb_opaque {
        /*display: none;*/
    }
    .hpblog_goto {
        width: 93%;
    }
    .blog_wrapper .upper_hpblog {
        z-index: auto;
    }
    .blog_wrapper .hpblog_goto {
        margin-top: 60px;
        display: block;
        width: 113%;
        margin-left: 0;
    }
    .blog_menu {
        background-image: url('assets/mobile/acc_about_down.png');
        background-repeat: no-repeat;
        background-position: 94% 15px;
        padding-right: 20px;
        padding-top: 42px;
        margin-right: 0%;
        height: 42px;
        overflow: hidden;
        box-shadow: 0px 0px 30px #e0dfdf;
    }
    .blog_menu.active {
        height: auto;
        background-image: url('assets/mobile/acc_about_up.png');
    }
    .page-template-page-blog .hard_coded {
        position: absolute;
        top: 0;
        right: 0;
    }
    .archive.category .hard_coded {
        /*display: none!important;*/
    }
    .blog_menu ul li {
        padding: 0 7px;
        width: 100%;
        /*height: 42px;*/
        line-height: 42px;
        text-align: right;
        padding-right: 13%;
    }
    .blog_menu ul li ul.children {
        padding: 0 7px;
        width: 100%;
        line-height: 30px;
        text-align: right;
        padding-right: 0;
        height: auto;
        margin: 0;
    }
    .blog_menu ul:not(.children) > li > a {
        text-decoration: underline;
    }
    .blog_menu ul li:hover ul.children, .blog_menu ul li.current-cat-parent ul.children {
        height: auto;
    }
    .blog_menu ul li ul.children li {
        padding-right: 0;
    }
    .blog_menu ul li ul.children li.current-cat {
        margin-right: 13%;
        background-color: #fff;
        padding-right: 0;
    }
    .blog_menu ul li.current-cat {
        position: absolute;
        top: 0;
        right: 0;
    }
    .blog_menu ul li a {
        font-size: 14px;
        /*text-transform: none;*/
    }
    .blog_menu ul.children li a {
        font-size: 15px;
    }

    /* SINGLE ARTICLE */

    .single-post #content {
        padding-top: 50px!important;
    }
    .blog_back {
        background-image: url('assets/about_diamond_red.png');
        padding: 50px 0 0 8%;
        font-size: 22px;
    /*font-family: 'tex_gyre_herosbold';*/
	font-family: 'Work Sans', sans-serif;
        background-position: left -115px;
        background-size: 170px;
        width: 170px;
        height: 215px;
        left: 0;
        top: 0;
        letter-spacing: 0px;
    }
    .article_head {
        height: 425px;
    }
    .article_thumb {
        width: 100%;
        margin-top: 0px;
    }
    .article_info {
        width: 100%;
        padding: 10px 8% 10px 8%;
    }
    .article_date {
        float: left;
        font-size: 16px;
    }
    .article_cat {
        float: right;
    }
    .article_main {
        position: relative;
        width: 100%;
        padding: 20px 0 120px;
        margin-bottom: 60px;
    }
    .article_content {
        width: 100%;
        padding: 0 8%;
    }
    .article_social {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0px 8% 0 8%;
        text-align: center;
    }
    .art_title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .art_text {
        font-size: 12px;
        line-height: 22px;
    }
    .article_social a {
        text-indent: -1000px;
        display: inline-block;
        width: 23%;
        margin: 0.2%;
        text-align: center;
        height: 19vw;
        background-image: url('assets/diamond_red_large.png');
        background-size: contain;
        max-width: 70px;
        max-height: 70px;

    }
    .article_social a:hover {
        background-color: transparent;
    }
    .article_social a .fa {
        text-indent: 0;
        width: 100%;
        height: 100%;
        padding-top: 41%;
        color: #fff;
    }
    .art_nav {
        /*display: none;*/
    }
    .art_next {
        padding: 0 8% 30px 0;
        font-size: 13px;
        font-weight: 500;
        background-image: none;
    }
    .post_next:hover .art_next {
        background-image: none;
    }
    .art_previous {
        padding: 0 0 30px 8%;
        font-size: 13px;
        font-weight: 500;
        background-image: none;
    }
    .post_previous:hover .art_previous {
        background-image: none;
    }
    .art_link_date {
        display: none;
    }
    .art_link_title {
        font-size: 12px;
        line-height: 18px;
        color: #000;
    }
    .mob_share_title {
        display: block;
        padding-bottom: 10px;
        text-align: center;
        font-size: 14px;
    }

    /* GLOSSARIO */

    .single-glossario #content {
        padding-top: 50px!important;
    }
    .single-glossario .service_customer .srv_title {
        width: calc(100% - 115px);
    }
    .focus_tag {
        letter-spacing: 5px;
        padding: 2px 7px 2px 10px;
        font-size: 10px;
    }
    .focus_go {
        background-color: #fb5657;
        width: 100%;
        margin: 10px 0;
        color: #fff;
        line-height: 19px;
        font-size: 14px;
        padding: 11px 25% 11px 8%;
        background-position: 85% center;
        background-size: 45px;
        background-image: url('assets/diamond_cta_white_large.png');
    }
    .focus_go:hover {
         background-position: 90% center;
    }
    .single-glossario .need_line {
        margin-left: 2%;
    }
    .focus_case_title {
        padding: 50px 0 10px;
        margin: 0;
        text-align: center;
    }
    .uc_focus .bx-wrapper {
        margin: 0 auto!important;
    }

    /* SERVICE */

    .page-template-page-servizio #content {
        padding-top: 50px!important;
    }

    /* SOLUTION */

    .solution_wall {
        height: calc(98vh - 92px);
    }
    .scroller {
        display: none;
    }
    .sv_head_box {
        width: 100%;
        padding: 0 40% 0 0;
        left: 6%;
        bottom: auto;
        top: 40%;
        background-image: none!important;
    }
    .sv_head_title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0px;
    }
    .sv_head_sub {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0px;
    }
    #third_level_menu ul {
        text-align: left;
    }
    #third_level_menu ul li {
        width: 100%;
    }
    #third_level_menu ul li a {
        padding: 15px 10px!important;
        letter-spacing: 0px;
        color: #404040;
    }
    #third_level_menu {
        position: relative!important;
        top: 0px!important;
    }
    #sv_ref {
        display: none;
    }
    #service_content {
        padding: 35px 7% 50px 7%;
        background-image: none!important;
    }
    .srv_heading {
        width: 100%;
        padding-left: 10px;
    }
    .srv_title {
        font-size: 16px;
    }
    .srv_wysiwyg {
        width: 100%;
        padding: 30px 0 0 3%;
        font-size: 14px;
        line-height: 26px;
    }
    .srv_wysiwyg ul li {
        background-position: left 11px;
        padding: 5px 0 5px 25px;
    }
    .srv_goto_deep {
        font-size: 16px;
        padding: 20px 0 20px 70px;
        background-size: 50px;
        margin: 25px auto 0px;
    }
    .base_contact {
        padding: 40px 3%;
        margin-bottom: 3px;
    }
    .page-template-page-servizio .single_acc .acc_link {
        margin: -18px 0 0 0px;
        font-size: 10px;
    }
    .page-template-page-servizio .single_acc.active .acc_text {
        padding: 35px 2% 0!important;
        margin: 0;
    }

    /* CONTACTS */

    .page-template-page-contact #content {
        padding-top: 50px!important;
    }
    .page-template-page-contact #content_wrapper {
    background-image: url('assets/about_diamond_red.png');
    background-repeat: no-repeat;
    background-position: left -105px;
    background-size: 150px;
    }
    .entry_header {
        padding: 50px 0 10px 2%;
    }
    .entry_title {
        width: 90%;
        font-size: 22px;
        line-height: 40px;
        padding-bottom: 0px;
        padding-left: 15%;
    }
    .entry_content .entry_description {
        padding: 0 8% 0 15%;
        border: none;
        font-size: 14px;
        line-height: 22px;
    }
    .entry_content .gform_wrapper {
        border: none;
        padding: 10px 0 70px;
    }
    .entry_content label#label_1_10_1 {
        font-size: 12px;
    }
    .entry_content #gform_submit_button_1 {
        background-image: none;
        width: 100%;
        padding: 2px 0;
        margin: 0;
        background-color: #fb5657;
        color: #fff;
    }
    .entry_locations {
        height: auto;
        background-color: #fff;
    }
    .entry_location_inner_right {
        position: relative;
        top: 0;
    }
    .entry_location_inner_left {
        position: relative;
        padding-top: 270px;
        top: 0px;
    }
    .frame_hider_right, .frame_hider_left {
        transform: none;
        width: 100%;
        height: 165px;
        margin: 0;
        position: relative;
    }
    .frame_hider_right iframe, .frame_hider_left iframe {
        transform: none!important;
        width: 100%!important;
        height: 100%!important;
        top: 0!important;
        left: 0!important;
    }
    .address {
        padding: 30px 6% 40px;
        margin: 0!important;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        width: 100%;
    }
    .address_main {
        font-size: 20px;
        padding-bottom: 10px;
    }
    #add1 {
        padding-top: 72px;
    }
    #add2 {
        position: absolute;
        top: 60px;
        left: 0px;
    }

    /* LAVORA CON NOI */

    .page-template-page-lavoro #content {
        padding-top: 50px!important;
    }
    .page-template-page-lavoro #content_wrapper {
        background-image: url('assets/about_diamond_red.png');
        background-repeat: no-repeat;
        background-position: left -105px;
        background-size: 150px;
    }
    #service_content.service_work {
        padding: 50px 0 10px 0;
    }
    .service_work .srv_title {
        width: 90%;
        font-size: 22px;
        line-height: 40px;
        padding-bottom: 0px;
        padding-left: 15%;
    }
    .service_work .srv_heading {
        padding: 15px 8% 0 15%;
        border: none;
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }
    .service_work .ref_mail {
        font-size: 14px;
        font-weight: 600;
    }
    .pos_entry {
        padding: 60px 0 0 0;
        font-size: 18px;
        width: 100%;
        padding-left: 15%;
    }
    .service_accord {
        padding: 0;
        width: 100%;
    }
    .service_work .acc_link {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .single_acc {
        margin: 40px 0 0;
        padding-bottom: 45px;
    }
    .single_acc.active .acc_text {
        /*padding: 10px 3% 0!important;*/
        margin: 0;
    }
    .service_work .acc_link .fa {
        width: 35px;
        height: 35px;
        padding: 0;
        position: absolute;
        background-color: #000;
        transform: rotate(45deg);
        line-height: 36px;
        padding-left: 3px;
        top: -17px;
        right: 25px;
    }
    .service_work .acc_link .fa:before {
        transform: rotate(-45deg);
        display: block;
    }
    .acc_text {
        font-size: 14px;
        line-height: 22px!important;
    }
    .send_mail {
        /*width: 100%;
        margin: 40px 0 0 0;
        font-size: 18px;
        background-image: none;
        text-align: center;
        padding: 10px 0px;
        background-color: #fb5657;
        color: #fff;*/
        margin: 40px 0 0 0;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        /*background-color: #fb5657;*/
        width: 100%;
        height: 36px;
        /*color: #fff;*/
        line-height: 14px;
        font-size: 13px;
        padding: 11px 0;
        background-position-x: calc(50% - 95px);
        background-position-y: center;
        background-size: 29px;
        background-image: url('assets/diamond_cta_red.png');
    }
    .send_mail:hover {
        background-position-x: calc(50% - 90px);
    }

    /* PARTNERSHIP */

    .page-template-page-partnership #content {
        padding-top: 50px!important;
    }
    .another_big_diamond {
        display: none;
    }
    .page-template-page-partnership #content_wrapper {
        background-image: url('assets/about_diamond_red.png');
        background-repeat: no-repeat;
        background-position: left -105px;
        background-size: 150px;
    }
    .partner_service .h1_ps {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0px;
        padding: 60px 12% 30px;
        text-align: left;
    }
    .partner_service .h2_ps {
        font-size: 14px;
        letter-spacing: 0px;
        padding: 0px 12%;
        line-height: 22px;
        text-align: left;
    }
    .bordered_ps {
        padding: 15px 12% 0 12%;
        border: none;
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .hdb.nouse {
        display: none;
    }
    .logo_ps {
        margin: 50px 12% 15px;
        text-align: center;
    }
    .logo_ps img {
        display: inline-block;
    }
    .h3_ps, .psd_title {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        padding: 0;
    }
    .paragraph_ps {
        font-size: 12px;
        line-height: 22px;
        text-align: left;
        padding: 0 12%;
    }
    .psd_desc {
        font-size: 12px;
        line-height: 22px;
        text-align: left;
        padding: 0 12% 0 5%;
    }
    .paragraph_ps ul {
        padding: 0;
    }
    .paragraph_ps ul li {
        padding: 15px 0 16px 0!important;
        background-position: center top!important;
        text-align: center;
        background-size: 10px!important;
        line-height: 16px;
    }
    .h2_ps, .psd_sub {
        line-height: 20px;
    }
    #ps_2 .hdb.hpb_bg {
        position: absolute;
        height: 212px;
        bottom: -212px;
    }
    #ps_2 .hdb.going_up {
        padding-bottom: 212px;
    }
    .partner_services .bx-wrapper {
        margin-bottom: 0px!important;
    }
    #ps_add {
        display: none;
    }
    #credit-management-and-atlaas-pharma {
        padding-top: 0;
        margin-top: -16px;
    }
    .psd {
        display: block;
        width: 100%;
        padding: 35px 7% 30px!important;
    }
    .psd_sub {
        font-size: 12px;
        padding: 0;
    }
    .hpb_grey a {
        font-size: 13px;
    }
    .partner_service_details {
        padding-bottom: 0;
    }
    .psd_accordions {
        padding: 0 0%;
        width: 100%;
    }
    .psd_accordions .single_acc {
        margin: 0;
        padding-bottom: 0px;
        border: none;
    }
    .really_freacking_huge_diamond {
        display: none;
    }
    .acc_link_text {
        font-size: 12px;
    }
    .psd_accordions .acc_link {
        border-left: 4px solid #fb5657;
    }
    .psd_accordions .fa {
        font-size: 18px;
        padding-top: 10px;
    }
    .psd_acc_head {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .psd_accordions .link_acc {
        background-color: #fb5657;
        width: 100%;
        margin: 45px 0 15px;
        height: 36px;
        color: #fff;
        line-height: 14px;
        font-size: 14px;
        padding: 11px 0;
        text-align: center;
        background-position: 87% center;
        background-size: 45px;
        background-image: url('assets/diamond_cta_white_large.png');
    }
    .psd_accordions .link_acc:hover {
        background-position: 90% center;
    }

     /* CUSTOM PAGE (TEXT CONTENT TEMPLATE) */

    .page-template-page-text #content {
        padding-top: 50px!important;
    }
    .article_head.text .article_thumb {
        height: 250px;
        margin-top: 0px;
    }
    .article_head.text .blog_back {
        padding: 35px 0 0 5%;
    }
    .article_head.text {
        height: 250px;
    }
    .page-template-page-text .entry_title {
        padding-left: 8%;
    }
    .page-template-page-text .entry_content .entry_description {
        padding: 0 8% 0 10%;
    }
    .page-template-page-text .text_content_wrapper ul {
        list-style: none;
        padding: 0 0 0 15px;
    }

    /* 404 */

    .error404 #content {
        padding-top: 50px!important;
    }
    .error404 #canvas {
        top: 100px;
    }

    /* MEDIA CLASSES */

    .480 {
        display: block;
    }
    .768 {
        display: block;
    }
    .1024 {
        display: none;
    }

    /* EVENTS */

    .page-template-page-landingrepository #content {
        padding-top: 70px!important;
    }
    .blog_wrapper.events_wrapper .hpblog_title {
        display: block;
    }
    .blog_wrapper.events_wrapper .upper_hpblog {
        padding: 0px 4.5% 25px;
    }
    .need_line {
        position: initial;
        /*width: 96%;*/
        width: 100%;
    }
    .aniborder, .aniborder_menu {
        display: none;
    }
    #third_level_menu ul li a:hover, #third_level_menu ul li.current-menu-item a {
        text-decoration: underline;
    }

    /*--------------------------------------------------------------
    # MOBILE ACCORDIONS
    --------------------------------------------------------------*/

    /* home */
    .hp_desc_block#hdb_1 {
        height: 100%;
        display: table;
    }
    .hp_desc_block {
        height: 95px;
        display: block;
        overflow: hidden;
        -webkit-transition: .25s;
        transition: .25s;
    }
    .hp_desc_block.active {
        height: 100vh;
        max-height: 500px;
        /*display: table;*/
    }
    .hp_desc_block .hdb h4 a {
        background-image: url('assets/mobile/mob_accord_open.png');
        -webkit-transition: .25s;
        transition: .25s;
        pointer-events: none;
    }
    .hp_desc_block.active .hdb h4 a {
        background-image: url('assets/mobile/mob_accord_closed.png');
    }

    /* about */

    .hdb.mob_accord {
        min-height: 0px;
    }
    .hdb.mob_accord .h4_main {
        background-image: url('assets/mobile/acc_about_down.png');
        background-position: 95% top;
        background-repeat: no-repeat;
        padding-right: 13%;
    }
    .hdb.mob_accord.active .h4_main {
        background-image: url('assets/mobile/acc_about_up.png');
    }
    .hdb.mob_accord .bordered_a{
        height: 0px;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
    }
    .hdb.mob_accord.active .bordered_a{
        height: auto;
        margin: 40px auto 0;
    }

    /* services menu */

    #third_level_menu .menu {
        padding-top: 50px;
        height: 50px;
        overflow: hidden;
    }
    #third_level_menu.active .menu {
        height: auto;
    }
    #third_level_menu .current-menu-item {
        position: absolute;
        top: 0;
        width: 100%;
        left: 3%;
    }
    .mobile_menu_tr {
        display: block;
        top: -17px;
        right: 25px;
        position: absolute;
        z-index: 15;
    }
    #third_level_menu .fa-minus {
        display: none;
    }
    #third_level_menu.active .fa-plus {
        display: none;
    }
    #third_level_menu.active .fa-minus {
        display: block;
    }
    .mobile_menu_tr .fa {
        width: 35px;
        height: 35px;
        padding: 0;
        background-color: #000;
        transform: rotate(45deg);
        line-height: 36px;
        padding-left: 3px;
        color: #fff;
        text-align: center;
    }
    .mobile_menu_tr .fa:before {
        transform: rotate(-45deg);
        display: block;
    }
    .greyscale {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray; /* IE 6-9 */
    }

    /* Per necessitÃ  e gestione del file css gli stili degli accordion dei filtri blog e clienti sono 
       stati inseriti nelle corrispettive porzioni del file su mediaquery max 768 */


}

@media (max-width: 768px) and (min-height: 414px) { /* Landscape only */

    .solution_wall {
        height: calc(70vh - 92px);
    }

}

@media (min-width: 769px) and (max-width: 1023px) {
    
    .480 {
        display: none;
    }
    .768 {
        display: none;
    }
    .1024 {
        display: block;
    }
    /* HOME */
    .custom-logo-link {
        padding: 34px 34px 10px 34px;
    }
    .site-info .right {
        width: 96%;
        padding-bottom: 10px;
    }
    #social_head, #phone_head {
        padding-top: 9px;
    }
    .widget_head {
        padding-top: 0px;
    }
    #site-navigation {
        padding: 0px 2%;
    }
    #primary-menu li a {
        padding: 11px 17px;
    }
    .slide_boxed {
        left: 0%;
    }
    .slide_logo {
        top: 250px;
    }
    .the_big_diamond {
        top: 200px;
    }
    #numbers {
        padding: 80px 8%;
    }
    .fig-box {
        width: 27.9%;
        margin: 0 2%;
    }
    .lsb_visual {
        display: inline-block;
        width: 100%;
        height: 400px;
        position: relative;
    }
    .jr_title {
        vertical-align: top;
        padding-top: 45px;
    }
    #newsletter_row {
        padding: 20px 1%;
    }
    .footer-menu li:nth-child(4) {
        width: 11.1%;
    }
    .footer-menu li:nth-child(5) {
        width: 19.1%;
    }
    .wf_box {
        width: 47.7%;
    }

    /* ABOUT */

    .info_tag {
        width: 44.9%;
    }
    .hpteam_box {
        width: 22%;
        margin: 1.5% 1%;
    }
    .hpteam_link.active .hpteam_role {
        font-size: 14px;
    }
    /*.hpteam_box:nth-child(-n+4) {
        width: 43%;
        margin: 4% 3%;
    }*/

    /* SERVICES */

    /*.service_lb {
        background-size: 130%;
        background-position: center top;
    }
    .service_lb#slb2 {
        background-position: center bottom;
    }*/

    /* SOLUTIONS */

    .solution_wall {
        height: calc(100vh - 192px);
    }
    #service_content {
        padding: 150px 0 50px 5%;
    }
    .srv_goto_deep {
        margin: 0;
    }

    /* WORK WITH US */

    .service_accord {
        padding: 40px 0;
        width: 85%;
    }

    /* CONTACTS */

    .entry_content #gform_submit_button_1 {
        margin-right: 10px;
    }

    /* PARTNERSHIP */

    .another_big_diamond {
        width: 60%;
    }

    /* BLOG */

    .blog_wrapper .hpb_box {
        margin: 0 2.8% 50px;
        width: 44%;
    }

    /* ARTICOLO */

    .article_main {
        margin: 0 5%;
    }
    .article_social {
        width: 85%;
        text-align: center;
        padding-bottom: 20px;
    }
    .article_social a {
        display: inline-block;
    }
    .article_content {
        width: 100%;
    }

    /* ARCHIVIO CLIENTI */

    .service_customer .srv_heading {
        width: 70%;
    }

    /* CLIENTE SINGOLO */

    .client_main {
        padding-right: 15%;
    }
    .bg_sol_box {
        top: 200px;
    }

    /* SEARCH PAGE */

    .article_search .hpb_box {
        width: 44%;
    }

    /* SLIDER CORRECTION */

    .info_tags {
        transform: translate3d(0px, 0px, 0px)!important;
    }

}

@media (min-width: 1024px) {
    
    .service_lb:nth-of-type(1) .lsb_desc, .service_lb:nth-of-type(3) .lsb_desc {
        right: -100%;
        position: relative;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .service_lb:nth-of-type(1) .lsb_desc.view, .service_lb:nth-of-type(3) .lsb_desc.view {
        right: 0%;
    }
    .service_lb:nth-of-type(2) .lsb_desc {
        left: -100%;
        position: relative;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .service_lb:nth-of-type(2) .lsb_desc.view {
        left: 0%;
    }

    /* SLIDER CORRECTION */

    .info_tags {
        transform: translate3d(0px, 0px, 0px)!important;
    }

}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Work Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* Modifica per allineamento orizzontale delle gallery di immagini native in WP*/

figure {
    display: inline-block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #404040;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 0em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    /*margin: 0 0 1.5em 3em;*/
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

/*
figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. L'abbiamo commentato perché controproducente nella realizzazione di gallery natove WP, non lasciava margine tra un'immagine e l'altra */


table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
