/*

Main
Theme: VGA

*/

/* Base */

body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 300;
    font-size:18px; /* da questo valore derivano tutti i testi in proporzione (em) */
    word-break: keep-all !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0.5em;
    font-weight: 300;
}

h1 {
    font-size:2.66em;
    line-height: 60px;
}

h2 {
    font-size: 2.22em;
    line-height: 52px;
}

h3 {
    font-size: 1.66em;
    line-height: 42px;
}

h4 {
    font-size: 1.33em;
    line-height: 36px;
}

h5 {
    font-size: 1em;
    line-height: 30px;
}

h6 {
    font-size: 0.8em;
    line-height: 24px;
}

h4, h5, h6 {
    text-transform: uppercase;
}
strong {
    font-weight: 500;
}
.red {
    color:#e60101;
}
img.fullheight{
    height: 100%;
    width: 100%;
}
.clear {
    clear: both;
}
i.fa-heart-o.mod {
    font-size: 1.1em;
}
.vg-social-row ul li i.fa-heart-o.mod {
    font-size: 1.6em;
}
.fa-heart-o.mod:before {
    content: "a";
    font-family: 'open sans', sans-serif;
    font-weight: bold;
}
.vg-button {
  text-transform: uppercase;
  height: 45px;
  line-height: 41px;
  border: 3px solid #000;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width:460px;
  padding: 0 15px;
  font-size: 0.8em;
  letter-spacing: 5px;
}
.vg-button:hover {
  border: 3px solid #e60101;
}
.vg-button:before{
    content: " ";
    border-bottom: 1px solid;
    display: inline-block;
    width: 39%;
    position: absolute;
    bottom: 10px;
    left: 15px;
    transition: width ease-in-out 0.3s;
    -moz-transition: width ease-in-out 0.3s;
    -webkit-transition: width ease-in-out 0.3s;
    -o-transition: width ease-in-out 0.3s;
    -ms-transition: width ease-in-out 0.3s;
}
.vg-button:after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.7em;
    margin-left: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: margin ease-in-out 0.3s;
    -moz-transition: margin ease-in-out 0.3s;
    -webkit-transition: margin ease-in-out 0.3s;
    -o-transition: margin ease-in-out 0.3s;
    -ms-transition: margin ease-in-out 0.3s;
}
.vg-button:hover:before{
    width: 45%;
}
.vg-button:hover:after {
    margin-left: 50px;
}
.vg-button.black {
    background-color:#000;
    color:#fff;
}
.vg-page-home section,
.vg-page-portfolio section,
.vg-post-project section {
    margin-bottom: 18px;
}
.vg-page-home section#vg-hero {
    position: relative;
    z-index: 110;
}
.vg-wrap {
    padding: 20px;
}

.border-top{
  border-top: 20px solid #f3f3f3;
}
.border-top.thin {
  border-top: 1px solid #efefef;
}
/* Loader */

.vg-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    z-index: 999;
}

.vg-loader {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin: -22px -75px;
}

.vg-loader img {
    height: 44px;
}

/* Frame */

/* .vg-frame {
    background: #fff;
    z-index: 9999;
    position: fixed;
}

.vg-frame-top {
    height: 20px;
    width: 100%;
    top: 0;
    left: 0;
}

.logged-in .vg-frame-top {
    top: 32px;
}

.vg-frame-left {
    height: 100%;
    width: 20px;
    top: 0;
    left: 0;
}

.vg-frame-right {
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
}

.vg-frame-bott {
    height: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
} */

/* Top Menu */

header {
    position: relative;
    width: 100%;
    z-index: 99;
}

/* .vg-header-page {
    border-bottom: 1px solid #f3f3f3;
} */

/* Mobile */

.vg-header-mobile {
    display: none;
    background: #fff;
    height: 120px;
}

.vg-logo-mob {
    position: absolute;
    left: 0;
    top: 37px;
}

.vg-btn-menu-mob {
    position: absolute;
    margin-top: -8.5px;
    background-image: url('../img/icon-menu.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 17px;
    width: 30px;
    cursor: pointer;
    top: 59px;
    right: 80px;
}

.vg-menu-mob-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.84);
    z-index: 999;
    display: none;
    border: 20px solid #fff;
}

