@charset "UTF-8";
.page {
    background: #fff;
    position: relative;
}

.page.full-height {
    min-height: 100vh;
}

.page.white {
    background: #fff;
}

.page.black {
    background: #000;
}

.page.grey {
    background: #f6f6f6;
}

.page.full-page {
    width: auto;
    height: 100%;
    position: relative;
}

.page-top .video-title {
    position: fixed;
    left: 0;
    right: 0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom:3.9rem;
    right:0;
    width:100%;
    padding:0 3rem;
    text-align:right;
}
.page-top .video-title .text-area {
    width: 100%;
    max-width: calc( 1440px);
    margin: 0 auto;
    color:#fff;
    font-weight: 700;
}
.page-top .video-title .text-area span {
    font-size:12px;
    position: relative;
    top:-2px;
}

.page.full-page.height-300 {
    min-height: 300px !important;
    max-height: 300px !important;
    height: 300px !important;
}

.page.full-page.height-600 {
    min-height: 600px !important;
    max-height: 600px !important;
    height: 600px !important;
}


.page .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


.page .bg .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.page .bg .back.image {
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}


.page .bg .video {
}

.page .bg .video video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.page-top {
    background: #000;
}


.page-top-box {
    background: #fff;
    max-width: 30.5625rem;
    width:100%;
    padding: 9.375rem 5.625rem 4.375rem;
    position: relative;
    margin-left: -5.625rem;
    display: inline-block;
    box-shadow: 3.536px 3.536px 14.25px 0.75px rgba(39, 39, 39, 0.1);
    /*-webkit-transition: all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);*/
    /*-moz-transition: all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);*/
    /*-o-transition: all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);*/
    /*transition: all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000); !* easeInOutQuint *!*/
}

