﻿@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    
    margin: 0;
    padding: 0;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

body:before {
    background: none;
}

a {
    cursor: default;
    text-decoration: none;
    transition: all .5s;
}

img {
    width: 100%;
    height: auto;
}



/* ==== ==== ==== ==== ==== ==== ==== ==== Navigation A ==== ==== ==== ==== */
#nav {
    #top: 0;
    bottom: 0;
    left: 0;
    
    width: 100%;
    z-index: 3;
    position: fixed;
}

div.sort {
    padding-left: 10vw;
    padding-right: 10vw;
}
div.sort > div {
    float: left;
}
div.sort > div.R {
    float: right;
}

div.sort > div.L, div.sort > div.R {
    width: 50%;
}
div.sort > div.L > a {
    padding-right: 16px;
}
div.sort > div.L > a:before {
    content: "";
}
div.sort > div.L > a span {
    display: block;
}

div.sort > div.R > a {
    padding-left: 16px;
}

div.sort > div > a {
    height: 10vh;
    display: table-cell;
    vertical-align: middle;
}
div.sort > div > a:hover {
    transform: scale(.9);
}

/* ==== ==== ==== ==== ==== ==== ==== ==== Navigation B ==== ==== ==== ==== */
.nov {
    bottom: 0;
    
    width: 100%;
    z-index: 3;
    position: fixed;
    
    padding-left: 10%;
    padding-right: 10%;
}
.nov > div {
    width: 100vw;
    
    padding-left: 36px;
    padding-right: 36px;
}
.nov > div > div {
    max-width: 991px;
}

/* New Add */
.nov span.relative {
    width: 50%;
    display: inline-block;
    position: relative;
}

.nov span.Left {
    float: left;
}
.nov span.Right {
    float: right;
}

.nov a {
    height: 10vh;
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 16px;
}

.nov a.logo {
    max-width: 250px;
}



