@font-face {
    font-family: 'CentraNo1-Light';
    src: url("../fonts/CentraNo1-Light.eot") format("embedded-opentype"), url("../fonts/CentraNo1-Light.woff2") format("woff2"), url("../fonts/CentraNo1-Light.woff") format("woff");
}

@font-face {
    font-family: 'CentraNo1-Medium';
    src: url("../fonts/CentraNo1-Medium.eot") format("embedded-opentype"), url("../fonts/CentraNo1-Medium.woff2") format("woff2"), url("../fonts/CentraNo1-Medium.woff") format("woff");
}

@font-face {
    font-family: 'CentraNo1-Bold';
    src: url("../fonts/CentraNo1-Bold.eot") format("embedded-opentype"), url("../fonts/CentraNo1-Bold.woff2") format("woff2"), url("../fonts/CentraNo1-Bold.woff") format("woff");
}


@font-face {
    font-family: 'CentraNo1-Book';
    src: url("../fonts/CentraNo1-Book.eot") format("embedded-opentype"), url("../fonts/CentraNo1-Book.woff2") format("woff2"), url("../fonts/CentraNo1-Book.woff") format("woff");
}


body {
    transition: all 800ms ease;
}

body,
p,
label,
input,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
input:focus,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin: 0 0 10px;
    font-style: normal;
    color: inherit;
}

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

    body,
    p,
    label,
    input,
    [type=color],
    [type=date],
    [type=datetime-local],
    [type=datetime],
    [type=email],
    [type=month],
    [type=number],
    [type=password],
    [type=search],
    [type=tel],
    [type=text],
    [type=time],
    [type=url],
    [type=week],
    textarea,
    input:focus,
    [type=color]:focus,
    [type=date]:focus,
    [type=datetime-local]:focus,
    [type=datetime]:focus,
    [type=email]:focus,
    [type=month]:focus,
    [type=number]:focus,
    [type=password]:focus,
    [type=search]:focus,
    [type=tel]:focus,
    [type=text]:focus,
    [type=time]:focus,
    [type=url]:focus,
    [type=week]:focus,
    textarea:focus {
        font-size: 14px;
    }
}

h1 {
    font-size: 45px;
    line-height: 1.4;
    margin: 0px 0px .37em 0px;
    font-style: normal;
    letter-spacing: 1px;
    color: #1a1a1a;
}

h2 {
    font-size: 90px;
    line-height: 0.9;
    font-style: normal;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 45px !important;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 70px;
    }
}

h3 {
    font-size: 2.3125rem;
    letter-spacing: 0.07rem;
    line-height: 1.1;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    color: #000000;
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
    position: relative;
    letter-spacing: 0.07rem;
    color: inherit;
    color: #000000;
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 17px;
    }
}

h5 {
    font-size: 15px;
    line-height: 1.20;
    letter-spacing: 0px;
    margin: 5px 0px 5px 0px;
    font-style: normal;
    color: inherit;
    color: #000000;
}

@media (max-width: 767px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-size: 12px;
    line-height: 1.18;
    letter-spacing: 1px;
}

.breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    position: relative;
    font-family: 'HelveticaNeue', sans-serif;
    color: #231f20;
    background: #000000;
    min-height: 100%;
}



html.is-reveal-open,
html.is-reveal-open body {
    position: relative;
}

*,
*::before,
*::after,
*:hover,
*:focus,
*:active {
    outline: none !important;
}