.videoplayer-opened .page-top-box {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.page-top-box h1 {
    font-weight: 900;
    margin-bottom: 1.1875rem;
    /*letter-spacing: -0.025em;*/
    /*text-align: justify;*/
    /*max-width: 30.25rem;*/
    /*white-space: nowrap;*/
}
.page-top-box .top-sub-title {
    font-size:1.125rem;
    padding-bottom:2.5rem;

}
.page-top-box a svg {
    height:3.3125rem;
}

.page-top-box a:nth-child(1) svg{
    max-width:7.25rem;
}
.page-top-box a:nth-child(2) svg{
    max-width:6.4375rem;
}
.page-top-box a:nth-child(3) svg{
    max-width:5.5625rem;
}
.page-top-box a:nth-child(4) svg{
    max-width:3.375rem;
}

.page-top-box h1 a {
    color:#000;
    opacity:.4;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;}

.page-top-box h1 a.active {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 1;
}

.page-top-box p {
    color: #666;
    line-height: 1.5;
    width: 31.25rem;
    font-size:1rem;
    margin-bottom: 1.65rem;
    letter-spacing: -0.025em;
}

.page-top-box .page-sub-menu {
    margin-bottom: 3.75rem;
}

.page-top-box .page-sub-menu ul {
    font-size: 0px;
}

.page-top-box .page-sub-menu ul li {
    display: inline-block;
    line-height: 1.125rem;
    font-size: 1.125rem;
}


.page-top-box .page-sub-menu ul li:after {
    content: '•';
    margin: 0 1rem;
    font-size: .65rem;
    display: inline-block;
    vertical-align: top;
}

.page-top-box .page-sub-menu ul li:last-child:after {
    content: none;
}

.page-top-box .page-sub-menu ul li a {
    font-weight: 700;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    cursor: pointer;
}

.page-top-box.dark a svg{
    fill: #fff;
}

.page-top-box.black a svg{
    fill: #fff;
}

.no-mobile .page-top-box .page-sub-menu ul li:hover a {
    color: #46bebe;
}

.page-top-box .cta {
    text-align: right;
}

.page-top-box .cta .btn-show-video {
    border: 2px solid #000000;
    display: inline-block;
    font-size: 1rem;
    color: #333;
    font-weight: 700;
    text-align: center;
    width: 12.5rem;
    padding-left:.4rem;
    line-height: calc(3.5rem - 4px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.no-mobile .page-top-box .cta .btn-show-video:hover {
    background-color: #000;
    color: #fff;
}

.page-top .btn-page-nav {
    position: fixed;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-top .btn-page-nav.btn-page-prev {
    left: 2.5rem;
}
.page-top .btn-page-nav.btn-page-next {
    right: 2.5rem;
}

.page-top .btn-page-nav a {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
}

.page-top .btn-page-nav a i {
    width: 3rem;
    height: 3rem;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 1.25rem;
    line-height: calc(3rem - 2px);
    border: .1rem solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .8rem;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}


.no-mobile .page-top .btn-page-nav a:hover i {
    background: #fff;
    color: #000;
}

.page-top .btn-more {
    position: fixed;
    bottom: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.page-top .btn-more a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
}

.page-top .btn-more a i {
    display: block;
    font-size: 1.25rem;
    -webkit-animation: moreMotion infinite 1200ms;
    -o-animation: moreMotion infinite 1200ms;
    animation: moreMotion infinite 1200ms;
}

.page-content {
    min-height: 100%;
    /* display: flex; */
    /* align-items: center; */
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    padding:12rem 0 10.625rem;
    /*height: 0;*/
    /*-webkit-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000);*/
    /*-moz-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000);*/
    /*-o-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000);*/
    /*transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); !* easeInOutQuint *!*/
}


#ci .page-content {
    padding:12rem 0 13rem;

}


.page-top-box h1 a {
    color: #000;
}
.page-top-box h1 a.active svg{
    fill: #000000;
}

.no-mobile .page-top-box h1:hover a {
    color: #bbbbbb;
}
.no-mobile .page-top-box h1 a:hover {
    color: #000 !important;
}




/*.page-top-box.dark*/
.page-top-box.dark {
    background: #353535;
    color: #fff;
}

.page-top-box.dark,
.page-top-box.dark p,
.page-top-box.dark a {
    color: #fff;
}

.page-top-box.dark .btn-show-video {
    border-color: #fff;
    color: #fff;
}

.no-mobile .page-top-box.dark .btn-show-video:hover {
    background-color: #fff;
    color: #000;
}


.page-top-box.dark h1 a {
    color: #4b4b4b;
}

.page-top-box.dark h1 a svg {
    fill: #4b4b4b;
}

.page-top-box.dark h1 a.active {
    color: #ffffff;
}

.page-top-box.dark h1 a.active svg {
    fill: #ffffff;
}

.no-mobile .page-top-box.dark h1:hover a {
    color: #4b4b4b !important;
}



.no-mobile .page-top-box.dark h1 a:hover {
    color: #ffffff !important;
}

/*.page-top-box.black*/
.page-top-box.black {
    background: #000;
    color: #fff;
}

.page-top-box.black,
.page-top-box.black p,
.page-top-box.black a {
    color: #fff;
}

.page-top-box.black .btn-show-video {
    border-color: #fff;
    color: #fff;
}

.no-mobile .page-top-box.black .btn-show-video:hover {
    background: #fff;
    color: #000;
}


.page-top-box.black h1 a {
    color: #333333;
}

.page-top-box.black h1 a svg {
    fill: #333333;
}

.page-top-box.black h1 a.active {
    color: #ffffff;
}

.page-top-box.black h1 a.active svg {
    fill: #ffffff;
}

.no-mobile .page-top-box.black h1:hover a {
    color: #333333 !important;
}


.no-mobile .page-top-box.black h1 a:hover {
    color: #ffffff !important;
}


/*pagination*/
.pagination ul {
    padding:  2.188rem 0;
}

.pagination ul li {
    display: inline;
    font-size:1.188rem;
    text-align:center;
    padding:0.875rem;
    cursor: pointer;
    color:#bebebe;
    font-weight: bold;
}
.pagination ul li:first-child{
    padding:0.875rem 0rem;

}
.pagination ul li:last-child{
    padding:0.875rem 0rem;

}
.no-mobile .pagination ul li:not(.active ):not(.cursor-n ):hover{
    color:#46bebe;
}

.pagination ul li.active{
    color: #333;

}

.pagination ul li.arrow-btn{
    color: #bebebe;
}
.pagination ul li.cursor-n {
    cursor: no-drop ;
}



/*page-top-box.grey*/
.page-top-box.grey {
    background: #dcdcdc;
}

.page-top-box.grey h1 a {
    color: #bbbbbb;
}

.page-top-box.grey h1 a svg{
    fill: #bbbbbb;
}

.page-top-box.grey h1 a.active{
    color: #000000;
}

.page-top-box.grey h1 a.active svg{
    fill: #000000;
}

.no-mobile .page-top-box.grey h1:hover a{
    color: #bbb !important;
}

.no-mobile .page-top-box.grey h1 svg:hover {
    fill: #000 !important;

}


.bg-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.25rem;
    text-align: right;
}

.bg-caption .label {
    font-weight: 700;
    color: #fff;
}

@keyframes moreMotion {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }

    80% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        opacity: 0;
    }
}


/*only ie11*/

_:-ms-fullscreen, :root .page .bg .video video {
    position: fixed;
}

.map_btn {
    margin-top: 15px;
    border: 1px solid #000000;
    display: inline-block;
    font-size: .8rem;
    color: #333;
    font-weight: 700;
    text-align: center;
    line-height: calc(3rem - 4px);
    padding: 0 1.6rem 0 1.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    border-radius: 50px;
    cursor: pointer;
}

.no-mobile .map_btn:hover {
    background-color: #000;
    color: #fff;
}

.portfolio-content-block  {
    opacity: 0;
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 1200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: -moz-transform 1200ms cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 1200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: -o-transform 1200ms cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 1200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform 1200ms cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 1200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.page.in .portfolio-content-block  {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.top_menu_tab.action_active_on  {
    animation-name: top_text;
    animation-duration: 2.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes top_text {
0 { opacity:0; }
100% { opacity:1; }
}

@media only screen and (max-width: 768px) {
    .page-top-box a svg {
        height:12.5vw !important;
    }
}
