/*
Theme Name: Rextart
Theme URI: https://www.rextart.com/
Author: Gigasweb
Author URI: https://gigasweb.it/
Text Domain: dev
Description: The 2019 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

@import 'https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,700&display=swap';

body.dev {
    background-color: white;
    color: #333;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body,
html,
.height-100 {
    min-height: 100vh;
}

::selection {
    background-color: #1066a2;
    color: white;
}

::-moz-selection {
    background-color: #1066a2;
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background: #1066a2;
    border-radius: 5px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
}

a,
a:focus,
a:active,
a:visited,
a:hover {
    cursor: pointer;
    text-decoration: none !important;
}

label {
    cursor: pointer;
    font-weight: normal;
}

.appeareance-none {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.appeareance-none::-ms-expand {
    display: none;
}

body.dev .container {
    max-width: 1140px;
}

.navbar {
    padding: 0;
}

.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
}

.header-menu > li {
    display: block;
    margin-bottom: 25px;
}
li#menu-item-106 {
    margin-bottom: 25px;
}
.header-menu > li:last-child {
    margin-bottom: 0;
}

.header-menu > li:first-child {
    margin-left: 0;
}

.header-menu > li:last-child {
    margin-right: 0;
}

.header-menu > li > a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2.5px;
}
.header-menu > li.item-menu-has-children{
    width: 100%;
    height: 100%;
}
.header-menu > li .sub-menu{
    pointer-events: none;
    margin: 0px 0;
    height: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.header-menu > li:hover .sub-menu {
    pointer-events: auto;
    margin: 15px 0;
    padding: 0 0 0 20px;
    opacity: 1;
    height: 280px;
}
.header-menu > li.menu-item-92:hover .sub-menu {
    height: 120px;
}
.header-menu > li.menu-item-106:hover .sub-menu {
    height: 40px;
}
.sub-menu > li {
    margin: 10px 0;
}

.sub-menu > li > a {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sub-menu > li > a:hover {
    color: #fd8c25;
}

/*
.header-menu > li.active > a,
.header-menu > li > a:hover {
    color: #fd8c25;
}
*/

.header-menu > li > a,
.header-menu > li > a:after {
    transition: .3s all;
}

.header-menu > li > a:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #fd8c25;
    border-radius: 1px;
    display: block;
}

.header-menu > li.active > a:after,
.header-menu > li > a:hover:after {
    width: 30px;
}

select {
    cursor: pointer;
}

select option {
    background-color: white;
    color: black;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

body.dev img {
    height: auto;
    max-width: 100%;
}

img.image-100 {
    height: auto;
    width: 100%;
}

body.dev figure {
    margin: 0;
}

figure.img-contain img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

figure.img-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
p.col-3.cliente {
    padding-top: 25px;
    font-weight: bold;
}
body.dev .table {
    display: table;
    margin: 0;
    table-layout: fixed;
}

body.dev .table .center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

textarea {
    resize: vertical;
}

.max-width {
    width: 100%;
    margin: 0 auto;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

input.hasDatepicker {
    cursor: pointer;
}

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

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

.aligncenter {
    text-align: center;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.btn-100 {
    width: 100%;
}

.hidden-xs-up {
  display: none !important;
}

#box-news {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 40px 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
    z-index: 20;
}

.btn-blu:hover {
    color: white;
    background-color: #3cbfb5;
}

body.box-news-active {
    overflow: hidden;
}

body.box-news-active #box-news {
    opacity: 1;
    visibility: visible;
    overflow: auto;
}

.box-news-container {
    background-color: white;
    border-radius: 2px;
    margin-top: 5px;
}

.box-news-container-padding {
    margin: 0 auto;
    max-width: 750px;
    padding: 40px 30px;
}

.box-news-wrapper {
    position: relative;
    top: -30px;
    opacity: 0;
    transition: .3s all;
}

body.box-news-active .box-news-wrapper {
    transition-delay: .3s;
    top: 0;
    opacity: 1;
}

.main-wrapper {
    overflow: auto;
}

.main-content-left {
    background-color: #1066a2;
    color: white;
    width: 300px;
    position: fixed;
    z-index: 10;
}

.main-content-right {
    width: calc(100% - 300px);
}

.main-content-left-padding {
    padding: 40px 45px;
}
span.tiles-box-video {
    padding: 6px;
    text-transform: uppercase;
    color: #0f65a2;
    background-color: #dcfff7;
    padding-right: 0;
    font-weight: bold;
}
body.dev .mainImg {
    overflow: hidden;
}
body.dev .mainImg img {
    object-fit: cover;
    height: 100%;
    max-width: none;
}
body.page-template-page-board .header-single-figure{
    max-height: 60vh;
    overflow: hidden;
}
body.page-template-page-board .container-fluid{
    overflow: hidden;
}
body.page-template-page-board p img{
    float: right;
    margin-left: 25px;
}
.wp-block-image.size-large img{
    width: 100%;
}
.tiles-box-video i.fa.fa-play-circle {
    background-color: #0f65a2;
    color: #fff;
    width: 30px;
    height: 31px;
    text-align: center;
    padding: 8px;
    margin-left: 20px;
    font-weight: normal;
    line-height: 15px;
}
#main-footer {
    background-color: #dbfff7;
    line-height: 40px;
}