/*
::-moz-selection {
  background: #206EC9;
  text-shadow: none; }

::selection {
  background: #206EC9;
  text-shadow: none; }
*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

a,
a:active,
a:focus,
a:hover {
    outline: none !important;
    outline-style: none !important;
    text-decoration: none;
    color: inherit;
}

.font-HelveticaNeueLTStd-Bd {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-black {
    font-weight: 800;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'CentraNo1-Light', sans-serif;
}

.h1.line-btm,
.h2.line-btm,
.h3.line-btm,
.h4.line-btm,
.h5.line-btm,
h1.line-btm,
h2.line-btm,
h3.line-btm,
h4.line-btm,
h5.line-btm {
    position: relative;
    display: inline-block;
    padding-bottom: 2rem;
    margin: 1rem auto 2rem;
}

.h1.line-btm:after,
.h2.line-btm:after,
.h3.line-btm:after,
.h4.line-btm:after,
.h5.line-btm:after,
h1.line-btm:after,
h2.line-btm:after,
h3.line-btm:after,
h4.line-btm:after,
h5.line-btm:after {
    content: "";
    background: #0057ff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 70%;
    height: 4px;
}

.h1.line-btm.line_leftbtm:after,
.h2.line-btm.line_leftbtm:after,
.h3.line-btm.line_leftbtm:after,
.h4.line-btm.line_leftbtm:after,
.h5.line-btm.line_leftbtm:after,
h1.line-btm.line_leftbtm:after,
h2.line-btm.line_leftbtm:after,
h3.line-btm.line_leftbtm:after,
h4.line-btm.line_leftbtm:after,
h5.line-btm.line_leftbtm:after {
    left: 0;
    transform: translateX(0%);
}

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

    .h1.line-btm,
    .h2.line-btm,
    .h3.line-btm,
    .h4.line-btm,
    .h5.line-btm,
    h1.line-btm,
    h2.line-btm,
    h3.line-btm,
    h4.line-btm,
    h5.line-btm {
        padding-bottom: 1rem;
    }
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: inherit;
}

h6 small {
    font-size: 11px;
    letter-spacing: 1px;
}

p,
label {
    margin: 0 0 10px;
}

small {
    font-size: 85%;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.beige-bg {
    background-color: #F9F9F9 !important;
}

.brown-bg {
    background-color: #7f3a29 !important;
}

.dark-bg {
    background-color: #000000 !important;
    color: #ffffff;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
    background: inherit;
}



input,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
input:focus,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    padding: 2px .5rem;
    box-shadow: none;
    border: 1px solid #c8c7c7;
    margin: 0 0 1rem;
    height: auto;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    min-height: 100px;
}

[type=checkbox],
[type=file],
[type=radio],
[type=checkbox]:focus,
[type=file]:focus,
[type=radio]:focus {
    margin: 0;
    height: auto;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #979797;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    content: '';
    background: url(../img/icons/check.svg);
    background-size: cover;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 14px;
    line-height: 0.8;
    color: #38B449;
    transition: all .2s;
    font-family: 'CentraNo1-Medium', sans-serif;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

input[type="checkbox"]:checked + label:before {
    background: #ffffff;
}

input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #979797;
    background-color: #ddd;
}

input[type="checkbox"]:disabled:checked + label:after {
    color: #999999;
}

input[type="checkbox"]:disabled + label {
    color: #aaa;
}

.button {
    background: #0952d2;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    margin: 0;
}

.button:focus,
.button:hover {
    background-color: #0845af;
    color: #ffffff;
}

.button.button-full {
    width: 100%;
}

.button.button-black {
    background: #000000;
    color: #ffffff;
}

.button.button-white {
    background: #ffffff;
    color: #231f20;
}

.button.button-green {
    background: #38B449;
    color: #ffffff;
}

.button.button-grey {
    background: #9B9B9B;
}

.button.button-transparent {
    background: none;
    color: #c73732;
    border: 1px solid transparent;
    padding-left: 0;
}

.button.button-transparent:hover {
    background: #ffffff;
    color: #231f20;
}

@media screen and (max-width: 991px) {
    .button {
        padding: 0.5rem 0.8rem;
    }
}

.breadcrumbs {
    margin: 0.25rem 0 0 0;
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 2rem;
    }
}

.breadcrumbs li {
    padding-top: 2px;
    padding-left: 4px;
    font-size: 15px;
    text-transform: inherit;
}

.breadcrumbs li:not(:last-child)::after {
    padding-left: 4px;
}

.breadcrumbs li:first-of-type {
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .breadcrumbs li {
        font-size: 13px;
    }
}

.breadcrumbs li a {
    color: #231f20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs li a:focus {
    text-decoration: underline;
}

.breadcrumbs li a[data-toggle="picGrid"] {
    margin-bottom: 1px;
}

.breadcrumbs li img {
    width: 10px;
    height: 10px;
}

.breadcrumbs li:not(:last-child)::after {
    color: #c73732;
    margin: 0 .25rem;
}

.breadcrumbs li.disabled {
    color: #c73732;
}

.breadcrumbs li [class^=swiper-button-] img {
    width: 10px;
    height: 10px;
}

body {
    font-family: 'CentraNo1-Light', sans-serif;
    color: #4a4a4a;
    opacity: 0;
}


@media screen and (max-width: 991px) {
    body {
        /*      padding-top: 65px; }*/
        /*          overflow: hidden;*/

    }
}

.btn {
    border-radius: 0;
    font-size: 0.75rem;
}

.btn.btn-black {
    background: #000000;
    color: #ffffff;
}

.btn.btn-black:hover {
    background-color: #0057ff;
    color: #fff;
}

.btn.btn-white {
    background: #ffffff;
    color: #000000;
}

.btn.btn-white:hover {
    background-color: #0057ff;
    color: #fff;
}

.btn.btntext {
    font-size: 0.75rem;
    padding: 0;
}

.btn img {
    width: 24px;
    display: block;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

header {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 30px;
    z-index: 9;
    width: auto;
    transition: all 800ms ease;
}

.nav-up{
    top: -128px!important;
}

@media screen and (max-width: 991px) {
    header {
        bottom: inherit;
        right: 0;
        width: 100%;
        left: 0;
        /*background: #ffffff;*/
        background: #000000;
        padding: 1rem 10px 1rem 10px;
    }
}

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

header ul {
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    width: 149px;
    margin: 100;
    padding: 0;
    display: flex;
    padding-top: 118px;
    padding-bottom: 131px;
/*    padding-bottom: calc(100vh - 82.4vh);*/



}


header ul li:nth-child(3) {
    position: relative;
}

@media screen and (max-width: 991px) {
    header ul {
        display: initial;
    }
}

header ul li {
    text-align: center;
    list-style: none;
}

/*
      header ul li:last-child {
        padding-bottom: 60px; }
*/

/*vertical align middle logo*/


@media screen and (min-width: 1280px) {

    header ul {
        position: relative;
    }

    header ul li.logoimg {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

    /* For landscape layouts only */
    header ul {
        justify-content: space-around;
    }


}


@media screen and (max-width: 991px) {
    header ul li:last-child {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    header ul li img {
        width: 200px;
        float: left;
    }

    header ul li img.instagramimg {
        width: inherit;
        float: inherit;
    }


}

@media screen and (max-width: 767px) {
    header ul li img {
        width: 160px;
        float: left;
    }
}

header ul li nav {
    text-transform: uppercase;
}

header ul li nav a {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    -o-transition: 500ms all ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;


}

header ul li:nth-child(1) {
    position: relative;
}


header ul li nav a:hover {
    color: #7e7e7e;

}

header ul li nav a.active {
    color: #7e7e7e;
}

@media screen and (max-width: 991px) {
    header ul li nav {
        display: none;
        position: absolute;
        top: 77px;
        left: 0;
        width: 100%;
        height: calc(100vh - 77px);
        background: #000000;
    }
}

@media screen and (max-width: 767px) {
    header ul li nav {
        top: 63px;
        /*            height: calc(100vh - 57px); } */
/*        height: calc(100vh - 115px);*/
        
        height: calc(100vh - 115px);
        height: calc(var(--vh, 1vh) * 76);
    }

}

header ul li nav.navmn {
    flex-direction: column;
    justify-content: center;
    display: none;
}

@media screen and (min-width: 992px) {
    header ul li nav.navmn {
        display: flex;
    }
    
    header #menuham{
        display: none!important;
    }
}



header #menuham {
    /*display: none;*/
    position: relative;
    padding: 0;
    width: 90px;
    height: 90px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
/*  right: 30px;*/
    left: 77px;
    top: -4px;
    transition: all 800ms ease;
}

@media screen and (max-width: 991px) {
    header #menuham {
        position: absolute;
        top: 12px;
        right: 10px;
        margin: 0px;
        left: inherit;
        width: 30px;
        height: 30px;
    }
 
}

