
body {
    background: #ffffff;
    color: #000000;
    font-family: Lato;
}
h3 {
    font-size: 40px;
    margin-bottom: 44px;
}
p {
    font-size: 20px;
    line-height: 30px;
}
li {
    list-style: none;
}

h2 {
    font-size: 64px;
    margin-bottom: 30px;
    font-weight: 400;
    
}
.padded {
    padding: 0 20px;
}
@media all and (max-width: 980px){
    h2 {
        font-size: 48px;
    }
}
.lightFont {
    font-weight: 100;
}
.color1 {
    color: #636C72;
}
.bold {
    font-weight: 600;
    color: inherit;
}
h2.bold {
    font-weight: 600;
}
header {
    background: rgba(0,0,0, 0.8);
}

#header {
    padding-top: 0;
}
/* header video */

.video-wrapper {
    height:100vh; 
    width:100vw; 
    position: relative; 
    overflow: hidden;
}

.video-wallpaper {
    position: relative;
    top: 50%; 
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background: #000000;
}

.subheading {
    font-size: 32px;
    letter-spacing: 14px;
    line-height: 40px;
    margin-bottom: 55px;
}
@media all and (max-width: 980px){
    .subheading {
        font-size: 24px;
        letter-spacing: 12px;
    }
}

.bg1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.sidenav {
    background-color: rgba(0, 0, 0, 0.8);
}
.sidenav a, header a {
    color: #fff;
}

.fujifilm-logo img{
    height: auto;
}
@media only screen and (max-width: 735px){
    .bg1 {
        display: block;
        height: 370px;
    }
}
.centralized {
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
}

.centralized img{
    margin-bottom: 65px;
}
.centralized p{
    color: #fff;
    font-size: 32px;
    letter-spacing: 15px;
    
}
.btn-lang {
    color: #fff;
}
.btn-lang:hover, .btn-lang:focus {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.menu-button {
    color: #fff;
}
.sidenav .nav-item:hover {
    background-color: #212121;
}
.nav-link {
    border: 0;
}
.overlapingBoxes {
    margin-bottom: 75px;
}
@media all and (max-width: 980px){
    .overlapingBoxes {
        margin-bottom: 50px;
    }
}
.acuitySection {
    padding: 0;
    margin: 0;
}
.acuityHeading {
    font-size: 36px;
    line-height: 43px;
    font-family: 'Lora', serif;
    color: #fff;
}

.acuityBoxImg {
    position: relative;
    z-index: -1;
    /* top: 50%;
    transform: translateY(-50%); */
    
    max-height: 645px;
}
.grayscaleFilter {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.acuitySectionImg:hover .grayscaleFilter, .grayscaleFilter:hover {
    -webkit-filter: none;
    filter: none;
}
@media all and (max-width: 980px){
    .acuityBoxImg {
        z-index: 1;
    }
}
@media all and (max-width: 736px){
    .acuitySectionImg{
        order: 2;
    }
    .acuityBoxImg {
        top: -45px;
        max-width: calc(100% - 90px);
        margin: 0 auto;
        transform: translateY(0);
    }
    .subheading {
        font-size: 20px;
        letter-spacing: 9px;
    }
}



@media all and (max-width: 375px){
    .acuityBoxImg {
        top: -30px;
    }
}
.acuitySectionTxt{
    position: relative;
    padding: 90px 30px;
    top: 50%;
    /* right: -105px; */
    transform: translateY(-50%);
    background-color : #000;
    color: #fff;
    width: calc(100% + 135px);
}
@media all and (max-width: 980px){
    .acuitySectionTxt{
        padding: 70px 115px 70px 45px;
    }
}
@media all and (max-width: 736px){
    .acuitySectionTxt{
        padding: 50px 30px 60px;
        width: 100%;
        margin: 0;
    }
}

.lefts .acuitySectionTxt{
    left: -105px;
}
@media all and (max-width: 980px){
    .lefts .acuitySectionTxt{
        padding: 70px 45px 70px 120px;
    }
}
@media all and (max-width: 736px){
    .lefts .acuitySectionTxt{
        padding: 50px 30px 60px;
        margin: 0;
        width: 100%;
        left: 0;
    }
}
.greenhover {
    display: inline-block;
    max-width: 100%;
    border-radius: 50%;
    margin: 20px;
    padding: 20px;
    border: 3px solid #ccf11f;
}
.greenhover:hover {
    background: #ccf11f;
}
.certifiedIcons img{
    width: 150px;
    margin: 10px;
    padding: 15px;
}






.btn {
    padding: 10px 20px;
    background: #000;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    margin: 5px;
    font-weight: 100;
}
.btn:hover {
   background: #11B5BC;
}
.btn:hover, .btn:active, .btn:focus, .btn:visited{
    color: #ffffff;
}
.black {
    background: #000;
    color: #ffffff;
}
.black .contents {
    color: #ffffff;
}

.whitebox {
    background: #fff;
    color: #000;
}

.whitebox p{
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
}
.featuredPrint {
    width: 50%;
    margin: 0 auto;
    position: relative;
    right:-100px;
    top: -90px;
    padding: 30px;
    font-size: 16px;
    line-height: 21px;
}
.featuredPrint h3 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Lora', serif;
}
.featuredPrint p {
    font-size: 16px;
    line-height: 22px
}
.ftPrints h3 a {
    color: inherit;
}
.ftPrints > div > div > div:nth-child(even) > .featuredPrint {
    right:100px;
}
@media all and (max-width: 1024px){
    .ftPrints {
        padding: 15px;
    }
    .ftPrints > div {
        margin: 0 auto;
        max-width: 90% !important;
        flex: 0 0 100%;
    }
    .featuredPrint {
        right:initial !important;
        width: 70%;
    }
}
@media all and (max-width: 768px){
    .ftPrints {
        padding: 0;
    }
    .ftPrints > div {
        max-width: 100% !important;
    }
}

.owl-dots {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 10px;
}
.slick-initialized .slick-slide img {
    /* -webkit-filter: grayscale(1);
    filter: grayscale(1); */
}
.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.5);
    
}
.slick-slide.slick-current.slick-active.slick-center img{
    /* -webkit-filter: grayscale(0%);
    filter: grayscale(0%); */
}
.slick-list {
    overflow: visible;
}
span.grayscaleFilter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Slider White */
.owl-carousel.carousel-white {
    background: #ffffff;
}