.vg-btn-close-mob {
    position: absolute;
    top: 6%;
    right: 100px;
    background-image: url('../img/icon-cross-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 17px;
    width: 30px;
    cursor: pointer;
    z-index: 999;
}

.vg-mobile-menu {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.vg-mobile-menu ul {
    text-align: center;
    width: 100%;
}

.vg-mobile-menu ul li {
    line-height: 60px;
}

.vg-mobile-menu ul li a {
    font-size: 1.33em;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.vg-social-modal {
    position: absolute;
    z-index: 99;
    bottom: 85px;
    width: 100%;
    left: 0;
}

.vg-social-modal ul {
    text-align: center;
}

.vg-social-modal li {
    display: inline-block;
    margin: 0 2px 5px 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
}

.vg-social-modal li a {
    display: block;
}

.vg-social-modal li i {
    font-size: 0.8em;
    color: #222;
}

/* Desktop */

.vg-logo-top {
    background: #e60101;
    height: 170px;
    padding: 55px 0 13px 0;
}

.vg-logo-top .vg-logo-fix {}

#breadcrumbs {
    max-width: 86%;
    overflow: hidden;
    white-space: nowrap;
}
.vg-breadc-menu {
    height: 16px;
 }

.vg-breadc-menu span,
.vg-breadc-menu a {
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 5px;
    border-right: 1px solid #000;
    padding-right: 25px;
    display: inline-block;
    margin-right: 25px;
}

.vg-breadc-menu span:last-child,
.vg-breadc-menu a:last-child {
    border-right: none;
    color:#e60101;
}

.vg-breadc-wrap {
    height: 120px;
}

.vg-breadc-fix {
    padding-top: 92px;
    padding-left: 80px;
    height: 16px;
}

.vg-btn-menu {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    right: 80px;
    background-image: url('../img/icon-menu.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 17px;
    width: 30px;
    cursor: pointer;
}

.vg-page-home .vg-btn-menu {
    background-image: url('../img/icon-menu-blk.png');
    position: fixed;
    top: 80px;
    margin-top: 0px;
    right: -30px;
    z-index:99;
    -webkit-transition: 0.2s ease-in; /* Safari */
    transition: 0.2s ease-in;
}
.vg-page-home .vg-btn-menu.sticky-visible {
    right: 80px;
}

/* TPL Home */

/* Main Slider */

.vg-panel-slider {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}

.vg-main-slider {
    height: 100%;
    width: 100%;
    padding-left: 16.66%;
}
.vg-main-slider.boxed {
    overflow: hidden;
}
.vg-main-slider.boxed img{
    height: 100%;
    width: auto;
    max-width: none;
    position: relative;
    right: 0;
}
.vg-slider {
    height: 100%;
}

.vg-slide {
    position: relative;
    height: 100%;
}
.vg-post-project .vg-slide {
    cursor:pointer;
}
.vg-main-slider .vg-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
}

.vg-main-slider .vg-slide-caption {
    color: #fff;
    font-size: 1.66em;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: 50%;
    left: 20%;
    margin-left: 30px;
    z-index: 9;
}

.vg-social-list {
    position: absolute;
    z-index: 99;
    bottom: 8%;
    left: 33.33%;
}

.vg-social-list ul {
    margin-left: 10px;
}

.vg-social-list li {
    display: list-item;
    margin-bottom: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: #fff;
}

.vg-social-list li i {
    font-size: 0.8em;
    color: #222;
}

.fa-clubhouse:after {
    content: '';
    width: 29px;
    height: 19px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/clubhouse.svg');
}
.vg-panel-slider .fa-clubhouse:after {
    content: '';
    width: 19px;
    height: 15px;
    display: block;
    margin-top: 3px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/clubhouse-blk.svg');
}

.fa-tiktok:after {
    content: '';
    width: 25px;
    height: 32px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/tiktok-logo.svg');
}
.vg-panel-slider .fa-tiktok:after {
    content: '';
    width: 19px;
    height: 15px;
    display: block;
    margin-top: 3px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/tiktok-logo-blk.svg');
}

#vg-hero .vg-panel-left {
    height: 100%;
    z-index: 2;
    border-right: 2px solid #fff;
    background-color: #000;
}

#vg-hero .vg-panel-red {
    background: rgba(255,0,0,0.5);
    height: 100%;
    z-index: 1;
}

.vg-panel-logo {
    padding-top: 50px;
    text-align: center;
}

.vg-logo-fix {
    position: relative;
    width: 160px;
    margin: 0 auto;
}

.vg-panel-logo img {
    display: inline-block;
}

.vg-logo-grid {
    opacity: 0;
}

.vg-logo-black,
.vg-logo-white {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 1px;
}

.vg-panel-menu {
    position: absolute;
    bottom: 8%;
    left: 11%;
    right: 10%;
    width: auto;
}

.vg-panel-menu ul {
    width: 100%;
}

.vg-panel-menu li {
    line-height: 1.6;
}

.vg-panel-menu li a {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-size: 1.11em;
    border-bottom: 1px solid transparent;
}

/* Services */
.vg-same-h {
  min-height: 900px;
}
.vg-services-bg {
    background: #f3f3f3;
}

#vg-services .vg-panel-left {
    z-index: 2;
    border-right: 2px solid #fff;
}

#vg-services .vg-panel-red {
    z-index: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    background-image: url('../img/image-side.jpg');
}

#vg-services .vg-panel-red:after {
    background: rgba(218,0,0,0.62);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#vg-services .vg-panel-red .vg-panel-bott {
    position: absolute;
    height: 42%;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-image: url('../img/texture1.jpg');
}

#vg-services .vg-panel-red .vg-panel-bott .vg-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#vg-services .vg-panel-red .vg-panel-bott .vg-btn span {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    position: relative;
}

#vg-services .vg-panel-red .vg-panel-bott .vg-btn span:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 0.7em;
    margin-left: 30px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: bottom;
}

.vg-panel-grey {
    z-index: 9;
    background: #f3f3f3;
    position: relative;
}

.vg-services-draw {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 42%;
    width: 100%;
}