@media screen and (max-width: 767px) {
    header #menuham {
        top: 7px;
        right: 10px;
    }
}



/*
header #menuham input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
*/

/*
    header #menuham:after, header #menuham:before {
      content: "";
      position: absolute;
      left: 0;
      width: 20px;
      height: 1px;
      background: #ffffff;
      transition: all 500ms ease; }
    header #menuham:after {
      top: 0;
      transform: rotate(0) translate(0, 0); }
    header #menuham:before {
      top: 8px;
      transform: rotate(0) translate(0, 0); }
    header #menuham.open:before {
      background: #ffffff;
      transition: all 500ms ease; }
    header #menuham.open:after {
      background: #ffffff;
      transition: all 500ms ease;
      transform: rotate(45deg) translate(0, 0); }
    header #menuham.open:before {
      transform: rotate(-45deg) translate(6px, -6px); }
*/

body.overflow {
    overflow: hidden !important;
}

/*  DOWN ARROW
========================================== */
#scrollarrowbottom a {
    padding-top: 60px;
}

#scrollarrowbottom a span {
    position: absolute;
    bottom: 6px;
    right: 0px;
    width: 46px;
    height: 46px;
    left: 0;
    margin: auto;
    z-index: 9999;
}

#scrollarrowbottom a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#scrollarrowtop a {
    padding-top: 60px;
}

#scrollarrowtop a span {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 46px;
    height: 46px;
    left: 0;
    margin: auto;
    z-index: 9999;
}

#scrollarrowtop a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    box-sizing: border-box;
}

/*  HOME PAGE
========================================== */
.btmwhitebar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9;
    /*  background: #ffffff; */
    background: #000000;
}

.topwhitebar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    background: #000000;
    /*  background: #ffffff;*/
    /*	background: #333335;*/
}

.homemainsection .rightpnlimg {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .homemainsection .rightpnlimg {
        width: 100%;
    }
}

.homemainsection .rightpnlimg figure {
    margin: 0;
    padding: 0;
}

.homemainsection .rightpnlimg img {
    width: auto;
    max-height: calc(100vh - 0px);
    padding-bottom: 60px;
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .homemainsection .rightpnlimg img {
        padding-bottom: 24px;
    }
}

.homemainsection .scrolltext {
    position: absolute;
    bottom: 150px;
    z-index: 999;
}

.homemainsection .scrolltext::after {
    display: inline-block;
    content: "";
    width: 4rem;
    margin: 0 1rem;
    background: url("../images/seperator.svg") no-repeat;
    height: 3px;
}

.homemainsection #fullpage {
    height: 100vh !important;
}

/*  CONTACT PAGE
========================================== */
.contactsection .no-padding {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .contactsection .no-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.contactsection figure {
    margin: 0;
    padding: 0;
    text-align: right;
}

.contactsection figure img {
    width: auto;
    max-height: calc(100vh - 0px);
    /*      padding: 80px 80px 80px 0;*/

}

.contactsection figure.aboutrightimg img {
    /*
    height: calc(100vh - 0px);
    object-fit: cover;
*/
}

@media screen and (max-width: 991px) {
    .contactsection figure img {
        max-height: inherit;
        height: inherit;
        padding: 0;
    }
}

.contactsection article {
    /*
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    */
    /*    padding: 338px 0 0;*/


}

.contactsection h5 {
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: 'CentraNo1-Medium', sans-serif;
}



@media screen and (max-width: 991px) {
    .contactsection article {
        /*      padding: 20px 0 0 0; */
        margin-top: 4rem;


    }
}

.contactsection article aside {
    margin-top: auto;
}

.contactsection #map {
    color: #000;
    width: 100%;
    height: calc(100vh - 0px);
}

@media screen and (max-width: 767px) {
    .contactsection #map {
        height: 55vh;
    }
}

.contactsection article aside {
    color: #fff;
}

/*iPhone 5 in portrait & landscape*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .contactsection article.contactaddress.text-center {
        margin-bottom: 3rem;
    }

}


/*  Sinup popup
========================================== */
#clickme {
    display: none;
}