.owl-carousel.carousel-white h3, .owl-carousel.carousel-white h4, .owl-carousel.carousel-white p {
    color: #000000;
}
.owl-carousel.carousel-white .top-line, .owl-carousel.carousel-white .bottom-line {
    background: #000000;
}
.snav-white .circle-icon {
    border: 2px solid #000000;
}

.snav-white .circle-icon i {
    font-size: 38px;
    color: #000000;
}

/* slider =++++++++++++++++ */
.owl-carousel {
    background: #000000;
}

.sitem {
    height: auto;
    width: 610px;
    margin: 0 20px;
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
}

.sitem.real-active {
    opacity: 1;
}

.sitem p {
    min-height: 150px;
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    margin-top: 10px;
}
.sitem h3, .sitem h4 {
    height: 40px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.sitem h3 {
    font-size: 28px;
    color: #ffffff;
}

.sitem h4 {
    font-size: 16px;
    color: #BEBEBE;
}

.sitem.real-active h3, 
.sitem.real-active h4, 
.sitem.sitem.real-active p,
.sitem.sitem.real-active .top-line,
.sitem.sitem.real-active .bottom-line {
    opacity: 1;
}

.sitem.real-inactive h3,
.sitem.real-inactive h4,
.sitem.sitem.real-inactive p,
.sitem.sitem.real-inactive .top-line,
.sitem.sitem.real-inactive .bottom-line {
    opacity: 0;
}

.sitem img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(1);
    max-width: 100%;
}
.sitem.real-active img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}


.circle-icon {
    opacity: 0.4;
    width: 42px;
    height: 42px;
    border: 2px solid #ffffff;
    border-radius: 21px;
}

.circle-icon:hover {
    opacity: 1;
    cursor: pointer;
}

.circle-icon i {
    font-size: 38px;
    color: #ffffff;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .snav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 740px;
    margin-left: -370px;
    left: 50%;
    z-index: 1;
    display: none;
}
.slider-wrapper:hover .snav {
    display: block;
}

.slider-wrapper .snav .slide-next {
    float: right;
    cursor: pointer;
}
.slider-wrapper .snav .slide-prev {
    float: left;
    cursor: pointer;
}

