html {
    min-height: 100%;
    /* make sure it is at least as tall as the viewport */
    position: relative;
    overflow-x: hidden;
}

body {
    font-family: "FrutigerNextLT-Light", Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    position: absolute;
    right: 0px;
    left: 0px;
    background-color: #EDEDED;
    background-image: url('../img/content_page_bg.jpg') !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/yam/img/content_page_bg.jpg', sizingMethod='scale');
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100% auto !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    color: black;
    overflow: hidden;
}

.main-content {
    /*overflow: scroll;*/ 
    /*min-height: 900px;*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow:scroll !important;
}

.home-body {
    background-color: black;
    background-image: none !important;
    color: white;
    overflow: hidden;
    position: absolute;
    right: 0px;
    left: 0px;
}


.home-body .container-fluid,
.home-body .row-fluid,
.home-body .main-content {
    height: 100%;
}

body {
    -ms-overflow-style: none;
    /*-webkit-overflow-scrolling: touch;*/
}

h1 {
    font-size: 58pt;
}

h2 {
    font-size: 35pt;
}

h3 {
    font-size: 32pt;
}

h4 {
    font-size: 30pt;
}

h5 {
    font-size: 28pt;
}

h6 {
    font-size: 24pt;
}

h7 {
    font-size: 20pt;
    line-height: 100%;
}

h8 {
    font-size: 13pt;
}

h9 {
    font-size: 10pt;
}

h10 {
    font-size: 9pt;
}

h11 {
    font-size: 8pt;
}


.h7 {
    font-size: 20pt;
    line-height: 100%;
}

.h8 {
    font-size: 13pt;
}

.h9 {
    font-size: 10pt;
}

.h10 {
    font-size: 9pt;
}

.h11 {
    font-size: 8pt;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 44pt;
    }
    h2 {
        font-size: 28pt;
    }
    h3 {
        font-size: 27pt;
    }
    h4 {
        font-size: 26pt;
    }
    h5 {
        font-size: 21pt;
    }
    h6 {
        font-size: 18pt;
    }
    h7 {
        font-size: 15pt;
    }
    h8 {
        font-size: 14pt;
    }
    h9 {
        font-size: 14pt;
    }
    h10 {
        font-size: 9pt;
    }
    h11 {
        font-size: 7pt;
    }
    h9 {
        white-space: normal
    }
    .h7 {
        font-size: 15pt;
    }
    .h8 {
        font-size: 14pt;
    }
    .h9 {
        font-size: 14pt;
    }
    .h10 {
        font-size: 9pt;
    }
    .h11 {
        font-size: 7pt;
    }
    .h9 {
        white-space: normal
    }
}

.lhh {
    line-height: 100%;
}

.select2-results__option {
    text-transform: uppercase;
    font-size: 13pt;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13pt;
}


.filter-option .sub {
    padding: 0px 4px;
    padding: 0px 12px;
}

.slash {
    position: absolute;
    top: 2px;
    left: -18px;
    width: 20px;
}

@media only screen and (max-width: 767px) {
    .slash {
        left: -10px;
    }
}

select {
    text-transform: uppercase;
}

.sidebar-toggle:hover > .bar {
    background-color: #ffe600;
}

.sidebar-toggle {
    /*background: #DF314D;*/
    border-radius: 3px;
    display: block;
    position: relative;
    /*padding: 10px 7px;*/
    padding-right: 0px;
    float: left;
}

.sidebar-toggle .bar {
    display: block;
    width: 23px;
    margin-bottom: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 1px;
}

.sidebar-toggle .bar:last-child {
    margin-bottom: 0;
}

.header {
    padding: 20px;
    z-index: 100;
}


.header div {
    display: inline-block;
}

.header div img {
    height: 74px;
}

.header .wordings {
    width: 100%;
}

.nlogo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.nflogo {
    position: absolute;
    bottom: 5px;
    height: 60px;
    width: auto;
    right: 24px;
}

@media screen and (max-width: 767px) {
    .header div img {
        height: 40px;
    }
    .nflogo {
        height: 40px;
    }
}

.no-padding {
    padding: 0px;
}

.no-padding-important {
    padding: 0px !important;
}

.hide {
    display: none;
}