.vg-services-slider {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 108%;
    height: 100%;
}
.white-block-empty {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.vg-services-caption {
    margin-top: 14%;
    padding: 0 30px;
    width: 92%;
    overflow: hidden;
}

.vg-services-title {
    font-size:2.66em;
    line-height: 1.3;
    letter-spacing: 0.3em;
    margin-bottom: 5%;
    text-transform: uppercase;
    font-weight: 200;
    width: 75%;
    word-break: keep-all;
}

.vg-services-title:after {
    padding-top: 4%;
    content: '';
    display: block;
    width: 30px;
    border-bottom: 1px solid;
}

.vg-services-exc {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 6%;
    max-width: 40%;
}

.vg-link {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid;
    color: #e60101;
}

.vg-link a {
    display: block;
    font-size: 0.8em;
    letter-spacing: 5px;
    color: #e60101;
    text-transform: uppercase;
}

.vg-link a:after {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 10px;
    margin-left: 30px;
}

/* Feedback */

.vg-panel-feedback {
    position: relative;
    background: #fff;
}

.vg-panel-feedback .vg-feedback-box {
    height: 42%;
}

.vg-feedback-box {
    border: 3px solid #e60101;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.vg-feedback-item .vg-feedback-caption {
    border: 3px solid #e60101;
    background: #fff;
}

.vg-feedback-title {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #e60101;
    letter-spacing: 0.5em;
    margin-bottom: 15%;
}

.vg-feedback-fix {
    display: table;
    height: 100%;
}

.vg-feedback-item .vg-feedback-fix {
    border: 1px solid #fff;
}

.vg-feedback-caption {
    display: table-cell;
    vertical-align: middle;
    padding: 0 115px;
}

.vg-feedback-text {
    font-size: 0.7em;
    line-height: 2;
    font-style: italic;
    margin-bottom: 15%;
    color: #000;
}

.vg-feedback-author {
    font-size: 0.7em;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

/* About */

#vg-about {
    margin-bottom: 70px;
}

.vg-about-bg {
    height: 800px;
    position: relative;
}

.vg-panel-about {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.vg-panel-about.left {
    left: 0;
    right: auto;
    width: 8.5%;
}
.vg-about-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 87%;
}

.vg-about-caption {
    padding-left: 25px;
    padding-right: 90px;
    margin-top: 25%;
    padding-bottom: 40px;
}

.link-bottom {
    position: absolute;
    bottom: 40px;
}
.vg-about-title {
    color: #fff;
    font-size: 1.66em;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 45px;
    font-weight:200;
}

.vg-about-exc {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 15%;
    color: #fff;
}

.vg-panel-about .vg-link {
    display: block;
    margin-bottom: 35px;
    width: 230px;
}

.vg-panel-about .vg-link {
    color: #fff;
    border-bottom: 1px solid;
}

.vg-panel-about .vg-link span:first-child {
    position: relative;
    font-size: 0.8em;
    color: #fff;
}

.vg-panel-about .vg-link span:first-child:after {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 10px;
    position: absolute;
    right: -30px;
    top: 0px;
}

.vg-panel-about .vg-link span:last-child {
    color: #fff;
    font-size:2.66em;
    margin-left: 100px;
    text-transform: uppercase;
}

.vg-panel-about .vg-link a:after {
    display: none;
}

/* Contatti */

#vg-contact .vg-contact-box {
    margin-top: 60px;
    margin-bottom: 25px;
}

.vg-sitle {
    font-size: 0.8em;
    line-height: 28px;
    letter-spacing: 5px;
    color: #000;
    margin-bottom: 70px;
    padding: 0 15px;
    text-transform: uppercase;
}

.vg-contact input {
    margin-bottom: 45px;
    text-transform: uppercase;
}
.vg-contact input[type="checkbox"],
.vg-contact-form input[type="checkbox"],
.vg-contact-hide input[type="checkbox"] {
    margin-bottom: 0;
}
.wpcf7-form-control-wrap.acceptance-privacy {
    font-size: 13px;
    margin-top: 30px;
    display: block;
}
.wpcf7-form-control-wrap.acceptance-privacy a{
    text-decoration: underline;
    line-height:1.4;
}
.small-txt {
    font-size: 12px;
    margin-top: 5px;
}

.vg-input-left {
    padding-right: 40px;
}

.vg-input-right {
    padding-left: 40px;
}

.vg-submit-wrap {
    height: 45px;
    border: 3px solid #000;
    position: relative;
    cursor: pointer;
}

.vg-submit-wrap .vg-submit-fix {
    border-bottom: 1px solid;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 15px;
}

.vg-submit-wrap .vg-submit-fix:after {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 10px;
}
.vg-submit-wrap input {
    margin-bottom: 0 !important;
}

.vg-submit-wrap i {
    font-size: 10px;
}