.sinuppopup .modal-body {
    padding: 2rem;
}

.sinuppopup .modal-content {
    background: #333335;
    border-radius: 0;
    border: 0;
    padding: 1rem 0 0rem 0;
}

.sinuppopup .modal-content .btn-outline-secondary {
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #a0a0a0;
/*
    border-top: 0px solid #a0a0a0;
    border-right: 0px solid #a0a0a0;
    border-left: 0px solid #a0a0a0;
*/
/*    padding: 2px 0;*/
    padding: 6px 14px;
}

.sinuppopup .modal-content .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: inherit;
    border-color: inherit;
}

.sinuppopup .modal-header {
    border-bottom: 0;
}

.sinuppopup h5 {
    color: #ffffff;
    margin-bottom: 1.8rem;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .sinuppopup h5 {
        font-size: 13px;
    }
}

.sinuppopup figure {
    width: 100%;
    text-align: center;
    margin: auto;
}

.sinuppopup figure img {
    max-width: 130px;
}

.sinuppopup .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.sinuppopup .close img {
    width: 20px;
}

.sinuppopup .form-control {
    border-bottom: 1px solid #a0a0a0;
    border-top: 0px solid #a0a0a0;
    border-right: 0px solid #a0a0a0;
    border-left: 0px solid #a0a0a0;
    background-color: inherit;
    padding: .375rem 0rem;
    box-shadow: none;
    margin-bottom: 1rem;
    border-radius: 0;
    font-size: 13px;
    color: #ffffff;
/*    text-transform: uppercase;*/
    letter-spacing: 2px;
}

/*  ABOUT PAGE
========================================== */
.aboutcontent {
    background: #2a2a2b;
    color: #fff;
    padding: 4rem 4rem;
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 990px) {
    .aboutcontent {
        position: static;
        transform: none !important;
        padding: 3rem 2rem;
        margin-top: 5rem;
        /*        margin-bottom: 4rem;*/



    }

}

.aboutcontent figure img {
    width: 80px;
    display: block;
    margin-left: -1px;
    margin-top: 1.5rem;
}



@media screen and (min-width:640px) and (max-width:990px) {
    .aboutcontent {
        left: 30%;

    }

}

.about {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.about p {
    font-size: 16px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .about {
        overflow: hidden;

    }
}

@media screen and (max-width: 991px) {
    .about {
        height: inherit;
    }
}



/*  COLLECTION PAGE
========================================== */
.collection {
    width: 100%;
    padding-left: 20%;
    padding-right: 3%;
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .collection {
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 3rem;

    }
}

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

.collection figure {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.collection figure img {
    width: auto;
}

@media screen and (max-width: 991px) {
    .collection figure img {
        max-height: inherit;
    }
}

@media screen and (max-width: 767px) {
    .collection figure img {
        margin-bottom: 0px;
    }
}

.collection figure .caption {
    color: #fff;
    text-align: left;
    margin-top: 0.5rem;
    opacity: 0;
    transition: all 500ms ease;
}

@media screen and (max-width: 991px) {
    .collection figure .caption {
        opacity: 1;
    }

}

@media screen and (max-width: 767px) {
    .collection figure .caption {
        margin-bottom: 2rem;
    }
}

.collection figure:hover .caption {
    opacity: 1;
    transition: all 500ms ease;
}

.collection .row {
    /*    margin-bottom: 60px !important; */



}

@media screen and (max-width: 767px) {
    .collection .row {
        margin-bottom: 0rem !important;
    }
}

.collection figure {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .collection figure {
        margin-bottom: 0;
    }
}

/*  404 PAGE
========================================== */

.fourzerofour {
    min-height: 100vh
}

.four {
    position: absolute;
    top: 50%;
    left: 56%;
    margin-right: -48%;
    -webkit-transform: translate(-42%, -50%);
    -ms-transform: translate(-42%, -50%);
    transform: translate(-42%, -50%);
    text-align: center;
}

.four h1 {
    line-height: 1;
    font-size: 7rem;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.four h3 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem !important;
    width: 100%;
    text-transform: uppercase;
}

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

    .four {
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .fourzerofour {
        min-height: 90vh;
    }

    .four h1 {
        font-size: 5rem;
    }



}

/*responsive start here*/

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

    .homemainsection .rightpnlimg img {
        padding-top: 10px;

    }

    .homemainsection #fullpage {
        /*		margin-top:4rem;*/

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-grow: 1;
        /*  justify-content: space-around;*/
        overflow-y: hidden;
        overflow-x: hidden;
    }


    .homemainsection .rightpnlimg img {
        padding: 0;
    }


}

@media screen and (min-width:640px) and (max-width:990px) {

    .contactsection #map {
        height: 70vh;
    }

    #scrollarrowtop a span {
        top: 75px;
    }

    .homemainsection .rightpnlimg img {
        padding-top: 74px;
        max-height: calc(100vh - 150px);
    }

    #scrollarrowbottom a span {
        bottom: 32px;
    }


    header ul li img.instagramimg {
        width: inherit;
        float: inherit;
    }

}


#slider {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow-y: hidden !important
}

#slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

/*
#slider .swiper-button-next{
     background-image: url(../images/icon/next-arrow.svg) !important;
    
}
#slider .swiper-button-prev{
     background-image: url(../images/icon/prev-arrow.svg) !important;
}  
*/



/*
#slider .swiper-button-next,
#slider .swiper-button-prev {
    background-size: 37px 74px;
    height: 74px;
    width: 37px;
    transition: all 700ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    border-radius: 50%;
}
*/