#main-footer p {
    margin: 0;
    color: #0f65a2;
    font-size: 12px;
    letter-spacing: 2px;
}
a#btn-news-close {
    position: absolute;
    right: -20px;
    color: #333;
    top: -25px;
}
a#btn-news-close i{
    color: #fff;
}
.lang-list {
    list-style: none;
    margin: 20px 0 40px 0;
    padding: 0;
    font-size: 0;
    min-height: 25px;
}

.lang-list li {
    display: inline-block;
    margin: 0 10px;
}

.lang-list li:first-child {
    margin-left: 0;
}

.lang-list li:last-child {
    margin-right: 0;
}

.lang-list li a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    opacity: .4;
    transition: .3s all;
}

.lang-list li a:hover,
.lang-list li.active a {
    opacity: 1;
}

.lang-list li a:hover {
    color: #3cbfb5;
}

.lang:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-right: 10px;
    background-size: cover;
    vertical-align: middle;
    bottom: 1px;
    position: relative;
    background-position: center;
}

.lang-it:before {
    background-image: url('images/lang-it.png');
}

.lang-en:before {
    background-image: url('images/lang-en.png');
}

#search-form {
    margin-top: 40px;
}

#s {
    border: none;
    border-bottom: 1px solid #3cbfb5;
    border-radius: 0;
    background-color: transparent;
    color: white;
    padding: 0;
    outline: none;
    padding: 0 0 0 25px;
}

#s:focus {
    box-shadow: none;
}

.search-button {
    color: #3cbfb5;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    top: 6px;
    left: 0;
}

.btn-mobile-1 {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}

.btn-mobile-1:hover {
    color: #3cbfb5;
}

.button-close-mobile {
    padding-bottom: 20px;
}

.menu-left-social {
    position: fixed;
    bottom: 30px;
    width: 211px;
    background-color: #1066a2;
    z-index: 99999999;
}

.menu-left-social-title {
    margin: 0;
    font-size: 11px;
    color: #3cbfb5;
    letter-spacing: 1.8px;
    font-weight: bold;
}

.menu-left-social-list {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 0;
}

.menu-left-social-list li {
    display: inline-block;
    margin: 0 15px;
}

.menu-left-social-list li:first-child {
    margin-left: 0;
}

.menu-left-social-list li:last-child {
    margin-right: 0;
}

.menu-left-social-list li a {
    color: white;
    font-size: 22px;
}

.menu-left-social-list li a:hover {
    color: #3cbfb5;
}

.the-breadcrumb {
    letter-spacing: 3px;
    margin: 0 0 30px 0;
}

.the-breadcrumb a,
.the-breadcrumb {
    color: #0f65a2;
}

.tiles-title {
    color: #0f65a2;
    font-weight: bold;
    font-size: 55px;
}

.tiles-box-title,
.tiles-box-title a {
    font-size: 28px;
    line-height: 1;
}

.tiles-box-excerpt p {
    font-size: 15px;
}

.tiles-box-title a {
    color: #0f65a2;
    font-weight: bold;
}

.tiles-content p {
    font-size: 22px;
}

.tiles-box-thumbnail {
    width: 100%;
    object-fit: cover;
}

.tiles-box-footer {
    /* position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 30px; */
    position: relative;
    width: 100%;
    left: unset;
    bottom: unset;
    padding: 0;
}

.table-height-100 {
    height: 100%;
}