.custom-hide-with-ani {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-hide {
    opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    /*display:none\0;*/
}

.custom-hide-z {
    opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    z-index: -1 !important;
}

.content {
    position: relative;
    /*margin-top: 100px;*/
    z-index: 1;
}

.wordings img{
    height: 34px !important;
}
/*.homepage-content .wordings img{
    height: 50px !important;
    }*/
    .wordings,
    .wordings_front {
        /*  white-space:nowrap;*/
        text-align: center;
        font-size: 14px;
        /*margin-top: 15px;*/
        /*height: 80px;*/
    }

    .wordings .bold {
        font-family: "FrutigerNextLT-BoldCond", Arial, sans-serif;
    }

    .wt-wrapper {
        position: relative;
    }

    .wt {
        font-family: "FrutigerNextLT-HeavyCond", Arial, sans-serif;
        text-align: center;
    }

    .title {
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
        font-size: 40px;
        text-transform: uppercase;
    }

    @media screen and (max-width: 1199px) {
        .wordings.long {
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
            width: 140%;
            margin-left: -20%
        }
    }

    @media screen and (max-width: 767px) {
        .wordings.long {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            width: 200%;
            margin-left: -50%
        }
        .wordings img {
            height: 20px !important;
        }
        .homepage-content .wordings img{
            height: 35px !important;
        }
    }

    @media screen and (max-height: 500px) {

        h8 {
            font-size: 10pt;

        }
        .wordings img {
            height: 20px !important;
        }
        .homepage-content .wordings img{
            height: 25px !important;
        }


    }

    .title_i_am {

        float: left;
        background-image: url('../img/iam.png');
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='/yam/img/iam.png',
            sizingMethod='scale');
        background-size: cover;
        background-size: 100% 100%;
        width: 104px;
        height: 54px;
    }

    .homepage-title_name {
        /*background-image: url('../img/black_transparent.png') !important;*/
        /*background-color: transparent !important;*/
        background-color: rgba(0,0,0,0.3) !important;
    }

    .title_name {
        color: white;
        background-color: black;
        border-bottom: 1px solid #ffe600;
        border-top: 1px solid #ffe600;
        border-right: 1px solid #ffe600;
        border-left: 1px solid #ffe600;
        float: left;
        padding: 0px 12px;
        font-size: 38px;
        line-height: 51px;
        padding-top: 1px;
        width: auto !important;
        white-space: nowrap;
    }

    .para {
        line-height: 240%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tpara {
        line-height: 180%;
        text-shadow: 0px 0px 16px #695D5D;
    }

    .homepage-content {
        z-index: 10001;
        width: 90% !important;
        margin-left: 5%;
    }

    @media (max-width: 299px) {
        .title {
            font-size: 16px;
        }
        .title_i_am {
            width: 56px;
            height: 30px;
        }
        .title_name {
            font-size: 23px;
            line-height: 27px;
        }
        .lens-icon {
            width: 40%;
        }
    }

    @media (min-width: 300px) and (max-width: 419px) {
        .title {
            font-size: 25px !important;
        }
        .title_i_am {
            width: 56px !important;
            height: 30px !important;
        }
        .title_name {
            font-size: 23px !important;
            line-height: 27px !important;
        }
        .lens-icon {
            width: 40% !important;
        }
    }

    @media (min-width: 420px) and (max-width: 767px) {
        .title {
            font-size: 30px;
        }
        .title_i_am {
            width: 75px;
            height: 39px;
        }
        .title_name {
            font-size: 26px;
            line-height: 36px;
        }
        .lens-icon {
            width: 30%;
        }
    }

    @media screen and (max-height: 500px) {
 /* .top-xs .title {
  padding-top: 0px !important;
}
    .title_i_am {
        width: 150px;
        height: 78px;
    }
    .title_name {
        font-size: 58px;
        line-height: 72px;
        }*/

    }
    @media screen and (max-width: 767px) {
        .para {
            line-height: 200%;
            width: 90%;
        }
        .wordings .para {
            line-height: 160%;
        }
        .homepage-content {
            z-index: 100 !important;
        }
    }

    #owl-slider {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        /*z-index:-1*/
    }

    #owl-slider .item {
        background-repeat: no-repeat !important;
        background-position: center top !important;
        background-size: 100% auto !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }

    .overlay #owl-slider .item {
        background-size: auto 100% !important;
        -webkit-background-size: auto 100% !important;
        -moz-background-size: auto 100% !important;
        -o-background-size: auto 100% !important;
    }

    #owl-slider .item img {
        display: block;
        width: auto;        
        position: absolute;
        top: 0;        
        left: 0;
        right:0;
        margin:auto;
    }
    .owl-item{position: relative;}

    .home-body #owl-slider .item {
        background-position: center center !important;
    }

    .home-body #owl-slider .item img {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }

    #owl-slider-xs .item img {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left:0;
        right:0;
    }

    #owl-slider-xs .item {
        background-repeat: no-repeat !important;
        background-position: center top !important;
        background-size: 100% auto !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }

    .owl-nav {
        width: 106%;
        z-index: 100;
        position: absolute;
        top: 43%;
        height: 14%;
        left: -3%;
        right: 3%;
        z-index: 50;
        width: 100%;
        left: 0px;
        max-height: 114px;
        z-index: 10000;
    }

    .owl-nav-p {
        width: 110%;
        left: -5%;
        right: 5%;
    }


/*@media (min-width: 1320px)  {
        .owl-nav-p {

            width: 96%;
            left: 2%;
        }
        }*/

        .owl-nav img {
            /*width:60px;*/
            height: 100%;
            cursor: pointer;
            padding: 0px 20px;
        }

        @media screen and (max-width: 767px) {
            .owl-nav img {
                padding: 0px 10px;
            }
        }

        .bottom-row {
            position: absolute;
            bottom: 0px;
            padding: 0px;
        }

        .bottom-btn {
            width: 10%;
            margin-left: auto;
            margin-right: auto;
        }

        .bottom-row img {
            cursor: pointer;
            width: 100%;
        }

        .footer {
            /*background-color: orange;*/
            position: absolute;
            left: 10px;
            bottom: 5px;
    /*position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow:hidden;*/
}

.scroll-top {
    width: 68px;
    height: 68px;
    position: fixed;
    right: 15px;
    bottom: 0px;
    z-index: 100;
    background-image: url('../img/btn_top.png');
    background-size: cover !important;
    cursor: pointer;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}

.scroll-top.hide {
    display: block;
    bottom: -68px;
}

.scroll-top:hover {
    background-image: url('../img/btn_top_hover.png');
}

@media screen and (max-width: 767px) {
    .scroll-top {
        width: 48px;
        height: 48px;
        right: 0px;
    }
}

.bottom-triangle {
    position: absolute;
   /* background: url("../img/photo detail.png");
    width: 80px;
   
    left: calc(50% - 40px);
    left: 50%/0;*/

  /*  background-size: cover !important;
  background-repeat: no-repeat !important;*/
  height: 38px;
  bottom: 0px;
  cursor: pointer;
  z-index: 10001;
  width: 100%;
  text-align: center;
}


.bottom-triangle:hover {
    /*background: url("../img/photo detail on.png");*/
}

.divider-exif {
    background: url('../img/EXIF.png');
    width: 40%;
    height: 40px;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat !important;
}

.lens-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    /*width: 100%;*/
}

