.container-fluid > div:not(.box-claim) > *{
    opacity: 0;
}

.box-01{
    width: 100%;
    height: 100vh;
    background: 
        url(../img/in-home_background.svg),
        linear-gradient(90deg,rgba(147,60,43,0.5),rgba(147,60,43,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(147,60,43,0.8) 60%,rgba(147,60,43,0.8) 100%),
        url(../img/in-home_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-width: 980px) {
    .box-01{
        background: 
        url(../img/in-home_background.svg),
        linear-gradient(90deg,rgba(147,60,43,0.5),rgba(147,60,43,0.5) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(147,60,43,0.8) 80%,rgba(147,60,43,0.8) 100%),
        url(../img/in-home_background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.h1-01{
    color: #FFFFFF;	
    font-family: "FuturaStd";
    font-size: 48px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
}

.th-01{
    position: absolute;
    font-weight: 700;
    bottom: 0;
    color: #FFF;
    writing-mode: tb-rl;
    font-family: "FuturaStd";
    text-transform: uppercase;
    padding-bottom: 40px;
    left: calc((100% - 15px)/2);
    cursor: pointer;
}

.th-01:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 25px;
    width: 5px;
    background-color: #636A70;
    left: 6px;
}


.box-02{
    width: 100%;
    height: auto;
    background: 
        linear-gradient(90deg,rgba(230,216,199,1),rgba(230,216,1,1) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(24,30,36,1) 60%,rgba(24,30,36,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .box-02{
        background: 
            linear-gradient(90deg,rgba(24,30,36,1),rgba(24,30,36,1) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%),
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(24,30,36,1) 80%,rgba(24,30,36,1) 100%);
        padding: 50px 0 100px 0;
    }
}

.sliderHomepage{
    width: 100vw;
    float: left;
}


.wrap-slider{
    float: left;
    width: 100%;
    height: 450px;
}

@media screen and (max-width: 980px) {
    .wrap-slider{
        height: 605px;
    }
}

.wrap-picture{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 980px) {
    .wrap-picture{
        width: 100%;
        height: 100%;
        float: left;
    }
}

.picture-title{
    width: 100%;
    float: left;
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 36px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 48px;	
    text-align: center;
    padding: 5px 0;
}

@media screen and (max-width: 980px) {
    .picture-title{
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 22px;
        text-align: center;
    }
}

.main-picture{
    width: 320px;
    height: 320px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 100px;
    left: calc((100% - 320px) / 2);
}

@media screen and (max-width: 980px) {
    .main-picture{
        width: 215px;
        height: 215px;
        top: 50px;
        left: calc((100% - 215px) / 2);
    }
}

.wrap-picture-value{
    position: absolute;
    top: 100px;
    width: 200px;
    height: 100px;
}

.wrap-picture-value.wrap-value-top{
    top: 150px;
}

.wrap-picture-value.wrap-value-bottom{
    top: 310px;
}

.wrap-picture-value.wrap-value-sx{
    right: calc(((100% - 320px)/2) + 320px);
}

.wrap-picture-value.wrap-value-dx{
    left: calc(((100% - 320px)/2) + 320px);
}

@media screen and (max-width: 980px) {
    .wrap-picture-value{
        width: 215px;
        height: 85px;
        left: calc((100% - 215px) / 2) !important;
    }
    .wrap-picture-value.wrap-value-sx.wrap-value-top{
        top: 265px;
    }
    .wrap-picture-value.wrap-value-dx.wrap-value-top{
        top: 350px;
        right: auto;
    }
    .wrap-picture-value.wrap-value-sx.wrap-value-bottom{
        top: 435px;
    }
    .wrap-picture-value.wrap-value-dx.wrap-value-bottom{
        top: 520px;
        right: auto;
    }
}

.picture-value-preview{
    height: 62px;
    width: 62px;
    background-size: cover;
    background-position: center center;
    position: absolute;
}

@media screen and (max-width: 980px) {
    .picture-value-preview{
        height: 40px;
        width: 40px;
        top: 45px;
        left: auto !important;
        right: 90px;
    }
}

.wrap-value-sx .picture-value-preview{
    right: 90px;
}

.wrap-value-dx .picture-value-preview{
    left: 90px;
}

.picture-value-preview:before{
    content: '';
    height: 3px;
    width: 81.34px;
    background-color: #636A70;
    position: absolute;
    top: 30px;
}

@media screen and (max-width: 980px) {
    .picture-value-preview:before{
        top: -45px;
        left: 20px !important;
        right: auto;
        width: 5px;
        height: 45px;
    }
}

.wrap-value-sx .picture-value-preview:before{
    right: -90px;
}

.wrap-value-dx .picture-value-preview:before{
    left: -90px;
}

.wrap-picture-value-desc{
    position: absolute;
    top: 70px;
    min-width: 150px;
    width: auto;
}

.wrap-value-sx .wrap-picture-value-desc{
    right: 90px;
}

.wrap-value-dx .wrap-picture-value-desc{
    left: 90px;
}

@media screen and (max-width: 980px) {
    .wrap-picture-value-desc{
        top: 45px;
        min-width: 115px;
    }

    .wrap-value-sx .wrap-picture-value-desc{
        right: 145px;
    }

    .wrap-value-dx .wrap-picture-value-desc{
        left: 145px;
    }
}

.picture-value-title{
    color: #FFFFFF;	
    font-family: "FuturaStd";
    font-size: 16px;	
    font-weight: 300;	
    letter-spacing: 1px;	
    line-height: 24px;	
    float: left;
    width: 100%;
}

@media screen and (max-width: 980px) {
    .picture-value-title{
        font-family: "FuturaStd";
        font-size: 14px;	
        font-weight: 300;	
        letter-spacing: 1px;	
        line-height: 20px;	
    }
}

.wrap-value-sx .picture-value-title{
    text-align: right;
}

.wrap-value-dx .picture-value-title{
    text-align: left;
}

.wrap-button-gallery{
    text-align: center;
    padding-top: 50px;
    float: left;
    width: 100%;
    height: auto;
}

.wrap-button-gallery .button-01{
    margin: 0 auto;
}

.box-02 .triangle-bottomright-01 {
    position: absolute;
    top: -170px;
    right: 0;
    z-index: 1;
}

.box-03{
    height: 80vh;
    width: 100%;
    background: 
        url(../img/in_art-scritta.svg),
        linear-gradient(90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.5) 100%),
        url(../img/Michel-Dutrieu-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-width: 980px) {
    .box-03{
        background: 
            url(../img/in_art-scritta.svg),
            linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%),
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(13,35,57,0.5) 80%,rgba(13,35,57,0.5) 100%),
            url(../img/Michel-Dutrieu-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-04{
    padding: 100px 0;
    background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgb(230, 216, 199) 60%,rgb(230, 216, 199) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .box-04{
       background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgb(230, 216, 199) 80%,rgb(230, 216, 199) 100%);
    
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-04 .triangle-bottomright-01{
    position: absolute;
    bottom: 0;
    right: 0;
}

.box-04 .triangle-topleft-01{
    position: absolute;
    top: 0;
    left: 0;
}

.box-04 h2{
    color: #1B1014;
    font-family: "FuturaStd";	
    font-size: 36px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 48px;	
    text-align: center;
    text-transform: uppercase;
}

.category .box-04{
    background:
        linear-gradient(90deg,rgba(14,20,25,0.8),rgba(14,20,25,0.8) 100%),
        linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%),
        url(../img/in_art-statua-lamb.jpg);
}

.wrap-gallery{
    height: 970px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 980px) {
    .wrap-gallery{
        height: auto;
        width: 100%;
        float: left;
    }
}

.wrap-gallery-col{
    float: left;
    width: 50%;
    height: 33%;
    position: relative;
}

@media screen and (max-width: 980px) {
    .wrap-gallery-col{
        float: left;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 50px;
    }
}

.gallery-preview{
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
    .gallery-preview{
        position: initial;
        width: 275px;
        height: 275px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.gallery-preview a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-preview a:hover{
    background-color: rgba(0,0,0, 0.6);
}

.gallery-preview a:hover:before{
    content:"";
    width: 50px;
    height: 50px;
    background-image: url(../img/in-art-plus.png);
    background-size: 100%;
    position: absolute;
    top: calc((100% - 50px)/2);
    left: calc((100% - 50px)/2);
}


.gallery-col-mid .gallery-preview{
    bottom: 10px;
	top:10px;
}
.gallery-col-top .gallery-preview{
    bottom: 10px;
}

.gallery-col-bottom .gallery-preview{
    top: 10px;
}

.gallery-col-left .gallery-preview{
    right: 10px;
}

.gallery-col-right .gallery-preview{
    left: 10px;
}

.wrap-gallery-desc{
    display: table;
    height: 100%;
    width: 300px;
    position: absolute;
}

@media screen and (max-width: 980px) {
    .wrap-gallery-desc{
        display: inherit;
        height: 100%;
        width: 100%;
        position: initial;
        float: left;
    }
}

.gallery-col-left .wrap-gallery-desc{
    right: 330px;
}

.gallery-col-right .wrap-gallery-desc{
    left: 330px;
}

.gallery-desc{
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 980px) {
    .gallery-desc{
        display: inherit;
        width: 275px;
        margin: 0 auto;
        padding: 10px 0;
        text-align: left !important;
    }
}

.gallery-col-left .gallery-desc{
    text-align: right;
}

.gallery-col-right .gallery-desc{
    text-align: left;
}

/*.gallery-desc p{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 18px;
    font-weight: 300;	
    letter-spacing: 1px;	
    line-height: 24px;	
    margin-bottom: 10px;
}*/

.gallery-desc p a{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 18px;
    font-weight: 300;	
    letter-spacing: 1px;	
    line-height: 24px;	
    margin-bottom: 10px;
}

.gallery-desc a{
    color: #BDBFC1;
    font-family: "FuturaStd";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 25px;
}

.box-05{
    background:
        linear-gradient(90deg,rgba(14,20,25,0.8),rgba(14,20,25,0.8) 100%),
        linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%),
        url(../img/in_art-statua-lamb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

@media screen and (max-width: 980px) {
    .box-05{
        background:
            linear-gradient(90deg,rgba(14,20,25,0.8),rgba(14,20,25,0.8) 100%),
            linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%),
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(13,35,57,0.5) 80%,rgba(13,35,57,0.5) 100%),
            url(../img/in_art-statua-lamb.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-05 h2{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 36px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 48px;	
    text-align: center;
    text-transform: uppercase;
}

.wrap-staff p{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
}

.wrap-staff p.drop-caps::first-letter {
    float: left;
    font-size: 60px;
    line-height: 60px;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
}

.staff-name,
.staff-role{
    width: 100%;
    float: left;
}

.staff-name{
    color: #FFFFFF;	
    font-family: "FuturaStd";
    font-size: 18px;	
    font-style: oblique;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 22px;
}

.staff-role{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.wrapp-staff .panel-group > .panel:last-child{
    border-bottom: 1px solid #FFF !important;
}

.wrap-staff .panel {
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
    background: none;
}

.wrap-staff .panel-default>.panel-heading {
    min-height: 60px;
    border-radius: 0;
    background: none;
    border-top: 1px solid #222;
    position: relative;
    padding: 10px 0;
}

@media screen and (max-width: 980px) {
    .wrap-staff .panel-default>.panel-heading {
        min-height: 120px;
    }
}

.wrap-staff .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border: 0;
}

.wrap-staff p{
    color: #FFFFFF;	
    font-family: "FuturaStd";
    font-size: 16px;	
    font-weight: 300;	
    line-height: 25px;
}

.wrap-staff i{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
}

.wrap-staff a[aria-expanded="false"] i.fa-chevron-up{
    display: block;
}

.wrap-staff a[aria-expanded="false"] i.fa-chevron-down{
    display: none;
}

.wrap-staff a[aria-expanded="true"] i.fa-chevron-up{
    display: none;
}

.wrap-staff a[aria-expanded="true"] i.fa-chevron-down{
    display: block;
}

.box-06{
    padding: 100px 0 0 0;
   /* background: linear-gradient(90deg,rgba(25,18,16,0.8),rgba(25,18,16,0.8) 100%), linear-gradient(90deg,rgba(255,0,0,0.5),rgba(0,255,0,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,255,255,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%), url(../img/in-home-box06.jpg);*/
   background:linear-gradient(90deg,rgba(41, 29, 25, 0.73),rgba(19, 14, 13, 0.32) 100%), linear-gradient(90deg,rgba(0, 0, 0, 0.64),rgba(41, 41, 41, 0.32) 40%,rgba(0,0,0,0) 40%,rgba(0,255,255,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(43, 28, 18, 0.8) 60%,rgba(43, 28, 18, 0.8) 100%), url(../img/in-home-box06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-width: 980px) {
    .box-06{
        background:linear-gradient(90deg,rgba(41, 29, 25, 0.73),rgba(19, 14, 13, 0.32) 100%), linear-gradient(90deg,rgba(0, 0, 0, 0.64),rgba(41, 41, 41, 0.32) 20%,rgba(0,0,0,0) 20%,rgba(0,255,255,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(43, 28, 18, 0.8) 80%,rgba(43, 28, 18, 0.8) 100%), url(../img/in-home-box06.jpg);
 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-06 h2, .box-15 h2{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 36px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 48px;	
    text-align: center;
    text-transform: uppercase;
}


.box-06 .triangle-bottomright-01{
    position: absolute;
    bottom: 200px;
    right: 0;
}

.box-06 p, .box-15 p{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 16px;	
    font-weight: 300;	
    line-height: 25px;
}



.box-06 .corner-decorative ul li {
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .box-06 .corner-decorative ul li {
        text-align: left;
        padding-left: 40px;
    }
}

.box-06 .corner-decorative ul li:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #929496;
    border-right: 25px solid #933c2b;
}

@media screen and (max-width: 768px) {
    .box-06 .corner-decorative ul li:before {
        left: 0;
        right: auto;
    }
}

.box-06 h4{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .box-06 h4{
        margin-bottom: 50px;
    }
}

.box-06 .triangle-topleft-01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-07{
    padding: 100px 0;
    background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgb(230, 216, 199) 60%,rgb(230, 216, 199) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 980px) {
    .box-07{
        background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgb(230, 216, 199) 80%,rgb(230, 216, 199) 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-07 h2{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 36px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 48px;	
    text-align: center;
    text-transform: uppercase;
}



.box-07 h3 {
    color: #1B1014;
    font-family: "FuturaStd";
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 35px;
}

@media screen and (max-width: 980px) {
    .box-07 h3{
        font-size: 20px;
        line-height: 31px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

.box-07 p {
    color: #1B1014;
    font-family: "FuturaStd";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 20px 0;
}


.box-08{
    padding-top: 100px;
    background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgb(230, 216, 199) 60%,rgb(230, 216, 199) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 980px) {
    .box-08{
        background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgb(230, 216, 199) 80%,rgb(230, 216, 199) 100%);
    
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.wrap-quote{
    display: table;
    margin: 0 auto;
}

.wrap-quote img{
    width: 70px;
    height: auto;
    vertical-align:middle;
}

.quote{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding-left: 20px;
    max-width: 290px;
}

.quote-text{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: left;
}

.quote-author{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: left;
}

@media screen and (max-width: 992px) {

    .wrap-contact > div{
        text-align: center;
        padding: 25px 0;
    }
}

.contact-text span:nth-child(1){
    color: #000;	
    font-family: "FuturaStd";	
    font-size: 16px;	
    font-weight: 300;	
    letter-spacing: 1px;	
    line-height: 19px;	
    text-align: right;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.contact-text span:nth-child(2){
    color: #000;
    font-family: "FuturaStd";
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 13px;
    text-align: right;
    width: 100%;
    float: left;
    padding: 5px 0;
}

@media screen and (max-width: 992px) {
    .contact-text span{
        text-align: center !important;
    }
}

.contact-text span a{
    color: #000;
}
.contact-text span a:hove{
    color: #933C2B;
}

.footer{
    color: #000;
    font-family: "FuturaStd";
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.footer span{
    font-weight: 900;
}

.footer a,
.footer a:hover{
    color: #000;
}

.box-09{
    width: 100%;
    height: 60vh;
    background: 
        url(../img/in_art-scritta.svg),
        linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%),
        url(../img/in_art-fund-fact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-width: 980px) {
    .box-09{
        background: 
            url(../img/in_art-scritta.svg),
            linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%),
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(13,35,57,0.5) 80%,rgba(13,35,57,0.5) 100%),
            url(../img/in_art-fund-fact.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-10{
    width: 100%;
    height: auto;
    background: 
        linear-gradient(90deg,rgba(24,30,36,1),rgba(24,30,36,1) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), 
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(24,30,36,1) 60%,rgba(24,30,36,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .box-10{
        background: 
            linear-gradient(90deg,rgba(24,30,36,1),rgba(24,30,36,1) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), 
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(24,30,36,1) 80%,rgba(24,30,36,1) 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-10 h3, .box-10 h2{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 30px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 40px;	
    text-align: center;
    text-transform: uppercase;
}

.box-10 p{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 16px;	
    font-weight: 300;	
    line-height: 25px;
}

.box-10 ul li{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: right;
    margin-bottom: 40px;
    position: relative;
    padding-right: 40px;
}

@media screen and (max-width: 980px) {
    .box-10 ul li{
        text-align: left;
        padding-left: 50px;
        padding-right: 0;
    }
}

.box-10 ul li:before{
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #000;
    border-right: 30px solid #FFF;
}

@media screen and (max-width: 980px) {
    .box-10 ul li:before {
        top: 0px;
        left: 0;
    }
}

.box-11{
    padding: 100px 0 0 0;
    background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgb(230, 216, 199) 60%,rgb(230, 216, 199) 100%);
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 980px) {
    .box-11{
       background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgb(230, 216, 199) 80%,rgb(230, 216, 199) 100%);
    
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-11 h2{
    color: #1B1014;	
    font-family: "FuturaStd";	
    font-size: 36px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 48px;	
    text-align: center;
    text-transform: uppercase;
}

.box-11 ul{
    padding: 0 150px;
    float: left;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .box-11 ul{
        padding: 0;
    }
}

.box-11 li{
    margin-bottom: 10px;
}

.box-11 p{
    color: #1B1113;	
    font-family: "FuturaStd";	
    font-size: 18px;	
    font-weight: 500;	
    letter-spacing: 1px;	
    line-height: 25px;
}


@media screen and (max-width: 460px) {
    .box-11 p{
        color: #1B1113; 
        font-family: "FuturaStd";   
        font-size: 15px;    
        font-weight: 500;   
        letter-spacing: 1px;    
        line-height: 25px;
    }
}

.box-12{
    width: 100%;
    height: auto;
    background: linear-gradient(90deg,rgba(14,20,25,0.8),rgba(14,20,25,0.8) 100%), linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%), url(../img/in_art-statua-lamb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .box-12{
        background:
            linear-gradient(90deg,rgba(14,20,25,0.8),rgba(14,20,25,0.8) 100%),
            linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%),
            url(../img/in_art-statua-lamb.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-13{
    width: 100%;
    height: 60vh;
    background: 
        url(../img/in_art-scritta.svg), 
        linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), 
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%), 
        url(../img/in_art-blu6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-width: 980px) {
    .box-13{
        background: 
            url(../img/in_art-scritta.svg), 
            linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), 
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(13,35,57,0.5) 80%,rgba(13,35,57,0.5) 100%), 
            url(../img/in_art-fund-fact.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-contacts{
    width: 100%;
    height: auto;
    background:linear-gradient(90deg,rgba(41, 29, 25, 0.73),rgba(19, 14, 13, 0.32) 100%), linear-gradient(90deg,rgba(0, 0, 0, 0.64),rgba(41, 41, 41, 0.32) 40%,rgba(0,0,0,0) 40%,rgba(0,255,255,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(43, 28, 18, 0.8) 60%,rgba(43, 28, 18, 0.8) 100%), url(../img/in-home-contacts.jpg);
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .box-contacts{
       background:linear-gradient(90deg,rgba(41, 29, 25, 0.73),rgba(19, 14, 13, 0.32) 100%), linear-gradient(90deg,rgba(0, 0, 0, 0.64),rgba(41, 41, 41, 0.32) 20%,rgba(0,0,0,0) 20%,rgba(0,255,255,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(43, 28, 18, 0.8) 80%,rgba(43, 28, 18, 0.8) 100%), url(../img/in-home-contacts.jpg);
   
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-contacts ul{
    float: left;
    width: 100%;
}

.box-contacts li{
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.contacts-info{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 18px;	
    font-weight: 300;	
    letter-spacing: 1px;	
    line-height: 25px;
    width: 100%;
    float: left;
}

@media screen and (max-width: 980px) {
    .contacts-info{
        text-align: center;
    }
}


.contacts-link{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 14px;	
    font-weight: bold;	
    letter-spacing: 1px;	
    line-height: 25px;
    width: 100%;
    float: left;
}

@media screen and (max-width: 980px) {
    .contacts-link{
        text-align: center;
    }
}

@media screen and (max-width: 980px) {
    .box-contacts form{
        margin-top: 50px;
    }
}

.box-category{
    width: 100%;
    height: 60vh;
    background:
        url(../img/in_art-scritta.svg),
        linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%),
        url(../img/in_art-statua-lamb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 980px) {
    .box-category{
        background:
            url(../img/in_art-scritta.svg),
            linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%),
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(13,35,57,0.5) 80%,rgba(13,35,57,0.5) 100%),
            url(../img/in_art-statua-lamb.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-loop-category{
    padding: 100px 0;
    background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgb(230, 216, 199) 60%,rgb(230, 216, 199) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 980px) {
    .box-loop-category{
        background: 
            linear-gradient(90deg,rgba(24,30,36,1),rgba(24,30,36,1) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), 
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(24,30,36,1) 80%,rgba(24,30,36,1) 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-loop-category .container > div:not(:first-child){
    margin-top: 100px;
}

@media screen and (max-width: 992px) {
    .box-loop-category .container > div:not(:first-child){
        margin-top: 50px;
    }
}

#vfbField10{
    width: 100%;
}

#vfb-field-10{
    margin: 60px auto;
}

.box-contacts h3{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 48px;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .box-contacts h3{
        font-size: 20px;	
        line-height: 31px;	
    }
}


@media screen and (max-width: 768px) {
    .h1-01{
        color: #FFFFFF; 
        font-family: "FuturaStd";
        font-size: 36px;    
        font-weight: 900;   
        letter-spacing: 1px;    
        line-height: 44px;
        text-align: center;
        text-transform: uppercase;
    }

    .box-06 h2{
        color: #FFFFFF; 
        font-family: "FuturaStd";   
        font-size: 30px;    
        font-weight: 900;   
        letter-spacing: 1px;    
        line-height: 40px;  
        text-align: center;
        text-transform: uppercase;
    }

    .box-10 h3, .box10 h2{
        color: #FFFFFF; 
        font-family: "FuturaStd";   
        font-size: 24px;    
        font-weight: 900;   
        letter-spacing: 1px;    
        line-height: 40px;  
        text-align: center;
        text-transform: uppercase;
    }
}

.box-claim {
    height: 80vh;
    width: 100%;
    background:
        linear-gradient(90deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), 
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.2) 100%), 
        url(../img/lamb3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (max-width: 980px) {
    .box-claim {
        background:
            linear-gradient(90deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), 
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 80%,rgba(0,0,0,0.2) 100%), 
            url(../img/lamb3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-claim  span{
    opacity: 0.6;	
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 4vw;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 5vw;	
    text-align: center;
    text-transform: uppercase;
    padding: 0 15vw;
}

@media screen and (max-width: 980px) {
    .box-claim  span{
        opacity: 0.6;	
        color: #FFFFFF;	
        font-family: "FuturaStd";	
        font-size: 7vw;	
        font-weight: 900;	
        letter-spacing: 1px;	
        line-height: 8vw;	
        text-align: center;
        text-transform: uppercase;
        padding: 0 15vw;
    }
}

.box-14{
    width: 100%;
    height: auto;
    background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgb(230, 216, 199) 60%,rgb(230, 216, 199) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .box-14{
        background: 
            linear-gradient(90deg,rgba(24,30,36,1),rgba(24,30,36,1) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), 
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(24,30,36,1) 80%,rgba(24,30,36,1) 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-14 h3{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 30px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 40px;	
    text-align: center;
    text-transform: uppercase;
}

.box-14 p{
    color: #FFFFFF;	
    font-family: "FuturaStd";	
    font-size: 16px;	
    font-weight: 300;	
    line-height: 25px;
}

.box-14 p::first-letter {
    float: left;
    font-size: 35px;
    line-height: 35px;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 15px;
}

.single-page h1{
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 41px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.single-page .container h1,
.single-page .container h2,
.single-page .container h3{
    margin: 30px 0;
    text-align: left;
}

.single-page h4 {
    font-size: 20px;
    font-family: "FuturaStd";
    color: white;
    line-height: 60px;
}

.single-page .container a {
    color: #d3dce4;
}


.bg-01{
    background: 
        linear-gradient(90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5) 100%),
        linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%),
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%),
        url(../img/in_art-fund-fact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 980px) {
    .bg-01{
        background: 
            linear-gradient(90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5) 100%),
            linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%),
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(13,35,57,0.5) 80%,rgba(13,35,57,0.5) 100%),
            url(../img/in_art-fund-fact.jpg);
    }
}


.box-15{
    padding: 100px 0;
   /* background: 
        linear-gradient(90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5) 100%), 
        linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), 
        linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(13,35,57,0.5) 60%,rgba(13,35,57,0.5) 100%), 
        url(../img/in_art-infografica.jpg);*/
	background:linear-gradient(90deg,rgba(41, 29, 25, 0.73),rgba(19, 14, 13, 0.32) 100%), linear-gradient(90deg,rgba(0, 0, 0, 0.64),rgba(41, 41, 41, 0.32) 40%,rgba(0,0,0,0) 40%,rgba(0,255,255,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(43, 28, 18, 0.8) 60%,rgba(43, 28, 18, 0.8) 100%), url(../img/in-home-box15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 980px) {
    .box-15{
        background:linear-gradient(90deg,rgba(41, 29, 25, 0.73),rgba(19, 14, 13, 0.32) 100%), linear-gradient(90deg,rgba(0, 0, 0, 0.64),rgba(41, 41, 41, 0.32) 20%,rgba(0,0,0,0) 20%,rgba(0,255,255,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(43, 28, 18, 0.8) 80%,rgba(43, 28, 18, 0.8) 100%), url(../img/in-home-box15.jpg);
    
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-16{
    padding: 100px 0;
    background: linear-gradient(90deg,rgb(230, 216, 199),rgb(230, 216, 199) 40%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgb(230, 216, 199) 60%,rgb(230, 216, 199) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .box-16{
        background: 
            linear-gradient(90deg,rgba(24,30,36,1),rgba(24,30,36,1) 20%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%),
            linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0) 80%,rgba(24,30,36,1) 80%,rgba(24,30,36,1) 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.box-16 h2{
    color: #1B1014;	
    font-family: "FuturaStd";	
    font-size: 36px;	
    font-weight: 900;	
    letter-spacing: 1px;	
    line-height: 48px;	
    text-align: center;
    text-transform: uppercase;
}

.box-16 h3.staff-name {
    color: #1B1014; 
    font-family: "FuturaStd";
    font-size: 18px;    
    font-style: inherit;    
    font-weight: 700;   
    letter-spacing: 1px;    
    line-height: 22px;
}