.vg-social-row {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.vg-social-row ul{
    text-align: left;
}
.vg-page-staff .vg-social-row ul {
    text-align: center;
}
.vg-social-title {
    font-size: 0.8em;
    letter-spacing: 5px;
    color: #000;
    margin-bottom: 14%;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: left;
}
.vg-page-home .vg-social-title {
    text-align: left;
}
.vg-social-row ul li {
    margin-right: 17px;
    display: inline-block;
    background: #222;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}

.vg-social-row ul li:last-child {
    margin-right: 0;
}

.vg-social-row ul li i {
    font-size: 1.33em;
    color: #fff;
}
.title-l {
  display:none;
}


/* articolo pubblicazioni */
.slider-immagini {
    margin-top:50px;
}
.slider-immagini .slick-dots {
    position: absolute;

    right: 35px;
    top: 50%;

    display: block;
    width: 5px;
    padding: 0;
    margin: 0;

    list-style: none;
    text-align: center;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slider-immagini .slick-dots li {
    position: relative;

    width: 5px;
    height: 5px;
    margin-bottom: 7px;
    padding: 0;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;

}

.slider-immagini .slick-dots li:last-child {
    margin-bottom: 0;
}

.slider-immagini .slick-dots li button {
    display: none;
}

.slider-immagini .slick-dots .slick-active, .slider-immagini .slick-dots li:hover {
    background: #ff0000;
}
.embed-container {
    margin-top:50px;
}
.embed-container iframe {
    width:100% !important;
    height:450px;
}
/* Footer */

.vg-footer-col-1,
.vg-footer-col-2 {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.vg-footer-col-1 {
    background-image: url('../img/footer1.jpg');
}

.vg-footer-col-2 {
    background-image: url('../img/footer2.jpg');
}

.vg-footer-col-3 {
    min-height: 600px;
    position: relative;
    background: #f3f3f3;
}

.vg-widget-box {
    padding: 0 25px;
    margin-top: 85px;
}

.vg-logo-footer {
    margin-bottom: 25px;
}

.vg-group-name {
    font-weight: 700;
    font-size: 1em;
    line-height: 32px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.vg-group-name:after {
    content: '';
    display: block;
    width: 30px;
    margin-top: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

.vg-address-info {
    font-size: 1em;
    line-height: 32px;
    letter-spacing: 5px;
}

.vg-sign {
    font-size: 10px;
    position: absolute;
    left: 25px;
    bottom: 35px;
}

/* TPL Portfolio */

#grid {
    overflow: hidden;
}

.vg-grid {
    overflow: hidden;
}

#vg-grid .vg-panel-fix {
    //overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 16.66%;
}

.vg-page-portfolio .vg-panel-fix {
    height: 940px;
}

.vg-page-portfolio .vg-panel-fix {
    height: 940px;
}

#vg-grid .vg-panel-red {
    /* background: rgba(217,0,0,0.6); */
    background: rgba(199, 3, 3, 0.7);
    height: 100%;
    position: relative;
}

.vg-portfolio-caption {
    position: absolute;
    top: 70px;
    left: 11%;
    z-index: 9;
}
.page-magazine .vg-portfolio-caption {
    width: 90%;
}
.vg-portfolio-title {
    width: 100%;
    color: #fff;
    font-size:2.66em;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
    font-weight: 100;
    word-break: keep-all;
}

.vg-portfolio-title:after {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 1px solid #fff;
    margin-top: 5%;
}
.vg-portfolio-title.small {
    width: 100%;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
    font-weight: 100;
}
.vg-portfolio-title.small:after {
    content: '';
    display: none;
    width: 30px;
    border-bottom: 1px solid #fff;
    margin-top: 30px;
}
.vg-portfolio-cat {
    color: #fff;
    font-size:2.66em;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 100;
}

.vg-portfolio-exc {
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    position: absolute;
    bottom: 45px;
    left: 0;
    padding: 0 11%;
    z-index: 9;
    font-weight: 100;
}

.vg-portfolio-det-mob {
    background: #f3f3f3;
    padding: 30px;
    margin-bottom: 20px;
}

.vg-portfolio-cat-mob {
    font-size: 1.66em;
    line-height: 42px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 20px;
}

.vg-panel-menu-mob {
    margin-top: 30px;
}

.vg-panel-menu-mob ul {
    width: 100%;
}

.vg-panel-menu-mob li {
    display: inline-block;
    margin-bottom: 10px;
}

.vg-panel-menu-mob li:after {
    content: '|';
    padding: 0 20px;
}

.vg-panel-menu-mob li:last-child:after {
    display: none;
}

.vg-panel-menu-mob li a {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.88em;
}

.vg-portfolio-exc-mob {
    font-size: 0.83em;
    line-height: 30px;
}

.vg-portfolio-exc:before {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.vg-portfolio.vg-grid {
    overflow: hidden;
}

.vg-grid .vg-item-gap {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: #222;
    border: 1px solid #fff;
}

.vg-grid .vg-item-bg {
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.vg-grid .vg-item-frame,
.vg-related .vg-item-frame {
    width: 100%;
    height: 100%;
    padding: 25px;
    position: absolute;
    z-index: 9;
    opacity: 0;
    right: 0;
    top: 0;
    cursor:pointer;
}

.vg-grid .vg-item-slider-1 .vg-slider {
    overflow: hidden;
}

.vg-grid .vg-item-slider-1 .vg-slide {
    overflow: hidden;
}

.vg-grid .vg-item-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.vg-related .vg-item-overlay {
    position: absolute;
    top: 7%;
    left:7%;
    width: 86%;
    height: 86%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
.vg-related .vg-related-image:hover .vg-item-overlay {
    opacity: 1;
}

/* .vg-item-w6-h2 .vg-item-frame,
.vg-item-w6-h3 .vg-item-frame,
.vg-item-w6-h4 .vg-item-frame {
    width: 50%;
} */

.vg-item-w5-h3 .vg-item-frame,
.vg-item-w5-h4 .vg-item-frame,
.vg-item-w5-h2 .vg-item-frame {
    width: 60%;
}

.vg-item-w4-h2 .vg-item-frame,
.vg-item-w4-h3 .vg-item-frame,
.vg-item-w4-h4 .vg-item-frame {
    width: 75%;
}

.vg-grid .vg-item-title,
.vg-item-overlay .vg-item-title {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.11em;
    letter-spacing: 0.4em;
    line-height: 1.7;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 45%;
    transform: translateY(-45%);
}
.vg-grid .vg-item-title span,
.vg-item-overlay .vg-item-title span {
  border-bottom: 1px solid #fff;
}

.vg-item-w3-h2 .vg-item-title,
.vg-item-w3-h3 .vg-item-title,
.vg-item-w3-h4 .vg-item-title,
.vg-item-w4-h5 .vg-item-title
.vg-item-w4-h2 .vg-item-title,
.vg-item-w4-h3 .vg-item-title,
.vg-item-w4-h4 .vg-item-title,
.vg-item-w4-h5 .vg-item-title,
.vg-item-w5-h2 .vg-item-title,
.vg-item-w5-h3 .vg-item-title,
.vg-item-w5-h4 .vg-item-title,
.vg-item-w5-h5 .vg-item-title,
.vg-item-w6-h2 .vg-item-title,
.vg-item-w6-h3 .vg-item-title,
.vg-item-w6-h4 .vg-item-title,
.vg-item-w6-h5 .vg-item-title {
    font-size: 1.11em;
    line-height: 1.7;
    letter-spacing: 0.4em;
    font-weight: 100;
    position: relative;
    top: 45%;
    transform: translateY(-45%);
}

.vg-btn-link {
    display: block;
    margin: 15px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icon-zoom.png);
    bottom: 25px;
    right: 25px;
    position: absolute;
    z-index: 9;
}

.vg-btn-link a {
    display: block;
    margin: 15px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icon-zoom.png);
}

.vg-btn-gallery {
    opacity: 0;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 50%;
    margin: -30px;
    position: absolute;
    z-index: 9;
    background: rgba(0,0,0,0.5);
}
.vg-btn-gallery.first-slide {
    right: 23%;
}

.vg-btn-gallery a {
    display: none;
    margin: 15px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/icon-zoom.png');
}

.single-vga-portfolio .vg-btn-gallery {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute;
    z-index: 9;
    background: transparent;
}
.single-vga-portfolio .vg-btn-gallery:hover {
    background: transparent !important;
}

.single-vga-portfolio .vg-btn-gallery a {
    display: none;
    width: 100%;
    height: 100%;
    background: none;
    margin:0;
}
.single-vga-portfolio .vg-btn-gallery a:hover {
    display: none;
    width: 100%;
    height: 100%;
}
.single-vga-portfolio .vg-btn-link:hover a, 
.single-vga-portfolio .vg-btn-gallery:hover a {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.single-vga-portfolio .vg-btn-gallery a:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 10;
    margin: -30px;
    right: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    padding:15px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/icon-zoom.png');
    background-color:rgba(0,0,0,0.5);
}
.single-vga-portfolio .vg-btn-gallery.first-slide a:after {
    right: 26%;
}
.single-vga-portfolio .vg-btn-gallery a:first-child {
    display: block;
}

/* TPL Project */

.vg-gallery.vg-grid {
    overflow: hidden;
}

.vg-gallery .vg-item-overlay {
    width: 60px;
    height: 60px;
    top: 50%;
    right: 50%;
    margin: -30px;
    position: absolute;
}

.vg-project-caption {
    width: 120%;
    padding-top: 70px;
    padding-left: 35px;
    overflow-x: visible;
    margin-bottom: 60px;
}

.vg-project-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.vg-project-title {
    width: 150%;
    color: #fff;
    line-height: 1.2;
    font-size: 2.66em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    /* white-space: nowrap; */
    /* max-width: 150%; */
    overflow-wrap: normal;
    word-break: keep-all;
    font-weight: 100;
}

.vg-project-title:after {
    content: '';
    width: 30px;
    border-bottom: 1px solid #fff;
    display: block;
    margin-top: 10px;
}

.vg-project-meta {
    font-size: 0.8em;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

.vg-project-place,
.vg-project-date {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.vg-project-meta .vg-label {
    font-weight: 700;
}

.vg-project-meta .vg-label,
.vg-project-meta .vg-value {
    padding: 0 35px;
}

.vg-project-det-mob {
    background: #f3f3f3 ;
    padding: 30px;
    margin-bottom: 20px;
}

.vg-project-title-mob {
    font-size: 1.66em;
    line-height: 42px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 20px;
}

.vg-project-meta-mob {
    text-transform: uppercase;
}

.vg-project-meta-mob .vg-label {
    float: left;
    color: #e60101;
}

.vg-project-meta-mob .vg-label:after {
    content: ':';
    margin-right: 10px;
    display: inline-block;
}

.vg-project-meta-mob .vg-project-place,
.vg-project-meta-mob .vg-project-date {
    padding-bottom: 0;
    border-bottom: none;
}

/* Content */

#vg-description {
    margin-bottom: 55px;
}

.vg-content {
    float: none;
    margin-top: 85px;
    margin-bottom: 50px;
    font-size: 1em;
    line-height: 30px;
    color: #050505;
}

.vg-page .vg-content {
    margin-top: 0;
    margin-bottom: 0;
}

.vg-content p {
    margin-bottom: 30px;
}

.vg-content p:last-child {
    margin-bottom: 0;
}

#vg-extra {
    margin-bottom: 130px;
}

.vg-share-row {
    text-align: center;
}

.vg-share-title {
    font-size: 0.8em;
    color: #000;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.vg-share-row ul li {
    margin-left: 3%;
    margin-right: 3%;
    display: inline-block;
    background: #222;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
}

.vg-share-row ul li i {
    font-size: 1.33em;
    color: #fff;
}

.vg-project-experts {
    padding-bottom: 45px;
    border-top: 20px solid #f3f3f3;
}

.vg-experts-title {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 70px;
    margin-top: 45px;
}

.vg-experts-title:after {
    font-family: 'FontAwesome';
    content: '\f078';
    font-size: 10px;
    margin-left: 35px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: bottom;
}

.vg-expert {
    padding-right: 75px;
    padding-left: 0;
    margin-bottom: 90px;
}

.vg-expert-image {
    margin-bottom: 35px;
}

.vg-expert-image img {
    width: 100%;
    /* min-height: 183.7px; */
    background-color: #f3f3f3;
}

.vg-expert-name {
    font-size: 1.66em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 200;
}

.vg-expert-surname {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.vg-expert-role {
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.vg-link-wrap {
    height: 45px;
    border: 3px solid;
    position: relative;
    width: 450px;
    margin-bottom: 85px;
    cursor: pointer;
}

.vg-link-wrap .vg-link-fix {
    border-bottom: 1px solid;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
}

.vg-link-wrap .vg-link-fix span {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 5px;
}

.vg-link-wrap .vg-link-fix i {
    font-size: 10px;
    margin-left: 20px;
}

.vg-project-gap {
    border-top: 20px solid #f3f3f3;
    margin-left: 3px;
}

#vg-meta .vg-partners-title {
    font-size: 1em;
    line-height: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 58px;
    margin-top: 45px;
}

#vg-meta .vg-partners-title:after {
    font-family: 'FontAwesome';
    content: '\f078';
    font-size: 10px;
    margin-left: 35px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: bottom;
}

#vg-meta .vg-partner {
    float: left;
    padding-left: 0;
    padding-right: 16px;
    margin-bottom: 4px;
}

#vg-meta .vg-partner-gap {
    //border: 1px solid #ddd;
}

#vg-meta .vg-partner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.vg-contact-hide {
    display: none;
    margin-bottom: 85px;
}

.vg-contact-hide input {
    margin-bottom: 45px;
}

.vg-project-related {
    border-top: 20px solid #f3f3f3;
}

#vg-related {
    margin-bottom: 165px;
}

