/*.max-height-pic img{
    height: 274px;
}*/
.play-ico{
    width:30px !important;
}


.videosone .video-container{
    text-align: center;
}
.videosone .reverse .home-share .share:before {
    left: 49%;
    right: auto;
}
.videosone .couture-social {
    position: static;
    width: 50px;
    text-align: center;

}
.videosone .video-js {
    display: initial;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    width: 100%;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.left-padding{
    padding-left: 24%;
}
.coll-title{
    display: inline-block;
    font-family: 'TextaNarrow-Regular', sans-serif;
    font-size: 1em;
    margin: 0;
    letter-spacing: 0.15em;
}
.loader-container img{
    position: absolute;
    top: 48%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
.social img{
    width:28px;
    transition: all .2s ease-in-out;
}
.social img:hover { transform: scale(1.1); }
.couture_bxslider-item{
    text-align: center;
}
.slider-content{
    display: inline-block;
    width:100%;
}
/*.readytowear .couture-social, .couture-coll .couture-social{
    display: inline-block;
    right: 18px;
    top:0;
    z-index: 9999;
}*/


.press-fullarticle .article__social .share:before{
    left: 48% !important;
}
.press-fullarticle .reverse .share_social{
    left: 55% ;
}
.news-item{
    margin-top: 100px;
}
.newsletter p , label{
    font-family: 'TextaNarrow-Bold', sans-serif;
    cursor: pointer;

}
.home .mejs-overlay-button{
    display: none;
}
.home .mejs-fullscreen-button, .home .mejs-controls .mejs-time-rail .mejs-time-total, .home .mejs-container .mejs-controls .mejs-time{
    display: block !important;
}
.home .mejs-container .mejs-controls{
    bottom: -30px;
    /* background-color: white !important;*/
}
.home .mejs-container .mejs-controls{
    background: white !important;
}
.home .mejs-controls .mejs-button button{
    /*background: transparent url(./img/vol.png) no-repeat !important;*/
}

.midl-txt{
    height: 45vh;
    position: relative;
}
.midl-txt h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 5;
    font-family: 'TextaNarrow-Bold', sans-serif;
}
a {

    cursor: pointer;

}
.this-img{
    float: left;
}
.this-img1{
    float: left;
}

.padd-space{
    padding-left: 10px;
}
.wrapper {

    margin: 0 auto;

    padding: 0 20px;

}

.wrapper.medium {

    max-width: 1200px;

}

.wrapper.small {

    max-width: 970px;

}

.wrapper.smallest {

    max-width: 670px;

}

.background {

    /* custom background-position */

    background-position: 50% 50%;

    /* ie8- graceful degradation */

    background-position: 50% 50%\9 !important;

}

.title-header {

    margin: 0;

    font-size: 0.94em;

    font-family: 'TextaNarrow-Bold', sans-serif;

    letter-spacing: 0.15em;

}

.subtitle-header {

    margin: 0;

    font-size: 0.85em;

    font-family: 'TextaNarrow-Bold', sans-serif;

    letter-spacing: 0.15em;

    line-height: 1.1;

}

.upper {

    text-transform: uppercase;

}

.flex {

    display: -moz-flex;

    display: -webkit-flex;

    display: flex;

    -webkit-justify-content: space-around;

    justify-content: space-around;

    -webkit-flex-flow: row wrap;

    flex-flow: row wrap;

    -webkit-align-items: stretch;

    align-items: stretch;

    margin: 0 -20px;

}

.reverse .flex {

    -webkit-flex-direction: row-reverse;

    flex-direction: row-reverse;

}

.space {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

p {

    font-family: 'TextaNarrow-Bold', sans-serif;

    font-size: 0.875em;

    letter-spacing: 0.1em;

}



/*=============================================================================

header

=============================================================================*/



.header .container {

    padding: 40px 0;

}

.logo__container {

    width: 125px;

}

.menu__container {

    width: calc(100% - 130px);

}

.menu-container {

    text-align: right;
    margin-top: 20px;

}

.menu-item {

    display: inline-block;

    padding: 0 10px;

    letter-spacing: 0.15em;

    font-size: 0.94em;

    font-family: 'TextaNarrow-Regular', sans-serif;

    position: relative;

}

.menu-item > a {

    padding: 10px 0;

}

.menu-item:hover,

.menu-item.active {

    font-family: 'TextaNarrow-Bold', sans-serif;

}

.submenu {

    position: absolute;

    text-align: left;

    list-style: none;

    padding: 20px 20px 20px 130px;

    background: #ffffff;

    left: -50%;

    width: 120%;

    z-index: 1;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translate(0, 20px);

    -moz-transform: translate(0, 20px);

    transform: translate(0, 20px);

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.submenu.submenu-inline {

    padding: 7px 7px 7px 10px;

    background: #ffffff;

    width: 230px;

    left: -55px;

}

.menu-item:hover .submenu {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    transform: translate(0, 0);

}

.submenu-item {

    font-family: 'TextaNarrow-Regular', sans-serif;

    line-height: 1.8;

    font-size: 0.9em;

    position: relative;

}

.submenu-inline .submenu-item {

    display: inline-block;

    margin: 0 -4px;

}

.submenu-item:hover {

    color: #AFACA3;

}
.submenu-couture{
    width:300% ;
    padding: 0 0 0 0 ;
}
/*.submenu-couture .submenu-item:before {

content: '';

width: 100px;

height: 100px;

z-index: 1;

left: -120px;

position: absolute;

-webkit-transition: .3s ease;

-moz-transition: .3s ease;

transition: .3s ease;

background: url("../img/img-collection2.png") no-repeat top center;

background-size: cover;

}*/

/*.submenu-couture .submenu-item.fw:before {

background: url("../img/img-collection1.png") no-repeat top center;

background-size: cover;

top: -15px;

}
*/
.submenu-couture .submenu-item.ss15:before {

    background: url("../img/img-collection4.png") no-repeat top center;

    background-size: cover;

    top: -39px;

}

.submenu-couture .submenu-item.ss16:before {

    background: url("../img/img-collection8.png") no-repeat top center;

    background-size: cover;

    top: -63px;

}

.submenu-couture .submenu-item.fw:hover:before,

.submenu-couture .submenu-item.ss15:hover:before,

.submenu-couture .submenu-item.ss16:hover:before {

    z-index: 2;

}

.submenu-inline .submenu-item img {

    width: 80px;

    height: 90px;

    object-fit: cover;

    -webkit-transition: .3s ease;

    -moz-transition: .3s ease;

    transition: .3s ease;

}

.submenu-inline .submenu-item:hover img {

    -webkit-transform: scale(1.05);

    -moz-transform: scale(1.05);

    transform: scale(1.05);

}

.submenu-inline .submenu-item:before,

.submenu-inline .submenu-item:after {

    position: absolute;

    z-index: 5;

    content: '';

    width: 20px;

    height: 20px;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.submenu-inline .submenu-item:before {



    background: url("../img/ico-submenuplay.svg") no-repeat center center;

    background-size: 13px;

    left: 51%;

}

.submenu-inline .submenu-item:after {

    left: 50%;

    border: 2px solid #ffffff;

    border-radius: 50%;

}







/*=============================================================================

home

=============================================================================*/

.home .wrapper.medium {
    max-width: 1024px;
}

.video-container {

    padding: 5px;

    position: relative;

    margin-bottom: 30px;
    height: 85%;
    margin-top: 20px;

}

.home .video-container .mejs-container,

.home .video-container .mejs-overlay,

.home .video-container video {

    width: 100% !important;
    height: 100% !important;


}

.home .mejs-overlay-button {

    background: url("../img/ico-play_button.svg") no-repeat center center !important;

    width: 90px !important;

    height: 100px !important;

    margin: -50px 0 0 -30px !important;

}

.collection_header {

    margin: 0;

    font-family: 'TextaNarrow-Bold', sans-serif;

    font-size: 0.94em;

    letter-spacing: 0.15em;

}

.top-container .right {

    text-align: right;
    padding-bottom: 50px;

}

.top-container .right a {

    position: relative;

    font-family: 'TextaNarrow-Bold', sans-serif;

    letter-spacing: 0.15em;

    font-size: 0.94em;

}

.top-container .right:hover a {

    color: #AFACA3;

}



.top-container .right a:before {

    position: absolute;

    content: '';

    display: block;

    height: 1px;

    background: #000;

    bottom: 3px;

    left: 0;

    right: 0;

}

.top-container .right:hover a:before {

    background: #AFACA3;

}

.top-container .right a:after {

    content: '';

    display: inline-block;

    width: 5px;

    height: 10px;

    background: url("../img/ico-arrowleft.svg") no-repeat center center;

    background-size: 5px;

}

.top-container .right:hover a:after {

    -webkit-animation: swing_horizontal .9s ease-in-out infinite;

    -moz-animation: swing_horizontal .9s ease-in-out infinite;

    animation: swing_horizontal .9s ease-in-out infinite;

}

@keyframes swing_horizontal {

    0% { transform: translate(3px, 0); }

    50% { transform: translate(-3px, 0); }

    100% { transform: translate(3px, 0); }

}



@-webkit-keyframes swing_horizontal {

    0% { transform: translate(3px, 0); }

    50% { transform: translate(-3px, 0); }

    100% { transform: translate(3px, 0); }

}



@-moz-keyframes swing_horizontal {

    0% { transform: translate(3px, 0); }

    50% { transform: translate(-3px, 0); }

    100% { transform: translate(3px, 0); }

}

.home .slick-prev {

    left: -50px;

}

.home .slick-prev:before {

    content: '<';

}

.home .slick-next {

    right: -50px;

}

.home .slick-next:before {

    content: '>';

}

.home .slick-prev:before,

.home .slick-next:before {

    font-size: 25px;

    color: #000;

    opacity: 1;

    font-weight: bold;

}

.home .slick-slider {

    margin: 0 -25px 60px -10px;

    width: 103%;

}

.home .slick-slide img {

    width: 100%;

}

.home figure {

    width: 100px;

    margin: 1em 10px;

}

/*photoswipe*/

.pswp__top-bar {

    width: 95%;

    padding-top: 20px;

    text-align: right;

}

.pswp__counter,

.pswp__button.pswp__button--share {

    display: none;

}

.pswp__button--close,

.pswp__button--fs,

.pswp__button--arrow--left,

.pswp__button--arrow--right {

    border: none;

}

.pswp__button--fs {

    display: inline-block !important;

}

.pswp__button--arrow--left {

    left: 50px;

}

.pswp__button--arrow--right {

    right: 50px;

}



.flex .text-container {

    flex: 2.5;

    text-align: right;

    position: relative;

}

.reverse .flex .text-container {

    text-align: left;

}

.home-news .text-content {

    max-width: 375px;

    position: absolute;

    right: 0;

    bottom: 0;
    top:0;

}

.home-news .reverse .text-content {

    left: 0;

    right: auto;
    top:0;

}

.flex .img-container {

    /*flex: 1;*/

    padding: 0 20px;

}

.flex .img-container img {

    /*width: 100%;*/

}

.home .img-container.mobile {

    display: none;

}

.hide{
    display: none;
}

.home-news p {

    font-size: 0.9em;

    padding: 20px 0 0;

    font-family: 'TextaNarrow-Bold', sans-serif;

    font-size: 0.85em;

    letter-spacing: 0.15em;

}

.home-news .read-more {

    /*float: right;*/
    width:17%;
    /*padding-right: 20px;*/

    font-family: 'TextaNarrow-Bold', sans-serif;

    letter-spacing: 0.02em;

    font-size: 0.8em;

    display: inline-block;

    overflow: hidden;

    padding-top: 5px;

    line-height: 0.9;



}
.to-the-right{
    float: right !important;
}

.home-news .read-more:hover {

    color: #AFACA3;

}

.home-news .read-more a:after {

    content: '';

    display: block;

    width: 100%;

    height: 1px;

    background: #AFACA3;

    -webkit-transform: translate3d(-101%, 0, 0);

    -moz-transform: translate3d(-101%, 0, 0);

    transform: translate3d(-101%, 0, 0);

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.home-news .read-more:hover a:after {



    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}

.home-news .reverse .read-more {

    display: block;

}
  .celebrity-class.home-share{

    margin-top: 31px !important;

    position: relative;

    display: block;

}

.home-share {

    margin-top: 15px;

    position: relative;

    display: block;

}

.share_social {

    position: absolute;
    height: 70px;
    width: 57px;
    background: transparent;
    top: -25px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    z-index: 5;

}

.reverse .share_social {

    left: 35px;

}

.home-share:hover .share_social {

    opacity: 1;

    visibility: visible;

}

.share_social .social {

    position: absolute;

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    transform: scale(0);



    -webkit-transition: .3s cubic-bezier(.54,.61,.6,1.56);

    -moz-transition: .3s cubic-bezier(.54,.61,.6,1.56);

    transition: .3s cubic-bezier(.54,.61,.6,1.56);

}

.home-share:hover .share_social .social {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    transform: scale(1.1)

}

.share_social .social img {

    width: 20px;

    height: 20px;

}

.share_social .twitter {

    top: 12px;

    left: 35px;

}

.reverse .share_social .twitter {

    top: 12px;
    left: auto;
    right: 35px;


}

.share_social .pinterest {

    top: 33px;

    left: 18px;

    -webkit-transition-delay: .1s; /* Safari */

    -moz-transition-delay: .1s;

    transition-delay: .1s;

}

.reverse .share_social .pinterest {

    top: 33px;

    left: auto;

    right: 18px;

}

.share_social .facebook {

    top: 33px;
    left: 21px;

    -webkit-transition-delay: .15s; /* Safari */

    -moz-transition-delay: .15s;

    transition-delay: .15s;

}

.reverse .share_social .facebook {

    top: 30px;
    left: auto;
    right: 17px;

}

.share_social .googleplus {

    top: 55px;
    left: 35px;

    -webkit-transition-delay: .2s; /* Safari */

    -moz-transition-delay: .2s;

    transition-delay: .2s;

}

.reverse .share_social .googleplus {

    top: 50px;
    left: auto;
    right: 33px;

}

.share_social .youtube {

    top: 112px;

    left: 6px;

    -webkit-transition-delay: .25s; /* Safari */

    -moz-transition-delay: .25s;

    transition-delay: .25s;

}

.reverse .share_social .youtube {

    top: 112px;

    left: auto;

    right: 6px;

}

.share_social .tumblr {

    top: 137px;

    left: 18px;

    -webkit-transition-delay: .3s; /* Safari */

    -moz-transition-delay: .3s;

    transition-delay: .3s;

}

.reverse .share_social .tumblr {

    top: 137px;

    left: auto;

    right: 18px;

}

.share_social .instagram {

    top: 158px;

    left: 35px;

    -webkit-transition-delay: .35s; /* Safari */

    -moz-transition-delay: .35s;

    transition-delay: .35s;

}

.reverse .share_social .instagram {

    top: 158px;

    left: auto;

    right: 35px;

}



.home-share .share {

    margin: 0;

    font-size: 0.7em;

    cursor: pointer;

    position: relative;

    padding-top: 40px;

    font-family: 'TextaNarrow-Bold', sans-serif;

    font-size: 0.75em;

}

.home-share .share:before {

    position: absolute;

    top: 10px;

    right: 0;

    content: '';

    display: block;

    width: 15px;

    height: 30px;

    background: url("../img/ico-share.svg") no-repeat center center;

    background-size: 15px;

}
.news-class:before {

    left: 1px !important;

    right: auto;

}
.reverse .home-share .share:before {

    left: 18px;

    right: auto;

}

.home-send {

    line-height: 0.7;

    overflow: hidden;

    margin-top: 10px;

    position: relative;

}

.home-request {

    padding-top: 10px;

}

.home-send a,

.home-request .request {

    margin: 0;

    font-size: 0.7em;

    /*max-width: 50px;*/

    padding-top: 25px;

    font-family: 'TextaNarrow-Bold', sans-serif;

    font-size: 0.75em;

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

    cursor: pointer;

    padding-top: 10px;

}

.home-request .request:hover {

    color: #AFACA3;

}



.send-content {

    padding-top: 25px;

    max-width: 60px;

    float: right;

    position: relative;;

}

.reverse .send-content {

    float: left;

}

.send-content:before {

    position: absolute;

    top: 0;

    right: 0;

    content: '';

    display: block;

    width: 23px;

    height: 23px;

    background: url("../img/ico-send.svg") no-repeat center center;

    background-size: 23px;

    -webkit-transition: translate 1.5s cubic-bezier(.91,.11,.86,.93);

    -moz-transition: translate 1.5s cubic-bezier(.91,.11,.86,.93);

    transition: translate 1.5s cubic-bezier(.91,.11,.86,.93);

    cursor: pointer;

}

.reverse .send-content:before {

    left: 0;

    right: auto;

}

.send-content:hover:before {

    -webkit-animation: airplane 1.5s infinite; /* Chrome, Safari, Opera */

    animation: airplane 1.5s infinite;

}

/* Chrome, Safari, Opera */

@-webkit-keyframes airplane {

    0%  {

        -webkit-transform: translate(0, 0);

        -moz-transform: translate(0, 0);

        transform: translate(0, 0);

    }

    100% {

        -webkit-transform: translate(30px, -30px);

        -moz-transform: translate(30px, -30px);

        transform: translate(30px, -30px);

    }

}



/* Standard syntax */

@-webkit-keyframes airplane {

    0%  {

        -webkit-transform: translate(0, 0);

        -moz-transform: translate(0, 0);

        transform: translate(0, 0);

    }

    100% {

        -webkit-transform: translate(30px, -30px);

        -moz-transform: translate(30px, -30px);

        transform: translate(30px, -30px);

    }

}





/*=============================================================================

the studio

=============================================================================*/



.studio .background {

    margin-bottom: 40px;

    height: 430px;

    position: relative;

    background: url("../img/img-studio1.png") no-repeat bottom center;

    background-size: cover;

}

.studio .background:after {

    content: '';

    display: block;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    /*background: rgba(255, 255, 255, 0.5);*/

}

.studio .text-container {

    text-align: center;

    padding-bottom: 40px;

}

.studio-des {

    font-family: 'TextaNarrow-Bold';

    letter-spacing: 0.1em;

}





/*=============================================================================

couture

=============================================================================*/

.couture-main{
    margin-top: 20px;
}

.couture-main .wrapper {

    max-width: 910px;

}

.couture-main .space {

    padding: 20px 17px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.couture_title > a,

.couture_title > p,

.collection_title,

.arrow {

    display: inline-block;

    font-family: 'TextaNarrow-Regular', sans-serif;

    font-size: 1em;

    margin: 0;

    letter-spacing: 0.15em;

}

.arrow {

    font-size: 1.2em;

    padding: 0 2px;

}

.couture-main .gallery {

    margin: -15px -17px 0;

}



.couture__pic-container {

    position: relative;

}

.couture__pic-container img {

    width: 100%;

}

.couture__pic-container:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: block;

    background: #ffffff;

    opacity: 0;

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.couture__pic-container:hover:before {

    opacity: 0.8;

}
#vid-cont-overlay:hover:before{
    opacity:0 !important;
}

.couture__pic-container .text-container {

    position: absolute;

    opacity: 0;

    visibility: hidden;

    z-index: 5;

    max-width: 125px; /*100px*/

    margin: 0 auto;

    text-align: center;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -35%);

    -moz-transform: translate(-50%, -35%);

    transform: translate(-50%, -35%);



    -webkit-transition: .6s ease;

    -moz-transition: .6s ease;

    transition: .6s ease;

    -webkit-transition-delay: .1s;

    -moz-transition-delay: .1s;

    transition-delay: .15s;

}

.couture__pic-container:hover .text-container {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

.pic-title.mobile {

    text-align: center;

    display: none;

}

.pic-title{
    font-family: 'TextaNarrow-regular', sans-serif;
    font-size: 0.875em;
    letter-spacing: 0.3em;
    line-height: 1;
    text-align: center;
    margin: 0;

}

.pic-des {

    font-family: 'TextaNarrow-Bold', sans-serif;

    font-size: 0.9em;

    letter-spacing: 0.2em;

    line-height: 1;

}

.load-more {

    text-align: center;

}

.couture-main .load-more a {

    padding: 10px;

}

.couture-main .load-more img {

    width: 56px;
    cursor: pointer;

}

.couture-main .load-more a:hover img {

    -webkit-animation: swing_vertical .9s ease-in-out infinite;

    -moz-animation: swing_vertical .9s ease-in-out infinite;

    animation: swing_vertical .9s ease-in-out infinite;

}

@keyframes swing_vertical {

    0% { transform: translate(0, 3px) scale(1); }

    50% { transform: translate(0, -3px) scale(0.93); }

    100% { transform: translate(0, 3px) scale(1); }

}



@-webkit-keyframes swing_vertical {

    0% { transform: translate(0, 3px); }

    50% { transform: translate(0, -3px); }

    100% { transform: translate(0, 3px); }

}



@-moz-keyframes swing_vertical {

    0% { transform: translate(0, 3px); }

    50% { transform: translate(0, -3px); }

    100% { transform: translate(0, 3px); }

}

.collection_video {

    padding-top: 60px;

    text-align: center;

}

.collection_video .collection_title {

    display: block;

    padding-bottom: 15px;

    color: #000000;

}

.couture-main .video-container {

    display: block;

    /*width: 350px;*/

    margin: 0 auto;

}

.couture-main .mejs-poster {

    width: 350px !important;

}

.couture-main .mejs-overlay-play {

    width: 100% !important;

}

.couture-main .mejs-overlay-button {

    background: url("../img/ico-play_button.svg") no-repeat center center !important;

    width: 70px !important;

    height: 100px !important;

    margin: -50px 0 0 -30px !important;

}



/* ONE COUTURE */
.couture-one{
    margin-top: 20px;
}
.couture-one .bx-viewport {

    height: 770px;

}

.couture_slider {

    max-width: 600px;

    margin: 0 auto;

    position: relative;

}

.couture-bxslider {

    width: 100%;

}

.couture-social {

    position: absolute;

    right: -90px;

    top: -10px;

}

.couture_slider img {

    width: 100%;

    margin: 0 auto;

}

.couture-one .pic-des {

    text-align: center;

    max-width: 120px;

    margin: 0 auto;

    padding-top: 20px;

    letter-spacing: 0.25em;

    line-height: 1.1;

}

.couture_slider .bx-wrapper .bx-controls-direction a {

    border-radius: 0;

    height: 25px;

    width: 20px;

    top: 45%;

}

.couture_slider .bx-wrapper .bx-prev {

    background: url('../img/ico-coutureprev.svg') no-repeat;

    background-size: 15px;

}

.couture_slider .bx-wrapper .bx-prev {

    left: -60px;

}

.couture_slider .bx-wrapper .bx-next {

    background: url('../img/ico-couturenext.svg') no-repeat;

    background-size: 15px;

}

.couture_slider .bx-wrapper .bx-next {

    right: -60px;

}



/*=============================================================================

read to wear

=============================================================================*/





/*=============================================================================

videos

=============================================================================*/



.mejs-poster {

    /* roy width: 0 !important;

    height: 0 !important;*/

}

.videos_gallery .mejs-overlay-button {

    background-size: 40px !important;

    width: 40px !important;

    height: 40px !important;

    margin: -35px 0 0 -25px !important;

}

.videos .load-more {

    padding-top: 30px;

    position: relative;

}

.videos .load-more:before,

.videos .load-more:after {

    content: '';

    display: block;

    width: 42.2%;

    height: 1px;

    background: #000000;

    position: absolute;

}

.videos .load-more:before {

    top: 38px;

    left: 0;

}

.videos .load-more:after {

    top: 38px;

    right: 0;

}

.videos .load-more p {

    display: inline-block;

    overflow: hidden;

    padding-bottom: 0;

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.videos .load-more p:hover {

    color: #AFACA3;

}

.videos a {

    position: relative;

}

.videos a p:after {

    content: '';

    display: block;

    width: 100%;

    height: 1px;

    background: #AFACA3;

    -webkit-transform: translate3d(-101%, 0, 0);

    -moz-transform: translate3d(-101%, 0, 0);

    transform: translate3d(-101%, 0, 0);

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.videos a:hover p:after {

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}

.videos .load-more img {

    width: 12px;

    padding: 0 2px;

}

.videos .load-more .img-left {

    position: absolute;

    top: 3px;

    left: -20px;

}

.videos .load-more .img-right {

    position: absolute;

    top: 3px;

    right: -20px;

}

.videos-slick {

    max-width: 720px;

    margin: 20px auto;

}

.videos .collection_video {

    padding: 35px;

}

.home .videos .collection_video video {

    width: 100%;

    height: 250px;

}

.videos .video-container {

    margin-bottom: 10px;

}

.video_title {

    font-family: 'TextaNarrow-Regular', sans-serif;

    font-size: 0.9em;

    letter-spacing: 0.15em;

    margin-top: 10px;

}

.videos-slick .video-container {

    height: 210px;

}

.videos-slick .mejs-container {

    height: 100% !important;

}

.videos-slick .mejs-overlay-button {

    background: url("../img/ico-play_button.svg") no-repeat center center !important;

    width: 60px !important;

    height: 100px !important;

    margin: -130px 0 0 -170px !important;

}



.videos-slick .slick-prev {

    left: -60px;

}

.videos-slick .slick-next {

    right: -60px;

}

.home-slick .slick-prev:before,

.home-slick .slick-next:before,

.videos-slick .slick-prev:before,

.videos-slick .slick-next:before,

.press_slider .slick-prev:before,

.press_slider .slick-next:before {

    content: '';

    display: block;

    width: 20px;

    height: 20px;

    background: url("../img/ico-videosdown.svg") no-repeat;

    background-size: 15px;

    opacity: 1;

}

.home-slick .slick-prev:before,

.videos-slick .slick-prev:before,

.press_slider .slick-prev:before {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    transform: rotate(90deg);

}

.home-slick .slick-next:before,

.videos-slick .slick-next:before,

.press_slider .slick-next:before {

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    transform: rotate(-90deg);

}

.videos-slick .video-container {

    border: none;

    margin-bottom: 0;

}

.videos-slick .video-container video {

    max-height: 200px;

}



/*=============================================================================

press

=============================================================================*/

.press .wrapper.small {

    max-width: 1200px;

}

.press-pager_slider {

    max-width: 970px;

    margin: 0 auto 30px;

}

.press-pager_slider .img-container img {

    width: 80%;

    border: 1px solid transparent;

    background-clip: content-box;

    padding: 7px;

    cursor: pointer;

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.press-pager_slider .img-container:hover img,

.press-pager_slider .img-container.slick-center img {

    border: 1px solid #000000;

}

.press-pager_slider .slick-prev:before,

.press-pager_slider .slick-next:before {

    content: '';

    display: block;

    width: 20px;

    height: 30px;

    background: url("../img/ico-pagerarrow.svg") no-repeat;

    background-size: 15px;

    opacity: 1;

}

.press-pager_slider .slick-next:before {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    transform: rotate(180deg);

}

.press-pager_slider .slick-prev {

    left: -35px;

}

.press-pager_slider .slick-next {

    right: -35px;

}

.press .main-slider {

    position: relative;

}

.press .couture-social {

    right: 16%;

    top: 10px;

}

.press .press-desc {

    /*position: absolute;

    bottom: 0;

    right: 8%;*/
    text-align: center;
    margin-top:15px;

}

.press .article-title {

    font-family: 'TextaNarrow-Regular', sans-serif;

}
#vid-page-play-btn{
    visibility:visible !important;
}
.press .read-more {

    padding-right: 20px;

    font-family: 'TextaNarrow-Bold', sans-serif;

    letter-spacing: 0.05em;

    font-size: 1em;

    overflow: hidden;

    padding-top: 15px;

    line-height: 0.9;

    display: inline-block;

}

.press .read-more:hover {

    color: #AFACA3;

}

.press .read-more a:after {

    content: '';

    display: block;

    width: 100%;

    height: 1px;

    background: #AFACA3;

    -webkit-transform: translate3d(-101%, 0, 0);

    -moz-transform: translate3d(-101%, 0, 0);

    transform: translate3d(-101%, 0, 0);

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.press .read-more:hover a:after {



    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.press_slider {

    max-width: 100%;

    margin: 0 auto;

}

.press_slider-item {

    width: 1100px;

}

.press_slider-item .img-container {

    width: 650px;

    margin: 0 auto;

}

.press_slider .slick-slide img {


    display: inline-block;
    width: 100%;
/*    max-width: 350px;*/

}

.press_slider .slick-prev {

    left: -50px;

    display: none !important;

}

.press_slider .slick-next {

    right: -50px;

    display: none !important;

}



.press-fullarticle .img-container {

    max-width: 650px;

    margin: 0 auto;

}

.press-fullarticle .img-container .space {

    padding: 1px;

}

.press-fullarticle .img-container img {

    width: 100%;

}

.press-fullarticle .text-container {

    text-align: center;

    max-width: 650px;

    margin: 0 auto;

}

.article-title {

    font-family: 'TextaNarrow-Bold', sans-serif;

    letter-spacing: 0.3em;

    margin: 0;

    font-size: 0.875em;

    line-height: 1;

}

.article__title-container {

    padding: 30px 0;

}

.article__social .home-share {

    margin-top: 0;

}

.article__social .share:before {

    left: 6px !important;

    background-size: 16px;

    width: 18px;

}

.article__social .send-content {

    float: none !important;

    margin: 0 auto;

}

.article__social .send-content:before {

    left: 18px !important;

}





/*=============================================================================

celebrities

=============================================================================*/





/*=============================================================================

news

=============================================================================*/





/*=============================================================================

findus

=============================================================================*/

.findus .img-container {

    padding-top: 30px;

    height: 100%;

}

.findus .title-container {

    padding-top: 70px;

}

.findus .space {

    padding: 0 20px;

}

.findus__stores {

    margin: 0 -20px;

}
.findus__lebanon {
    /*max-width: 50%;*/
}

.findus .title-header {

    color: #000000;

}
.findus__store {
    padding-top: 50px;
}
.findus__store .img-container {
    padding-top: 0;
}

.findus__store-location {

    position: relative;

}

.findus p,

.findus a {

    font-family: 'TextaNarrow-Regular', sans-serif;

    color: #000000;

    letter-spacing: 0.15em;

    display: block;

    padding-bottom: 0;

    font-size: 0.875em;

}

.findus__store .findus__stores-title.big-title {
    padding: 0 0 20px;
    text-align: center;
}

.findus__store-location .text-container {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    width: 100%;
    text-align: center;
    /*-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.findus__store-location p.upper {
    padding: 7px 0;
    cursor: pointer;
}
.findus__store-location p.select {
    padding-bottom: 20px;
}
.findus__store-location .findus__stores-title {
    padding-top: 0;
}
.findus__store-location .all_locations {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.findus__store-location .open .all_locations {
    opacity: 0;
    visibility: hidden;
}
.findus__store-location .one-location {
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.findus__store-location .open.bahrain .one-location.bahrain,
.findus__store-location .open.kuwait .one-location.kuwait,
.findus__store-location .open.london .one-location.london,
.findus__store-location .open.qatar .one-location.qatar,
.findus__store-location .open.korea .one-location.korea  {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.findus__store-location .one-desc {
    text-align: center;
    padding-left: 20px;
}
.findus__store-location .one-close {
    cursor: pointer;
    font-family: 'TextaNarrow-Regular';
    font-size: 30px;
    margin-left: 50%;
}
.one-location a {
    display: inline-block;;
}



.map .findus__text-container {

    position: absolute;

    top: 0;

    left: 0;

}

.findus__stores-title,

.findus__form-title {

    padding: 20px 0 1px;

    font-family: 'TextaNarrow-Bold', sans-serif;

    font-size: 0.9em;

    margin: 5px 0 0;

    color: #000000;

    letter-spacing: 0.15em;

}

.googleMap {

    width: 100%;

    height: 100%;

}

.findus__text-container.showroom {

    padding: 40px 0 20px;

}

#map_ashistudio {

    padding-top: 30px;

}

.findus .img-container img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: 10% 0;

}

.findus__form {

    padding-top: 40px;

}

.findus__form-title {

    padding-bottom: 20px;

}

.findus__form .form {

    margin: 0 -20px;

}

.findus .flex-item {

    flex: 1;

    padding: 0 20px;

}

.findus__form input,

.findus__form textarea {

    width: 100%;

    font-family: 'TextaNarrow-Bold', sans-serif;

    text-transform: initial;

    resize: none;

    margin: 5px 0;

    padding: 5px 10px;

    text-align: center;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    border: 1px solid #000000;

}

.findus__form textarea {

    padding-top: 10px;

    height: 170px;

}

.findus button {

    background: transparent;

    padding: 10px 30px;

    border: 1px solid rgb(0, 0, 0);

    font-family: 'TextaNarrow-Bold', sans-serif;

    background: #000000;

    text-transform: uppercase;

    letter-spacing: 0.15em;

    color: #ffffff;

    margin-top: 10px;



    position: relative;

    transform: translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    backface-visibility: hidden;

    -webkit-transition: .3s ease;

    -moz-transition: .3s ease;

    transition: .3s ease;

}

.findus button:before {

    content: '';

    position: absolute;

    z-index: -1;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: #ffffff;

    transform: scale(0);

    transition: transform .3s ease;

}

.findus button:hover:before {

    transform: scale(1);

}

.findus button:hover {

    color: #000000;

}

.findus ::-webkit-input-placeholder {

    text-transform: uppercase;

}



.findus :-moz-placeholder { /* Firefox 18- */

    text-transform: uppercase;

}



.findus ::-moz-placeholder {  /* Firefox 19+ */

    text-transform: uppercase;

}



.findus :-ms-input-placeholder {

    text-transform: uppercase;

}





/*=============================================================================

popup-form

=============================================================================*/

.popup .popup-inner {

    /*padding: 50px 100px 90px;*/

}

.popup-form {

    position: relative;

}

.popup-close {

    position: absolute;

    top: -20px;

    right: -70px;

    content: '';

    width: 20px;

    height: 20px;

    display: block;

    background: url("../img/ico-close.svg") no-repeat;

    cursor: pointer;

}

.popup-form input,

.popup-form textarea,

.popup-form select {

    width: 100%;

    padding: 5px 10px;

    margin: 10px 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    font-family: 'TextaNarrow-Regular', sans-serif;

    font-size: 1.0em;

    resize: none;

    letter-spacing: 0.05em;

    border: 1px solid rgb(169, 169, 169);

    color: #000000;

    -webkit-transition: .5s ease;

    -moz-transition: .5s ease;

    transition: .5s ease;

}

.popup-form div.fancy-select {

    font-family: 'TextaNarrow-Regular', sans-serif;

    text-transform: capitalize;

    font-size: 1.0em;

    font-weight: normal;

}

.popup-form div.fancy-select div.trigger {

    border-radius: 0;

    padding: 5px 10px;

    box-shadow: none;

    border: 1px solid rgb(169, 169, 169);

    color: #000000;

    margin: 10px 0;

    background-color: #ffffff;

}

.popup-form div.fancy-select div.trigger:after {

    top: 14px;

}

.popup-form div.fancy-select ul.options {

    border-radius: 0;

    padding-bottom: 2px;

    top: 33px;

    box-shadow: none;

    border: 1px solid rgb(169, 169, 169);

    background-color: #ffffff;

}

.popup-form div.fancy-select select:focus + div.trigger {

    box-shadow: none;

}

.popup-form div.fancy-select ul.options li,

.popup-form div.fancy-select ul.options li.selected {

    background-color: #ffffff;

    color: #000000;

    transform: translateX(0);

    width: 80%;

    padding: 4px 10px

}



.popup-form div.fancy-select ul.options li.hover,

.popup-form div.fancy-select ul.options li.selected {

    color: #000000;

    transform: scale(1.1) translateX(15px);

}

.popup-form textarea {

    height: 150px;

}

.popup-form input:focus,

.popup-form textarea:focus {

    border: 1px solid rgb(0, 0, 0);

}

.popup-form button {

    background: transparent;

    padding: 5px 30px;

    border: 1px solid rgb(169, 169, 169);

    font-family: 'TextaNarrow-Regular', sans-serif;

    color: #000000;

    margin-top: 10px;

    float: right;



    position: relative;

    transform: translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    backface-visibility: hidden;

    -webkit-transition: .3s ease;

    -moz-transition: .3s ease;

    transition: .3s ease;

}

.popup-form button:hover {

    border: 1px solid rgb(0, 0, 0);

    color: #ffffff;

}

.popup-form button:before {

    content: '';

    position: absolute;

    z-index: -1;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: #000000;

    transform: scale(0);

    transition: transform .3s ease;

}

.popup-form button:hover:before {

    transform: scale(1);

}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #000000;

}

::-moz-placeholder { /* Firefox 19+ */

    color: #000000;

}

:-ms-input-placeholder { /* IE 10+ */

    color: #000000;

}

:-moz-placeholder { /* Firefox 18- */

    color: #000000;

}

#recaptcha {

    padding-bottom: 10px;

}





/*=============================================================================

footer

=============================================================================*/



.footer {

    text-align: center;

    padding: 60px 0;
    margin-top: 70px;
}



.footer__social {

    padding-bottom: 10px;

}

.social {

    display: inline-block;

    padding: 0 1px;

}

.social svg {

    -webkit-transition: all .2s ease;

    -moz-transition: all .2s ease;

    transition: all .2s ease;

    width: 30px;

    height: 30px;

}

.social svg .st0 {

    fill: #FFFFFF;

}

.social svg .st1 {

    fill: none;

    stroke: #231F20;

    stroke-miterlimit: 10;

}

.social svg .st2 {

    fill: #231F20;

}

.social-youtube svg .st0 {

    fill: none;

    stroke: #231F20;

    stroke-miterlimit: 10;

}

.social-youtube svg .st1 {

    fill: #231F20;

    stroke: none;

}

.social:hover svg {

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    transform: scale(1.2);

}

.footer .text-container {

    width: 400px;

    margin: 0 auto;

}

.footer-header {

    text-transform: uppercase;

    margin-bottom: 10px;

    font-size: 0.9em;

    font-family: 'TextaNarrow-Regular', sans-serif;

    letter-spacing: 0.2em;

    margin-bottom: 0;

    display: inline-block;

}

.footer-header.privacy {

    margin-top: 0;

}

.footer-header.designed {

    margin: 0 0 20px;

    display: block;

}

.footer-header .line:after {

    content: '';

    display: inline-block;

    width: 1px;

    margin: 0 6px 0 4px;

    height: 11px;

    background: #231f20;

}

.footer .img-container img {

    width: 20px;

    height: auto;

}



/*=============================================================================

responsive

=============================================================================*/

/* 1500 */

@media screen and (max-width: 93em) {

    .popup .popup-inner {

        margin-top: 20px;

    }

}



/* 1300 */

@media screen and (max-width: 81em) {

    .menu-item {

        padding: 0 2px;

    }

    .menu-item > a {

        padding: 10px 5px;

    }

    .press .press-desc {

        /*max-width: 130px;*/

        right: -1.5%;

    }

    /* popop form */

    .popup .popup-inner {

        margin-top: 10px;

        padding: 30px 100px 70px;

    }

    .popup-close {

        top: 0;

    }

}



/* 1024px */

@media screen and (max-width: 64em) {

    /* header */

    .header {

        height: 60px;

        padding: 13px 0;

    }

    .header .logo img {

        width: 100px;

        background: #ffffff;

        padding: 10px;

    }

    .lines-button {

        padding: 15px;

    }

    .lines, .lines:after, .lines:before {

        background: rgba(0, 0, 0, 1);

    }

    .header .menu-container {

        position: absolute;

        z-index: 1;

        width: 100%;

        height: 300px;

        left: 0;

        background: #fff;

        top: 80px;

        padding: 0;

        opacity: 0;

        visibility: hidden;

        -webkit-transition: opacity 0.9s 0s ease;

        -moz-transition: opacity 0.9s 0s ease;

        transition: opacity 0.9s 0s ease;

        z-index: 9;

    }

    .header.menu-on .menu-container {

        opacity: 1;

        visibility: visible;

        -webkit-transition: opacity 0.9s 0s ease;

        -moz-transition: opacity 0.9s 0s ease;

        transition: opacity 0.9s 0s ease;

    }

    .menu-container .menu {

        width: 100%;

        text-align: center;

        display: block;

        padding-bottom: 10px;

    }

    .menu-container .menu-item {

        display: block;

        padding: 0px;

        margin: 0;

        display: list-item;

        text-align: center;

    }

    .menu-container .menu-item > a{

        display: block;

        padding: 5px;

    }

    .caps {

        text-align: center;

    }

    .submenu {

        width: 100%;

        left: 0;

        padding: 10px 0;

    }

    .submenu.submenu-inline {

        text-align: center;

        left: 0;

        width: 100%;

        padding: 10px 0;

    }

    /* home */

    .home .slick-slider {

        margin: 0 0 60px -10px;

    }

    .home .slick-prev {

        left: -45px;

    }

    .home .slick-next {

        right: -45px;

    }

    /* couture */

    .couture_slider {

        width: 400px;

    }

    .videos .collection_video {

        padding: 10px;

    }

    .videos .load-more:before,

    .videos .load-more:after {

        width: 38%;

    }

    .videos-slick {

        margin: 20px 30px;

    }

    .videos-slick .slick-prev {

        left: -40px;

    }

    .videos-slick .slick-next {

        right: -40px;

    }

    /* press */

    .press_slider {

        width: 65%;

    }

    /* popup form */

    .popup-form input, .popup-form textarea, .popup-form select {

        font-size: 0.85em;

        margin: 5px 0;

    }

    .popup-form div.fancy-select ul.options {

        top: 30px;

    }

    .popup-form div.fancy-select {

        font-size: 0.85em;

    }

    .popup-form div.fancy-select div.trigger {

        margin: 5px 0;

    }

    .popup-form textarea {

        height: 100px;

    }

    .popup-form .g-recaptcha {

        -webkit-transform: scale(0.8) translateX(-50px) translateY(-10px);

        -moz-transform: scale(0.8) translateX(-50px) translateY(-10px);

        transform: scale(0.8) translateX(-50px) translateY(-10px);

    }

    .popup-form button {

        margin-top: -5px;

    }

    /* findus */

    .findus .title-container {

        padding-top: 20px;

    }

}

/* 900 */

@media screen and (max-width: 56em) {

    /* home */

    .home .slick-slider {

        margin: 0 0 60px 15px;

        width: 95%;

    }

    /* press */

    .press_slider {

        width: 60%;

    }

    .press .press-desc {

        right: -2%;

    }

    .press .home-send {

        margin-top: 0;

    }

}



/* 768 */

@media screen and (max-width: 48em) {
    .couture-social {
        position: static;
        text-align: center;
    }
    .title-header {

        font-size: 0.9em;

    }

    .subtitle-header {

        font-size: 0.8em;

    }

    .home-news p {

        font-size: 0.8em;

        padding-top: 10px;

    }

    /* home */

    .collection-container {

        padding-bottom: 30px;

    }

    .collection_header,

    .collection-container .right a {

        font-size: 0.89em;

    }

    .home .slick-slider {

        margin-left: 25px;

        width: 90%;

    }

    .home .slick-prev {

        left: -40px;

    }

    .home .home-send {

        margin-top: 0;

    }

    /* studio */

    .studio .background {

        height: 300px;

    }

    /* couture */

    .couture-main {

        padding-bottom: 30px;

    }

    .couture__pic-container:before {

        display: none;

    }

    .pic-title.mobile {

        display: block;

    }

    .pic-title.desktop {

        display: none;

    }

    .couture__pic-container .text-container {

        opacity: 1;

        visibility: visible;

        position: static;

        -webkit-transform: none;

        -moz-transform: none;

        transform: none;

    }

    .couture__pic-container:hover .text-container {

        -webkit-transform: none;

        -moz-transform: none;

        transform: none;

    }

    .collection_video {

        padding-top: 40px;

    }

    .couture_slider {

        width: 55%;

    }

    .couture-one .couture-social {

        right: -29%;

    }

    .couture-one {

        padding-bottom: 30px;

    }

    .home-request .request {

        margin: 0 auto;

    }

    /* popup form */

    .popup .popup-inner {

        padding: 30px 70px 70px;

        margin: 10px 20px 0;

        z-index: 100;

    }

    .popup-close {

        top: -10px;

        right: -50px;

        width: 15px;

        height: 15px;

    }

    /* video */

    .videos .load-more:before,

    .videos .load-more:after {

        width: 36%;

    }

    /* press */

    .press, .full-article {

        padding-bottom: 30px;

    }

    .press_slider {

        width: 80%;

    }

    .press .press-desc {

        padding-top: 20px;

        position: static;

        max-width: 100%;

        text-align: center;

    }

    .press .reverse .home-share .share:before {

        left: 7px;

    }

    .press .reverse .send-content:before {

        left: 18px;

    }

    .press .read-more {

        padding-right: 0;

    }

    .press .couture-social {

        position: static;

        text-align: center;

    }

    .press .reverse .send-content {

        float: none;

        margin: 0 auto;

    }

    /* findus */

    .findus__stores,

    .findus__form .form {

        margin: 0;

    }

    .findus .space {

        padding: 0 10px;

    }

    .map .findus__store-location {

        height: 90px;

    }

    .findus .img-container {

        margin-top: 20px;

    }

    .findus__form {

        padding: 40px 0;

    }

    .findus__form-title {

        padding: 30px 10px 15px;

    }

    .findus button {

        margin-left: 10px;

        font-size: 0.875em;

    }

    /* footer */

    .footer {

        padding-top: 0;

    }



}



/* 600 */

@media screen and (max-width: 42em) {

    /* couture */

    .couture-one .couture-social {

        right: -34%;

    }

}



/* 567 */

@media screen and (max-width: 35em) {

    /* header */
    .left-padding{
        padding-left: 0;
    }
    .home-share .share{
        margin:0 auto;
        width:30px;
    }

    .to-the-right{
        float:none !important;
    }
    .press-fullarticle .img-container img{
        width: auto;
        max-width: 320px;
        margin: 0 auto;
    }
    .slick-initialized .slick-slide{
        margin-top:30px;
    }
    .menu-activator {

        top: 13px;

    }
    audio, canvas, iframe, img, svg, video{
        width:100%;
    }
    .loader-container img{
        width:105px;
    }
    .submenu-couture img{
        width:initial;
    }
    .mejs-container{
        width:100% !important;
    }
    .mejs-overlay{
        /*        display:none;*/
    }

    .mejs-overlay-loading{
        top:50%;
        left:83%;
    }

    .press-fullarticle .img-container .space{
        margin-top:30px;
    }

    /* home */
    .press_slider-item .img-container{
        width: 400px;
        margin-left:0;
    }

    .collection-container .right {

        padding: 10px 0;

        text-align: center;

    }

    .collection_header {

        text-align: center;

    }

    .home .slick-slider {

        margin-left: 20px;

    }

    .home .slick-prev {

        left: -35px;

    }

    .home .slick-next {

        right: -35px;

        top: 47%;

    }

    .news-item:not(:last-child) {

        padding-bottom: 20px;

    }

    .flex {

        display: block;

    }

    .flex .img-container,

    .reverse .flex .text-container {

        text-align: center;

    }

    .flex .img-container.mobile {

        display: block;

    }

    .flex .img-container.desktop {

        display: none;

    }

    .flex .img-container img {

        width: 80%;

        padding: 20px 0 10px;

    }

    .flex .text-container {

        text-align: center;

        padding-bottom: 20px;

    }

    .home-news .text-content {

        position: static;

        width: 260px;

        margin: 0 auto;

    }

    .home-news p {

        text-align: center;

    }

    .home-news .read-more {

        display: block;

        float: none;

        text-align: center;

        padding-right: 0;

        padding-top: 10px;
        margin:0 auto;

    }

    .home .send-content {

        float: none;

        margin: 0 auto

    }
    .readytowear .couture-coll.home-share .share:before,.couture-coll .home-share.share:before {

        left: 20% ;

    }
    .home-share .share:before {

        left: 48% ;

    }


    .send-content:before {

        left: 18px !important;

    }

    /* studio */

    .studio .background {

        height: 170px;

        margin: 20px 0;

    }

    .studio-des {

        font-size: 0.85em;

    }

    /* couture */

    .couture_title {

        text-align: center;

    }

    .couture-main .video-container {

        width: 97%;

    }

    .couture_title > a,

    .couture_title > p,

    .collection_title,

    .arrow {

        font-size: 0.9em;

    }

    .couture_slider {

        width: 75%;

    }

    .couture_slider .bx-wrapper .bx-prev {

        background-size: 10px;

        left: -30px;

        top: 35% !important;

    }

    .couture_slider .bx-wrapper .bx-next {

        background-size: 10px;

        right: -40px;

        top: 35% !important;

    }

    .couture-social {

        position: static;

        text-align: center;

    }

    .couture-one .home-share {

        margin-top: 0;

    }

    .couture-one .send-content {

        float: none;

        margin: 0 auto;

    }

    .couture-one .reverse :before {

        left: 7px;

    }

    .couture-one .reverse .send-content:before {

        left: 18px;

    }

    /* popup form */

    .popup .popup-inner {

        padding: 30px 15px 70px;

    }

    .popup-close {

        top: -20px;

        right: 0;

    }

    .popup-form .g-recaptcha {

        -webkit-transform: scale(0.8) translateX(-30px) translateY(-10px);

        -moz-transform: scale(0.8) translateX(-30px) translateY(-10px);

        transform: scale(0.8) translateX(-30px) translateY(-10px);

    }

    /* videos */

    .videos_gallery .mejs-overlay-button {

        margin-left: 40px !important;

    }

    .videos-slick .mejs-overlay-button {

        margin-left: -230px !important;

    }

    .videos .load-more:before,

    .videos .load-more:after {

        width: 22%;

    }

    .collection_video .collection_title {

        padding-top: 20px;

    }

    .videos-slick {

        margin: 0 5px 20px;

    }

    .videos-slick .slick-prev {

        left: -30px;

    }

    .videos-slick .slick-next {

        right: -30px;

    }

    /* press */

    .press-pager_slider {

        margin: 0 25px 30px;

    }

    .press-pager_slider .slick-prev:before,

    .press-pager_slider .slick-next:before {

        background-size: 10px;

        height: 20px;

    }

    .press-pager_slider .slick-prev {

        left: -20px;

    }

    .press-pager_slider .slick-next {

        right: -20px;

    }

    .press_slider .slick-prev {

        left: -40px;

    }

    .press_slider .slick-next {

        right: -40px;

    }

    .press .send-content {

        float: none;

        margin: 0 auto;

    }

    /* findus */

    .map .findus__store-location {

        height: 105px;

    }

    .findus .wrapper.small {

        padding: 0 40px;

    }

    .findus .space,

    .findus .flex-item {

        padding: 0;

    }

    .findus__form-title {

        padding-left: 0;

    }

    .findus__form textarea {

        height: 150px;

    }

    .findus button {

        margin-left: 0;

    }

    .map .findus__store-location {

        height: 115px;

    }

    .map .findus__text-container {

        top: auto;

        bottom: 10px;

    }

    .googleMap {

        height: 300px;

    }
    .findus__lebanon {
        max-width: 100%;
        padding-top: 30px;
    }
    .findus__store-location .text-container {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 30px 0 20px;
    }
    .findus__store-location .one-location {
        top: 50px;
    }

    /* footer */

    .footer .text-container {

        width: 250px;

    }

    .footer-header {

        letter-spacing: 0.1em;

    }

    .footer-header .line {

        display: none;

    }

    .footer-header.privacy {

        display: block;

    }

}



/* 400 */

@media screen and (max-width: 25em) {

    .press_slider .slick-slide img {


    display: inline-block;
    width: auto;
  max-width: 260px;

}


    .home .slick-slider {

        margin-left: 10px;

    }

    .home .slick-prev {

        left: -25px;

    }

    .home .slick-next {

        right: -25px;

    }
    .reverse .share_social{
        left:57%;
    }


}

@media screen and (max-width: 1024px) {
    .home .slick-slide img{
        width:initial;
        margin: 0 auto;
    }

    .home .slick-slide img{
        max-width:100%;
    }

    .mejs-poster{
        width:auto !important;
        height:auto !important;
    }
}



/** XTND **/
.image-slideshow-hp {
    width: 100%;
    height: 100%;
}

.image-slideshow-hp .child-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width:500px){
  .image-slideshow-hp .child-image{
    background-size:cover;
  }
}