.btn-more {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-more {
    color: #0f65a2;
}

.btn-more i {
    position: relative;
    font-size: 15px;
    top: 1px;
    transition: .3s all;
    left: 0;
}

.btn-more:hover i {
    left: 4px;
}

.social-share {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
}

.social-share li {
    display: inline-block;
    margin: 0 10px;
}

.social-share li:first-child {
    margin-left: 0;
}

.social-share li:last-child {
    margin-right: 0;
}

.social-share li a {
    color: #3cbfb5;
    font-size: 16px;
}

.social-share li a:hover {
    color: #fd8c25;
}

.tiles-box-figure-12:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 35px solid white;
    position: absolute;
    top: 30px;
    right: 0;
}

.tiles-box-figure-4:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 35px solid white;
    position: absolute;
    top: 30px;
    left: 0;
}

.celeste .tiles-box-figure-4:after{
    border-left: 35px solid #dcfff7;
}
.tiles-box-figure a {
    display: block;
    overflow: hidden;
    height: 100%;
}

img.tiles-box-thumbnail.tiles-height.wp-post-image {
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.tiles-box-figure a img {
    transition: .3s all;
}

.tiles-box-figure a:hover img {
    transform: scale(1.06);
}

.btn-more:hover {
    color: #fd8c25 !important;
}

.tiles-box-title a:hover,
.the-breadcrumb a:hover {
    color: #3cbfb5 !important;
}

.bianco {
    background-color: white;
}

.celeste {
    background-color: #dcfff7;
}

.azzurro {
    background-color: #1766a0;
}

.blu {
    background-color: #053d65;
}

.azzurro .btn-more,
.blu .btn-more,
.azzurro .tiles-box-excerpt p,
.blu .tiles-box-excerpt p,
.azzurro .tiles-box-title a,
.blu .tiles-box-title a {
    color: white;
    word-break: break-word;
}

.azzurro .tiles-box-figure-4:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #1766a0;
}

.blu .tiles-box-figure-4:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #053d65;
}

.tiles-box-figure {
    width: 100%;
}

body.dev .tiles-height {
    height: 450px;
}

.btn-home2 {
    display: block;
    background-color: #0f65a2;
    font-size: 24px;
    letter-spacing: 2px;
    color: white;
    font-weight: bold;
    padding: 10px 30px;
    position: relative;
    height: 60px;
}

.btn-home2:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url('images/arrow_white.svg') center no-repeat #0f65a2;
    color:#fff;
    position: absolute;
    right: 0;
    top: 0;
}
.button-home-2 > .align-self-end:hover .btn-home2:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url('images/arrow.svg') center no-repeat #dcfff7;
    color:#fff;
    position: absolute;
    right: 0;
    top: 0;
}

.page-template-page-board .cube-3{
    display: none;
}
.button-home-2 > .align-self-end:hover .btn-home2 {
    background-color: #dcfff7;
    color:#0f65a2;
}

.post-type-archive-careers #main-body >.row > .container-fluid > .movement-space > .row > .col-md-6{
    flex: 0 0 100%;
    max-width: 100%;
}


/*
Modifica fatta manualmente da OM 02/09 per gestire allineamento sbagliato tiles LAVORA CON NOI
*/
.post-type-archive-careers .tiles-box-padding {
    justify-content: flex-start;
}
.post-type-archive-careers .tiles-box-footer {
    margin-top: auto;
}
/*Fine modifica*/


p small, p small a {
    color:#2fb6b4;
    text-transform: uppercase;
}
p small a,p small a:hover{
    text-decoration: underline!important;
}
    /*.button-home-2 > .align-self-end:hover .btn-home2:after {
        background: url('images/arrow_white.svg') center no-repeat #0f65a2;
    }*/

.btn-home {
    display: block;
    margin: 0 -15px;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn-home:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: .3s all;
}

.btn-home:hover:before {
    transform: scale(1.1);
}

.btn-home-1:before {
    background-image: url('images/btn-home-1.jpg');
}

.btn-home-2:before {
    background-image: url('images/btn-home-2.jpg');
}

.btn-home span {
    display: inline-block;
    background-color: #0f65a2;
    line-height: 60px;
    font-size: 24px;
    letter-spacing: 2px;
    color: white;
    font-weight: bold;
    padding: 0 30px;
    position: relative;
    transition: .3s all;
    left: -30px;
    top: calc(50% - 30px);
}