.vg-related-title {
    font-size:2em;
    line-height: 60px;
    letter-spacing: 20px;
    margin-top: 45px;
    margin-bottom: 85px;
    text-transform: uppercase;
    font-weight: 100;
}

.vg-related {
    width: 20%;
    float: left;
    position: relative;
    margin-bottom: 4px;
}

.vg-related-gap {
    overflow: hidden;
    margin-right: 4px;
}

.vg-related-frame {
    width: 100%;
    height: 100%;
    padding: 25px;
    position: absolute;
    z-index: 9;
    opacity: 0;
    right: -100%;
    top: 0;
}

.vg-related-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.vg-related-image img {
    width: 100%;
}
.vg-related .vg-grid .vg-item-title,
.vg-related .vg-item-overlay .vg-item-title {
  font-size: 0.9em;
}
/* TPL Page */

.vg-page-title-wrap {
    float: none;
    margin-bottom: 85px;
}

.vg-page-title {
    font-size:2.66em;
    line-height: 60px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 20px;
    margin-top: 85px;
}

.vg-page-title:after {
    margin-top: 60px;
    border-bottom: 20px solid #e60101;
    display: block;
    content: '';
    width: 20%;
}
.vg-claim h4{
    font-weight: lighter;
    color: #fff;
    text-transform: none;
    font-size: 1.66em;
    line-height: 1.1;
    letter-spacing: normal;
}
/* TPL Staff */

