/*
 *
 * BCIP
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 *
 */
@font-face {
    font-family: 'L7Stencil';
    src: url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.eot');
    src: url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.woff2') format('woff2'),
         url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.woff') format('woff'),
         url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.ttf') format('truetype'),
         url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.svg#l-7_stencilregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.l7stencil {
    font-family: 'L7Stencil';
}
iframe {
    border: none;
    margin: 0px;
    padding: 0px;
}
html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    font-family: 'IBM Plex Sans', sans-serif;
    overflow-x: hidden;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100%;
    height: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    color: #fff;
}
*::-webkit-input-placeholder
{
    color: #fff;
}

*::-moz-placeholder
{
    color: #fff;
}
*:-moz-placeholder
{
    color: #fff;
}

*:-ms-input-placeholder
{
    color: #fff;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.vis_hidden {
    visibility: hidden;
}
.hidden,
#burger-menu {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile,
.inline-mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.table {
/*     max-height: 100%; */
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.max_w100pe {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.extralight {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
    font-style: inherit;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.grigio_scuro, .marrone {
    color: #231f20;
}
.azzurro {
    color: #9bd5cf;
}
.white, .bianco {
    color: #FFFFFF;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont a {
    font-style: italic;
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 35px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 35px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
#burger-menu {
    display: none;
}
/* Honey POT anti SPAM */
.hnpt {
    border: none;
    outline: none;
    cursor: default;
}
#over-box {
    display: none;
    position: fixed;
    z-index: 1001;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-white {
    display: none;
    position: fixed;
    z-index: 1000;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: calc( 100% - 100px);
    top: 100px;
    left: 0px;
}
.modal-box {
    display: none;
    position: fixed;
    padding: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #1358a5;
    text-align: center;
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: #fff;
    z-index: 1012;
    top: -500px;
    opacity: 0;
    box-sizing: border-box;
}
.radio2checkbox {
    -webkit-appearance: checkbox;
    -moz-appearance:    checkbox;
    appearance:         checkbox;
}

/*
    MAIN
*/
main {
    position: relative;
    z-index: 50;
}
#fill-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    background-color: #231f20;
/*     height: 100%; */
    height: 0%;
    overflow:hidden;
}
#fill-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    background-color: #9bd5cf;
/*     height: 100%; */
    height: 0%;
}
#fill-white {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 998;
    height: 100%;
}
.menu {
    display: block;
    width: 50%;
    height: 100px;
}
.fill_menu_left {
   padding-left: 50%;
}
.fill_menu_right {
    padding-right: 50%;
}
.menu_right {
    float: right;
}
.menu ul {
    display: block;
    width: 100%;
    height: 100px;
}
.menu ul li {
    display: block;
    width: 20%;
    float: left;
    height: 100px;
}
#lang_menu ul li {
    float: right;