/* ==== ==== ==== ==== ==== ==== ==== ==== Header ==== ==== ==== ==== */
header {
    width: 100%;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

header > div {
    height: auto;
}

header .vh65 {
    width: 100vw;
    
    height: 90vh;
    display: table-cell;
    vertical-align: middle;
    
    #padding-top: 10vh;
}
header .vh25 {
    width: 100vw;
    
    height: 25vh;
    display: table-cell;
    vertical-align: middle;
    
    padding: 36px;
}
header .vh10 {
    width: 100vw;
    
    height: 10vh;
    display: table-cell;
    vertical-align: middle;
    
    padding-left: 36px;
    padding-right: 36px;
}

.vh65 h1 {
    display: inline-block;
    
    margin-top: -10vh;
    margin-bottom: 0vh;
    
    #margin: 0;
    #padding-bottom: 36px;
}
.vh65 h1 > span {
    display: block;
    margin-top: -2vw;
    padding-bottom: 2.5vw;
}
.vh65 p {
    margin-top: 0;
}
.vh65 p.s {
    margin-top: 16px;
    margin-bottom: 0;
}
.vh65 a {
    width: auto;
    display: inline-block;
    padding: 11px 22px 11px 25px;
    border-radius: 44px;
}
.vh65 a:hover {
    transform: scale(.92);
    transition: all .5s;
}

.vh25 h3, .vh10 h3 {
    margin: 0;
}
.vh25 h3 {
    padding-bottom: .35em;
}
.vh25 p {
    margin: 0;
}



/* ==== ==== ==== ==== ==== ==== ==== ==== Block ==== ==== ==== ==== */
.block {
    padding: 32px 32px 32px 32px;
}

.blocks {
    padding: 0px 32px 32px 32px;
}

.explore {
    width: 100%;
    height: auto;
}

.explore.background {
    padding: 5% 10%;
    #background-size: cover;
    background-repeat: repeat;
    #background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.explore.background a {
    width: auto;
    margin: 32px;
    display: block;
    padding: 16px;
}
.explore.background a:hover {
    transform: scale(.96);
    transition: all .5s;
}

.explore h3 {
    margin-top: 0;
}
.explore p {
    margin-bottom: 0;
}

.explore > div {
    margin: 0;
}
.explore > div:before, .explore > div:after {
    content: "";
    display: table;
}
.explore > div:after {
    clear: both;
}

.explore > div > div {
    position: relative;
    float: left;
}
.explore > div > div.box {
    width: 33.3333%;
}

.explore > div > div.L, .explore > div > div.R {
    width: 50%;
}
.explore > div > div.L {
    padding-right: 16px;
}        
.explore > div > div.R {
    padding-left: 16px;
}

div.L > div, div.R > div {
    widows: 100vw;
    height: 500px;
    display: table-cell;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 32px;
}



/* ==== ==== ==== ==== ==== ==== ==== ==== Footer ==== ==== ==== ==== */
footer {
    height: auto;
    padding: 128px 32px;
    #margin-bottom: 10vh;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

footer > div {
    margin: 0;
    padding: 32px 0px;
}
footer > div:before, footer > div:after {
    content: "";
    display: table;
}
footer > div:after {
    clear: both;
}

footer > div > div {
    float: left;
    width: 25%;
    position: relative;
    padding: 16px;
}

footer > div > div.slider3x, footer > div > div.slider4x, footer > div > div.slider5x {
    width: 100%;
}

footer h3, footer p.title {
    margin-top: 0;
}
footer p.footer {
    margin-top: 64px;
    padding-bottom: 10vh;
}

footer a {
    display: block;
    padding-bottom: 16px;
}
footer a > span.text {
    display: none;
}
footer a.icon:hover {
    padding-left: 36px;
}
footer a:hover > span.text {
    display: block;
    margin-top: 16px;
    padding: 16px;
}

@media (max-width: 1380px) {
    footer > div > div {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .explore > div > div.box, .explore > div > div.L, .explore > div > div.R, footer > div > div {
        width: 100%;
    }
    
    .explore > div > div.L {
        padding-right: 0px;
    }
    .explore > div > div.R {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    #nav {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        
        width: 100%;
        z-index: 3;
        position: fixed;
    }
    
    div.sort {
        padding-left: 24px;
        padding-right: 16px;
    }
    
    div.sort > div.L {
        width: 40%;
    }
    div.sort > div.R {
        width: 60%;
    }
    
    .nov {
        display: none;
    }
    
    header .vh65 {
        height: 90vh;
        margin-top: 0vh;
    }
    header .vh25 {
        height: 30vh;
    }
    header .vh10 {
        margin-top: 0vh;
    }
    
    .vh65 h1 > span {
        margin-top: -3vw;
        padding-bottom: 3.5vw;
    }
    
    .block {
        padding: 32px 16px 32px 16px;
    }
    
    .blocks {
        padding: 0px 16px 32px 16px;
    }
    
    .explore.background {
        padding: 64px 16px;
        #background-attachment: scroll;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    
    .explore.background a {
        margin: 16px;
        padding: 8px;
    }
    
    div.L > div, div.R > div {
        height: 350px;
        padding: 16px;
    }
    
    footer {
        padding: 64px 16px;
        #margin-bottom: 10vh;
    }
    footer p.footer > span {
        display: none;
    }
}

@media (max-width: 500px) {
    div.sort > div.L {
        width: 40%;
    }
    div.sort > div.R {
        width: 60%;
    }
}



/* ==== ==== ==== ==== ==== ==== ==== ==== Touch ==== ==== ==== ==== */
.touch {
    z-index: 5;
    display: none;
    overflow: auto;
    position: fixed;
}

.touch > div {
    border-top: none;
    border-bottom: none;
    width: 100vw;
    padding: 0px 16px;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}

.touch > div > div {
    height: auto;
    max-width: 580px;
    border-radius: 15px;
    padding: 3em 1.5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    #background-attachment: fixed;
}

.touch img {
    display: block;
    max-width: 200px;
    height: none;
    border-radius: 50%;
}

.touch p.title {
    margin-top: 0;
    margin-bottom: 16px;
}

.touch a {
    display: inline-block;
    padding: .25em 1em .25em 1em;
    border-radius: 35px;
    transition: all .5s;
}
.touch a:hover {
    transform: translateY(-1vh);
    #transform: scale(.94);
}

@media (max-width: 500px) {
    .touch {
        #margin-bottom: 0px;
    }
}

@media (max-width: 499px) {
    .touch {
        margin-top: 0px;
    }
    
    .touch > div > div {
        padding: 32px 16px;
    }
}



/* ==== ==== ==== ==== ==== ==== ==== ==== Slider ==== ==== ==== ==== */
.fixed {
    width: 100vw;
    
    height: 500px;
    display: table-cell;
    vertical-align: middle;
    
    padding: 0px 32px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.fixed h3 {
    margin-top: 0;
}

.fixed p {
    margin-bottom: 0;
}

.fixed a {
    display: block;
}

.fixed img, .fixed a > img {
    display: block;
    
    max-width: 150px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.fixed a:hover {
    transform: scale(.92);
    
    #transform: rotateY(-1vh);
    #transform: translateY(-1vh);
}

@media (max-width: 767px) {
    .fixed {
        height: 350px;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 32px;
    }
    
    .fixed img {
        max-width: 125px;
    }
}



/* Slider Box */
.slick-slider {
    margin-bottom: 0px; /* 20px; */
}

.single_iteam {
    width: 100%;
    
    float: left;
    display: inline;
    position: relative;
    
    padding-left: 16px;
    padding-right: 16px;
}

.slider3x img, .slider4x img {
    display: block;
    margin-bottom: 32px;
}
.slider3x img.radius, .slider4x img.radius {
    max-width: 150px;
    border-radius: 50%;
}

/*
.single_iteam img {
    width: 100%;
    height: auto;
}
*/

.slider_tittle, .slider_tittle_no, .slider_tittle_no a {
    display: inline-block;
    padding: 10px;
}



/* Other */
.slick-slider {
    display: block;
    position: relative;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select:none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d (0, 0, 0);
    -moz-transform: translate3d (0, 0, 0);
    -ms-transform: translate3d (0, 0, 0);
    -o-transform: translate3d (0, 0, 0);
    transform: translate3d (0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: " ";
    display: table;
}
.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}

/* Icons */
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 0.55;
}

/* Slider Img A */
.slick-prev, .slick-next {
    border: medium none;
    cursor: pointer;
    display: block;
    margin-top: -10px;
    outline: medium none;
    padding: 20px;
    position: absolute;
    top: 45%;
    height: auto;
    width: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slick-prev:hover, .slick-next:hover {
    outline: none;
    opacity: 0.55;
    transform: translateY(-0vh);
}
.slick-prev:focus, .slick-next:focus {
    outline: none;
}
.slick-prev:before, .slick-next:before {
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.35;
}

/* Slider Img B */
.slick-prev {
    left: 0px;
    width: 55px;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    /* background-color: transparent; */
    /* width: 30px; */
    /* height: 30px; */
    /* background: transparent url(＃Prev Img); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-image: url("＃Prev Img"); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
}
.slick-next {
    right: 0px;
    width: 55px;
    height: 55px;
    /* border-radius: 0px; */
    /* box-shadow: 0px 3px 9px rgba(0, 0, 0, 0); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url("＃Next Img"); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}



/* ==== ==== ==== ==== ==== ==== ==== ==== Instagram ==== ==== ==== ==== */
.instagram {
    width: 100%;
    overflow: hidden;
    
    #margin-bottom: 64px;
    #padding: 32px;
    #padding-left: 32px;
    #padding-right: 32px;
}

.instagram > div > img {
    #margin: 0;
    float: left;
    #display: inline-block;
    width: 25%;
    height: auto;
    border-radius: 0%;
}

.instagram > div > a {
    float: left;
    width: 25%;
    margin-bottom: -20px;
}

.instagram > div > a img {
    width: 100%;
    height: auto;
    border-radius: 0%;
}
.instagram > div > a:hover img {
    border-radius: 50%;
    transform: scale(.85);
    transition: all .5s;
}

/*
.instagram {
    overflow: hidden;
}

.instagram .wrap {
    border-top: 1px solid #eee;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-bottom: 30px;
    padding-top: 40px;
    text-align: center;
}

.instagram .widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-style: italic;
    margin-bottom: 20px;
}

.instagram ul {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.instagram ul li {
    float: left;
    margin-left: 15px;
    margin-right: 15px; 
}

.instagram img {
    width: 160px;
    height: 160px;
    vertical-align: top;
}
*/



/* ==== ==== ==== ==== ==== ==== ==== ==== Form ==== ==== ==== ==== */
.form-control {
    width: 100%;
    max-width: 500px;
    background: none;
    padding: 8px;
    border-radius: 16px;
}
.form-control:focus, .form-control:active {
    outline: none;
    #border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.Btn {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    padding: 8px 32px;
    border: none;
    border-radius: 16px;
    opacity: 1;
    transition: all .5s;
    
    /*
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    white-space: nowrap;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden;
    */
}
.Btn:hover {
    opacity: .75;
    
    /*
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    */
}