#vg-top .page-staff {
    height:1070px;
    height: 55vw;
}

.staff-collab{
    height: 692px;
}
#vg-top .vg-panel-left,
.vg-panel-left.magazine {
    height: 100%;
    z-index: 2;
    border-right: 2px solid #fff;
    background-color: #000;
    overflow: hidden;
}

#vg-top .vg-panel-red,
.vg-panel-red.magazine {
    background: #8d0d0c;
    height: 100%;
    z-index: 3;
    color: #fff;
}
#vg-top .vg-panel-red.opacity {
    background:rgba(141, 13, 12, 0.88);
}
.vg-panel-red .vg-post-content {
  position: absolute;
  bottom: 50px;
  left: 10%;
  right: 10%;
  width: auto;
}
.vg-panel-red .vg-post-content h4{
    font-weight: lighter;
    color: #fff;
    text-transform: none;
    font-size: 1.66em;
    line-height: 1.1;
    letter-spacing: normal;
}
.vg-panel-red .vg-portfolio-caption p{
    font-size: 1em;
    line-height: 1.5;
    margin-top:30px;
    font-weight: 100;
    padding-right: 8%;
}
.vg-panel-red .vg-post-content p{
    font-size: 1em;
    line-height: 1.7;
    margin-top:40px;
    font-weight: 100;
}
.vg-panel-red .vg-profile-role {
    font-size: 0.8em;
    letter-spacing: normal;
    margin-bottom: 30px;
    font-weight: 500;
}
#vg-top .vg-panel-black {
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    z-index: 1;
    color: #fff;
}
.vg-page-staff .vg-main-slider img {
  height: 100%;
}
.vg-panel-black .vg-post-content {
  position: absolute;
  bottom: 50px;
  left: 35px;
  right: 35px;
  width: auto;
}
.vg-panel-black .vg-post-content h4{
    font-weight: 300;
    color: #e60101;
    text-transform: none;
    font-size: 1.66em;
    line-height: 1.1;
    letter-spacing: normal;
    margin-bottom:55px;
}
.vg-panel-black .vg-post-content p{
    font-size: 1em;
    line-height: 1.7;
    margin-top:40px;
    font-weight: 100;
}
.profile-wrap {
  position: absolute;
  z-index: 99;
  top: 6%;
  left: 35%;
  width: 60%;
}
.profile-wrap .vg-profile {
    margin-bottom: 45px;
    display: inline-block;
}
.profile-wrap li.vg-profile:first-child{
  margin-top: 18.55%;
  /* vertical-align: bottom; */
  min-width: 46%;
}
.profile-wrap li.vg-profile:last-child{
  margin-left: 0;
  vertical-align: top;
  margin-top: 0;
}
.vg-staff-content {
    margin-bottom: 85px;
}
.vg-staff-content p{
  font-size: 1em;
  line-height: 1.7;
  margin-top: 35px;
  text-align: justify;
}
.vg-staff-content strong{
    color: #e60101;
}
.single-post .vg-staff-content a{
    text-decoration:underline;
}
.vg-staff {
    margin-bottom: -45px;
}