/*    font-family: 'L7Stencil';
    src: url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.eot');
    src: url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.woff2') format('woff2'),
        url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.woff') format('woff'),
        url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.ttf') format('truetype'),
        url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.svg#l-7_stencilregular') format('svg');
    font-weight: normal;
    font-style: normal;*/
}
#lang_menu .sel {
    color: #231f20;
}
.menu ul li a {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 15px;
    font-weight: normal;
}
.menu ul li .sel {
    color: #231f20;
}
#nav-lang {
    width: 12.5%;
    position: absolute;
    right: 50%;
    height: 100px;
}
#nav-lang a {
    display: block;
    float: left;
    width: 50%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-family: 'L7Stencil';
        src: url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.eot');
        src: url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.eot?#iefix') format('embedded-opentype'),
            url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.woff2') format('woff2'),
            url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.woff') format('woff'),
            url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.ttf') format('truetype'),
            url('/static/sito/css/fonts/l7stencil/l-7_stencil-webfont.svg#l-7_stencilregular') format('svg');
        font-weight: normal;
        font-style: normal;
}
#hp-title {
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 101;
}
#hp-testo-title {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: calc(50% + 150px);
    z-index: 101;
}
#hp-title span {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: normal;
}
#hp-testo-title span:first-child {
    text-align: right;
}
#hp-testo-title span {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: normal;
    box-sizing: border-box;
    padding: 0px 20px;
}
#hp-testo-title span:last-child {
    text-align: left;
}
#block-hp1 {
    position: absolute;
    z-index: 100;
    top: 0px;
    height: 33.33333%;
    width: 100%;
}
#block-hp2 {
    position: absolute;
    z-index: 100;
    top: 33.33333%;
    min-height: 33.33333%;
    width: 100%;
}
#block-hp3 {
    position: absolute;
    z-index: 100;
    top: 66.99966%;
    min-height: 33.33333%;
    width: 100%;
}
#bcip-logo-lnk,
#bcip-logo-lnk-footer  {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    padding: 25px;
    border-radius: 200px;
    background-color: #9bd5cf;
    position: absolute;
    left: calc(50% - 125px);
    top: calc(50% - 125px);
}
#bcip-logo-lnk-footer  {
    width: 300px;
    height: 300px;
    padding: 0px;
    left: calc(75% - 150px);
    top: calc(50% - 190px);
}
#bcip-logo-lnk-static {
    display: block;
    float: none;
    width: 300px;
    height: 300px;
    margin: 0px auto 40px auto;
}
#bcip-logo-lnk svg {
    width: 200px;
}
#bcip-logo-lnk-footer svg,
#bcip-logo-lnk-static svg {
    width: 300px;
}
#bcip-logo-lnk-footer {
/*     position: relative; */
}
#svg-logo-scritta {
    position: absolute;
    top: 0px;
    left: 0px;
}
#hp-citazione {
    position: absolute;
    bottom: 40px;
    width: 50%;
    padding: 0px 2.5%;
    box-sizing: border-box;
    right: 0px;
    text-align: center;
    font-weight: 100;
    color: #000;
    z-index: 102;
    font-size: 40px;
    line-height: 44px;
}
#hp-bcip-logo-xtd-lnk {
    display: none;
    margin: 10px 3.25% 0px 3.25%;
    height: 50px;
    overflow:hidden;
}
#hp-bcip-logo-xtd-lnk svg {
/*     height: 50px; */
}
.bcip-logo-xtd-lnk {
    display: block;
    float: left;
    height: 60px;
    margin: 20px 3.25%;
}
.bcip-logo-xtd-lnk svg {
    height: 60px;
}
.title {
    font-size: 40px;
    margin: 20px 0px;
    line-height: 40px;
}
#about,
#work-news,
.contatti-form-cont {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 6.5%;
    color: #999;
}
.link-left,
.link-right {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 15px;
    margin-top: 20px;
    font-weight: normal;
}
.link-right {
    float: right;
}
#activity-hp {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 0px 6.5%;
/*     color: #999; */
}
#hp-footer {
    width: 50%;
    position: absolute;
    bottom: 40px;
    right: 0px;
    box-sizing: border-box;
    padding: 0px 1.25%;
}
#hp-assicurazione-footer {
    width: 50%;
    position: absolute;
    bottom: 10px;
    right: 0px;
    box-sizing: border-box;
    padding: 0px 1.25%;
    color: #000;
    font-size: 12px;
    line-height: 15px;
}
#footer-static-cont {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
}
#footer-static-cont #hp-footer {
    bottom: 10px;
}
#footer-static-cont #hp-assicurazione-footer {
    bottom: -20px;
}
#hp-footer li {
    width: 28%;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 15px;
    min-height: 30px;
}
#hp-footer li:last-child {
    width: 16%;
    position: relative;
}
#linkedin-footer-lnk {
    display: block;
    float: left;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 20px;
    overflow: hidden;
}
#linkedin-footer-lnk svg,
#instagram-footer-lnk svg {
    margin-left: -60px;
}
#instagram-footer-lnk {
    display: block;
    float: left;
    position: absolute;
    right: 25px;
    bottom: 0px;
    width: 20px;
    overflow: hidden;
}
#linkedin-footer-lnk svg,
.linkedin-cont svg {
    height: 20px;
}
#news {
    margin: 40px 0px;
}
.news-hp .news-text,
.news-hp .news-text p {
    line-height: 35px;

}
.news-hp .news-text {
    height: 110px;
}
#news-page {
    padding: 0px 6.5%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.news-cont {
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}
.news-data {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 30px;
    text-align: left;
    font-size: 15px;
    line-height: 13px;
    color: #fff;
}
.news-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}
.news-text {
    color: #999;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: normal;
}
.news-long {
    margin-bottom: 40px;
}
.blog-title-h1 {
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9bd5cf;
}
.blog-title-h2 {
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
}
.blog-title-h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
}
.blog-title-h4 {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
}
.ritch-cont-download {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #9bd5cf;
}
.ritch-short {
    height: 75px;
    overflow: hidden;
}
.scroll-down-btn,
.scroll-down-btn-fixed {
    position: absolute;
    left: -10px;
    top: 50%;
    display: block;
    float: left;
    font-size: 10px;
    line-height: 10px;
    color: white;
    font-weight: normal;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 999;
}
.scroll-down-btn-fixed {
    position: fixed;
}
.activty {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 6.5%;
    margin-bottom: 40px;
}
.acitvity_right {
    float: right;
}
.acitvity_right p {
    color: #000;
}
.acitvity_right h3 {
    color: #231f20;
}
.acitvity_left p {
    color: #999;
}
.acitvity_left h3 {
    color: #9bd5cf;
}
#news-left {
    width: 50%;
}
#news-right {
    width: 50%;
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
}
#news-right .menu,
#news-right #hp-footer,
#news-right #hp-assicurazione-footer {
    width: 100%;
    width: 100%;
}
#news-right #hp-footer,
#news-right #hp-assicurazione-footer {
    padding: 0px 2.5%;
}
#news-right  #bcip-logo-lnk-footer {
    left: calc(50% - 150px);
    top: calc(50% - 150px);
}
.team-top-img,
.team-top-txt {
    width: 50%;
    padding: 0px 6.5%;
    box-sizing: border-box;
}
.team-top-img {
    text-align: center;
   opacity: 0;
}
.team-top-img img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.team-top-img-left,
.team-txt-left {
    float: left;
}
.team-top-img-right,
.team-txt-right {
    float: right;
}
.team-txt-right h2 {
    color: #231f20;
}
.team-txt-left h2 {
    color: #9bd5cf;
}
.team-txt-left .team-txt {
    color: #999;
}
.team-txt-right .team-txt {
    color: #000;
}
.team-triangle {
    position: absolute;
    display: block;
    float: left;
    top: calc(50% - 10px);
    opacity: 0;
}
.team-triangle-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #231f20;
    left: 50%;
}