.bottom-more-btn {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bottom-more-btn a{
    display: inline-block;
}

.btn-lens-detail {
    margin: 2px 20px;
    background: url("../img/btn_lens_detail.png");
    width: 143px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    float: left;
}

.btn-lens-detail:hover {
    background: url("../img/btn_lens_detail_hover.png");
}

.btn-lens-detail-tc {
    margin: 2px 20px;
    background: url("../img/btn_lens_detail_tc.png");
    width: 143px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    float: left;
}

.btn-lens-detail-tc:hover {
    background: url("../img/btn_lens_detail_tc_hover.png");
}

.btn-lens-detail-th {
    margin: 2px 20px;
    background: url("../img/btn_lens_detail_th.png");
    width: 166px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    float: left;
}

.btn-lens-detail-th:hover {
    background: url("../img/btn_lens_detail_th_hover.png");
}

.btn-lens-detail-vn {
    margin: 2px 20px;
    background: url("../img/btn_lens_detail_vn.png");
    width: 187px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    float: left;
}

.btn-lens-detail-vn:hover {
    background: url("../img/btn_lens_detail_vn_hover.png");
}

.btn-photog {
    margin: 2px 20px;
    background: url("../img/btn_photog.png");
    width: 143px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    float: left;
}

.btn-photog:hover {
    background: url("../img/btn_photog_hover.png");
}

.btn-photog-tc {
    margin: 2px 20px;
    background: url("../img/btn_photog_tc.png");
    width: 143px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    float: left;
}

.btn-photog-tc:hover {
    background: url("../img/btn_photog_tc_hover.png");
}

.btn-photog-th {
    margin: 2px 20px;
    background: url("../img/btn_photog_th.png");
    width: 143px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    float: left;
}

.btn-photog-th:hover {
    background: url("../img/btn_photog_th_hover.png");
}

.btn-photog-vn {
    margin: 2px 20px;
    background: url("../img/btn_photog_vn.png");
    width: 147px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    float: left;
}

.btn-photog-vn:hover {
    background: url("../img/btn_photog_vn_hover.png");
}

.bottom-lens {
    /*background: url('../img/home_bottom_lens.png') no-repeat center center;*/
    /*width: 656px;*/
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    /*height: 202px;*/
    /*left: calc(50% - 328px);*/
    /*background-size: cover;*/
}

@media screen and (max-width: 767px) {
    .bottom-lens img{
        position: absolute;
        bottom: 0px;
        width: 80%;
        left: 10%;

    }
    .btn-photog {
        width: 120px;
        height: 30px;
    }
    .btn-lens-detail {
        width: 120px;
        height: 30px;
    }
}

.lens-icon-corner-text {
    background-image: url('../img/homepage/shadow.png');
    font-size: 10pt;
    width: auto;
    line-height: 260%;
    text-align: right;
    padding: 8px 10px;
}

.lens-icon-corner-icon {
    /*position: absolute;*/
    bottom: 31px;
    right: 138px;
    width: 40%;
    height: 0px;
    float: right;
    max-width: 60px;
}

.lens-icon-corner-text-xs {
    background-image: url('../img/homepage/shadow.png');
    font-size: 6pt;
    width: auto;
    line-height: 15px;
    text-align: right;
    padding: 2px 2px;
}

.lens-icon-corner-icon-xs {
    /*position: absolute;*/
    bottom: 19px;
    right: 135px;
    width: 10%;
    height: 0px;
    float: right;
    max-width: 30px;
}

.h-go {
    display: inline-block;
}

.h-go div {
    display: inline-block;
    cursor: pointer;
}
.h-go img{
    width: 100%;
    height: 100% !important;
}
.homepage-content .wordings .h-go img{
    height: 100% !important;
}

.gwr{
    width: 130px;
    color: #ffe600;
    font-size: 14pt !important;

}

.go-p {
    /*background-image: url('../img/btn_photographers_wo.png');*/
    background-size: cover !important;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(*/
        /*src='/nikkorlanding/yam/img/btn_photographers_wo.png',*/
        /*sizingMethod='scale');*/
height: 106px;
width: 80%;
}

.go-p:hover {
    /*background-image: url('../img/btn_photographers_wo_hover.png');*/

}

.go-g {
    /*background-image: url('../img/btn_view_gallery_wo.png');*/
    background-size: cover !important;
    height: 106px;
    width: 80%;
}

.go-g:hover {
    /*background-image: url('../img/btn_view_gallery_wo_hover.png');*/
}

.go-l {
    /*background-image: url('../img/btn_see_lenes_wo.png');*/
    background-size: cover !important;
    height: 106px;
    width: 80%;
}

.go-l:hover {
    /*background-image: url('../img/btn_see_lenes_wo_hover.png');*/
}

@media screen and (max-width: 767px) {
    .gwr{
        width: 86px;
        font-size: 10pt !important;
    }
    .go-p {
        height: 66.375px;

    }
    .go-g {
        height: 66.375px;

    }
    .go-l {
        height: 66.375px;

    }
}

@media screen and (max-height: 500px) {
    .gwr{
        width: 84px;
    }
    .go-p {

        height: 68px;

    }

    .go-g {
        height: 68px;

    }

    .go-l {
        height: 68px;
        

    }

}

.cs-options {
    max-height: 300px !important;
    overflow-y: scroll !important;
}


/* Gallery */

#owl-slider.owl-gallery .owl-item {
    overflow: hidden
}

#owl-slider.owl-gallery .item img {
    /*    display: none !important;*/
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .owl-gallery .item img {
        display: inherit !important;
    }
    .owl-gallery .item {
        background: none !important;
        ;
    }
}

.filter-option {
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 19px;
}
@media screen and (max-width: 767px) {

    .filter-option {
        text-align: center;
        padding: 10px 0px;
        text-transform: uppercase;
        font-size: 14px;
    }
}

.gallery-content {
    /*padding: 10px 0px;*/
    padding: 0px;
}

.gallery-col {
    padding: 0px 6px;
}


/*
.gallery-col-right {
    padding-left: 4px;
    padding-right: 0px;
}
.gallery-col-left {
    padding-left: 0px;
    padding-right: 4px;
}
*/

.gallery-col img {
    width: 100%;
    /*margin: 4px 0px;*/
    cursor: pointer;
}

.footer-in-content {
    padding: 10px 0px;
    padding-top: 0px;
}

.footer-a {
    color: white;
}

.footer-a:hover {
    color: white;
    text-decoration: underline !important;
}

.menu-footer-a {
    color: black;
    float:right;
    margin-right: 20px;
    margin-top:10px;
}

.menu-footer-a:hover {
    color: black;
    text-decoration: underline !important;
}

.share-btn {
    display: inline-block;
    position: absolute;
    right: 15px;
    /*height: 60px;*/
    top: 0px;
    height: 100%;
}

.share-btn img {
    height: 80%;
    margin-top: 5%;
    /*  height: 36px;
    margin-top: 12px;
    margin-bottom: 12px;*/
    cursor: pointer;
}
.share-btn.hidden-xs{
    width:114px; 
    text-align:right;
}
.share-btn.hidden-xs .fbshare{width:35px; height:auto;}
.share-btn.hidden-xs .twshare img{width:35px !important; height:auto !important;}