#slider .swiper-button-next, #slider .swiper-button-prev{
    background-size: 10.9319px 15px;
    height: 30px;
    width: 20px;
}

/*
#slider:hover .swiper-button-next,
#slider:hover .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.3);
}
*/



#slider .swiper-lazy-preloader {
    width: 20px !important;
    height: 20px !important;
}

#slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

@media screen and (max-width: 991px) {
    #slider {
        /*       height: calc(100vh - 60px);*/
        height: 100vh;
        /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);

    }
    
/*
    #slider .swiper-button-next,
    #slider .swiper-button-prev{
            background-size: 18.5px 37px;

    }
*/

    

}


header ul li p.instagram {
    width: 20px;
    margin-left: auto;
}


.contactsection p {
    /*    color: #7e7e7e;*/
    color: inherit;
}

.contactsection .social {
    margin-top: 4rem;
}

.contactsection .social p {
    color: #fff;
}

.contactsection .social .instagramimg,
.newslettterimg {
    width: 20px;
}

.contactsection .social .newsletterimg {
    width: 25px;
}

.contactsection aside p {
    color: #fff;
}


.con {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;


}


.copyright p {
    font-size: 12px;
    ;
}


footer {
    
    
/*    position: fixed;*/
    bottom: 0;
/*    border-top: 1px solid rgba(74,74,74, 0.7);*/
    margin-left: 44px;
    margin-right: 107px;
    z-index: 9;
    width: auto;
    right: 0;
    left: 0;
    position: relative;

}

footer::after{
    content: "";
    position: absolute;
    top: 41px;
    width: calc(100% - 409px);
    height: 1px;
    right: 0;
    left: 20%;
    background: rgba(74,74,74, 0.7);
    
}

footer .container-fluid{
    padding: 0;
}


footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
/*    padding-right: 15px;*/
    /*
    height: 100vh;
    margin: 100;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 15px;
*/

    /*
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    width: auto;
    margin: auto;
    padding-bottom: 0px;
    display: flex;
    padding: 30px 0 30px 0;
*/


}

footer ul li {
    list-style: none;
}

footer .instagram {
    width: 149px;
    text-align: center;
}

footer .instagram img {
    width: 20px;
}


footer section .copyright p {
    text-align: right;
}


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

    footer {
        position: absolute;
        width: auto;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 9;
        top: inherit;
        margin: 0;
    }

    footer .instagram {
        width: inherit;
        text-align: left;
    }

}


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


    footer ul {
        height: inherit;
        flex-direction: row;
        align-items: center;
        -ms-flex-pack: center;
        padding-left: 3%;
        padding-right: 3%;
    }

    .contactsection .social {
        margin-top: 1rem;
        margin-top: 4rem;
    }
    footer::after {
        width: calc(100% - 200px);
        left: 9%;
        
    }


}


@media screen and (max-width: 767px) {
    footer ul {
        padding: 0;
        margin: 2rem 15px;
    }
    footer::after {
        width: calc(100% - 200px);
        left: 15%;
        top: 43px;
    }
}




@media (min-width: 414px) and (max-width: 767px) {
    .contactsection .v-alignmiddle {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        margin: auto;
        min-height: 100vh;

    }

    .aboutcontent {
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
    }

    .about {
        height: calc(100vh - 0px);
    }

}

/*
@media (min-width: 481px) and (max-width: 767px) {
    .aboutcontent{
        
    }
    
}
*/


.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 116px;
    padding-top: 199px;
}

.flex-start {
    justify-content: flex-start;
}

.center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.space-around li {}

.flex-item {}

.flex-container .flex-item p {
    color: #fff;
}

.flex-container .flex-item .social p {
    color: #fff;
}


@media screen and (max-width: 991px) {
    .flex-container {
        padding: 0;
    }

    .flex-container:nth-child(1) {
        margin-top: 5rem;
    }

    .space-between {
        justify-content: inherit;
    }

    .flex-container {
        height: inherit;
    }

    .sameheight {
        height: inherit !important;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */


/*@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}*/


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {




    .con {
        height: 100vh !important;
    }
}


/*terms page */


.terms {
    color: #ffffff;
    width: 100%;
    padding-left: 20%;
    padding-right: 3%;
    padding-top: 60px;
}

.terms .container-fluid {
    max-width: 900px;
    margin-left: inherit;
}

.terms h5,
h4 {
    color: #ffffff;
    font-size: 14px;
}

.terms p {
    margin-bottom: 1.5rem;
    color: #7e7e7e;
    font-size: 14px;
}

.terms h4 {
    margin-bottom: 1.5rem;
    font-size: 14px;
    /*    font-family: 'CentraNo1-Bold', sans-serif;*/
}

.terms h5 {
    margin: 0 0 1.5rem 0;
    font-size: 14px;
    line-height: 1.5;
    /*    font-family: 'CentraNo1-Bold', sans-serif;*/
}

.terms ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
}

.terms ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #7e7e7e;
}

@media screen and (max-width: 991px) {
    .terms {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3rem;
        padding-top: 3rem;
        margin-top: 5rem;
    }
}

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

    .copyright p {
        font-size: 14px;
        ;
    }
}


/*catagories start here*/


.catagories-nav {
    position: fixed;
    overflow-y: auto;
    z-index: 99;
    width: 100%;
    /*        height: 100vh;*/
    min-height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: none;
}