.team-triangle-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right:20px solid #9bd5cf;
    right: 50%;
}
.team {
    width: 50%;
    padding: 0px 6.5%;
    box-sizing: border-box;
}
#mappa-bcip {
    width: 300px;
    height: 300px;
    border: 25px solid #9bd5cf;
    border-radius: 200px;
    overflow: hidden;
    position: relative;
    z-index: 1000;
    background-color: #9bd5cf;
    float: none;
    margin: 0px auto;
    display: block;
    opacity: 0;
}
#contatti-left,
#contatti-right {
    position:absolute;

    height: 350px;
    box-sizing: border-box;
    width: 50%;
    float: none;
    top: 0px;
}
#contatti-left {
    padding-right: 200px;
    left: 0px;
}
#contatti-right {
    padding-left: 200px;
    right: 0px;
}
#contatti-left p {
    float:none;
    color: #999;
}
.input-bcip {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    background-color: transparent;
    padding: 0px;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    width: 100%;
    color: #999;
}

#id_form-contatto .input-bcip:-webkit-autofill,
#id_form-contatto .input-testo-bcip:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #231f20 inset;
    -webkit-text-fill-color: #999 !important;
}
#id_form-work .input-bcip:-webkit-autofill,
#id_form-work .input-testo-bcip:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #9bd5cf inset;
    -webkit-text-fill-color: #000 !important;
}
#label_id_work-cv {
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
}
#id_cv-selected {
    display: none;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    float: left;
}
#hidden_cv {
    display: block;
    float: left;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.form-messaggio-cont {
    padding: 0px;
    box-sizing: border-box;
    background-image: url('/static/sito/img/line.png');
    background-repeat: repeat;
    position: relative;
}
.form-messaggio-cont textarea {
    display: block;
    float: left;
    height: 90px;
    line-height: 30px;
    font-size: 20px;
    color: #999;
    background-color: transparent;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.form-messaggio-cont .hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#contatti-form-right,
#contatti-form-right textarea,
#contatti-form-right .input-bcip {
    color: #000;
}
#contatti-form-right .input-bcip {
    border-bottom: 1px solid black;
}
#contatti-form-right textarea,
#contatti-form-left textarea,
#contatti-form-right .input-bcip,
#contatti-form-left .input-bcip {
    font-weight: bold;
}
#contatti-form-right .form-messaggio-cont {
    background-image: url('/static/sito/img/line2.png');
}
.contatti-form-cont button {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
}
#page-legals,
#page-blogs {
    background-color: #231f20;
}
#page-legals .link-left,
#page-legals .link-right,
#page-blogs .link-left,
#page-blogs .link-right {
    font-size: 15px;
    line-height: 20px;
}
.share-buttons {
    display: none;
    font-size: 20px;
    line-height: 20px;
    float: right;
    padding: 5px 5px 0px 2.5px;
    margin-top: 15px;
    margin-right: 7.5px;
}
.full-page {
    max-width: 1000px;
    padding: 0px 50px;
    box-sizing: border-box;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#footer-full-page li {
    width: 25%;
    display: block;
    float: left;
    color: white;
    font-size: 12px;
    line-height: 20px;
}
#footer-full-page a {
    color: white;
}
#footer-full-page #instagram-footer-lnk,
#footer-full-page #linkedin-footer-lnk {
    position: static;
    display: inline-block;
    margin-right: 10px;
}

