/* BODY RESIZE FIX*/
body{
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.news-block-wrap{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }


    
.news-post {
    flex-basis:25%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    overflow: hidden;
    }



 .news-foto{
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     background-size: 100% 100%;
     transition:  0.5s ease;
 }   

.valm-image{
    visibility: hidden;
    height: auto;
    width: 100%;
}

.single-foto:hover{
    transform: scale(1.5)
}

.news-post:hover .double-foto{
    opacity: 0;
}

.news-post:hover .hover-foto{
    opacity: 1 !important;
}

.hover-foto{
    position: absolute;
    top: 0;
}
.ep-foto-row{
    position: relative;
}

/*ALT!!!!*/
.vc_row .small {
    margin: 0 auto !important;
}

.collection-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left1{
    width: 40% !important;
    height: 70vh;
    line-height: 70vh;
    margin-top: 10%;
}

.right2{
    width: 40% !important;
    margin-top: 40%;
    height: 50vh;
    line-height: 50vh;
    left: -10%;
    position: relative;
}

.left3 {
    width: 60% !important;
    height: 50vh;
    line-height: 50vh;
    margin-top: 10%;
    
}

.right4 {
    width: 61% !important;
    height: 50vh;
    line-height: 50vh;
    margin: auto;
    margin-top: 10%;
}

.right4 img, .right2 img, .left3 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    width: 58% !important;
}

@media screen and (min-width:991px) and (orientation: portrait){
    .right4 img, .right2 img, .left3 img{
        position: relative !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

@media screen and (min-width: 468px) and (max-width: 991px){
    .right4 img, .right2 img, .left3 img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: auto !important;
        width: 58% !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.img-element.hidden{
    display: none;
}

.right-3-text{
    width: 30% !important;
    height: 50vh;
    margin-top: 10%;
}

.mfp-figure figure {
    max-width: 800px;
    margin: auto;
}



.collection-item-bg{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background: #f7f7f7;
}


input[type="checkbox"] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.text-element{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.img-element{
    background: #f7f7f7;
    overflow: hidden;
}

.mfp-figure figure, .mfp-wrap{
    background: #f7f7f7;
}

.acceptance-btn{
    /*display: inline-flex !important;*/
}

.button-box{
    display: flex;
    justify-content: left;
    align-items: center;
}

.black-title {
    color: #36373d;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10%;
    font-weight: 100;
}

.clapat-icon.light-icons {
    color: #9fa1aa;
}

.contact-wrapper{
    margin-top: 10%;
    margin-bottom: 10%;
    z-index: 2 !important;
}


/*.page-id-47 h6 a{
    color: #36373d;
    font-weight: 800;
    font-size: 16px;
}*/

.value-footer .footer-middle, .main-page-footer .footer-middle{
display: none !important;
}

.hero-bottom.fixed-elm{
position: fixed !important;
bottom: 0 !important;
}

.hb-right.values{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    opacity: 1 !important;
}

.hb-left.values{
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 1 !important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9fa1aa !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9fa1aa !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #9fa1aa !important;
  }


  input[type="text"], input[type="email"], input[type="search"], textarea {
    border-bottom: 1px solid #9fa1aa !important;
}  


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #9fa1aa !important;
    background: #9fa1aa !important;
    color: #000;
}

div.wpcf7-response-output {
    border-radius: 0px !important;
}

.button-border.outline {
    border: solid 2px #9fa1aa !important;
}
/*.hover-description {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, #797979, transparent);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}


.img-element:hover .hover-description {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}


*/


h2{
    color: rgba(54,55,61,0.4);
}
.text-hover-element {
    color: #676767;
    font-weight: 100;
    text-align: justify;
    max-width: 300px;
}


.thumb-info{
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(255, 255, 255) 100%) !important;
    padding: 50px 35px 30px !important;
}

.mfp-bg {
    background: white !important;
    opacity: 1 !important;
}


.mfp-image-holder .mfp-close {
    color: #8a8a8a !important;
    right: 10px !important;
    top: 10px !important;
    background: none !important;
    font-size: 46px !important;
    position: fixed;
}

.discover-gallery{
    font-weight: bold;
}

#hero-caption .hero-title {
    -webkit-text-stroke: 0px rgba(0,0,0,0.3) !important;
    font-weight: 500 !important;
}



.mfp-arrow::before {
    background: #8a8a8a !important;

}


.img-element:hover .thumb-info {
    opacity: 1;
    bottom: -5px;
}


.img-element img {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.img-element:hover img {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.second-hero-subtitle{
    font-size: 30px !important;
    line-height: initial !important;
    /* padding-top: 20%; */
    position: relative !important;
    top: 10vh !important;
    color: #36373d !important;
}

/*.page #hero-bg-image, .page .fog__container{
    display: none;
}*/


.main-title {
    font-weight: 500 !important;
}
#hero-bg-image.portfolio, .fog__container .portfolio{
    display: block !important;
}

.evc-page .hero-subtitle, .evc-page .hero-title {
    color: #36373d;
    top: -5vh;
    position: relative;

}

.jewel .hero-subtitle, .jewel .hero-title {
    color: white !important;
    position: initial !important;
}

#hero-bg-wrapper.page  {
    background: #f1f1f1;
}

.page .inner-image.right {
    left: 40%;
}

.page .inner-image img {
    max-width: 650px;
}


.event-wrapper{
    margin-top: 10%;
    margin-bottom: 17%;
}

.event-contact{
    color: #36373d;
}

.event-desc{
    margin-bottom: 5%;
}

.main-title {
    color: #9fa1aa;
}

#page-nav .page-title {
    color: #9fa1aa;
    -webkit-text-stroke: 0px;
    font-weight: 400;
    opacity: 0.6;
}