.catagories-nav a {
    -o-transition: 500ms all ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
}

.catagories-nav a.sale{
    color: #b97a2d;  
    font-family: 'CentraNo1-Book', sans-serif;
}

.catagories-nav a:hover {
    /*    padding: 0 0 0 15px;*/
    color: #7e7e7e;
}


@media screen and (max-width: 991px) {
    .catagories-nav {
        z-index: 99;
/*        height: calc(100vh - 115px);*/
            min-height: 100vh;
      /* Fallback for browsers that do not support Custom Properties */
      min-height: calc(var(--vh, 1vh) * 100);
    }
}

/*fullscreen menu close */

.catagories-nav #menuham {
    display: none;
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
    right: 30px;
    left: 108px;
    top: 16px;
}



.catagories-nav #menuham::after,
.catagories-nav #menuham::before {
    background: #fff;
    content: "";
    height: 1px;
    left: ;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    width: 20px;
}


.catagories-nav #menuham::before {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catagories-nav #menuham::after {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.catagories-nav #menuham.open::before {
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

.catagories-nav #menuham.open::after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}



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

       .catagories-nav #menuham::after,
       .catagories-nav #menuham::before {
           left: 16px;
       }
       
       .catagories-nav #menuham{
                position: fixed;
                top: 24px;
                right: 25px;
                margin: 0px;
                left: inherit;
                width: 30px;
                height: 30px;
       }
   }



.catagories-nav h5 {
    color: inherit;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-family: 'CentraNo1-Bold', sans-serif;
    font-size: 18px;
}

.catagories-nav p {
    letter-spacing: 3px;
    margin-bottom: 0.2rem;
}

.catagories-nav a:hover {
    color: #7e7e7e;
}

.catagories-nav aside {
    margin-bottom: 2.5rem;
    width: 100%;
    text-align: left;
}

/*
.catagories-nav aside:nth-child(1) {
    margin-top: 4rem;
}
*/

.catagories-nav aside:last-child {
    /*    margin-bottom: 0;*/
}

.catagories-nav .main-container {
/*    padding-top: 0;*/
}

a:focus {
    color: #fff;
}

.catagories-nav .active {
    color: #7e7e7e;
}


@media screen and (max-width: 991px) {
    .catagories-nav aside{
        text-align: center;
    }  
    .catagories-nav aside:last-child{
        margin-bottom: 0;
    }
}




/*  CATAGORIES PAGE
========================================== */
/*
.catagories {
  width: 100%;
  padding-left: 20%;
  padding-right: 3%;
  padding-top: 60px; 
  color: #fff;
}
  @media screen and (max-width: 991px) {
    .catagories {
      padding-left: 3%;
      padding-right: 3%; 
       padding-bottom: 3rem;
      
      } }
  @media screen and (max-width: 767px) {
    .catagories {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0px; } }
*/


.catagories-section {
    margin-top: 56px;
}