#team-top-obj-2 {
    padding-top: 100px;
}
#logo-activity {
    margin-left: 50%;
}
#burger-mobile,
#nav-mobile {
    display: none;
}
#paginator a {
    display: inline-block;
    padding: 0px 2.5px;
    margin: 0px 2.5px;
}
#paginator {
    font-size: 15px;
}
#paginator .sel {
    color: #9bd5cf;
}
/* Animazioni */
 .rotate-in-center,
 .rotate-in-center-1s-delay  {
    -webkit-animation: rotate-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 .rotate-in-center-1s-delay {
    -webkit-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
                transform: rotate(0);
        opacity: 1;
    }
}
.slide-in-left {
    -webkit-animation: slide-in-left 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
                transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
                transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
.slide-in-right {
    -webkit-animation: slide-in-right 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -ms-animation: slide-in-right 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -webkit-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        -ms-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        -ms-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.tracking-in-contract {
    -webkit-animation: tracking-in-contract 2.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    -ms-animation: tracking-in-contract 2.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract 2.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}
@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}
.tracking-in-expand {
    -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    -ms-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
.translate-up {
    -webkit-animation: slide-up 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -ms-animation: slide-up 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-up  2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
.trans-pos {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
}
.translate-down {
    -webkit-animation: slide-down 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -ms-animation: slide-down 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-down  2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    opacity: 1 !important;
}
.translate-down-delay-1s {
    -webkit-animation: slide-down 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -ms-animation: slide-down 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-down  2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 1 !important;
}
.translate-down-delay-2s {
    -webkit-animation: slide-down 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -ms-animation: slide-down 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-down  2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 1 !important;
}
.translate-down-delay-3s {
    -webkit-animation: slide-down 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -ms-animation: slide-down 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-down  2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    opacity: 1 !important;
}
@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.flip-in-hor-top {
       -webkit-animation: flip-in-hor-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
       -ms-animation: flip-in-hor-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
       animation: flip-in-hor-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
       opacity: 1;
}
@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

 .rotate-infinite {
    -webkit-animation: rotate-infinite 10s infinite;
    -ms-animation: rotate-infinite 10s infinite;
    animation: rotate-infinite 10s infinite;
}
@keyframes rotate-infinite {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);

    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
                transform: rotate(360deg);
        opacity: 1;
    }
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    #paginator a:hover {
        color: #9bd5cf;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    #page-legals a:hover {
        color: #9bd5cf;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    .menu_left a:hover {
        color: #9bd5cf;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    .menu_right a:hover {
        color: #231f20;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    #page-legals .menu_right a:hover {
        color: #9bd5cf;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    #lang_menu a:hover,
    .link-right:hover {
        color: #231f20;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    .link-left:hover {
        color: #9bd5cf;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    #contatti-form-left button:hover,
    #contatti-form-left a:hover {
        color: #9bd5cf;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    #contatti-form-right button:hover,
    #contatti-form-right a:hover {
        color: #231f20;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
    }
    #nav-lang a:hover {
        color: #9bd5cf;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .title {
        font-size: 30px;
        margin: 20px 0px;
        line-height: 30px;
    }
    #hp-title {
        font-size: 30px;
        line-height: 30px;
    }
    #bcip-logo-lnk {
        width: 150px;
        height: 150px;
        padding: 12.5px;
        left: calc(50% - 87.5px);
        top: calc(50% - 87.5px);
    }
    #bcip-logo-lnk svg {
        width: 150px;
    }
    .menu ul {
        box-sizing: border-box;
        padding: 0px 10px;
    }
    #hp-footer {
        bottom: 20px;
        padding: 0px 3.5%;
        box-sizing: border-box;
    }
    #hp-assicurazione-footer {
        bottom: 5px;
        padding: 0px 3.5%;
        box-sizing: border-box;
    }
    #news-right #hp-footer {
        padding: 0px 7%;
        box-sizing: border-box;
    }
    #hp-footer li {
        width: 50%;
        height: 60px;
    }
    #hp-footer li:last-child {
        width: 50%;
        height: 60px;
    }
    #linkedin-footer-lnk,
    #instagram-footer-lnk {
        display: block;
        float: left;
        position: static;
    }
    #instagram-footer-lnk {
        margin-right: 10px;
    }
    #mappa-bcip {
        width: 250px;
        height: 250px;
        border: 12.5px solid #9bd5cf;
    }
    #contatti-left,
    #contatti-right {
        height: 275px;
    }
    #contatti-left {
        padding-right: 157.5px;
    }
    #contatti-right {
        padding-left: 157.5px;
    }
    #bcip-logo-lnk-static {
        margin-bottom: 220px;
    }
    #hp-citazione {
        padding: 0px 0.5%;
        font-size: 35px;
        line-height: 44px;
    }
    .full-page {
        padding: 0px 25px;
    }
}
@media only screen and (min-width:220px) and (max-width:767px) {
    .full-page {
        padding: 0px 10px;
    }
    #page-legals .mb_60:first-child {
        margin-bottom: 20px;
    }
    #hp-title {
        display: none;
    }
    #fill-left,
    #fill-right {
        display: none;
    }
    #block-hp1 {