#page-nav .page-title:hover {
    color: #36373d;
    -webkit-text-stroke: 0px;
}


.percentage {
    -webkit-text-stroke: 0px rgba(0,0,0,1) !important;
    color: #36373d;
}


 #hero.page-id-47 {
    height: 50vh !important;


}

.evc-page .hero-bg-image{
    background: #f7f7f7;
}

#hero .hero-title {
    font-size: 90px;

}

.section-image {
    opacity: 1 !important;
}

 #hero.page-id-47 #hero-styles,  #hero-bg-wrapper.page-id-47 {
    height: 50vh !important;
}

.contact-page .inner-image.right {
    width: 40%;
}

.event-wrapper .one_third, .event-wrapper .two_third{
    display: inline-block !important;
    vertical-align: top !important;
    float: none !important;
}

.bottom-jewel{
    margin-top: -250px;
}

.bottom-jewel .bottom-jewel-img{
    position: relative;
    top: 20px;
    margin-bottom: -250px;
}

.hover-reveal__img {
    background-size: contain !important;
}

.wpcf7-form-control.wpcf7-submit{
    outline: 0 !important;
}

@media (max-width: 600px) {
    .news-block-wrap{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
  }




  /**VALUES PAGE **/



.antonandirene-logo {
    position: fixed;
    z-index: 900;
    top: 3px;
    left: 16px;
    color: #1a1a1a;
    font: 18px/1.44 'A&I Circular',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.03em;
    -webkit-text-size-adjust: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media (max-width: 767px) {
    .antonandirene-logo {
        right:0;
        top: 0;
        left: 0;
        text-align: center;
    }
}

.antonandirene-logo__label {
    display: block;
    padding: 25px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .antonandirene-logo__label {
        padding:22px;
        font-size: 18px;
        display: inline-block;
    }
}

.antonandirene-logo__label,.antonandirene-logo__label:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.antonandirene-logo__label__amp {
    color: #1a1a1a;
}

.intro {
    position: relative;
    padding-top: 100vh;
    padding-bottom: 15vh;
    color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 50;
}

.intro__decor {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #bfbfbf;
}

.intro__decor__inner {
    position: absolute;
    left: 50%;
    top: 0%;
    height: 100%;
    width: 200%;
    background: #bcc8db;
    opacity: .8;
    content: '';
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}

.intro__person {
    position: fixed;
    z-index: 60;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    text-align: center;
}

.intro__person_irene{
    top: 44%;
}

.intro__person__content,.intro__person__content__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*.intro__person_anton .intro__person__content {
    -webkit-transform: translateX(31%);
    -ms-transform: translateX(31%);
    transform: translateX(31%);
}

.intro__person_irene .intro__person__content {
    -webkit-transform: translateX(-22%);
    -ms-transform: translateX(-22%);
    transform: translateX(-22%);
}*/

.intro__person_anton {
    margin-right: 100px;
    right: 48.5%;
    height: 60%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.intro__person_irene {
    margin-left: 100px;
    left: 51.5%;
    height: 60%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.intro__person__frame {
    position: absolute;
    top: 0;
    height: auto;
    width: 75%;
    max-width: 350px;
    opacity: 0;
    -webkit-transition: opacity .175s .07s;
    transition: opacity .175s .07s;
}

.intro__person_anton .intro__person__frame {
    right: 0;
}

.intro__person_irene .intro__person__frame {
    left: 0;
}

.intro__person_1 .intro__person__frame_1 {
    opacity: 1;
    -webkit-transition-delay: .00001s;
    transition-delay: .00001s;
}

.intro__about {
    display: table;
    width: 100%;
    min-height: 100vh;
}

.intro__about__content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.intro__doing__title__top {
    padding-bottom: 56px;
    margin-bottom: 75px;

}

.intro__doing__title__top h1, .intro__doing__title__top h6{
    color: #36373d;
}

.intro__about__content__text {
    width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    letter-spacing: -.05em;
    font: 80px/1 'A&I Garamond',Georgia,Times,serif;
}

@media (max-width: 1023px) {
    .intro__about__content__text {
        font-size:65px;
        width: 700px;
    }
}

@media (max-width: 767px) {
    .intro__about__content__text {
        font-size:40px;
        line-height: 1;
        max-width: 370px;
    }
}

@media (max-width: 479px) {
    .intro__about__content__text {
        font-size:30px;
    }
}

.intro__doing {
    position: relative;
    text-align: center;
}

.intro__doing__title {
    position: relative;
    padding-bottom: 56px;
    margin-bottom: 75px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: .3;
}

.intro__doing__title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #FFF;
    width: 120px;
    margin-left: -60px;
    content: '';
}

.intro__doing__item {
    display: block;
    margin: 2%;
    /*font-size: 132px;*/
    line-height: 1.08;
    /*font-weight: 600;*/
    white-space: nowrap;
    letter-spacing: -.055em;
    color: #36373d;
    opacity: 0.4;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 7px;
    font-size: 90px;

}



@media (max-width: 1550px) {
    .intro__doing__item {
        /*font-size:170px;*/
    }
}

@media (max-width: 1300px) {
    .intro__doing__item {
        font-size:100px;
    }
}

@media (max-width: 1023px) {
    .intro__doing__item {
        font-size:95px;
    }
}

@media (max-width: 991px){
    .intro__doing__item {
        font-size: 75px;
    }
}

@media (max-width: 767px) {
    .intro__doing__item {
        font-size:75px;
    }
}

@media (max-width: 479px) {
    .intro__doing__item {
        font-size:50px;
    }
}

.intro__arrow {
    position: fixed;
    z-index: 99;
    bottom: -25px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    height: 120px;
    cursor: pointer;
    -webkit-animation: arrow 1s infinite;
    animation: arrow 1s infinite;
}

.intro__arrow__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 43px 24px;
}

.bg-colors {
    position: relative;
    z-index: 100;
}



/*! CSS Used keyframes */
@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.right4 img {
    width: auto;
    height: 100%;
}

/***************
RESPONSIVE
****************/
@media screen and (max-width: 1400px){

    #magic-cursor{
        display: none !important;
    }
    
    .intro {
        padding-top: 5vh;
    }

    .button-wrap.left {
        float: left;
        left: 18px;
    }

    .intro__home {
        height: 100vh !important;
    }

 /*   .intro__arrow {
        position: unset;
        z-index: 99;
        bottom: -25px;
        left: 50%; 
        max-width: 140px;
        margin-left: -70px; 
        height: 120px;
        cursor: pointer;
        margin: auto;
        background: red;
        -webkit-animation: arrow 1s infinite;
        animation: arrow 1s infinite;
    } */

    #root .hero-bottom{
        display: block;
    }

    .intro__person{
        width: 49% !important;
        position: unset;
        display: block !important;
        height: 100% !important;
        display: inline-block !important;
        position: relative;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        vertical-align: top;
    }

    .intro__person_1 .intro__person__frame_1 {
        width: 80%;
        margin: auto;
        display: inline-block;
        height: auto !important;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .intro__person__content, .intro__person__content__inner {
        position: unset;
        left: 0;
        top: 0px;
        width: 100%;
        /* height: 100%; */
    }


} 

@media screen and (max-width: 1400px) and (orientation: landscape){
    .hero-bottom {
        bottom: 80px;
    }

    #showcase-holder .showcase-captions-wrap.stroked {
        height: 0px;
        overflow: hidden;
        padding-top: 91px;
    }
}