.btn-home span:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url('images/caret-right.png') center no-repeat #dcfff7;
    position: absolute;
    right: -60px;
    top: 0;
    transition: .2s all;
}

.btn-home:hover span:after {
    width: calc(100% + 60px);
}

.claim-home {
    display: block;
    line-height: 150px;
    position: relative;
    text-align: center;
}

.claim-home-2 {
    top: 100px;
}

.claim-home-3 {
    left: 200px;
}

.claim-home .first-content {
    text-transform: lowercase;
    font-size: 35px;
    color: #0f65a2;
    font-weight: bold;
    letter-spacing: 8px;
    position: relative;
    display: initial;
}

.claim-home .first-content:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 350px;
    height: 300px;
    top: -120px;
    left: -80px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    transition: .6s all;
    opacity: 0;
}

.claim-home:hover .first-content:before {
    opacity: 1;
}

.claim-home-1 .first-content:before {
    transform: scaleX(1.5);
}

.claim-home-1:hover .first-content:before {
    transform: scaleX(1);
}

.claim-home-3 .first-content:before {
    transform: translateY(200px);
}

.claim-home-3:hover .first-content:before {
    transform: translateY(0);
}

.claim-home-1 .first-content:before {
    background-image: url('images/claim-home-1.jpg');
}

.claim-home-2 .first-content:before {
    background-image: url('images/claim-home-2.jpg');
}

.claim-home-3 .first-content:before {
    background-image: url('images/claim-home-3.jpg');
}

.claim-home .logo-x {
    font-size: 0;
    display: inline-block;
    background-image: url('images/logo-x.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    vertical-align: middle;
    left: -5px;
    position: relative;
    bottom: 4px;
}

.claim-home .logo-x:before {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: #3cbfb6;
    position: absolute;
    top: 48px;
    border-radius: 1px;
    transition: .8s all;
    transition-delay: .3s;
}

.claim-home-1 .logo-x:before,
.claim-home-3 .logo-x:before {
    left: 0;
}

.claim-home-2 .logo-x:before {
    right: 0;
}

.claim-home:hover .logo-x:before {
    width: 600px;
}

.claim-home .logo-x-content {
    font-size: 14px;
    color: black;
    font-weight: normal;
    width: 250px;
    line-height: normal;
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: .4s all;
    transition-delay: .7s;
    transform: translateY(-20px);
    text-transform: none;
    letter-spacing: 2px;
}

.claim-home:hover .logo-x-content {
    opacity: 1;
    transform: translateY(0);
}

.claim-home-1 .logo-x-content,
.claim-home-3 .logo-x-content{
    left: 350px;
    text-align: right;
}

.claim-home-2 .logo-x-content {
    right: 350px;
    text-align: left;
}

.image-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -20px;
    right: 100px;
}

.image-circle #svg {
    animation: circle-rotation 10s infinite linear;
}

@keyframes circle-rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#circle {
    stroke: #0f65a2;
    transition: 1s linear;
    stroke-width: 3px;
    stroke-dasharray: 610;
    stroke-dashoffset: 0;
    animation: circle-percent 5s infinite linear;
}

@keyframes circle-percent {
    0%   { stroke-dashoffset: -610; }
    100%  { stroke-dashoffset: 610; }
}