@media screen and (max-width: 991px) {
    .wordings,
    .wordings_front {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .share-btn {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 114px;
        padding: 0px;
        height: auto;
        right: 0px;
    }
    .share-btn img {
        height: 35px;
        cursor: pointer;
        margin: 0px;
    }
}

.img-wrapper {
    position: relative;
    /*margin: 12px 0px;*/
    cursor: pointer;
}

.img-wrapper:hover {
    /*outline: 3px solid #ffe600;*/
}


/*
.img-wrapper:hover .img-hover-border{

    border: 3px solid #ffe600; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
*/

.border-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-hover-border {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 3px solid transparent;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.border-wrapper:hover .img-hover-border {
    border: 3px solid #ffe600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img-hover-border-black {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid transparent;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.border-wrapper:hover .img-hover-border-black {
    border: 5px solid black;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-corner-tag {
    position: relative;
}

.side-corner-tag img {
    /*border: 1px solid #ffe600;*/
}

.side-corner-tag img:hover {
    border: 0px;
}

.side-corner-tag span {
    position: absolute;
    top: 4px;
    left: 3px;
    text-transform: uppercase;
    z-index: 1;
}


/* Photographer */

.left-cornor {
    /* width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #ffe600;
    position: absolute;
    top: 0px;
    z-index: 1;*/
    background-image: url('../img/new_label.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.view {
    overflow: hidden;
    position: relative;
}

.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    border: 3px solid #ffe600;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.view .pname {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;

    text-transform: uppercase;
    color: #fff;
/*    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    z-index: 2;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    font-size: 20pt;
    line-height: 100%;
}

.view .pname .inner-pname{
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}


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

    .view .pname {
        font-size: 15pt;
    }

}

.view:hover .mask {
    opacity: 1; 
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);

}
.view:hover .inner-pname{
   opacity: 1; 
   -moz-opacity: 1;
   filter: alpha(opacity=100);
}

.overlay-photog-content-left {
    height: 100%;
    min-height: 100%;
    background-color: white;
    /*background-image: url('../img/content_page_bg.jpg') !important;*/
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100% auto !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.overlay-photog-content-left .small-slider {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.p-hide {
    display: none !important;
}

.p-left {
    position: fixed;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);

    display:none\0;


}

.p-current {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    display:block\0;


}

.overlay-photog-content-right {
    text-align: center;
    /*      min-height: 100%;*/
    width: 100%;
    color: white;
    /*
    position: absolute;
    top: 0px;
    */
}

.fullpage-base-div {
    /*20151021*/
    background-color: black;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    height:100%; padding-top:120px;
}

.fullpage-base-div .section {
    overflow: hidden;
}

.fullpage-base-div .section {
    /*    min-height: 70%;*/
    /*margin-bottom: 20px;*/
}

#fp-nav {
    z-index: 1000;
}

.fp-tableCell {
    vertical-align: top;
}

.photog-content-right-title {
    text-transform: uppercase;
    padding-top: 90px;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .photog-content-right-title {
        min-height: 70%;
    }
}

.photog-content-right-title h2 {
    margin-bottom: 0px;
}

.name-xs {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 300%;
}

.top-xs {
    height: 30%;
    background-position: center center;
    background-size: cover;
    /* 20151021
    height:120px;
    */
    height:150px;
    z-index:100; position:absolute; top:0; left:0
}

.nav-menu-bar-xs {
    text-transform: uppercase !important;
    text-align: center !important;
    width: 100%;
    color: lightgray;
    font-size: 26pt;
    position: absolute;
    bottom: 0px;
    padding-bottom: 1%;
}

@media (max-width: 767px) {
    .nav-menu-bar-xs {
        font-size: 14pt;
    }
}

.nav-menu-bar-xs div {
    display: inline-block;
}

.nav-menu-bar-xs .li {
    min-height: 10px;
}

.top-xs .title {
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
    .top-xs .title{padding-top:30px;}
}

.nav-menu-bar-xs nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: scroll !important;
    /* 1 */
    -webkit-overflow-scrolling: touch !important;
    /* 2 */
}

.nav-menu-bar-xs ul {
    text-align: justify !important;
    /* 3 */
    min-width: 827px !important;
    /* 4 */
}

.nav-menu-bar-xs ul:after {
    /* 5 */
    content: '' !important;
    display: inline-block !important;
    width: 100% !important;
}

.nav-menu-bar-xs li {
    display: inline-block !important;
    /* 6 */
    color: white;
}

.content-xs {
    padding-top: 30px;
}

.nav-dot-xs {
    padding-top: 20%;
    right: 20px !important;
}

.tab-mywork {
    width: 30%;
    cursor: pointer;
}

.tab-mynikkor {
    width: 30%;
    cursor: pointer;
    min-width:93px;
}

.tab-aboutme {
    width: 30%;
    cursor: pointer;
}

.tab-active {
    color: #ffe600;
}

.mywork-col {
    display: flex;
    display: -webkit-box;
    width: 330px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    padding-left: 34px;
    padding-right: 34px;
    max-width: 398px;
}

.mywork-col div {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 110px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    height: 100%;
}

.mywork-col .border-wrapper {
    width: 33%;
    padding-top: 33%;
    float: left
}


/*.mywork-col {
    display: flex;
    display: -webkit-box;
    width: 330px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.mywork-col div {
    width: 110px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    
    height: 110px;
    cursor: pointer;
    }*/

    .mywork-col div div {
        position: absolute;
        top: 0;
        left: 0;
    }


/*.mywork-col div:hover{
    outline: 3px solid #ffe600;
    z-index: 1;
    }*/

    .mywork-col img {
    /*width: 100%;
    height: 100%;*/
    width: 110px;
    height: 110px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    /*    .mywork-col {
        width: 300px;
    }
    .mywork-col div {
        width: 100px;
        height: 100px;
        }*/
    }

    @media screen and (min-width: 768px) and (max-width: 1100px) {
    /*    .mywork-col {
        width: 240px;
    }
    .mywork-col div {
        width: 80px;
        height: 80px;
        }*/
    }

    .mywork .slider-wrapper {
        position: absolute;
        height: 60%;
        width: 90%;
        left: 5%;
    }

    .mywork .top {
        min-height: 10%;
        margin-top: 5%;
        margin-bottom: 2%;
    }

    .mywork .middle {
        height: 60%;
    }

    .mywork .bottom {
        height: 20%;
    }

    .mywork .paragraph {
        height: 30%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        line-height: 200%;
        padding: 10px;
    }

    .mywork .cbp-spmenu-bottom {
        /*width: 70%;*/
        /*width: 100%;*/
        /*width: inherit;*/
    }

    .mynikkor,
    .aboutme {
        background-color: white;
    }

    .mynikkor img {
    /*width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;*/
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 500px;
    height: auto;
}

.mynikkor .top {
    min-height: 10%;
    margin-top: 5%;
    margin-bottom: 2%;
}

.mynikkor .middle {
    height: 70%;
}

.mynikkor .middle img {
    width: auto;
    max-width: 70%;
}

.mynikkor .bottom {
    text-align: center;
    margin-top: -4%;
}

.hc {
    font-family: "FrutigerNextLT-HeavyCond", Arial, sans-serif;
}

.aboutme {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    /*background-attachment: fixed !important;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.white-bg {
    background-image: none !important;
}

.aboutme .top {
    height: 10%;
    margin-top: 5%;
}

.aboutme .video {
    height: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.aboutme .cancel-video {
    width: 30px;
    height: 30px;
    border: none;
    /*background: url(../img/cross.png) no-repeat center center;*/
    background: url('../img/close_small_grey.png') no-repeat top left;
    text-indent: 200%;
    color: transparent;
    outline: none;
    position: absolute;
    top: 0px;
    right: -40px;
    cursor: pointer;
}

.aboutme .cancel-video:hover {
    width: 30px;
    height: 30px;
    border: none;
    /*background: url(../img/cross_hover.png) no-repeat center center;*/
    background: url('../img/close_small_yellow.png') no-repeat top left;
    text-indent: 200%;
    color: transparent;
    outline: none;
}

.section-mynikkor img {
    width: 30%;
}

.section-mynikkor .lens-desc-wrapper {
    padding: 20px;
}

.section-mynikkor .lens-desc {
    display: inline;
    border-bottom: 1px white solid;
    border-top: 1px white solid;
    padding: 4px;
}

.section-mynikkor .desc {
    padding: 0px 15%;
    line-height: 170%;
}

.section-mynikkor .btn-wrapper {
    padding: 20px;
    padding-bottom: 40px;
}

.section-mynikkor .btn-wrapper .left {
    cursor: pointer;
    width: 88px;
    height: 23px;
    border-right: 1px #ffe600 solid;
    padding-right: 4px;
}

.section-mynikkor .btn-wrapper .right {
    cursor: pointer;
    width: 192px;
    height: 23px;
}

.section-aboutme {
    /*background: #EDEDED;*/
    color: black;
    min-height: 100% !important;
    background-image: url('../img/about_bg.png');
    border-bottom: 1px #EDEDED solid;
}

.section-aboutme .photog-content-right-title {
    color: black;
}

.section-aboutme .desc {
    padding: 0px 15%;
    line-height: 170%;
    color: black;
}

@media screen and (max-width: 767px) {
    .section-aboutme .desc,
    .section-mynikkor .desc {
        padding: 0px 10%;
        line-height: 160%;
    }
}

.section-aboutme .video {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /*    padding-bottom: 40px;*/
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    padding-top: 44%;
}

.section-aboutme .video:after,
.section-aboutme .video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 42px;
}

.section-aboutme .video:after {
    left: -40px;
    background: url(../img/left_shadow.png) no-repeat right center
}

.section-aboutme .video:before {
    right: -40px;
    background: url(../img/right_shadow.png) no-repeat right center
}

.section-aboutme .video iframe {
    pointer-events: none;
    /*    min-height: 200px;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*    box-shadow: -10px 0 10px -10px #333, 10px 0 10px -10px #333;*/
}

.section-aboutme .video .iw {
    position: relative;
}

.section-aboutme .video .iw .lefts {
    position: absolute;
    height: 100%;
    left: -41px;
}

.section-aboutme .video .iw .rights {
    position: absolute;
    height: 100%;
    right: -41px;
}

@media screen and (max-width: 991px) {
    .fullpage-base-div {
        /*height: 70%;*/
    }
}

@media screen and (max-width: 767px) {
    .section-aboutme {
        /*min-height: 1200px !important;*/
        /*    padding-bottom: 200px;*/
    }
    .section-aboutme .video iframe {
        pointer-events: inherit;
    }
}

.nav-dot {
    height: 10%;
    width: 20px;
    position: absolute;
    top: 45%;
    right: 25px;
    z-index: 1;
}

@media screen and (max-height: 500px) {
    .nav-dot{
        top: 25%;
    }
}
.nav-dot ul li {
    height: 20px;
    min-height: 20px;
}

.nav-dot div {
    background-image: url('../img/bullets.png');
    height: 20px;
    width: 20px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}



.nav-dot .dot-active {
    background-image: url('../img/bullets_white.png');
}

.nav-dot .black-dot {
    background-image: url('../img/bullets_grey.png');
}
@media (min-width: 768px) {

    .nav-dot div:hover {
        background-image: url('../img/bullets_white.png');
    }
    .nav-dot .black-dot:hover {
        background-image: url('../img/bullets_black.png');
    }
}
.nav-dot .dot-active-black {
    background-image: url('../img/bullets_black.png');
}

#fullpage .prev {
    float: left;
}