@media screen and (max-width: 1024px){
    .flexnav li a {
        color: #36373d;
        -webkit-text-stroke: 0px rgba(255,255,255,0.3);
        border: none;
    }

    .flexnav li:hover a, .flexnav li a.active {
        color: #36373d;
        -webkit-text-stroke: 0px rgba(255,255,255,0);
        border: none;
    }

    .copyright span{
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .socials-wrap {
        -webkit-transform: translateX(0px) translateY(0px)!important;
    }


}

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



     .inner-image img {
        max-width: 250px !important;
    }

    .flexnav li ul li a:hover, .flexnav li ul li a.active {
        color: #36373d !important;
    }

    .left1 {
        width: 40% !important;
        height: 40vh;
        line-height: 40vh;
        margin-top: 10%;
    }

    .right2 {
        width: 40% !important;
        margin-top: 40% !important;
        height: 40vh !important;
        line-height: 40vh !important;
        left: -10% !important;
        position: relative !important;
    }

    .right4 img, .right2 img, .left3 img {
        display: unset !important;
        margin-left: auto;
        margin-right: auto;
    }

    .copyright {
       
        line-height: 20px;
        width: 90%;
    }

}

@media screen and (max-width: 991px){
    .small-contact h6 a {
        font-weight: 600 !important;
        font-size: 12px !important;
    }

    .hero-bottom {
        display: none;

    }



    .mfp-image-holder .mfp-close {
        color: #8a8a8a !important;
        right: 0px !important;
        background: none !important;
        font-size: 46px !important;
        position: fixed;
        top: 0 !important;
    }

    .mfp-figure:after, img.mfp-img {
        width: 68% !important;
    }

    .mfp-wrap {
        z-index: 1043;
        outline: 0!important;
        -webkit-backface-visibility: hidden;
        overflow: hidden !important;
        height: 100vh;
        position: fixed !important;
    }

}