.image-vector {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('images/image-vector-1.svg') center no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.image-polygon {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url('images/image-polygon-1.svg') center no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.image-polygon-2 {
    width: 50px;
    height: 50px;
    background: url('images/image-polygon-2.svg') center no-repeat;
    background-size: contain;
    opacity: .4;
}

.animated-cyrcle {
    animation: cyrcle2 5s infinite linear;
}

@keyframes cyrcle2 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.frecce {
    display: block;
    width: 45px;
    height: 20px;
    position: absolute;
}

.frecce-1 {
    top: 70px;
    right: 400px;
}

.frecce span {
    display: block;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #0f65a2;
}

.frecce span:nth-child(1) {
    left: 0;
    animation: freccia-1 3s infinite;
}

.frecce span:nth-child(2) {
    left: 15px;
    animation: freccia-2 3s infinite;
}

.frecce span:nth-child(3) {
    left: 30px;
    animation: freccia-3 3s infinite;
}

@keyframes freccia-1 {
    0%   { border-right: 15px solid #0f65a2; }
    66%  { border-right: 15px solid #0f65a2; }
    67%  { border-right: 15px solid #3cbfb6; }
    100% { border-right: 15px solid #3cbfb6; }
}

@keyframes freccia-2 {
    0%   { border-right: 15px solid #0f65a2; }
    33%  { border-right: 15px solid #0f65a2; }
    34%  { border-right: 15px solid #3cbfb6; }
    66%  { border-right: 15px solid #3cbfb6; }
    67%  { border-right: 15px solid #0f65a2; }
    100% { border-right: 15px solid #0f65a2; }
}

@keyframes freccia-3 {
    0%   { border-right: 15px solid #3cbfb6; }
    33%  { border-right: 15px solid #3cbfb6; }
    34%  { border-right: 15px solid #0f65a2; }
    100% { border-right: 15px solid #0f65a2; }
}

.tiles-box-header {
    font-size: 14px;
}

.tiles-box-category {
    display: inline-block;
    background-color: #0f65a2;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 6px;
    letter-spacing: 2px;
    margin-right: 5px;
}

.azzurro .tiles-box-category,
.blu .tiles-box-category {
    background-color: white;
    color: #0f65a2;
}

.azzurro .tiles-box-date,
.blu .tiles-box-date {
    color: white;
}

.cube {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    transform: scale(.7);
}

.cube-1 {
    right: 100px;
}

.cube-2 {
    position: absolute;
    top: 350px;
    left: 100px;
}

.cube-3 {
    position: absolute;
    top: -50px;
    right: 100px;
}

.cube span:before,
.cube span:after,
.cube span {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #0f65a2;
    border-radius: 50%;
    animation: cube-1 5s infinite;
}

.cube span:before,
.cube span:after {
    content: '';
    top: 0;
}

.cube span:nth-child(1) {
    top: 0;
    left: 0;
    animation-delay: 0s;
}

.cube span:nth-child(1):before {
    left: 45px;
    animation-delay: 4s;
}

.cube span:nth-child(1):after {
    left: 90px;
    animation-delay: 1.2s;
}

.cube span:nth-child(2) {
    top: 45px;
    left: 0;
    animation-delay: 6s;
}

.cube span:nth-child(2):before {
    left: 45px;
    animation-delay: 4.5s;
}

.cube span:nth-child(2):after {
    left: 90px;
    animation-delay: 3.8s;
}

.cube span:nth-child(3) {
    top: 90px;
    left: 0;
    animation-delay: 8s;
}

.cube span:nth-child(3):before {
    left: 45px;
    animation-delay: 6.2s;
}

.cube span:nth-child(3):after {
    left: 90px;
    animation-delay: 3.4s;
}

@keyframes cube-1 {
    0%   { background-color: #3cbfb6; }
    20%  { background-color: #3cbfb6; }
    21%  { background-color: #0f65a2; }
    100% { background-color: #0f65a2; }
}

.btn-mobile-header,
.btn-mobile-header:hover {
    color: #0f65a2;
    font-size: 30px;
}

.home-mobile-btn-list {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

.home-mobile-btn-list li {
    padding: 10px 0;
}

body.home .movement-space {
    width: 100%;
    height: 60vh;
}

.button-home-2,
.button-home {
    min-height: calc(40vh - 40px)
}
.button-home-2 figure,
.button-home figure{
    overflow: hidden;
}
.button-home-2 > .align-self-end figure img{
    transform:scale(1);
    transition:transform .3s ease-in-out;
}
.button-home-2 > .align-self-end:hover figure img{
    transform:scale(1.03);
}
.mobile-bar {
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 100;
    padding: 15px 30px !important;
    top: 0;
}

.tiles-box-padding {
    padding: 30px 15px;
    display: flex;
    flex-flow: wrap column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.padding-space,
.movement-space {
    padding-left: 30px !important;
    padding-right: 30px !important;
    position: relative;
}

.max-width-400 {
    max-width: 400px;
}

.location-title {
    color: #0f65a2;
    font-weight: bold;
    font-size: 40px;
}

#box-news-title {
    color: #0f65a2;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
}

#box-news-image figure,
#box-news-image img {
    width: 100%;
    height: 300px;
}

#box-news-image img {
    object-fit: cover;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

#btn-news-close,
#btn-news-close:hover {
    color: white;
}

.header-single-figure,
.header-single-thumbnail {
    width: 100%;
}

body.dev .wpcf7-response-output {
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 0 0;
}

body.dev .wpcf7-mail-sent-ok {
    background-color: #e0fdd3;
}

body.dev .form-careers .form-group {
    margin-bottom: 30px;
}

body.dev .form-careers .form-control {
    border: none;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .07);
    height: 60px;
    padding: 0 15px;
    border-radius: 2px;
}

body.dev .form-careers textarea.form-control {
    padding: 15px;
    min-height: 150px;
}

body.dev .wpcf7-list-item {
    margin: 0;
}

label.privacy {
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    margin: 0;
    color: #d3d3d3!important;
    font-style: italic;
}

label.privacy input[type="checkbox"] {
    position: absolute;
    left: -18px;
    top: 4px;
}

label.privacy a,
label.privacy a:hover {
    color: #0f65a2;
    font-weight: bold;
}

#your-cv {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
}

#your-file {
    height: 55px;
    line-height: 55px;
    display: block;
    cursor: pointer;
    position: relative;
    color: #d3d3d3!important;
    font-style: italic;
}

#your-file:before {
    content: 'Sfoglia';
    display: block;
    position: absolute;
    top: 0;
    right: 55px;
    background-color: #0f65a2;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 0 30px;
}

#your-file:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('images/upload.svg') center no-repeat #dbfff7;
    background-size: 40%;
    width: 55px;
    height: 55px;
}

.btn-blu {
    display: inline-block;
    color: white;
    background-color: #0f65a2;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 15px 30px;
    border: none;
    transition: .3s all;
}

.btn-blu.width-100 {
    width: 100%;
}

.casestudies-content h2, #box-news-content h2 {
    font-weight: bold;
    color: #2fb6b4;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 30px;
    margin-top: 40px;
}

.casestudies-content .alignnone {
    width: 100%;
}

.casestudies-box {
    box-shadow: 0 22px 44px -20px rgba(0, 0, 0, 0.21);
    padding: 30px 40px;
    background-color: white;
    margin-top:40px;
    margin-bottom: 40px;
}

.casestudies-template-default .casestudies-content p img.aligncenter {
    margin: 40px 0;
}

body.dev form input.form-control::placeholder,
body.dev form input.form-control,
body.dev form textarea.form-control,
body.dev form textarea.form-control::placeholder{
    text-align: center;
    color: #d3d3d3!important;
    font-style: italic;
}

.casestudies-box p {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #e5e5e5;
}

.casestudies-box .right {
    border-left: solid 2px #33bfb6;
    font-weight: bold;
}
.casestudies-box .row:nth-child(1) .right {
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.casestudies-box .row:last-child p {
    border-bottom: none;
    padding-top: 23px;
    padding-bottom: 20px;
    font-weight: bold;
}

.slider-chisiamo-item {
    background-color: #dbfff7;
    padding: 30px 15px;
}

.slider-chisiamo-period {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #0f65a2;
    letter-spacing: 2px;
    position: relative;
}

.slider-chisiamo-title {
    font-weight: bold;
    color: #0f65a2;
    font-size: 30px;
}

.slider-chisiamo-period:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0f65a2;
    margin: 20px 0 40px 0;
}

.single-portfolio-image,
.partner-item {
    max-height: 100px;
}

.slider-chisiamo-period:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0f65a2;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 27px;
}

.single-portfolio {
    box-shadow: 0 32px 74px -20px rgba(0, 0, 0, 0.26);
    background-color: white;
    padding: 15px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.single-portfolio.intoView{
    opacity: 1;
}

.single-portfolio-figure {
    padding: 20px 0;
}

.single-portfolio-terms {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.single-portfolio-terms li {
    display: inline-block;
    background-color: #0f65a2;
    color: white;
    font-size: 15px;
    padding: 3px 8px;
    font-weight: bold;
    letter-spacing: 1px;
}

#slider-chisiamo .owl-nav button {
    display: inline-block;
    background-color: transparent;
    color: #0f65a2;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.btn-linkedin {
    background-color: #0f65a2;
    color: white;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 13px;
    display: inline-block;
}

.btn-linkedin:hover {
    color: white;
}

.btn-linkedin i {
    margin-right: 5px;
    font-size: 25px;
}

.board-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.7px;
    margin: 0;
}

.board-role {
    font-weight: 300;
    font-size: 20px;
    margin: 13px 0 20px 0;
}

.board-image {
    max-height: 300px;
}
a.btn-linkedin{
    transition: all .3s ease-in-out;
}
a.btn-linkedin:hover{
    background-color: #33bfb6;
}
.btn-linkedin span {
    padding-top: 4px;
    display: block;
    float: right;
}
.greennovation-title {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 5.5px;
    color: #33bfb6;
    text-transform: uppercase;
}
.goalsHeader{
    text-align: center;
}
body.dev figure.goal {
    margin-bottom: 25px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: scale(1);
}
body.dev figure.goal:hover{
    transform: scale(1.05);
}
.brandName h3 {
    font-weight: bold;
    font-size: 22px;
    padding-top: 20px;
    color:#0f65a2;
    text-transform: uppercase;
}
#slider-chisiamo .owl-nav {
    width: 80px;
    margin-right: 0;
    margin-left: auto;
    margin-top: -65px;
    position: absolute;
    left: auto;
    right: 40px;
    font-size: 30px;
}
#slider-chisiamo .owl-nav button:focus{
    outline: none;
    border:none;
}
body.post-type-archive-portfolio footer#main-footer {
    position: fixed;
    bottom: 0;
}

.search .tile-12.col-12.tiles-height.aos-init.aos-animate {
    margin-bottom: 35px;
    background-color: #dcfff7;
}
.search .tiles-box-figure-12:after {
    border-right: 35px solid #dcfff7;
    right: auto;
    left: 0;
    transform: rotate(180deg);
}
.search header h2 {
    font-weight: 100;
    color: #0f65a2;
    margin-bottom: 25px;
}




/*timeline*/
#lineCont {
    width: 100%;
    height: 20%;
    position: absolute;
    z-index: 99;
    top: -22px;
}

#line {
    height: 3px;
    width: 70%;
    background: #0f65a2;
    border-radius: 5px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

#span {
    display: none;
    width: 70%;
    margin: auto;
    margin-top: 25%;
    text-align: center;
    color: white;
}

.circle {
    width: 20px;
    height: 20px;
    background: #0f65a2;
    border-radius: 15px;
    position: absolute;
    top: -9px;
    border: 3px solid white;
    cursor: pointer;
}
.circle:before {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    left: 2px;
    display: none;
}
.circle .popupSpan {
    width: auto;
    height: auto;
    padding: 10px;
    white-space: nowrap;
    display: inline-block;
    color: #0f65a2;
    position: absolute;
    top: 20px;
    left: -75px;
    display: none;
    transition: all 0.1s ease-out;
}
.circle.hover:before, .circle.active:before {
    display: block;
}
.circle.hover .popupSpan, .circle.active .popupSpan {
    display: block;
}
.circle.active .popupSpan {
    top: -55px;
    font-weight: bold;
    font-size: 22px;
}
.mobileOnly{
    display: none;
}
.row.padding-top-20.padding-bottom-20.locationContainer {
    box-shadow: 0px 5px 12px #00000017;
    margin-bottom: 35px;
}
body.dev .staticTimeLine img {
    width: 100%;
}

@media screen and (max-width: 1700px) {
    body.dev .tiles-height {
        height: 350px;
    }
}

@media only screen and (max-width: 1440px) {
    body.dev .tiles-height {
        height: 400px;
    }
}



/* Extra large devices (large desktops, 1280px and up) */
@media screen and (max-width: 1280px) {
    body.dev .tiles-height {
        height: 400px;
    }
    .tiles-box-title, .tiles-box-title a {
        font-size: 20px;
        line-height: normal;
    }
    .tiles-box-footer .col-4 {
        padding-right: 0;
        flex: 0 0 35.333333%;
        max-width: 35.333333%;
    }
    .tiles-box-footer .col-8 {
        padding-left: 0;
        flex: 0 0 59.666667%;
        max-width: 59.666667%;
    }
}

@media only screen and (max-width: 1024px) {
    .tiles-box-title, .tiles-box-title a {
        font-size: 19px;
        line-height: normal;
    }
    body.dev .tiles-height {
        height: 450px;
    }
    .tiles-box-footer .col-4 {
        padding-right: 0;
        flex: 0 0 35.333333%;
        max-width: 35.333333%;
    }
    .tiles-box-footer .col-8 {
        padding-left: 0;
        flex: 0 0 59.666667%;
        max-width: 59.666667%;
    }
    
}


/* Medium devices (tablets, 768px and up) */
@media screen and (max-width: 768px) {
    .header-menu{
        width: 90%;
        margin: auto;
    }
    .header-menu .menu-item{
        text-align: left;
        margin-left: 0;

    }
    .menu-item.menu-item-has-children > a span.menuArrow {
        width: 10px;
        height: 10px;
        float: right;
        top: 0;
        transition: .2s ease-in-out;
    }
    .header-menu > li .sub-menu{
        height: 0;
    }
    .header-menu > li.menu-item-92:hover .sub-menu{
        height: 0;
    }
    .header-menu > li:hover .sub-menu {
        pointer-events: auto;
        margin: 15px 0;
        padding: inherit;
        opacity: 0;
        height: 0;
    }
    .header-menu > li.opened .sub-menu {
        pointer-events: auto;
        margin: 15px 0;
        padding: 0 0 0 20px;
        opacity: 1;
        height: 250px;
    }
    .header-menu > li.menu-item-92.opened .sub-menu{
        height: 120px;
    }
    .menu-item.menu-item-has-children.opened > a span.menuArrow{
        transform: rotate(180deg);
    }
    .mobileOnly{
        display: block;
    }
    #lineCont{
        display: none;
    }
    #line {
        height: 3px;
        width: 70%;
        background: #0f65a2;
        border-radius: 5px;
        margin: auto;
        top: 29%;
        transform: translateY(-50%);
        position: relative;
    }
    .circle.active .popupSpan {
        top: -45px;
        font-weight: bold;
        font-size: 18px;
        left: -50px;
    }
    #slider-chisiamo .owl-nav{
        top: 0;
        margin-top: 0;
        width: 100%;
        right: auto;
    }
    .tiles-title {
        font-size: 35px;
    }
    #box-news {
        padding-top: 80px;
    }
    body {
        padding-top: 70px;
    }
    body.dev .tiles-height {
        height: auto;
    }
    .text-center-md {
        text-align: center;
    }
    .header-menu > li > a:after {
        display: none;
    }
    .header-menu {
        text-align: center;
    }
    /*.lang-list {
        margin: 20px 0 60px 0;
    }*/
    .header-menu > li {
        margin-bottom: 20px;
        position: relative;
        right: -20px;
        transition: .3s all;
        opacity: 0;
    }
    .active .header-menu > li {
        right: 0;
        opacity: 1;
    }
    .active .header-menu > li:nth-child(1) {
        transition-delay: .3s;
    }
    .active .header-menu > li:nth-child(2) {
        transition-delay: .4s;
    }
    .active .header-menu > li:nth-child(3) {
        transition-delay: .5s;
    }
    .active .header-menu > li:nth-child(4) {
        transition-delay: .6s;
    }
    .active .header-menu > li:nth-child(5) {
        transition-delay: .7s;
    }
    .active .header-menu > li:nth-child(6) {
        transition-delay: .8s;
    }
    .active .header-menu > li:nth-child(7) {
        transition-delay: .9s;
    }
    .main-content-left-padding {
        padding: 15px 15px;
    }
    .main-content-left {
        top: 0;
        width: 100%;
        transition: .3s all;
        opacity: 0;
        visibility: hidden;
        z-index: 200;
    }
    .main-content-left.active {
        opacity: 1;
        visibility: visible;
    }
    .main-content-right {
        width: 100%;
    }
    .text-center-xs {
        text-align: center;
    }
    .desktopOnly{
        display: none;
    }
    .row.tiles-height {
        height: 100% !important;
    }
}


/*end timeline*/
@media screen and (max-height: 600px) {
    .casestudies-box {
        padding: 15px;
    }
    .menu-left-social {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
    #your-file:before {
        display: none;
    }
    .padding-space,
    .movement-space {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .tiles-box-padding {
        padding: 30px 0;
    }
    .btn-home {
        line-height: normal;
        padding-bottom: 20px;
        margin: 0;
        text-align: left;
    }
    .btn-home:before {
        display: none;
    }
    .btn-home span {
        width: 100%;
        left: 0;
        padding: 0 0 0 15px;
    }
    .btn-home span:after {
        right: 0;
    }
    .tiles-box-figure-12:after,
    .tiles-box-figure-4:after {
        display: none;
    }
    .tiles-box-footer {
        position: relative;
        padding: 20px 0;
        bottom: 0;
    }
    #main-footer {
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #main-footer p {
        font-size: 12px;
        letter-spacing: 0;
    }
}


/* Large devices (desktops, 992px and up) */
@media screen and (max-width: 992px) {

}









@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
  display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}