.vg-staff-title {
    width: 150%;
    color: #fff;
    font-size:2.66em;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
    font-weight: 100;
    word-break: keep-all !important;
}

.vg-staff-title:after {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 1px solid #fff;
    margin-top: 5%;
}

.vg-letter-normal {
    letter-spacing: 0.1em;
}

.vg-staff-title.collab {
    font-size: 1.66em;
    letter-spacing: normal;
    width: 60%;
    line-height: normal;
}
.single-post .vg-staff-title.collab {
    width: 100%;
}
.vg-staff-title.magazine {
    width:100%;
    word-break: break-all;
    line-height: 1.1;
    letter-spacing: 0.28em;
}
.vg-page .vg-profile,
#vg-page .vg-profile {
    margin-bottom: 45px;
}

.vg-profile-image {
    margin-bottom: 35px;
    padding-left: 0;
    background: none;
}

.vg-profile-role {
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: normal;
    margin-bottom: 30px;
    font-weight: 700;
}

.vg-profile-name {
    font-size: 1.40em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom:0;
    font-weight: 100;
}
.vg-profile-surname {
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.vg-page .vg-profile-role {
    font-size: 0.7em;
    letter-spacing: normal;
    margin-bottom: 30px;
    font-weight: 700;
}

.vg-profile-content {
    font-size: 1em;
    line-height: 30px;
    color: #050505;
    padding-left: 25px;
}

.vg-profile-content p {
    margin-bottom: 30px;
}

.vg-page-content {
    margin-bottom: 85px;
}

.vg-page-image {
    margin-bottom: 85px;
}

.vg-left-slider.staff,
.vg-left-slider.staff img{
  height: 100%;
  width: auto;
  max-width: none;
}
.single-vga-staff .vg-left-slider.staff img {
    margin-left: 0;
}
.vg-left-slider.adaptive,
.vg-left-slider.adaptive img{
  height: 100%;
  width: auto;
  max-width: none;
}
.vg-left-slider.magazine{
    height: 100%;
    overflow:hidden;
}
.vg-left-slider.magazine img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    max-width: none;
}
/* TPL Partners */

.vg-partner-content {
    margin-bottom: 85px;
}

.vg-partners {
    margin-bottom: -20px;
}

.vg-partners .vg-partner {
    margin-bottom: 20px;
}

.vg-partners .vg-partner-box {
    border: 2px solid #f3f3f3;
    text-align: center;
}