.top-line, .bottom-line {
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    background: #ffffff;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.16);
    height: 65px;
    width: 1px;
    margin: 0 auto;
}



@media only screen and (max-width: 1024px){
    .sitem {
        width: 464px;
    }
    
    .slider-wrapper .snav {
        width: 594px;
        margin-left: -297px;
    }
}

@media only screen and (max-width: 668px){
    .sitem {
        width: 356px;
    }
    
    .slider-wrapper .snav {
        width: 486px;
        margin-left: -243px;
        margin-top: -42px;
    }
}

@media only screen and (max-width: 540px){
    .slider-wrapper .snav {
        width: 316px;
        margin-left: -158px;
    }
}
/* end slider  */
/* footer

*/
#footer-menu ul {
    background: #D5D6DB;
}

#footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu > ul {
    text-align: center;
    position: relative;
}

#footer-menu  ul li {
    display: inline-block;
    margin: 0 20px;
}

#footer-menu > ul > li {
    border-bottom: 5px solid #D5D6DB;
    transition: all 0.2s linear;
}

#footer-menu > ul > li:hover {
    border-bottom: 5px solid #EFEFF4;
}

#footer-menu ul li a{
    color: #fff;
    line-height: 60px;
}

#footer-menu > ul > li:hover > ul {
    display: inline-block;
    webkit-animation: slide-down .4s ease-out;
    -moz-animation: slide-down .4s ease-out;
    position: absolute;
    top: 65px;
    left: 0;
    background: #EFEFF4;
    z-index: 100;
    width: 100%;
    min-height: 270px;
}

@-webkit-keyframes slide-down {
    0% { opacity: 0; -webkit-transform: translateX(-100%); }   
    100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes slide-down {
    0% { opacity: 0; -moz-transform: translateX(-100%); }   
    100% { opacity: 1; -moz-transform: translateX(0); }
}

#footer-menu ul li a{
    color: #fff;
}

#footer-menu ul li a {
    font-size: 16px;
}

#footer-menu ul li ul {
    display: none;
    background: #EFEFF4;
}

#footer-menu ul ul li {
    text-align: left;
    vertical-align: top;
    margin: 20px;
}

#footer-menu > ul li ul a {
    color: #000;
    font-weight: bold;
    line-height: 1;
}

#footer-menu > ul li ul ul {
    position: static;
    display: block;
}

#footer-menu > ul li ul ul li {
    display: block;
    margin: 0;
}

#footer-menu > ul li ul ul a {
    color: #636C72;
    font-weight: normal;
}

.carousel2 h2{
    margin-bottom: 100px;    
    color: #000;
}
.carousel2 h3{
    margin-top: 80px; 
    color: #000;
    
}

.colour-bar {
    background-size: 100% 5px;
}


#sectionContent17 .item {
    padding: 0 50px;
}


@media only screen and (max-width: 542px) {
    .circle-icon {
        opacity: 1;
        border: 2px solid #000;
    }
    
    .circle-icon i {
        color: #000;
    }
}
@media only screen and (max-width: 735px) {
    .nav-info {
        margin: 6px 0;
    }

    .fujifilm-logo img {
        height: 20px;
        margin-top: 12px;
    }
}
@media only screen and (max-width: 900px) {
    #footer-menu ul ul li {
        text-align: center;
    }
    .colour-bar {
        background-size: 100% 4px;
    }
}
@media only screen and (max-width: 600px) {
    .colour-bar {
        background-size: 100% 3px;
    }
    #footer-menu ul li {
        display: block;
        margin: 0;
    }
    
    #footer-menu ul li a {
        line-height: 40px;
    }
    
    #footer-menu ul li ul {
        position: static;
    }
    
    #footer-menu > ul > li > ul {
        padding: 20px 0;
    }
    
    #footer-menu > ul > li:hover > ul {
        position: static;
        display: none;
    }
    
    #footer-menu > ul > li:hover > ul {
        min-height: auto;
    }
    
    #footer-menu > ul > li:hover > ul {
        webkit-animation: none;
        -moz-animation: none;
    }
    
    #footer-menu > ul > li:hover {
        border-bottom: 5px solid #D5D6DB;
    }
}