.catagories-section figure {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.catagories-section figure img {
    width: auto;
}

@media screen and (max-width: 991px) {
    .catagories-section figure img {
        max-height: inherit;
    }
}

@media screen and (max-width: 767px) {
    .catagories-section figure img {
        margin-bottom: 0px;
    }
}

.catagories-section figure .caption {
    color: #fff;
    text-align: left;
    margin-top: 15px;
    opacity: 1;
    transition: all 500ms ease;
}

@media screen and (max-width: 991px) {
    .catagories-section figure .caption {
        opacity: 1;
    }

    /*          .catagories{margin-top: 0;}*/

}

@media screen and (max-width: 767px) {
    .catagories-section figure .caption {
        margin-bottom: 2rem;
    }
}

.catagories-section figure:hover .caption {
    opacity: 1;
    transition: all 500ms ease;
}

.catagories-section .row {
    /*    margin-bottom: 60px !important; */



}

.catagories-section .catagorieimgpnl {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .catagories-section .catagorieimgpnl {
        margin-bottom: 0;
    }


}



/*
.catagories-section .catagorieimgpnl a::after{
    position: absolute;
    bottom: 13px;
    height: 7px;
    width: 24px;
    content: "";
    display: inline-block;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    opacity: 0;
    background-image: url(../images/icon/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
}
*/

/*
.catagories-section .catagorieimgpnl a:hover::after {

    opacity: 1;
}
*/






@media screen and (max-width: 767px) {
    .catagories-section .row {
        margin-bottom: 0rem !important;
    }
}

/*
		.catagories figure{
			margin-bottom: 60px;
            position: relative;
            overflow: hidden;
		 }
*/

@media screen and (max-width: 767px) {
    .catagories-section figure {
        margin-bottom: 0;
    }
    .catagories-section figure .caption p{
        font-size: 12px;
    }
}

.infojusti {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.catagories-section figure .caption .infojusti p:first-child, .catagories-section figure .caption .infojusti p:first-child a:focus {
    width: 80%;
    color: #7e7e7e;
    font-family: 'CentraNo1-Light', sans-serif;
    text-transform: uppercase;
}


.catagories-section .discription p {
    margin-bottom: 2rem;
}




/*category detail*/


.catagories-detail {
    padding-bottom: 90px;
    margin-top: 77px;
}


.catagories-detail h6 {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'CentraNo1-Book', sans-serif;

}

.catagories-detail .caption {
    /*    margin-top: 15px;*/
    margin-top: 20px;
}

.catagories-detail .caption p, .catagories-detail .caption p a {
/*    font-family: 'CentraNo1-Medium', sans-serif;*/
    color: #7e7e7e;
    font-family: 'CentraNo1-Light', sans-serif;
    text-transform: uppercase;

}

.catagories-section figure .caption p {
    font-family: 'CentraNo1-Medium', sans-serif;
}



.catagories-detail .prodname h6 {
    font-family: 'CentraNo1-Book', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    
    

}

.catagories-detail .prodname {
    margin-bottom: 20px;
}

.catagories-detail .origin {
    margin-bottom: 20px;
}


.catagories-detail .materials {
    margin-bottom: 20px;
}

.catagories-detail .materials p {
    opacity: 0.8;
    margin-bottom: 10px !important;
}

.catagories-detail .discription span p {
    display: inline;
}

.catagories-detail .discription {
    margin-bottom: 20px;
}

.catagories-detail figure {
    margin: 1.5rem 0;
}

.catagories-detail figure:first-child {
    margin-top: 0;
}

.catagories-detail p:last-child {
    margin-bottom: 0;
}


.catagories-detail .materials table p {
    margin: 0 !important;
}

.catagories-detail .measurements {
    margin-bottom: 20px;
}

.catagories-detail .measurements p {
    opacity: 0.8;
}

.catagories-detail h6 span {
    font-family: 'CentraNo1-Light', sans-serif;
    opacity: 0.8;
}

.catagories-detail .stickyarea p {

    opacity: 0.8;
}

.catagories-detail .stickyarea p:empty {
    display: none;
}

.catagories-detail .enquiry a#openenquirenow {
        text-transform: uppercase;
        border: 1px solid #fff;
        padding: 6px 14px;
        letter-spacing: 2px;
        font-size: 13px;
        width: 107px;
        display: inline-block;
        text-align: center;
}

.catagories-detail .enquiry {
    margin: 32px 0 20px;
}

.catagories-detail .stickyarea {
    margin: 0;
    padding: 0;
    width: 100%;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 141px;
}




@media screen and (max-width: 991px) {
    .catagories-detail .stickyarea {
        top: 142px;
    }
}

@media screen and (max-width: 767px) {
    .catagories-detail {
        margin-top: 56px;
        padding-bottom: 50px;
    }
    .catagories-detail .stickyarea{top: 0; position: relative;}
    
    .catagories-detail .discription:last-child{margin-bottom: 32px;}
}

/*  STORIES PAGE
========================================== */

.main-container {
    width: 100%;
    padding-left: 20%;
    padding-right: 94px;
    padding-top: 4rem;
    color: #fff;
    min-height: 90vh;
}

@media screen and (max-width: 991px) {
    .main-container {
        padding-left: 3%;
        padding-right: 3%;
/*        margin-top: 5rem;*/
        height: 100%;
    }
}


@media screen and (max-width: 767px) {
    .main-container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3rem;
        padding-top: 3rem;
/*        margin-top: 5rem;*/
        height: 100%;
    }
}


/*stories listing start here*/

.stories-listig {
    color: #fff;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;

}



.stories-listig .nav-option h5 {
    margin-bottom: 3rem;
    color: #fff;
    font-family: 'CentraNo1-Medium', sans-serif;
    letter-spacing: 3px;
}

.stories-listig a {
    -o-transition: 500ms all ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.stories-listig a:hover {
    color: #7e7e7e;
}


.stories-listig .nav-option h5:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .stories-listig .nav-option h5:last-child {
        margin-bottom: 3rem;
    }

    .stories-listig {
        height: auto;
        margin-bottom: 3rem;
    }
}

.stories-listig .image-holder img {
    transition: opacity .5s linear;
}



/*stories detail start here*/


.stories-detail {
    color: #fff;
    padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
    .stories-detail {
        padding-bottom: 50px;
    }
}

.stories-detail figure {
    margin: 1.5rem 0;
}

.stories-detail .caption {

    text-align: left;
    margin-top: 0.5rem;
    transition: all 500ms ease;
}

.stories-detail .caption p {
    color: #7e7e7e;
    font-size: 12px;
}

.stories-detail p {
    font-size: 16px;
}

/*
.stories-detail p > img{
    margin: 1.5rem 0;
}
*/

.stories-detail p > img:last-child,
.stories-detail p:last-child,
.stories-detail figure:last-child {
    margin-bottom: 0;
}



.stories-detail h5 {
    padding: 0 0 2rem;
    color: #fff;
    font-family: 'CentraNo1-Medium', sans-serif;
    letter-spacing: 3px;
    /*        transition: all 800ms ease;*/
    background: #000;
}


.stories-detail h5.stickytitle {
    /*
    width: 100%;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
*/

    /*     transition: all 800ms ease;*/

}

@media screen and (max-width: 991px) {
    .stories-detail h5.stickytitle {
        top: 70px;
    }
}


@media screen and (max-width: 767px) {
    .stories-detail h5.stickytitle {
        top: 70px;
    }
}




.stories-detail .sticky {
    /*    padding: 2rem 0;*/
    margin-top: 0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    padding: 2rem 0;
    -webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 800ms;
    -moz-animation-duration: 800ms;
    -o-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    /*
    position: fixed;
    top: 0;
    width: 100%;
*/
}


@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }
}


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


    .stories-detail .sticky {
        top: 70px;
    }

    /*
    .stories-detail{
        margin-top: 4rem;
    }
*/


}




@media screen and (max-width: 767px) {
    .stories-detail h5 {
        margin: 2rem 0;
        top: 68px;
    }

    .stories-detail {
        margin: 0;
    }
}