/*         background-color: #231f20; */
        background-color: #9bd5cf;
    }
    .menu {
        width: 95%;
        padding: 0px 2.5%;
        height: 40px;
    }
    .menu ul,
    .menu ul li,
    .menu ul li a,
    #lang_menu {
        height: 40px;
    }
    .menu ul li a {
        line-height: 40px;
    }
    .menu ul li {
        width: auto;
        margin-right: 13px;

    }
    .menu ul li:last-child {
        margin-right: 0px;
    }
    #lang_menu {
        width: 69px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    #nav-lang {
        top: 10px;
        right: 10px;
        width: 69px;
        height: 40px;
    }
    #nav-lang a {
        height: 40px;
        line-height: 40px;
    }
    #lang_menu ul {
        width: 75px;
        float: left;
    }
    #lang_menu ul li:first-child {
        margin-right: 0px;
    }
    #hp-citazione {
        width: 100%;
        font-size: 25px;
        line-height: 32px;
    }
    #block-hp2,
    #block-hp3 {
        background-color: #231f20;
    }
    #about {
        width: 100%;
    }
    #activity-hp {
        width: 100%;
    }
    #about-activity {
        display: block;
    }
    /*#activity-hp .marrone,*/
/*    #contatti-form-right .marrone {
        color: #9bd5cf;
    }*/
    #contatti-form-right {
        background-color: #9bd5cf;
        margin-top: 50px;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    #contatti-form-right p {
        color: #000;
    }
    #page-contatcs .mb_80 {
        margin-bottom: 0px;
    }
    #about {
        padding-bottom: 20px;
    }
    #activity-hp {
        background-color: #9bd5cf;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #hp-citazione {
        bottom: 20px;
    }