@media screen and (max-width: 991px) and (orientation: landscape) {
    .title {
        font-size: 40px !important;
    }

    #hero.contact-page{
        height: 60vh !important;
    }

    .bottom-jewel .bottom-jewel-img {
        position: relative;
        top: 20px;
        margin-bottom: -250px;
        width: 30%;
        float: right;
    }


.contact-page .hero-subtitle, .contact-page .hero-title {
    top: 0 !important;
}

    .mfp-figure:after, img.mfp-img {
        width: 68% !important;
    }
    

    .showcase-footer .footer-middle{
        display: none;
    }

    .copyright {
        width: 90%;
    }





    .next-page-title {
        padding: 0 40px 0px 40px;
    }
    
    .jewel-footer {
        height: 200px !important;
    }

    .inner-image img {
        max-width: 200px !important;
    }

    #showcase-holder .showcase-captions-wrap.stroked, #showcase-holder .showcase-captions-wrap {
        top: calc(60vh - 50px) !important;
    }
    #showcase-holder .showcase-captions-wrap.stroked{
        height: 0px;
    }

    .contact-page .inner-image.right {
        left: 50% !important;
    }

    #hero.page-id-47 #hero-styles, #hero-bg-wrapper.page-id-47 {
        height: 65vh !important;
    }

    .evc-page .second-hero-subtitle {
        font-size: 19px !important;
        top: 0 !important;
    }

    .socials-wrap .socials {
    margin-top: 5px;
    text-align: right;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    bottom: 20px;
    top: 0;
    }

    .intro__person_1 .intro__person__frame_1 {
        width: 60%;
        margin: auto;
        display: inline-block;
        height: auto !important;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .left1 {
        width: 40% !important;
        height: 100vh !important;
        line-height: 100vh;
        margin-top: 10%;
    }

    .right2 {
        width: 40% !important;
        margin-top: 40% !important;
        height: 100vh !important;
        line-height: 100vh !important;
        left: -10% !important;
        position: relative !important;
    }

    .right4 img, .right2 img, .left3 img {
        display: unset !important;
        margin-left: auto;
        margin-right: auto;
    }

    .left3 {
        width: 60% !important;
        height: 100vh !important;
        line-height: 100vh !important;
        margin-top: 10%;
    }

    .right4 {
        width: 61% !important;
        height:  100vh !important;
        line-height: 100vh;
        margin: auto;
        margin-top: 10%;
    }

    .right-3-text {
        width: 30% !important;
        height: 100vh;
        margin-top: 10%;
    }

    .collection-block img{
            position: relative !important;
            /*top: 50% !important;
            transform: translateY(-50%) !important;*/
            width: 80%;
            padding: 10%;
    
    }
    
}