.vg-partners .vg-partner-box img {
    display: inline-block;
}
.partners-h {
    height: 692px;
}
/* TPL Magazines */
.blog .vg-breadc-wrap,
.category .vg-breadc-wrap {
    border-bottom:1px solid #efefef;
    height: 170px;
}
.vg-mag-content {
    margin-bottom: 85px;
}

.vg-magazines.vg-grid {
    margin-bottom: -50px;
    margin-left: -10px;
    margin-right: -10px;
}

.vg-magazines .vg-magazine {
    margin-bottom: 50px;
}

.vg-magazines ul.magazine-list li.vg-item.vg-magazine.slick-slide {
    margin-right:80px;
    margin-top:30px !important;
}
.vg-magazines ul.magazine-list li {
    margin-top: 40px;
}
.vg-magazines ul.magazine-list li .vg-mag-title {
  line-height: 20px;
  letter-spacing: 0.25em;
  height: 40px;
  overflow:hidden;
}
.vg-magazines ul.magazine-list li:first-child {
    margin-top: 0px;
}
.vg-magazines ul.magazine-list li:nth-of-type(2),
.vg-magazines ul.magazine-list li:nth-of-type(3) {
    margin-top:100px;
}
.vg-magazines ul.magazine-list.feedbacks li:nth-of-type(2),
.vg-magazines ul.magazine-list.feedbacks li:nth-of-type(3) {
    margin-top:40px;
}
.vg-magazines ul.magazine-list li ul.category-list li {
  margin-top:0px;
}
.archive.category .vg-staff-title.magazine {
    word-break: keep-all;
    font-size: 1.6em;
    letter-spacing: 0.15em;
}
.title-magazine-cat {
    margin-top:30px;
    padding-top: 30px;
    border-top: 30px solid #f3f3f3;
}
.vg-magazines .vg-mag-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.vg-magazines .vg-mag-image {
  width:100%;
  height: 410px;
}

.vg-magazines .vg-mag-caption {
    min-height: 130px;
}

.vg-magazines .vg-mag-title {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin-top: 35px;
}

.vg-magazines .vg-mag-desc {
    font-size: 0.88em;
    line-height: 1.5;
    margin-top: 10px;
    height: 65px;
}

.vg-magazines .vg-link {
    margin-top: 20px;
}
.blog-h {
  height: 692px;
}
/* TPL Contact */

.vg-contact-title {
    font-size: 0.8em;
    line-height: 28px;
    letter-spacing: 5px;
    color: #000;
    margin-bottom: 4%;
    padding: 0 15px;
    text-transform: uppercase;
}

.vg-contact-content {
    margin-bottom: 85px;
}

.vg-contact-info {
    background: #f3f3f3;
}

.vg-contact-form {
    padding-right: 0;
    padding-left: 80px;
}

.vg-contact-info div:first-child {
    margin-top: 60px;
}

.vg-contact-info div:last-child {
    margin-bottom: 60px;
}

.vg-contact-info div {
    font-size: 0.88em;
    line-height: 30px;
    padding: 0 30px;
}

.vg-contact-info span {
    text-transform: uppercase;
    content: #222;
    font-weight: 500;
    margin-right: 10px;
}

.vg-contact-form {
    margin-bottom: 40px;
}

.vg-contact-form input {
    margin-bottom: 45px;
}

.vg-map-content {
    height: 100%;
    padding-left: 20%;
}

.vg-map-content iframe{
    width: 100%;
    height: 100%;
}

.vg-map-content #vg-map {
    height: 100%;
    width: 100%;
}

.vg-map-title {
    font-size: 0.8em;
    line-height: 28px;
    letter-spacing: 5px;
    color: #000;
    margin-bottom: 70px;
    padding: 0 15px;
    text-transform: uppercase;
}
.dati-contact ul li {
  display:block;
  line-height:60px;
  height:60px;
  border-bottom:1px solid #a7a7a7;
  width:100%;
  font-size: 1.1em;
  font-weight:100;
}
.dati-contact ul li span{
  font-weight:400;
}
.dati-contact ul li:last-child {
  border-bottom:none;
}
.vg-page-contact .vg-contact-form {
    margin-bottom: 20px;
}
.vg-page-contact .vg-social-row {
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: left;
}
.vg-page-contact .vg-social-row h6{
    padding-left:15px;
}
/* TPL Vision */
.page-vision {
  height:1070px;
}

.vg-page-gallery {
    padding-left: 60px;
    padding-right: 0;
}

.vg-page-gallery .vg-gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.vg-page-gallery .vg-item {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .vg-btn-close-mob {
    top: 6%;
    right: 84px;
    height: 30px;
    width: 50px;
  }
}

/* banner cookie */
#cookieChoiceInfo {
    position: fixed;
    z-index: 999;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px;
    background-color: #000000ba;
    color: #fff;
    line-height: 1.2;
    padding: 20px 20% 10px;
    text-align: center;
}
#cookieChoiceDismiss {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 20px;
}
#cookieChoiceDismiss:hover {
    color: #ff0000;
}

.privacy-page h2, .privacy-page h3, .privacy-page h4 {
    letter-spacing: normal;
    font-weight: 400;
}
.privacy-page ul, .privacy-page ol {
    list-style-type: disc;
}