/*     #activity-hp .black, */
/*    #contatti-form-right textarea,
    #contatti-form-right .input-bcip,
    #contatti-form-right form {
        color: #999;
    }*/
    #work-news {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    #hp-testo-title {
        font-size: 20px;
        top: calc(50% + 120px);
    }
    #hp-testo-title span {
        width: 100%;
        text-align: center !important;
    }
    #hp-testo-title .azzurro {
        color: #231f20;
    }
    #block-hp3-int .menu {
        display: none;
    }
    .scroll-down-btn,
    .scroll-down-btn-fixed {
        display: none;
    }
    .table-cell {
        display: block;
    }
    #hp-footer {
        position: static;
        width: 100%;
    }
    #hp-assicurazione-footer {
        position: static;
        width: 100%;
        color: white;
        line-height: 15px;
        margin-bottom: 20px;
    }
    #hp-footer li,
    #hp-footer li:last-child {
        width: 50%;
        height: 60px;
    }
    #hp-footer .black {
        color: white;
    }
    #bcip-logo-lnk-footer {
        position: static;
        display: none;
    }
    #linkedin-footer-lnk,
    #instagram-footer-lnk {
/*         position: static; */
        bottom: auto;
        top: 5px;
        right: auto;
        left: 0px;
    }
    #instagram-footer-lnk {
        left: 30px;
    }
    .activty {
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }
    .acitvity_left,
    #page-activity,
    #page-team,
    #page-news,
    #page-contatcs {
        background-color: #231f20;
    }
    .acitvity_right {
        background-color: #9bd5cf;
    }
    #bcip-logo-lnk-static {
        display: none;
    }
    #footer-static-cont {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        padding: 20px 6.5%;
        box-sizing: border-box;
    }
    .title {
        word-break: break-word;
        font-size: 30px;
        line-height: 30px;
    }
    #page-activity .menu ul li .sel,
    #page-team .menu ul li .sel,
    #page-news .menu ul li .sel,
    #page-contatcs .menu ul li .sel {
        color: #9bd5cf;
    }
    #page-team .mb_80 {
        margin-bottom: 0px;
    }
    .team-top-txt {
        padding-bottom: 40px;
        padding-top: 0px;
    }
    .team-top-img, .team-top-txt {
        width: 100%;
    }
    .team-triangle {
        display: none;
    }
    .team-triangle-left,
    .footer-team {
        background-color: #231f20;
    }
    .team-top-img-left,
    .team-top-img-right {
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .team {
        width: 100%;
    }
    .team-first {
        padding-top: 40px;
    }
/*    .team:first-child h3 {
        padding-top: 40px;
    }*/
    .team-txt-right,
    .team-top-img-left {
        background-color: #9bd5cf;
        padding: 40px 6.5%;
    }
    #news-left {
        width: 100%;
    }
    #news-right {
        width: 100%;
        position: static;
        right: 0px;
        top: 0px;
        height: auto !important;
    }
    #news-right .menu {
        position: absolute;
        top: 100px;
    }
    .news-cont .w_49pe {
        width: 100%;
    }
    .ritch-img-text div:first-child {
        margin-bottom: 20px;
    }

    .blog-title-h1 {
        font-size: 27px;
        line-height: 30px;
    }
    .blog-title-h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .blog-title-h3 {
        font-size: 19px;
        line-height: 22px;
    }
    .blog-title-h4 {
        font-size: 17px;
        line-height: 20px;
    }
    .ritch-cont-download {
        font-size: 12px;
        line-height: 17px;
    }


    #contatti-left,
    #contatti-right {
        position:static;
        height: auto;
        box-sizing: border-box;
        width: 100%;
        float: none;
        top: 0px;
        text-align: left;
    }
    #contatti-left .text-right {
        text-align: left;
        padding: 0px 6.5%;
    }
    #contatti-left {
        padding-right: 0px;
        left: 0px;
    }
    #contatti-right {
        float: left;
        width: 100%;
        padding-left: 0px;
    }
    #contatti-right p {
        width: 100%;
        display: block;
        float:left;
        text-align: left;
        padding: 30px 6.5%;

    }
    #contatti-form-left,
    #contatti-form-right {
        width: 100%;
    }