.stories-detail .rightside {
    padding-right: 3%;
}

@media screen and (min-width: 768px) {

    .stories-detail .rightside {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding-right: 110px;
        padding-left: 1%;
        max-height: 100vh;
        /*        height: calc(100vh - 269px);*/

    }

}

@media screen and (max-width: 768px) {
    .stories-detail .rightside {
        padding-right: 39px;
    }
}

@media screen and (max-width: 767px) {
    .stories-detail .rightside {
        padding: 0;
    }
}






.stories-detail .rightside img {
    height: auto;
}

.stories-detail .rightside figure {
    margin: 0;
}

.btmnav {
    margin: 1.88rem 0;
    position: relative;
    z-index: 99;
}

.btmnav p {
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    font-size: 14px;
}

.btmnav img {
    width: 20px;
    position: relative;
    bottom: 2px;
}



/*breadcrumbs start here*/

.breadcrumbs-list {
    transition: all 0.4s ease;
    position: fixed;
    top: 0;
    /*  z-index: 2;*/
    z-index: 1;
    width: 100%;
}

.breadcrumbs-list .breadcrumb {
    background: #000;
    border-radius: 0;
    padding: 28px 0 3px;
    margin: 0;
}

.breadcrumbs-list .breadcrumb .breadcrumb-item a:focus {
    color: inherit;
}

.breadcrumbs-list .breadcrumb .breadcrumb-item img {
    width: 17px;
    position: relative;
    bottom: 1px;
}

.breadcrumbs-list .breadcrumb .breadcrumb-item {
    color: #7e7e7e;
    position: relative;
    font-size: 12px;
    align-items: center;
    padding-bottom: 0.5rem;
}

.breadcrumbs-list .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    width: 8px;
    height: 36px;
    background-size: 8px 30px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/nav_sep.svg");
    margin-right: 11px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: 1.7px;
    height: 15px;
    background-position-y: 100%;
}

@media screen and (max-width: 991px) {
    .breadcrumbs-list {
        top: 64px;
        display: none!important;
    }
    .breadcrumbs-list .breadcrumb{
        padding: 30px 0 30px;
    }
}




/*hamburger menu */


  header #menuham {
        display: none;
        position: relative;
        padding: 0;
        width: 20px;
        height: 20px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        position: fixed;
        left: 108px;
        top: 32px;

}


    header #menuham:after, header #menuham:before {
      content: "";
      position: absolute;
      left: 0;
      width: 20px;
      height: 1px;
      background: #ffffff;
      transition: all 500ms ease; }
    header #menuham:after {
      top: 0;
      transform: rotate(0) translate(0, 0); }
    header #menuham:before {
      top: 8px;
      transform: rotate(0) translate(0, 0); }
    header #menuham.open:before {
      background: #ffffff;
      transition: all 500ms ease; }
    header #menuham.open:after {
      background: #ffffff;
      transition: all 500ms ease;
      transform: rotate(45deg) translate(0, 0); }
    header #menuham.open:before {
      transform: rotate(-45deg) translate(6px, -6px); }

body.overflow {
  overflow: hidden !important; }



@media screen and (max-width: 991px) {
    header #menuham{
        right: 15px;
        left: initial;
    }
}

.header-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.9);
    margin: auto;
    pointer-events: none;
    z-index: 2;

}



.hmmenu.open {
    display: block !important;
}

.homepage footer{
    position: fixed!important;
}

.homepage footer::after{
    position: static;
    background: transparent;
}

/*page scroll*/

 


.scrollbtm{
	position: fixed;
    bottom: 58px;
    z-index: 9;
    padding-left: 12px;
    right: 35px;
}

.scrollbtm span{
	display: block;
	width: 12px;
	height: 12px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	transform: rotate(45deg);
	margin: -8px;
/*	animation: animate 2s infinite;*/
}

.scrollbtm span:nth-child(2)
{
	animation-delay: -0.4s;
    display: none;
}

/*
.scrollbtm span:nth-child(3)
{
	animation-delay: -0.2s;
}
*/

@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-10px, -10px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(10px, 10px);
	}
}

@media screen and (max-width: 991px) {
    .scrollbtm{display: none;}
}

@media screen and (min-width: 992px) {
    header.nav-up{
        top: 0!important;
    }
}

/*read more*/


/*

.catagories-detail .discription .content-inner {
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
*/


.catagories-detail .discription .read-more{
    font-family: 'CentraNo1-Book', sans-serif;
    opacity: 1;
    margin-top: 5px;
    font-size: 13px;
    opacity: 0.8;
}

.catagories-section figure .caption .price {
    color: #7e7e7e;
    font-family: 'CentraNo1-Light', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    display: none!important;
}


/*SEARCH */


    .search-result {
        padding-bottom: 90px;
        margin-top: 77px;
    }

    .search-result__record {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid rgba(74, 74, 74, 0.7);
    }

    .search-result__record:last-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

 .search-result-head {
        margin-bottom: 3rem;
    }

    .search-result-head h5 {
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        font-family: 'CentraNo1-Medium', sans-serif;
    }

    .search-result__record .prod-title {
        font-family: 'CentraNo1-Book', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
    }


    .search-result__record .prod-cat {
        font-family: 'CentraNo1-Light', sans-serif;
        opacity: 0.8;
    }

    .search-result__record .highlight {
        background-color: #b97a2d;
        color: #4a4a4a;
    }