@media screen and (max-width: 767px) and (orientation: portrait){
    .contact-page .inner-image.right {
        top: 70%;
    }

    .intro__person {
        width: 100% !important;
    }

    .intro__person_irene{
        display: none !important;
    }


    .intro__doing__item {
        font-size: 43px !important;
        margin-bottom: 9%;

    }


    .values .socials-wrap .socials {
        text-align: right;
    }


    .socials-wrap .socials {
        text-align: left;
        
    }

    .socials li a {
        width: 40px;
        margin-left: -1px;
    }

     .inner-image.right {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    
    }

    .collection-block .image-link img{
        display: block !important;
        margin: auto;
        padding: 10%;
        width: 70% !important;
    }

    .collection-block .image-link{
        width: 100% !important;
        height: 100% !important;
    }


    .evc-page .hero-subtitle{
        line-height: 35px !important;
    }

    .evc-page .hero-title,.evc-page .hero-subtitle {
        top: 0;
    }    

    .page .inner-image img {
        display: block;
        margin: auto;
    }

    .hero-subtitle {
        line-height: 12px !important;
        margin-top: 11px !important;
        font-weight: 400;
        font-size: 12px;
    }

    .hero-title, .page-title {
        font-size: 40px;
        line-height: 40px;
    }

    .tab__link.swiper-pagination-bullet.swiper-pagination-bullet-active .subtitle {
        margin-top: -13px;
        font-size: 12px;
    }

    #hero .hero-title {
        font-size: 40px;
    }

    footer {
        height: 130px;
    }

    .footer-middle {
        max-width: 1180px;
        position: absolute;
        margin: 0 auto;
        left: 20px;
        width: 68%;
        top: -40px;
    }

    .copyright {
        top: -15px;

    }

    .inner-image img {
        max-width: 200px !important;
    }

    .inner-image {
        top: 30%;
    }

    #showcase-slider .inner-image {
        position: absolute;
        top: 30%;
    }

    .bottom-jewel .bottom-jewel-img {
        position: relative;
        top: 20px;
        margin-bottom: auto !important;
        margin: auto;
        width: 50%;
    }

    .bottom-jewel {
        margin-top: auto;
    }

    .small-contact h6 a {
        font-weight: 600 !important;
        font-size: 14px !important;
    }

    .hero-subtitle {
        line-height: 40px;
        margin-top: 10px;
    }

    /*.swiper-slide {
        height: 100vh !important;
    }*/

    .smooth-scroll #content-scroll {
        /*margin-top: 80px;*/
    }

  

    #header-container{
        background: white;
        height: 70px;
    }


}

@media screen and (max-width: 761px) and (orientation: portrait){

    .right4 {
        width: 100% !important;
        height: 50vh;
        line-height: 50vh;
        margin: auto;
        margin-top: 10%;
    }

    .right-3-text {
        width: 100% !important;
        height: auto;
        margin-top: 10%;
    }

    .left1 {
        width: 100% !important;
        height: 40vh;
        line-height: 40vh;
        margin-top: 10%;
    }

    .right2 {
        width: 100% !important;
        margin-top: 10% !important;
        height: 40vh !important;
        line-height: 40vh !important;
        left: 0% !important;
        position: relative !important;
    }

    .left3 {
        width: 100% !important;
        height: 50vh;
        line-height: 50vh;
        margin-top: 10%;
    }

}

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

    .button-box {
        align-items: initial;
    }

    .title, #showcase-carousel-slider .outer .title {
        font-size: 55px;        
    }

    #hero .hero-title {
        font-size: 55px;
    }

    .tab__link.swiper-pagination-bullet.swiper-pagination-bullet-active .subtitle {
        margin-top: -13px;
        font-size: 11px;
    }

}
/*iPhone 6 Portrait*/

@media screen and (max-width: 376px) and (orientation: portrait){

.inner-image {
    top: 36%;
}

.event-page .inner-image {
    top: 26%;
}

.inner-image img {
    max-width: 160px !important;
    display: block;
    margin-bottom: 30%;
}

.intro__doing__item {
    font-size: 33px !important;
    margin-bottom: 9%;
}

#showcase-slider .inner-image {
    position: absolute;
    top: 27%;
}

}

@media screen and (max-width: 670px) and (orientation: landscape){

    .copyright {
        /*top: 0;*/
    }

    #main {
        margin-bottom: 40px;
    }

    .showcase-anchor{
        margin-bottom: 0 !important;
    }

  /*  .bottom-jewel .bottom-jewel-img {
        margin-bottom: -100px;

    }
    */
    .bottom-jewel .bottom-jewel-img img {
        width: 80%;

    }

    .bottom-jewel .bottom-jewel-img {
        position: relative;
        top: 150px;
        margin-bottom: 0 !important;
        width: 30%;
        float: right;
    }
    }


    /*Bridal extra code*/

    .special-collection .hero-title {
        -webkit-text-stroke: 0px;
        color: #afafb1;
    }

    .special-collection .hero-subtitle {
        color: #777777;
        font-weight: bold;
    }

    .collection-link p {
        font-weight: bold;
    }