/*    #contatti-form-right .form-messaggio-cont {
        background-image: url('/static/sito/img/line.png');
    }
    #contatti-form-right .input-bcip {
        border-bottom: 1px solid #999;
    }*/
    #mappa-bcip {
        width: 250px;
        height: 250px;
        border: none;
        margin: 30px auto;
    }
    #page-activity .mb_60,
    #page-contatcs .mb_60,
    #page-team .mb_60 {
        margin-bottom: 0px;
    }
    #hp-bcip-logo-xtd-lnk {
        display: block;
    }
    #team-top-obj-2 {
        padding-top: 0px;
    }
    #logo-activity {
        margin-left: 0px;
    }
    #burger-mobile {
        display: block;
        float: left;
        position: absolute;
        top: 40px;
        padding: 15px;
        right: 0px;
        font-size: 20px;
        z-index: 101;
        color: #9bd5cf
    }
    #nav-mobile {
        display: block;
        float: left;
        position: absolute;
        width: 80%;
        right: 0px;
        top: 100px;
        background-color: #9bd5cf;
        z-index: 100;
        padding: 0px 15px 0px 15px;
        box-sizing: border-box;
    }
    .nav-mobile-close {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    #nav-mobile ul,
    #nav-mobile li,
    #nav-mobile a {
        display: block;
        float: left;
        width: 100%;
    }
    #nav-mobile a {
        padding: 10px 0px;
        font-size: 15px;
        line-height: 18px;
        color: #231f20;
        font-weight: bold;
        text-align: right;
        text-transform: uppercase;
    }
    .menu-slide-in-left {
        -webkit-animation: menu-slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: menu-slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    #footer-full-page .news-cont {
        padding-left: 10px;
    }
    #footer-full-page .news-cont li {
        width: 50%;
    }
    @-webkit-keyframes menu-slide-in-left {
        0% {
            -webkit-transform: translateX(80%);
                    transform: translateX(80%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            opacity: 1;
        }
    }
    .menu-slide-out-left {
        -webkit-animation: menu-slide-out-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: menu-slide-out-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    @keyframes menu-slide-out-left {
        0% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(80%);
                    transform: translateX(80%);
            opacity: 0;
        }
    }
}