/*#owl-slider-p{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
    }*/

    #owl-slider-p .item img {
        display: block;
        /*  width: 100%;*/
        /*  height: auto;*/
        max-height: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 600px;
    /*
    display: block;
    margin-left: auto;
    margin-right: auto;
    */
}

.overlay .share {
    display: none
}

#owl-slider-p .item .share {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 20px;
    right: 0px !important;
}

#owl-slider-p .item .share img {
    width: 30px;
    display: inline-block;
    display: inline;
    height: auto;
    margin: 1px;
}

#owl-slider-p .item .zoomin {
    position: absolute;
    top: 0px !important;
    right: 0px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    background: url("../img/zoomin.png");
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.overlay-photog-content-left .middle #owl-slider-p .item .zoomin {
    right: 0px !important;
}

.overlay-photog-content-left .owl-carousel .owl-item {
    text-align: center
}

.overlay-photog-content-left .owl-carousel .owl-item .item {
    position: relative;
    display: inline-block;
}

#owl-slider-p .item .zoomin:hover {
    background: url("../img/zoomin_hover.png");
}

.zoomout {
    position: absolute;
    top: 0px;
    right: 1px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    background: url("../img/zoomout.png");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.zoomout:hover {
    background: url("../img/zoomout_hover.png");
}


/* Lenses - Zoom */

.overlay-image-zoom {
    /*background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100% auto !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    */
    background: black;
    overflow: scroll;
}

.big-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.big-img-wrapper img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.big-img-wrapper .view-finder {
    position: absolute;
    z-index: 1;
    top: 0;
}

.v-sliderbar {
    position: absolute;
    top: 40px;
    right: 60px;
}

.shutter {
    width: 120px;
    height: 10%;
    position: absolute;
    right: 60px;
    bottom: 0px;
    overflow: hidden;
    border: none;
    background: url('../img/shutter.png') no-repeat center center;
    color: transparent;
    outline: none;
    z-index: 1000;
    background-size: cover;
    cursor: pointer;
}

.ui-widget-content {
    height: 200px;
    background-image: none;
    background: white;
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    bottom: 48%;
    height: 21px;
    width: 33px;
    left: -12px;
    background-image: url('../img/vertical_slider_handler.png');
}

.ui-slider-range.ui-widget-header.ui-slider-range-min {
    display: none;
}


/* Videos */

.my-modal-content {
    width: 100%;
    height: 100%;
    margin: none;
    padding: none;
}

.my-modal-body {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    margin: none;
    padding: none;
}

.closebtn {
    z-index: 1000;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    border: none;
    background: url(../img/cross_white.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    cursor: pointer;
}

.closebtn:hover {
    background: url(../img/cross_hover.png) no-repeat center center;
}

.modal-backdrop {
    z-index: -1;
    display: none;
}

.modal-backdrop.fade {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.fade.in {
    opacity: 0.8;

    -moz-opacity: 0.8;
    filter: alpha(opacity=80);}

    .modal-open .modal {
        background: rgba(0, 0, 0, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    }

    .iframestyle {
        width: 100%;
        height: 100%;
        border: none;
    }

    .video-content iframe {
        min-height: 300px;
    }

    .video-wrapper {
        background-color: white;
        margin-bottom: 10px;
        font-size: 12pt;
        cursor: pointer;
        height:98%;
    }

    .video-wrapper:hover {
        /*outline: 3px solid #ffe600;*/
    }

    .video-wrapper .yt-wrapper {
        position: relative;
    }
    .video-wrapper .yt-wrapper .btn-play-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: url(../img/play-hq.png) center center no-repeat;
        background-size: 15%;
    }

    .video-wrapper .yt-wrapper .newvideo {
        background-image: url(../img/new_label.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 1;
    }

/*.video-wrapper .yt-wrapper .btn-play-wrapper img{
        width: 20%;
    margin-left: auto;

    margin-right: auto;
}
*/
.video-wrapper .yt-wrapper .btn-play {
   /* position: absolute;
    width: 100px;
    height: 68px;
    top: calc(50% - 34px);
    left: calc(50% - 50px);*/
}

.video-wrapper .span-wrapper {
    padding: 20px;
}

.videos-body-html {
    background-color: lightgrey;
}

.video-lens-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background: black;
    color: #ffe600;
    font-family: "FrutigerNextLT-HeavyCond", Arial, sans-serif;
    line-height: 240%;
}

.lamp {
    width: 100%;
}

.lamp th,
td {
    padding: 10px;
}

.lam td {
    width: 100%;
}

.lamp th {
    width: 40px;
}

.lamp1 {
    width: 200px;
    border: 1px solid gray;
    height: 80px;
    cellspacing: 1px;
    cellpadding: 1px;
}

.lamp1 td {
    width: 100% height: 80px;
}

.lamp1 th,
td {
    padding: 10px;
}

.lamp1 th {
    width: 40px;
}


/* NEWS */

.lead {
    line-height: 110%;
    margin: 6px 0px;
}

.news-wrapper {
    /*outline: 1px lightgray solid;*/
    background-color: white;
    border: 3px transparent solid;
    margin: 6px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-wrapper:hover {
    outline: none;
    border: 3px solid #ffe600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-col {
    padding: 12px 6px !important;
    padding-top: 0px !important;
}

.news-space-border {
    outline: 1px solid lightgrey;
    /* padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-space-border:hover {
    outline: 3px solid #ffe600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-img {
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .news-img {
        padding: 15px;
    }
}

.news-span-style {
    overflow: hidden;
    color: grey;
    padding: 30px;
    padding-left: 0px;
}

.news-span-style .lead {
    color: black;
}

.news-span-style .lead h8 {
    display: block;
    line-height: 110%;
}

.owl-carousel .owl-wrapper-outer,
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    height: 100%
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .news-span-style {
        padding: 15px 0px;
    }
}

.videos-body-html {
    background-color: lightgrey;
}

.news-image-style {
    width: 100%;
    height: 100%;
}

.news-left-cornor {
    background-image: url('../img/new_label.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 1;
}


/* LENSE */

.lense-col {
    padding: 0px;
}

.lense-col-left {
    padding-right: 6px;
}

.lense-col-right {
    padding-left: 6px;
}

@media screen and (max-width: 767px) {
    .lense-col-left {
        padding-right: 0px;
    }
    .lense-col-right {
        padding-left: 0px;
    }
}

.lense-header {
    /*padding: 20px;*/
    padding-top: 0px;
}

#bar {
    padding-top: 12px;
    padding-bottom: 22px;
}
#bar div, #flow-bar div {
    display: inline;
}

.lense-header .lense-header-title {
    padding: 8px;
    cursor: pointer;
}


@media screen and (min-width: 768px) {
    .lense-header .lense-header-title:hover {
        background-color: #ffe600;
    }
}

@media \0screen {
    .lense-header .lense-header-title:hover {
        background-color: #ffe600;
    }
}

.title-selected {
    background-color: #ffe600;
}

.lt-wrapper {
    padding: 0px 6px;
}

.lense-title {
    width: 100%;
    text-align: center;
    background-color: #ffe600;
    display: block;
    padding: 8px 0px;
    margin-top: 60px;
    font-family: "FrutigerNextLT-BoldCond", Arial, sans-serif;
}

.lz {
    margin-top: 0px;
}

.lense-img-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: black;
    color: lightgrey;
    text-align: center;
    padding: 20px 12px;
    position: relative;
    bottom: auto;
}

.lense-img-bottom .lense-name {
    line-height: 100%;
}

.lense-img-bottom .img-lens {
    width: 100px;
/*    height: 60px; */
    position: absolute;
    top: -30px;
    left: 20px;
}

.lense-photog-img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.lense-photog-img img {
    width: 60px !important;
    height: 60px !important;
}

@media screen and (max-width: 767px) {
    .lense-photog-img img {
        width: 40px !important;
        height: 40px !important;
    }
}

.lense-img-wrapper {
    /*margin: 12px 0px;*/
}

.flow-bar {
    position: absolute;
    background-color: #EDEDED;
    z-index: 100;
    padding: 20px;
}

.flow-bar .btn-menu {
    position: absolute;
    right: 20px;
}

@media screen and (max-width: 767px) {
    .flow-bar {
        padding: 20px 15px;
    }
    #bar {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 1100px) {
    .lense-img-bottom .img-lens {
        width: 66px;
/*        height: 40px; */
        position: absolute;
        top: -30px;
        left: calc(50% - 33px);
    }
    /*    .lense-img-bottom .lense-name {
        line-height: 400%;
        }*/
    }

    .section-photographer,
    .section-works {
        min-height: 0px !important;
    }

    .section-photographer .photo-wrapper {
        position: relative;
    }

    .section-photographer .photo-wrapper img {
        width: 70%;
    }

    .section-photographer .photo-wrapper .name {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);

        width: 100%;
        left: 0px;
        bottom: 0px;
        text-transform: uppercase;
    }

    .section-photographer .photo-wrapper h9 {
        line-height: 280%;
    }

    .section-works {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .section-photographer img,
    .section-works img {
        width: 70%;
        /*padding: 4px 0;*/
    }

    .section-photographer .border-wrapper,
    .section-works .border-wrapper {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
        cursor: pointer;
    }

    .section-photographer .border-wrapper img,
    .section-works .border-wrapper img {
        width: 100%;
    }

    .big-arrow {
        position: absolute;
        /*left: calc(50% - 75px);*/
        top: 45px;
        /*width: auto !important;*/
        width: 100%;
        text-align: center;
        /*cursor: pointer;*/
    }
    .big-arrow img{
        width: 50% !important;
    }

    .lense-content-right-title {
        padding-top: 0px
    }

    .lense-bottom {
        background-image: url('../img/new_tag.png');
        background-repeat: no-repeat;
        padding: 0px 10%;
        margin: 10px;
    }

    @media screen and (max-width: 767px) {
        .lense-middle {
            padding-top: 30px !important;
        }
    }

    .lense-bottom-xs {
        margin: 0px;
    }

    .lense-bottom .lens-desc-wrapper {
        padding: 20px;
        padding-top: 60px;
    }

    .lense-bottom .lens-desc {
        display: inline;
        border-bottom: 1px black solid;
        border-top: 1px black solid;
        padding: 2px;
        line-height: 140%;
    }
    @media screen and (max-width: 767px) {
        .lense-bottom .lens-desc {
            line-height: 160%;

        }
    }
    .lense-bottom .btn-wrapper {
        padding: 20px;
        padding-bottom: 40px;
    }

    .lense-bottom .btn-wrapper .left {
        width: 88px;
        height: 23px;
        border-right: 1px #ffe600 solid;
        padding-right: 4px;
        margin: 0px;
        display: inline;
        cursor: pointer;
    }

    .lense-bottom .btn-wrapper .right {
        width: 192px;
        height: 23px;
        margin: 0px;
        display: inline;
        cursor: pointer;
    }

    .lense-middle {
        padding-top: 90px;
    }

    .npcbtn {
        right: 15px !important;
    }

    .welcome {
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        /* Firefox */
        -webkit-animation: fadein 2s;
        /* Safari and Chrome */
        -o-animation: fadein 2s;
        /* Opera */
    }

    .byebye {
        animation: fadeout 2s;
        -moz-animation: fadeout 2s;
        /* Firefox */
        -webkit-animation: fadeout 2s;
        /* Safari and Chrome */
        -o-animation: fadeout 2s;
        /* Opera */
    }

    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @-moz-keyframes fadein {
        /* Firefox */
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadein {
        /* Safari and Chrome */
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @-o-keyframes fadein {
        /* Opera */
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes fadeout {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeout {
        /* Firefox */
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeout {
        /* Safari and Chrome */
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }

    @-o-keyframes fadeout {
        /* Opera */
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }

    @media screen and (min-width: 1680px) {
        .custom-4-col {
            width: 25%;
            display: block !important;
        }
    }

    .masonry {
        margin-left: auto;
        margin-right: auto;
        content: '';
        display: block;
        clear: both;
    }

    .masonry img {
        width: 100%;
        height: auto;
        display: block;
    }

    .gm {
        max-width: 1680px;
    }

    .gm-sizer,
    .gm-item {
        width: 33.333%;
    }

    .gm-item {
        float: left;
        padding: 6px;
    }

    @media only screen and (max-width: 767px) {
        .gm-sizer,
        .gm-item {
            width: 100%;
        }
    }

    @media only screen and (min-width: 768px) {
        .gm-sizer,
        .gm-item {
            width: 33.333%;
        }
    }

    @media only screen and (min-width: 1680px) {
        .gm-sizer,
        .gm-item {
            width: 25%;
        }
    }

    .pm-sizer,
    .pm-item {
        width: 25%;
        width: 24.9% \0;
    }

    .pm-item {
        float: left;
        padding: 6px;
    }

    @media only screen and (max-width: 767px) {
        .pm-sizer,
        .pm-item {
            width: 100%;
        }
    }

    @media only screen and (min-width: 768px) {
        .pm-sizer,
        .pm-item {
            width: 25%;
            width: 24.9% \0;
        }
    }

    @media only screen and (min-width: 1680px) {
        .pm-sizer,
        .pm-item {
            width: 20%;
            width: 19.9% \0;
        }
    }

    @media only screen and (min-width: 1920px) {
        .pm-sizer,
        .pm-item {
            width: 16.66%;
        }
    }

    .lm-sizer,
    .lm-item {
        width: 50%;
    }

    .lm-item {
        float: left;
        padding: 6px;
    }

    @media only screen and (max-width: 767px) {
        .lm-sizer,
        .lm-item {
            width: 100%;
        }
    }

    @media only screen and (min-width: 768px) {
        .lm-sizer,
        .lm-item {
            width: 50%;
        }
    }

    @media only screen and (min-width: 1680px) and (max-width: 1919px) {
        .lm {
            max-width: 1680px;
        }
        .lmt {
            max-width: 1668px;
        }
        .lm-sizer,
        .lm-item {
            width: 50%;
        }
    }

    @media only screen and (min-width: 1920px) {
        .lm-sizer,
        .lm-item {
            width: 33.33%;
        }
    }

    .vm-sizer,
    .vm-item {
        width: 33.333%;
    }

    .vm-item {
        float: left;
        padding: 3px 6px;
    }

    @media only screen and (max-width: 767px) {
        .vm-sizer,
        .vm-item {
            width: 100%;
        }
    }

    @media only screen and (min-width: 768px) {
        .vm-sizer,
        .vm-item {
            width: 33.333%;
        }
    }


    /* responseive custom */

    .visible-xs-cus {
        display: none !important;
    }

    @media (max-width: 768px) {
        .hidden-xs-cus {
            display: none !important;
        }
        .visible-xs-cus {
            display: block !important;
            opacity: 1;
            -moz-opacity: 1;
            filter: alpha(opacity=1);
        }
        .col-sm-4-cus {
            width: 33.33333333%;
        }
        .col-xs-12-cus {
            width: 100%;
        }
        .hidden-sm-cus {
            display: none !important;
        }
        .owlpd .item img {
            display: inherit !important;
        }
        .owlpd .item {
            background: none !important;
        }
        .tc .tab-mywork, .tc .tab-aboutme {
            width:26%;
        }      
        .tc .tab-mynikkor {    
             min-width:132px;
        } 
    }

    @media (width: 768px) {
        .visible-xs-cus {
            line-height: 200%;
        }
    }

    .no-results {
        text-align: center;
    }

    @media (max-width: 360px) {
        .home-body h8{font-size:12px; line-height:160%; display:block}
        .home-body .h-go{width:110%; margin-left:-5%; }
        .wordings img {height: 30px !important;}
    }

    @media (max-height: 310px) {
        .home-body h8{font-size:9px; line-height:130%; display:block}
        .h-go #himg1{height:30px !important; width:auto; }
        .h-go #himg2{height:30px !important; width:auto; }
        .h-go #himg3{height:30px !important; width:auto; }
        .go-g {height:31px;}
        .go-l {height:31px;}
        .go-p {height:31px;}
    }

    .section-mywork {
        margin-top: 30px;
    }

    .modal-open .flow-bar{
        display: none;
    }

    @media (min-width: 767px) and (max-width: 991px) {

        .video-wrapper {
            font-size: 10pt;
        }
    }

    .fullpage-base-divhk {
        /*20151021*/
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        height:100%; padding-top:120px;
    }

    .fullpage-base-divhk .section {
        overflow: hidden;
    }

    .fullpage-base-divhk .section {
        /*    min-height: 70%;*/
        /*margin-bottom: 20px;*/
    }
    @media (min-width: 769px) {
        .fullpage-base-div-pg{
            padding-top: 0px !important;
        }
    }

.h-go .gwr span {display:inline-block;}

.share-btn a:focus, .share-btn a:hover {text-decoration: none;}


/*Tips and Tricks 2016-12-23*/
.tips-tricks .filter-option {margin-bottom: 25px;}

#lenses-glossary .lens-glossary-head {width: 870px; margin:0 auto; margin-bottom: 50px;}

#lenses-glossary .lens-glossary-head #inbound-link-menu {padding:0; margin:0;}

#lenses-glossary .lens-glossary-head #inbound-link-menu li {float:left;}

#lenses-glossary .lens-glossary-head #inbound-link-menu a{display:block; background-color: #2f2f2f; width:70px; height:34px;
    margin-left:8px; margin-bottom:8px; text-transform: uppercase; color:#FFF; font-weight: bold; font-size: 24px; text-decoration: none;
     border-radius:5px; font-family: "FrutigerNextLT-HeavyCond", Arial, sans-serif;}

.tips-tricks .tips-container{max-width: 1150px; margin:0 auto; padding-bottom: 50px;}

.tips-tricks .tips-container .tips-entry {margin-bottom: 60px;}

.tips-tricks .tips-container .tips-entry .tips-right {float:left; width:62%;}

.tips-tricks .tips-container .tips-entry .tips-img {width: 36%; float:left;}

.tips-tricks .tips-container .tips-entry .tips-img img {max-width: 100%; padding-right:20px;}

.tips-tricks .tips-container .tips-entry .lens-label {border-radius: 6px; background-color: #2f2f2f; color:#FFF; font-weight: bold; font-size: 36px; width:110px; height:50px;
    text-align: center; font-family: "FrutigerNextLT-HeavyCond", Arial, sans-serif; cursor:default; margin-bottom: 18px; text-transform: uppercase;}

.tips-tricks .tips-container .tips-entry .content-heading {font-weight: bold; font-family: "FrutigerNextLT-HeavyCond", Arial, sans-serif; font-size: 20px; margin-bottom:0;}

.tips-tricks #care-storage .tips-container .tips-entry .content-heading {margin-bottom: 20px;}

.tips-tricks .tips-container .tips-entry .tips-content {line-height: 24px; font-size: 16px}

@media (max-width: 768px) {
    #lenses-glossary .lens-glossary-head {width: 100%;}
    #lenses-glossary .lens-glossary-head #inbound-link-menu li {width: 16.5%;}
    #lenses-glossary .lens-glossary-head #inbound-link-menu li a{width: auto; font-size: 20px; line-height: 35px; margin-bottom: 6px;}
    .tips-tricks .tips-container .tips-entry .tips-img {width: 100%; margin-bottom: 20px; float: none;}
    .tips-tricks .tips-container .tips-entry .tips-img img {padding-right: 0; width: 100%;}
    .tips-tricks .tips-container .tips-entry .tips-right {float:none; width: 100%;}
    .tips-tricks .tips-container .tips-entry .lens-label { width: 100px; height: 40px; font-size: 30px;}
    .tips-tricks .tips-container .tips-entry {margin-bottom: 40px;}
    .tips-tricks .tips-container .tips-entry .content-heading {line-height: 24px;}
    .header .wordings {padding-top: 45px;}
}

@media (max-width: 360px) {
    #lenses-glossary .lens-glossary-head #inbound-link-menu li a  {font-size: 14px;}
}
/*Tips and Tricks 2016-12-23 ends*/

.header div img.anniversary {
    margin-left:10px;
}