html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0; -webkit-text-size-adjust: none;}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}
a img{border:0}
figure{position:relative}
figure img{width:100%}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html, body{
  position: relative;
  height: 100%;
}
body{
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
  -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
html.scroll-hide,
body.scroll-hide {
  overflow: hidden;
}
body.body-scroll-lock {
  top: initial !important;
  height: initial !important;
  min-height: initial !important;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clr:before,
.clr:after,
.container:before,
.container:after,
.row:before,
.row:after
 {
    display: table;
    content: " "
}
.clr:after,
.clr:after,
.row:after,.clear
 {
    clear: both
}
img, object, embed {
    max-width: 100%;
}
img {
    height: auto;
    vertical-align: top;
}
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea, select
{
    -webkit-appearance: none !important;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    border-radius: 35px;
    background-color: #ffffff;
    padding: 0 21px;
    border: none;
    width: 100%;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #666666;
}
:-moz-placeholder {
     opacity: 1;
     color: #666666;
}
::-moz-placeholder {
     opacity: 1;
     color: #666666;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #666666;
}
*, img, a {
  outline:none;
}
ul {
  margin: 0;
  padding: 0;
}

a {
    color: #002D2D;
    text-decoration: none
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, ul, li {
    font-weight:normal;
}

h1 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  color: #000000;
}
h2 {
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 55px;
  color: #E2D5C2;
  text-align: center;
}
h3 {
  font-family: 'Gentium Book Plus', serif;
  font-size: 22px;
  line-height: 30px;
  color: #E2D5C2;
  font-weight: 600;
  margin: 20px 0;
}
h4 {
  font-family: 'Gentium Book Plus', serif;
  color: #E2D5C2;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin: 20px 0;
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #000;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.inner-banner .table,
.no-bg .table {
  text-align: center;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.row.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.gutter-0 [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.no-padding {
  padding: 0;
}

/*---Header---*/
.header-inner {
  padding: 20px 0;
  display: grid;
  grid-gap: 20px;
  padding-top: 60px;
  padding-bottom: 30px;
  justify-items: center;
  width:90px;
}

/*---second-banner css---*/
.block-main-slider .container {
  max-width: 940px;
  width: 100%;
  padding: 0 80px;
}
.main-slider-arrow {
	width:48px;
	height:48px;
	display: flex;
	justify-content:center;
	align-items:center;
	font-family:FontAwesome!important;
	font-size:32px;
	color:#FFF;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index:20;
}

.main-slider-arrow.prev {
	right: calc(100% - 72px);
}
.main-slider-arrow.next {
	left: calc(100% - 72px);
}
.main-slider-arrow.prev:before {
	content:"\f053";
}
.main-slider-arrow.next:before {
	content:"\f054";
}

/*---home menu---*/
.home-menu {
  position: fixed;
  padding: 50px;
  top: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  transform: translateX(0);
  transition: opacity .2s linear;
  visibility: visible;
}

.home-menu.hidden {
  opacity: 0;
  pointer-events: none;
}

.home-menu li {
  pointer-events: none;
}

.home-menu a {
  pointer-events: none;
}

/*---block valuation---*/
.block-valuation {
  text-align: center;
  padding-top: 45px;
}
.block-valuation h2,
.block-experts h2,
.block-collections h2 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.block-valuation h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #5B7171;
  letter-spacing: 2.8px;
  line-height: 1.3;
}
.block-valuation p {
  margin-bottom: 20px;
}
.block-valuation .detail-btn {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}
.block-experts {
  text-align: center;
  margin: 110px 0;
}
.block-experts .container {
  padding: 0 40px;
}
.block-experts .detail-btn {
  background: #ffffff;
  color: #002D2D;
  border:3px solid #E2D5C2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}
.block-experts .detail-btn:hover {
  background: #ffffff;
  color: #002D2D;
  border:3px solid #002D2D;
 text-decoration: none;
}
.experts-list {
  display: grid;
  grid-auto-columns: minmax(100px, 260px);
  grid-auto-flow: column;
  list-style-type: none;
  grid-gap: 30px;
  justify-content: center;
  padding: 10px 0;
}
.experts-list {
  font-family: 'Gentium Book Plus', serif;
}
.experts-list h4 {
  font-size: 18px;
  font-weight: 400;
  color: #5B7171;
  margin-bottom: 3px;
}
.experts-list a {
  font-size: 16px;
  color: #666666;
}
.block-collections {
  margin: 110px 0;
  text-align: center;
}
.block-collections .detail-btn {
  vertical-align: top;
  display: inline-block;
  /*padding-left: 25px;*/
  /*padding-right: 25px;*/
}
.block-collections .detail-btn-mobile {
  background: #ffffff;
  color: #666666;
  border: 1px solid #002D2D;
  margin-right: 20px;
}
.block-collections .detail-btn {
  width: 260px;
}
.block-collections .detail-btn-mobile:hover {
  background: #002D2D;
  color: white;
}
.collections-list {
  display: grid;
  grid-template: max-content / repeat(3, 260px);
  grid-gap: 120px 30px;
  list-style-type: none;
  justify-content: center;
  padding: 120px 0 50px;
}
.collections-list .slick-list {
  overflow: unset;
}
.collections-list .collection {
  border: 2px solid #002D2D;
  width: 260px;
  height: 150px;
  position: relative;
}
.collections-list .collection:hover {
  box-shadow: 0 0 0 1px #002D2D inset, 0 0 0 3px rgba(232,138,118,0.15);
}
.collections-list .collection:hover h3 {
  font-weight: 700;
}
/* .collections-list .collection:last-child h3 {
  bottom: 50%;
  transform: translateY(50%);
} */
.collections-list .collection a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.collections-list .collection .img {
  width: 120px;
  background: white;
  transform: translateY(-50%);
  margin: 0 auto;
}
.collections-list .collection h3 {
  height: 50px;
  margin: auto;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 10px;
  color: #002D2D;
  position: absolute;
  left:0;
  text-align: center;
  bottom: 12px;
  letter-spacing: 2.8px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}


/*---third-banner css---*/
.third-banner .container, .third-banner .row {
  position: relative;
  height: 100%;
  z-index: 1;
}
.third-banner {
  background: url("../images/banner3.jpg") no-repeat top center;
  background-size: cover;
  height: 900px;
  text-align: center;
  position: relative;
}
.third-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.banner-text h2 {
  font-family: 'Gentium Book Plus', serif;
  font-weight: 500;
  font-size: 53.3px;
  line-height: 55px;
  color: #E2D5C2;
}
.third-banner .banner-text p {
  color: #ffffff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  margin: 16px auto 0;
  max-width: 616px;
}


/*---extract-collection css---*/

.extract-collection {
  background: #ffffff;
  padding-top: 184px;
  padding-bottom: 184px;
}
.french-photography-section .extract-collection {
  padding-top: 60px;
  padding-bottom: 30px;
}
.extract-collection h2,
.latin-gallery h2,
.different-angle-slider h2,
.search-result h2 {
  margin-bottom: 76px;
  padding-bottom: 41px;
  position: relative;
}
.search-result h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.search-result h1 {
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 45px;
  color: #E2D5C2;
  text-align: center;
  position: relative;
  margin-bottom: 76px;
  padding-bottom: 41px;
}
.search-result h1:after {
  content: "";
  background: url("../images/rectangle.png") no-repeat center center;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-result .discover-collection-block h3 {
  color: #666;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  margin: -20px 0 20px;
}
.search-result .discover-collection-block h2 {
  max-width: 749px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  color: #666;
  font-weight: 300;
  margin: -20px 0 20px;
}
.search-result .discover-collection-block h2 span {
  font-family: 'Gentium Book Plus', serif;
  color: #002D2D;
}
.search-result .discover-collection-block h2:after {
  display: none;
}
.search-result .discover-collection-block h3 span {
  font-family: 'Gentium Book Plus', serif;
  font-size: 34px;
  color: #002D2D;
}
.extract-collection h2:after,
.latin-gallery h2:after,
.different-angle-slider h2:after,
.mention-legales-content h2:after,
.contact-section h2:after,
.block-valuation h2:after,
.block-experts h2:after,
.block-collections h2:after,
.search-result h2:after {
  content: "";
  background: url("../images/rectangle.png") no-repeat center center;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.collection-title p {
  float:left;
  clear: both;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  color: #666;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-left: 6px;
  position: relative;
  margin-bottom: 3px;
  padding-bottom: 0px;
  text-decoration: none;
}
.collection-title p:after {
  content: "/";
  color: #666;
  position: absolute;
  left: -6px;
  top: 0;
}
.collection-product {
  margin-bottom: 60px;
  border-top: solid 4px #ececec;
  border-bottom: 1px solid #E2D5C2;
  position: relative;
  z-index: 2;
}
.collection-product-border {
  border-bottom: none;
}
.collection-product-img {
  position: relative;
  margin-top: 61px;
  margin-top: 20px;
}
.collection-product.no-img .collection-product-img {
  height: 335px !important;
}
.collection-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0 16px;
}
.collection-product.white .collection-title p {
  padding: 0px 16px 1px 0;
  color: #fff;
  border-bottom-color: #ffffff;
}
.collection-product.white .collection-title p:after {
  color: #fff;
  top: 0;
}
.collection-product.white .collection-product-text h4 {
  color: #fff;
}
.collection-product.white .collection-product-text h4:hover {
  color: #666;
}
.collection-product.white .collection-product-text p {
  color: #E2D5C2;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.collection-product-text {
  padding-bottom: 17px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 60px;
  text-align: left;
}

.collection-product-text a:hover {
  text-decoration: none;
}

.collection-product-text p {
  font-weight: 300;
}
.collection-product-text-margin {
  margin-top: 32px;
}
.collection-product-text h4,
.collection-product-text h2,
.search-result .discover-collection-block .collection-product-text h2 {
  font-family: 'Gentium Book Plus', serif;
  font-size: 20px;
  line-height: 24px;
  color: #002D2D;
  font-weight: 600;
  max-width: 79%;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-bottom: 0;
}
.collection-product-text h2:after {
  display: none;
}
.collection-product-text a {
  display: block;
  margin-bottom: 6px;
}
.collection-product-text a:hover h4 {
  color: #666666;
}
.french-photography-section .collection-product-text p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.detail-btn {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.4px;
  background: #002D2D;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  height: 53px;
  line-height: 54px;
  display: block;
  transition: all ease 0.5s;
}
.detail-btn:hover {
  background:#E2D5C2;
  color: #002D2D;
  text-decoration: none;
}
.collection-selection {
  border: 1px solid #E2D5C2;
 /* margin-top: 34px;*/
  height: 302px;
  margin-bottom: 32px;
}
.collection-selection p {
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 1.4px;
  padding: 0 10px;
}
.collection-selection a:hover {
  text-decoration: none;
}
.fourth-banner {
  background: url("../images/banner4.png") no-repeat top center;
  height: 850px;
  background-size: cover;
}


/*---latin-gallery css---*/
.latin-gallery {
  background: #ffffff;
  margin-top: 110px;
  padding-bottom: 251px;
  text-align: center;
}
.latin-gallery p,
.block-valuation p {
  line-height: 31px;
  margin: 0 auto;
  max-width: 750px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.gallery-address h5 {
  color: #E2D5C2;
  font-family: 'Space Grotesk', serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 2px;
}
.gallery-address-wrapper {
  margin: 55px auto 0;
  max-width: 805px;
  width: 100%;
}
.gallery-address p {
	font-family: 'Space Grotesk', serif;
	font-size: 13px;
  line-height: 17px;
  color: #000000;
  font-weight: 700;
}
.gallery-button .detail-btn {
  display: inline-block;
  padding: 0 56px;
  vertical-align: middle;
  height:auto;
}
.gallery-button {
  margin-top: 80px;
}
.gallery-button .contact-btn {
  background: #ffffff;
  color: #002D2D;
  border: 3px solid #E2D5C2;
  margin-left: 30px;
  height:auto;
  transition:border-color .5s;
}
.gallery-button .contact-btn:hover {
  border-color:#002D2D;
  text-decoration: none;
}
.gallery-locations {
  list-style-type: none;
  display: grid;
  grid-auto-columns: 490px;
  grid-auto-rows: 390px;
  grid-auto-flow: column;
  grid-gap: 30px;
  justify-content: center;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  grid-auto-columns: minmax(100px, 490px);
}
.gallery-locations li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: 'Space Grotesk', sans-serif;
}
.gallery-locations li h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing:.05em;
  text-align: center;
  line-height: 26px;
  text-shadow: 0 0 4px rgba(0,0,0,0.50);
  z-index: 1;
  position: relative;
  margin:0 auto;
  width:180px;
  height:50px;
  text-align:center;
  text-transform: uppercase;
}
.gallery-locations li p {
  font-family: 'Space Grotesk', sans-serif;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  text-shadow: 0 0 4px rgba(0,0,0,0.50);
}
.gallery-locations li:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  opacity: 1;
  background: #002D2D;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 18, 45, 0) 0%, rgba(0, 45, 45, 0) 29.69%, rgba(0, 45, 45, 0.68) 100%);
  z-index: 1;
}
.gallery-locations li img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*--footer css---*/
.footer-section {
  background: #ffffff;
}
.newsletter-section {
  background: #5B7171;
  padding: 52px 15px;
  text-align: center;
}
.newsletter-inner {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.newsletter-inner .cmApp_embedFormContainer .cmApp_signupContainer {
  min-width: 100%;
  width: 100%;
  padding: 0;
}
.newsletter-inner .cmApp_embedFormContainer .cmApp_signupContainer div { margin: 0; }
.newsletter-section p,
.cmApp_embedFormContainer form .cmApp_formHeader {
  color: #ffffff;
  font-family: 'Gentium Book Plus', serif !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.news-mail {
  margin-top: 26px;
}
.newsletter-inner .cmApp_embedFormContainer #cmApp_signupForm { position: relative; }
.news-mail label,
.newsletter-inner .cmApp_signupContainer #cmApp_signupForm label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
  font-weight: 600;
  letter-spacing: 1.2px;
  display: block;
  text-align: left;
  margin-bottom: 3px;
}
.news-mail input[type="text"],
.newsletter-inner .cmApp_signupContainer input[type="text"] {
  background: #5B7171 !important;
  border: 1px solid #666666 !important;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  float: left;
  font-weight: 300 !important;
  font-size: 13px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 18px 0 18px !important;
  text-align: left;
  width: 380px !important;
  border-radius: 0;
}
.news-mail input[type="text"]::-moz-placeholder,
.newsletter-inner .cmApp_signupContainer input[type="text"] {
  opacity: 1;
  color: #ffffff !important;
}
.news-mail input[type="text"]::-webkit-input-placeholder,
.newsletter-inner .cmApp_signupContainer input[type="text"] {
  color: #ffffff !important;
  opacity: 1;
}
.news-mail {
  position: relative;
}
.news-mail input[type="submit"],
.newsletter-inner .cmApp_signupContainer input[type="submit"] {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: -2px 0 0 28px !important;
  font-weight: 300;
  font-size: 13px !important;
  width: 155px !important;
  height: 50px !important;
  letter-spacing: 1.4px;
  line-height: 50px;
  padding: 0 28px !important;
  position: relative;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  border: 0 !important;
  border-radius: 0 !important;
  transition: all ease 0.5s;
  background: #002D2D;
  box-shadow: none;
}
.news-mail input[type="submit"]:hover,
.newsletter-inner .cmApp_signupContainer input[type="submit"]:hover {
  background:#666666 !important;
}
.footer-top {
  padding-top: 170px;
  padding-bottom: 80px;
  text-align: center;
}
.footer-logo {
  display: block;
  text-align: center;
}
.footer-text {
  font-size: 14px;
  padding-top: 20px;
}
.footer-text h5 {
  color: #666666;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 12px;
  padding-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}
.footer-text h5 p {
  font-size: 15px;
  font-weight:700;
}
.footer-text h5:after {
  content: "";
  width: 100%;
  max-width: 153px;
  height: 1px;
  background: #000;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.footer-text a {
  text-decoration: underline;
  color: #002D2D;
  transition: all ease 0.5s;
}
.footer-text a:hover {
  color: #666666;
}
.social-ic {
  margin-top: 30px;
}
.social-ic a {
  padding-left: 56px;
}
.social-ic a:first-child {
  padding-left: 0;
}
.social-ic a:hover {
  opacity: 0.8;
}
.copyright-section {
  padding-top: 136px;
}
.copyright-section p {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.copyright-section a {
  font-weight: 400;
  color: #E2D5C2;
  text-decoration: underline;
  transition: all ease 0.5s;
}
.copyright-section a:hover {
  color: #E2D5C2;
}
.copyright-section ul {
  list-style: none;
  float: right;
}
.copyright-section ul li {
  display: inline-block;
  padding-left: 32px;
  vertical-align: middle;
}
.copyright-section ul li:first-child {
  padding-left: 0;
}
.copyright-section ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.footer-tab{
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  max-width: 1141px;
  margin: 0 auto;
}
.footer-tab ul {
  list-style: none;
}
.footer-tab ul li {
  float: left;
  width: 33.33%;
}
.footer-tab a {
  font-weight: 500;
  letter-spacing: 1.4px;
  font-size: 14px;
  height: 60px;
  line-height: 64px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  transition: all ease 0.5s;
}
.expert-tab {
  background: #002D2D;
  color: #2a211c;
}
.object-tab{
  background: #f5f5f5;
  color: #002D2D;
}
.collection-tab {
  background: #5B7171;
  color: #002D2D;
}
.footer-tab ul li.expert-tab a {
  color: #000;
}
.footer-tab ul li.object-tab a,
.footer-tab ul li.collection-tab a {
  color: #002D2D;
}
.footer-tab ul li.expert-tab a:hover,
.footer-tab ul li.collection-tab a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-tab ul li.object-tab a:hover {
  color: #000;
  text-decoration: none;
}

/*---menu css---*/
.burger-menu {
  background: white;
  z-index: 10;
  width: 700px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: transform .8s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 101;
}
.burger-menu.visible {
  transform: translateX(0);
}
.burger-menu-close {
  position: absolute;
  top: 30px;
  left: 50px;
  cursor: pointer;
}
.burger-menu-backdrop {
  opacity: 0;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  transition: opacity .2s linear .4s;
}
.burger-menu.visible + .burger-menu-backdrop {
  opacity: 0.3;
  pointer-events: all;
  transition-delay: 0s;
}

.main-menu {
  list-style-type: none;
  display: grid;
  margin-left: 0;
}
.main-menu > li {
  padding: 15px 0;
}
.main-menu > li.menu-item-27311 a,
.main-menu > li.menu-item-11141 a {
  border-bottom: 2px solid #002D2D;
}
.main-menu > li:not(.menu-item-has-children) {
  z-index: 2;
}
.main-menu > li.menu-item-has-children ~ li {
  z-index: 1;
}
.main-menu > li > a {
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #5B7171;
  letter-spacing: 2.8px;
}
.main-menu > li > a:hover {
  text-decoration: none;
  font-weight: 700;
}
.main-menu-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 50px;
}
.main-menu .sub-menu {
  display: none;
  margin-left: 0;
  position: absolute;
  list-style-type: none;
  margin-left: 0;
  padding-left: 340px;
  padding-top: 50px;
  top: 50%;
  transform: translateY(calc(-50% + 25px));
}
.main-menu .sub-menu > li {
  padding: 10px 0;
}
.main-menu .sub-menu a {
  font-family: 'Gentium Book Plus', serif, serif;
  font-size: 16px;
  color: #5B7171;
}
.main-menu .sub-menu a:hover {
  text-decoration: none;
  font-weight: 700;
  color: #002D2D;
}
@media (hover: hover) {
  .main-menu .menu-item-has-children:hover > a {
    font-weight: 700;
    position: relative;
    display: block;
  }
  .main-menu .menu-item-has-children:hover > a:after {
    content: "";
    width: 35px;
    height: 1px;
    background: #5B7171;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
  }
  .main-menu .menu-item-has-children:hover .sub-menu {
    display: grid;
  }
}
@media (hover: none) {
 .main-menu .menu-item-has-children.is-open > a {
   font-weight: 700;
   position: relative;
   display: block;
 }
 .main-menu .menu-item-has-children.is-open > a:after {
   content: "";
   width: 35px;
   height: 1px;
   background: #5B7171;
   display: block;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 100%;
 }
 .main-menu .menu-item-has-children.is-open .sub-menu {
   display: grid;
 }
}


/*---nav css---*/
.main-nav {
  display: grid;
  grid-template: repeat(3, 100px) / 100px;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.home .main-nav {
  transform: translateX(-100%);
  transition: transform .4s cubic-bezier(0.77, 0, 0.175, 1);
}
.home .main-nav.visible {
  transform: translateX(0);
  transition-duration: .8s;
}
.nav-burger,
.nav-valuation,
.nav-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-burger {
  color: white;
  background: #5B7171;
}
.nav-valuation {
  color: white;
  background: #002D2D;
}
.nav-valuation:hover {
  text-decoration: none;
}
.nav-search {
  background: #E2D5C2;
  color: #5B7171;
  position: relative;
}
.nav-search.active .nav-search-form {
  transform: translateX(0);
}
.nav-search-form {
  position: absolute;
  width: 600px;
  height: 100%;
  background: #E2D5C2;
  left: 0;
  display: flex;
  align-items: center;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-search-input[type="text"] {
  border-bottom: 1px solid rgba(38, 38, 38, .4);
  border-radius: 0;
  background: transparent;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: auto;
  line-height: unset;
  padding: 0 0 12px 0;
  color: rgba(38, 38, 38, .7);
}
.nav-search-submit[type="submit"] {
  background: transparent;
  padding: 0;
  width: 44px;
  height: 44px;
  margin-left: -44px;
  position: relative;
  top: -12px;
}
.nav-txt {
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  padding-top: 12px;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: -4px;
}
/*---search css---*/
.search-wrapper {
  position: absolute;
  top: 35px;
  right: 48px;
  z-index: 9900;
}
.search-ic {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
}
.no-bg .search-ic img {
  display: none;
}
.no-bg .search-ic {
  width:29px;
  height: 29px;
  background: url("../images/search-red.svg") no-repeat;
}
.no-bg .search-ic.active {
  width:29px;
  height: 29px;
  background: url("../images/search-ic.png") no-repeat;
}
.search-btn {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .search-wrapper span{
  color: #002D2D;
}
.no-bg .search-btn {
  width:29px;
  height: 29px;
  background: url("../images/search-red.svg") no-repeat;
}
.no-bg .search-btn img,
.inner-banner .search-btn img {
  display: none;
}
.no-bg .search-box button[type="submit"] img {
  display: inline-block;
}
.no-bg .search-btn.active,
.inner-banner .search-btn {
  width:29px;
  height: 29px;
  background: url("../images/search-red.svg") no-repeat;
}
.inner-banner .menu-ic p{
  color: #002D2D;
}
.inner-banner .menu-ic span {
  background-color: #002D2D;
}
.search-wrapper span {
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.7px;
  line-height: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 18px;
}
/*.search-box {
  position: absolute;
  right: 50px;
  top: 0;
  width: 0;
  transition: all ease 0.5s;
  display: none;
}*/

.search-box {
  position: fixed;
  right: 0;
  top: 0;
  width: 637px;
  height: 104px;
  padding-top: 34px;
  padding-right: 50px;
  padding-left: 62px;
  background: #002D2D;
  z-index: 20;
}
.search-box input {
  border: 0;
  border-bottom: solid 1px rgba(255,255,255,0.5);
}
.show-icon { display: none; }
.show-icon.open { display: block; }
.hide-icon.close { display: none; }

.search-box.active button[type="submit"],
.search-box button[type="submit"]{
  position: relative;
  margin-left: 0;
  background: transparent;
  left: 20px;
}
@-moz-document url-prefix() {
.search-box button[type="submit"] {
  top: 1px;
}
}

.search-box button[type="submit"] .search-ic img {
  opacity: 0.6;
}
.search-box input[type="text"],
.search-box input[type="search"] {
  float: left;
  background: transparent;
  font-weight: 300;
  font-size: 14px;
  height: 30px;
  text-align: left;
  padding: 0 0 0 0 !important;
  width: 459px;
  line-height: 30px;
  color: #ffffff;
  border-top: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.5) !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
  box-shadow: none;
  margin-top: -12px;
}
.search-box input[type="text"]::-moz-placeholder{
  opacity: 0.5;
  color: #ffffff;
}
.search-box input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.search-box input[type="search"]::-moz-placeholder{
  opacity: 0.5;
  color: #ffffff;
}
.search-box input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

/*--- fiche page css ---*/

.inner-banner {
  /*background: #ffffff url("../images/pro1.png") no-repeat top center;*/
  height: 539px;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-banner.no-bg-image {
  height: auto;
}
.inner-banner .container {
  position: relative;
  z-index: 9;
}
.no-bg .menu-ic p,
.no-bg .search-wrapper span {
   color: #002D2D;
}

.no-bg .menu-ic span {
  background: #002D2D;
}
.logo {
  display: inline-block;
  vertical-align: top;
  padding-top: 31px;
  text-align: center;
}
.logo img {
  width: 135px;
}
.collection-banner .table-cell a {
  display: inline-block;
  vertical-align: top;
  padding-top: 31px;
  text-align: center;
}
.collection-banner .table-cell a img {
  max-width: 135px;
}
.breadcrumb {
  margin-top: 82px;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  font-weight:300;
  font-size: 13px;
  color: #888;
  line-height: 18px;
  padding-left: 9px;
  position: relative;
  vertical-align: middle;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}
.breadcrumb ul li:first-child:after {
  display: none;
}
.breadcrumb ul li:after {
  content: "/";
  position: absolute;
  left: 1px;
  top: 1px;
  color: #666666;
}
.breadcrumb ul li a {
  display: block;
  color: #888;
  letter-spacing: .1px;
  text-decoration: underline;
}
.breadcrumb ul li a:hover {
  color: #002D2D;
}
.sticky-aside{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  z-index: 99;
  transform: translateX(100%);
  transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.sticky-aside.is-visible{
  transform: translateX(0);
}
.french-photography-section {
  padding-top: 86px;
  text-align: center;
}
.available-sale-text span {
  background: #002D2D;
  color: white;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.9px;
  line-height: 20px;
  padding: 5px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 300;
}
.available-sale-text .sale-bg {
  color: #ffffff;
  background: #002D2D;
  font-weight: 300;
}
.available-sale-text:not(.sticky-aside) .sale-bg {
  display: none;
}
.available-sale-text .sale-bg a{
  color: #ffffff;
}
.available-sale-text .desktop-only{
  font-style: normal;
}
.available-sale-text {
  font-size: 0;
  margin-bottom: 50px;
}
.french-photography-section h1 {
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  color: #002D2D;
  margin-bottom: 4px;
}
.french-photography-section h3,
.french-photography-section h2 {
  color: #002D2D;
  font-family: 'Gentium Book Plus', serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  padding-bottom: 30px;
  position: relative;
  margin: 15px 0;
}
.french-photography-section h3:after,
.french-photography-section h2:after {
  content: "";
  background: url("../images/rect-single.svg") no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
}
.french-photography-section .different-angle-slider h2,
.french-photography-section .extract-collection h2 {
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 40px;
  color: #E2D5C2;
  font-style: normal;
  text-align: center;
  line-height: 45px;
  margin-bottom: 76px;
  padding-bottom: 41px;
  position: relative;
}
.french-photography-section .different-angle-slider h2:after,
.french-photography-section .extract-collection h2:after {
  content: "";
  background: url("../images/rectangle.png") no-repeat center center;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.french-photography-section .different-angle-slider h2 {
  font-size: 52px;
  line-height: 1;
}
.french-photography-section p {
  font-weight:300;
  font-size: 16px;
  line-height: 34px;
  color: #888;
}
.french-photography-section .collection-title p {
  margin-bottom: 1px;
  line-height: 16px;
  font-size: 11px;
  color: #666;
  text-align: left;
}
.french-photography-section p a {
  color: #002D2D;
  text-decoration: underline;
}
.french-photography-section p a:hover {
  color: #666666;
}
.french-photography-section .newsletter-section p {
  font-weight: 600;
  line-height: normal;
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
}
.available-middle-text {
  max-width: 744px;
  width: 100%;
  margin: 43px auto 0;
  font-weight:300;
  font-size: 16px;
  line-height: 34px;
  color: #666666;
}
.available-middle-text a {
  color: #002D2D;
  text-decoration: underline;
}
.available-middle-text a:hover {
  color: #666666;
}
.expert-note-header {
  float: left;
  padding: 0 22px;
  width: 100%;
}
.expert-note {
  max-width: 744px;
  width: 100%;
  margin: 100px auto 0;
  text-align: left;
}
.expert-title {
  float: left;
  padding-top: 12px;
}
.expert-title span {
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #002D2D;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.expert-title ul {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.expert-title ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.expert-title ul li a {
  display: block;
}
.expert-title ul li:first-child {
  padding-left: 0;
}
.expert-title ul li a img {
  width: 22px;
}
.expert-share {
  float: right;
}
.expert-share span {
  color: #002D2D;
  display: inline-block;
  font-weight:300;
  font-size: 12px;
  letter-spacing: 1.7px;
  line-height: 45px;
  padding-right: 40px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
}
.expert-share span:after {
  content: "";
  background: url("../images/download-ic.svg") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 35px;
}
.expert-note-row {
  float: left;
  width: 100%;
  border-top: 0;
  margin-top: 15px;
  padding-top: 0px;
  overflow: hidden;
}
.expert-note-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 33.33%;
  min-height: 60px;
  padding-top: 15px;
  margin-top: 15px;
}
.expert-note-row span {
  display: block;
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #002D2D;
  text-align: center;
}
.expert-note-row p {
  text-align: center;
  color: #888;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .1px;
  margin: 0;
}
.expert-note-block:first-child > p {
  font-style: italic;
}
.expert-note-row .expert-note-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 1px;
  background: #E2D5C2;
}
/*.expert-note-row .expert-note-block:nth-child(-n+3) {
  border-top: 0;
  margin-top: 0;
}*/
.different-angle-slider {
  margin-top: 100px;
}
.angle-slider-block {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
  width: 50%;
}
.angle-slider-image img {
  margin: 0 auto;
  width: 280px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.angle-slider-inner {
  margin: 0 auto;
  max-width: 782px;
  width: 100%;
}
.angle-slider-image {
  border: 1px solid #E2D5C2;
  cursor: pointer;
  height: 362px;
  padding-top: 64px;
  position: relative;
}

.angle-slider-image:hover {
  border-color: #002D2D;
}
.angle-slider-image:after {
  content: "";
  background: url("../images/zoom-ic.svg") no-repeat center center;
  bottom: 15px;
  height: 29px;
  position: absolute;
  right: 12px;
  width: 29px;
  display: none;
}
.angle-slider-image:hover:after {
  display: block;
}
.slick-dots {
  list-style: none;
  margin-top: 30px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}
.slick-dots li:first-child {
  padding-left: 0;
}
.slick-dots button {
  cursor: pointer;
  width: 40px;
  height: 0;
  padding: 1px 0 0 0;
  background: #E2D5C2;
  font-size: 0;
  border: none;
  -webkit-appearance: none;
}

.slick-dots .slick-active button {
  background: #002D2D;
}
.collection-group-button {
  margin-bottom: 60px;
  margin-top: 30px;
  /*margin-top: 40px;
  margin-bottom: 160px;*/
  text-align: center;
}
.collection-group-button a {
  border: 1px solid #E2D5C2;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.4px;
  min-width: 453px;
  padding: 16px 13px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.5s;
  vertical-align: middle;
  margin-left: 30px;
}
.collection-group-button a:first-child {
  margin-left: 0;
}
.collection-group-button a:hover {
  background: #002D2D;
  border: 1px solid #002D2D;
  color: #ffffff;
  text-decoration: none;
}
.popup-slider {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 100;
}
.close-popup {
  position: absolute;
  top: 130px;
  right: 40px;
  color: #002D2D;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.7px;
  line-height: 16px;
  padding-right: 10px;
  text-transform: uppercase;
  z-index: 10;
}
.close-popup img {
  vertical-align: -7px;
  margin-left: 18px;
}
.close-popup:hover { text-decoration: none; }
.angle-slider-popup {
  width: 600px;
  height: 600px;
  margin: 0 auto;
}
#banner-slider .angle-slider-block {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
#banner-slider .angle-slider-image {
  border: 0;
  cursor: pointer;
  height: auto;
  padding-top: 0;
  position: relative;
}
#banner-slider .angle-slider-image:hover::after {
  display: none;
}
.slider-overlay {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.slider-middle {
  display: table-cell;
  vertical-align: middle;
}
.sliderbox {
  margin: 0 auto;
  max-width: 770px;
}
.sliderbox .angle-slider-image img {
  max-width: none;
  height: auto;
  max-height: 400px;
  width: auto !important;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}
/* #banner-slider .owl-nav { display: none; } */
#banner-slider .owl-dots {
  bottom: -100px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9999999999;
}
#banner-slider .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
#banner-slider .owl-dot span {
  display: inline-block;
  vertical-align: top;
  background: #E2D5C2;
  border: medium none;
  cursor: pointer;
  font-size: 0;
  height: 1px;
  width: 40px;
}
#banner-slider .owl-dot.active span { background: #002D2D; }
/*---collection page css*/
.collection-banner {
  background: url("../images/collection-1440.jpg") no-repeat center;
  padding: 50px 0;
  background-size: cover;
  position: relative;
}
html,body > .collection-banner {
  overflow: visible;
}
.collection-banner .container, .collection-banner .row {
  height: 100%;
}
.collection-banner .logo {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 266px;
}
.collection-banner h1 {
  font-family: 'Gentium Book Plus', serif;
  text-align: center;
  font-size: 86px;
  line-height: 86px;
  font-weight: 400;
  font-style: italic;
  color: #5B7171;
}
.collection-banner .table-cell h2 {
  font-family: 'Gentium Book Plus', serif;
  font-weight: normal;
  text-align: center;
  font-size: 56px;
  line-height: 60px;
  color: #002D2D;
  position: relative;
  padding-bottom: 34px;
  padding-top: 0;
  margin-top: -5px;
}
.collection-banner .table-cell h2:after {
  content: "";
  background: url("../images/rect-red.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}
.banner-caption {
  font-weight: 300;
  letter-spacing: .2px;
  font-style: italic;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  bottom: 30px;
  left: 32px;
}
.no-bg .banner-caption { display: none; }
.collection-middle .breadcrumb {
  margin-top: 41px;
  margin-bottom: 70px;
}
.discover-collection-text {
  max-width: 749px;
  width: 100%;
  margin: 0 auto 87px;
}
.discover-collection-text p {
  font-size: 24px;
  line-height: 30px;
  color: #666666;
  font-weight:300;
  border-bottom: 1px solid #E2D5C2;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.discover-collection-text ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
}
.discover-collection-text ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
}
.discover-collection-text ul li:first-child {
  padding-left: 0;
}
.discover-collection-text ul li a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  font-weight:300;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.discover-collection-text ul li a:hover, .discover-collection-text ul li.active a {
  color: #002D2D;
  text-decoration: none;
}
.collection-product {
  position: relative;
  height: 580px;
  overflow: hidden;
  padding-top: 18px;
  /*border-top: solid 1px #E2D5C2;*/
  border-bottom: 1px solid #E2D5C2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-product.no-img {
  /*border: 0;*/
  border-bottom: solid 1px #E2D5C2;
}

/*.extract-collection .col-lg-3:nth-child(1) .collection-product {
  border-top: 0;
}
.extract-collection .col-lg-3:nth-child(2) .collection-product {
  border-top: 0;
}
.extract-collection .col-lg-3:nth-child(3) .collection-product {
  border-top: 0;
}*/

/*.page-template-collections .discover-collection-block .col-lg-4:nth-child(1) .collection-product {
  border-top: 0;
}
.page-template-collections .discover-collection-block .col-lg-4:nth-child(2) .collection-product {
  border-top: 0;
}
.page-template-collections .discover-collection-block .col-lg-4:nth-child(3) .collection-product {
  border-top: 0;
}*/

/*.page-template-inc .search-result .discover-collection-block .col-lg-4:nth-child(1) .collection-product {
  border-top: 0;
}
.page-template-inc .search-result .discover-collection-block .col-lg-4:nth-child(2) .collection-product {
  border-top: 0;
}
.page-template-inc .search-result .discover-collection-block .col-lg-4:nth-child(3) .collection-product {
  border-top: 0;
}
.page-template-inc .search-result .discover-collection-block .col-lg-4:nth-child(4) .collection-product {
  border-top: 0;
}*/

.collection-product:hover,
.collection-product.no-img:hover {
  border-top-color: #002D2D;
}
.collection-product.no-height { height: auto; }
.collection-product-bg .collection-title p {
  color: #ffffff;
  font-family: "ProximaNovaRegular";
  border-color: #ffffff;
  margin-top: 8px;
}
.collection-product-bg .collection-title p:after {
  color: #ffffff;
}
.collection-product-bg .collection-product-text h4 {
  color: #ffffff;
  font-weight: 600;
}
.collection-product-bg .collection-product-text p {
  color: #E2D5C2;
}
.pagination-section {
  text-align: center;
  margin: 35px 0 90px;
  padding-top: 24px;
  border-top: solid 1px #E2D5C2;
}
.pagination-section .prev {
  float: left;
  font-weight:300;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
}
.pagination-section .next {
  float: right;
  font-weight:300;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
}
.pagination-section ul {
  display: inline-block;
  vertical-align: top;
}
.pagination-section ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  margin:0 7px;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
}

.pagination-section ul li:first-child:hover a,
.pagination-section ul li:last-child:hover a { border-bottom: solid 1px #fff; }

.pagination-section ul li a {
  display: inline-block;
  font-weight: 300;
  font-size: 1wpx;
  color: #666666;
}
.pagination-section ul li a:hover,
.pagination-section .prev:hover,
.pagination-section .next:hover {
  color: #002D2D;
}

.pagination-section ul li.current {
  color: #002D2D;
  border-bottom: solid 1px #002D2D;
}
.filter.sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
}
.filter.sticky li {
  display: inline-block;
  vertical-align: top;
}
.filter.sticky li a {
  padding: 20px 40px 20px 20px;
}
.filter li { position: relative; }
/*.filter li.has-sub:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 6px;
  display: inline-block;
  background: url("../images/arrow-down-grey.svg") no-repeat;
  width: 10px;
  height: 5px;
}
.filter li.has-sub.active:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 6px;
  display: inline-block;
  background: url("../images/arrow-pink.svg") no-repeat;
  width: 10px;
  height: 5px;
}
/*.filter li.has-sub a {
  color: #002D2D;
}*/
.filter.sticky li.has-sub:after {
  top: 26px;
  right: 0;
}
.filter ul ul:before {
  content: "";
  position: absolute;
  display: block;
  top: -16px;
  width: 100%;
  height: 16px;
}
.filter ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  min-width: 200px;
  background: #f8f5f3;
  z-index: 10;
}
.filter.sticky ul ul {
  display: none;
  position: absolute;
  left: 0;
  min-width: 200px;
  background: #f8f5f3;
  z-index: 10;
}
.filter ul ul.sticky:before {
  content: "";
  position: absolute;
  display: block;
  top: -16px;
  width: 100%;
  height: 16px;
}
.filter.sticky ul ul {
  top: 58px;
}
.filter li li {
  display: block;
  padding: 0;
  border-bottom: solid 1px #E2D5C2;
}
.filter.sticky li li {
  width: 100%;
  padding: 0;
}
.filter li li a {
  padding: 15px;
}
.filter li li a:hover {
  color: #666666;
  text-decoration: none;
}
/*.filter li:hover > ul { display: block; }*/
.filter.sticky ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
/*.filter.sticky li:hover > ul { display: block; }*/
.filter.sticky ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(4.9px);
  backdrop-filter: blur(4.9px);
  background-color: #f8f5f3;
}
.filter li a.disable {
  cursor: default;
  pointer-events: none;
}
.filter li a.disable:hover {
  color: #666;
}
.filter .arrow-up {
  float: right;
  margin-right: 45px;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.filter.sticky .arrow-up {
  margin-top: -40px;
  visibility: visible;
  opacity: 1;
}
.first-banner.intro {
  height: 100vh;
  background: transparent;
}
.first-banner.intro h3 {
  line-height: 19px;
}
.first-banner.intro p {
  max-width: 250px;
  margin: 0 auto;
}
.intro .logo-text-wrapper {
  margin-top: -60px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.intro .logo-text-wrapper:after {
  background-size: 100% auto;
  height: 300px;
  top: -30px;
  width: 400px;
}
.language-select {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  z-index: 100;
}
.languages-menu {
  clear: both;
  padding-bottom: 30px;
  padding-top: 20px;
}
[lang^="zh"] .languages-menu .zh,
[lang="ja"] .languages-menu .ja,
[lang^="fr"] .languages-menu .wpml-ls-item-fr,
[lang^="en"] .languages-menu .wpml-ls-item-en {
  display: none;
}
.choose-language {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 6px;
  text-align: center;
  color: #E2D5C2;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.language-list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.language-list .bootstrap-select {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
.language-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-list ul li {
  display: inline-block;
  vertical-align: top;
}
.language-list ul li a {
  display: inline-block;
  padding: 16px 21px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border: solid 1px transparent;
}
.language-list ul li a:hover { text-decoration: none; }
a.nturl.single-language {
  border: solid 1px transparent;
}
.language-list ul li a:hover {
  color: #fff;
  border: solid 1px #002D2D;
}
.language-list select,
.btn.dropdown-toggle.btn-default {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 280px;
  right: 0;
  padding: 20px;
  margin: 0 auto;
  line-height: normal;
  height: auto;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  background: transparent url("../images/arrow-down.svg") no-repeat right 15px center;
  border: solid 1px #002D2D;
  border-radius: 0;
  box-shadow: none;
  appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -webkit-appearance:none;
}
.bootstrap-select .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: 280px;
  border: solid 1px #002D2D;
  background-color: #002D2D;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.bootstrap-select .dropdown-menu ul {
  position: relative;
  min-width: 100%;
  border: 0;
  top: 0;
  bottom: 0;
}
.bootstrap-select .dropdown-menu ul li,
.bootstrap-select .dropdown-menu ul li a {
  display: block;
  text-align: left;
  cursor: pointer;
}
.bootstrap-select .dropdown-menu ul li,
.bootstrap-select .dropdown-menu ul li.selected {
  border-bottom: solid 1px #fff !important;
}

.bootstrap-select .dropdown-menu ul li a .glyphicon {
  display: none;
}
.bootstrap-select .dropdown-menu ul li a:hover,
.bootstrap-select .dropdown-menu ul li.selected {
  background-color: transparent;
  color: #fff;
  /*border: 0;*/
}
.language-list select { display: none !important; }

.btn.dropdown-toggle.btn-default .bs-caret{
  display: none;
}

.btn.dropdown-toggle.btn-default:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus, .btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus{
  background-color: transparent;
  color: #ffffff;
  border-color: #002D2D;
}

.mention-legales-section {
  text-align: center;
}
.mention-legales-section .container {
  padding: 0 20px;
}
.mention-legales-content {
  max-width: 750px;
  margin: 0 auto;
  padding: 140px 0;
}

.mention-legales-content h1,
.contact-section h1 {
  position: relative;
  padding-bottom: 41px;
  margin-bottom: 65px;
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 45px;
  color: #E2D5C2;
  text-align: center;
  position: relative;
}
.mention-legales-content h1:after,
.contact-section h1:after {
  content: "";
  background: url("../images/rectangle.png") no-repeat center center;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mention-legales-content h2 {
  font-family: 'Gentium Book Plus', serif;
  font-size: 24px;
  font-weight: 600;
  color: #002D2D;
  line-height: 25px;
  margin-bottom: 35px;
}
.mention-legales-content h2:after { display: none; }
.mention-legales-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mention-legales-content ul li {
  display: block;
  text-align: left;
  padding: 32px 0;
  border-top: solid 1px rgba(207,207,207,.3);
}
.mention-legales-content ul li:first-child {
  padding-top: 0;
  border-top: 0;
}
.mention-legales-content ul li h4,
.mention-legales-content ul li h2 {
  font-family: 'Gentium Book Plus', serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #002D2D;
  margin-bottom: 7px;
}
.mention-legales-content ul li p,
.mention-legales-content p {
  font-size: 14px;
  line-height: 1.38;
  margin-bottom: 30px;
}
.mention-legales-content ul li p:last-child {
  margin-bottom: 0;
}
.mention-legales-content p a:hover {
  color: #666;
}
.mention-legales-content ul li .wp-video,
.mention-legales-content ul li img {
  display: table;
  margin: 0 auto;
}
.mention-legales-content .movies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mention-legales-content .movie {
  width: calc(100% / 3);
  padding: 30px 15px;
  display: flex;
  border-top: 0;
  flex-direction: column;
  justify-content: flex-start;
}
.mention-legales-content .movie-title {
  padding: 15px 0 10px;
  height: 70px;
  line-height: 1.1;
}
.contact-section {
  max-width: 615px;
  margin: 0 auto;
  padding: 135px 0 90px;
}
.contact-section h2 {
  position: relative;
  padding-bottom: 41px;
  margin-bottom: 90px;
}
.contact-aside{
  background: #002D2D;
  padding: 30px;
  color: white;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
}
.contact-aside-title{
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.contact-aside p{
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.contact-aside a{
  color: white;
}
.form-section,
.form-section form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.form-section h4,
.form-section h2 {
  font-family: 'Gentium Book Plus', serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
  color: #002D2D;
  padding-bottom: 24px;
  margin-bottom: 37px;
  border-bottom: solid 1px #E2D5C2;
}
.form-section h2:after {
  display: none;
}
.form-section form .form-row {
  width: 100%;
  margin-bottom: 27px;
}
.form-section form .form-row.span-8 {
  width: 410px;
}
.form-section form .form-row.span-4 {
  width: 264px;
}
.form-section form .form-row label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #e17563;
  text-transform: uppercase;
  margin-bottom: 3px;
  cursor: pointer;
}
.form-section form .form-row-checkbox label {
  color: #666666;
  text-transform: none;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  font-size: 14px;
  letter-spacing: 0;
}
.form-section form .form-row-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.form-section form .form-row input:not([type="checkbox"]),
.form-section form .form-row select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 50px;
  font-family: 'Space Grotesk', sans-serif;
  padding: 12px 18px;
  font-weight:300;
  font-size: 13px;
  color: #888;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  border: solid 1px #E2D5C2;
}

.form-section form .form-row select { line-height: 1; font-size: 14px; color: #666; }

.form-section form .form-row input[type="file"] {
  height: auto;
}

.form-section form .form-row input[type="file"].wpcf7-upload_image {
  display: none;
}


.form-section form .form-row select option {
  font-weight:300;
  color: #888;
}

#cookie-law-info-bar {
  width: 480px !important;
  background: white !important;
  font-size: 14px;
  font-weight: 500;
  padding: 25px 30px !important;
  color: #666 !important;
  right: 40px !important;
  bottom: 100px !important;
  box-shadow: rgb(0 0 0 / 20%) 0px 1px 20px !important;
}

#cookie-law-info-bar .cli-plugin-main-link {
  color: #002D2D !important;
  text-decoration: underline;
}

 #cookie-law-info-bar .cli-plugin-buttons {
  display: grid;
  margin-top: 20px;
  grid-auto-columns: max-content;
  grid-gap: 15px;
  align-items: center;
  grid-auto-flow: column;
}

#cookie-law-info-bar .cli-plugin-button {
  margin: 0 !important;
  margin-left: 0;
  font-weight: 600;
  font-size: 11px;
  font-family: inherit !important;
  padding: 12px 30px 11px !important;
  color: white !important;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #002D2D
}

#cookie-law-info-bar .cli-plugin-button.cli-accept-button {
  background-color: #002D2D !important;
}

#cookie-law-info-bar .cli-plugin-button.cookie_action_close_header_reject {
  background-color: white !important;
  color: #002D2D !important;
}

#cookie-law-info-bar .cli-plugin-button:hover {
  background-color: #002D2D !important;
  color: white !important;
}

#cookie-law-info-bar .cli_settings_button {
  font-size: 12px;
  font-weight: 600;
  color: #002D2D !important;
}

.cli-switch input:checked + .cli-slider {
  background-color: #002D2D;
}

.cli-tab-container h4 {
  color: #002D2D;
  font-size: 20px;
}

.cli-tab-footer .cli-btn {
  background-color: #002D2D;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 12px;
  text-transform: uppercase;
}

.cli-tab-container p, .cli-privacy-content-text {
  color: #666;
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-weight: 400;
}

.cli-tab-header a.cli-nav-link:focus {
  outline: none;
}

.cookielawinfo-row-cat-table {
  margin: 20px 0;
}

.cookielawinfo-row-cat-table thead th {
  border: none;
}

.cookielawinfo-row-cat-table tbody {
  color: #666;
}

.cookielawinfo-column-1 {
  padding-right: 15px !important;
  width: 20% !important;
}

.footer-logo img {
  max-width: 190px;
  width: 100%;
}

@media screen\0 {
.form-section form .form-row input:not[type="checkbox"] {
  padding: 6px 18px;
}
}
.form-section form .form-row input:not[type="checkbox"]:focus {
  border: solid 1px #002D2D;
}
.form-section form .form-row input:not[type="checkbox"]::-moz-placeholder{
  opacity: 1;
  color: #666666;
}
.form-section form .form-row input:not[type="checkbox"]::-webkit-input-placeholder {
  color: #666666;
}

.form-section form .form-row select {
  padding-right: 25px;
  background: url("../images/angle-arrow-down.svg") no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-section form .form-row select option { padding: 5px 12px 5px 18px; }

.form-section form .form-row textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 388px;
  padding: 12px 18px;
  font-weight:300;
  font-size: 13px;
  color: #888;
  resize:none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  border: solid 1px #E2D5C2;
}
.form-section form .form-row textarea:focus {
  border: solid 1px #002D2D;
}
.form-section form .form-row textarea::-moz-placeholder {
  opacity: 1;
  color: #666666;
}
.form-section form .form-row textarea::-webkit-input-placeholder {
  color: #666666;
}

.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .images-optimize-upload-handler {
  padding: 0;
  border: 0;
  text-align: left;
  margin: 10px 0 20px;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .images-optimize-upload-handler h3,
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .images-optimize-upload-handler span {
  display: none;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .images-optimize-upload-button {
  border: 1px solid #002D2D;
  border-radius: 0;
  font-size: 12px;
  color: #002D2D;
  background: none;
  padding: 10px 20px;
  font-family: inherit;
  text-transform: uppercase;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .images-optimize-upload-button:hover {
  background: #002D2D;
  color: white;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li {
  display: flex;
  align-items: center;
  height: auto;
  border-radius: 0;
  border-color: #E2D5C2;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li span,
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li span:last-of-type {
  font-family: inherit;
  display: none;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li span:first-of-type {
  display: block;
  margin: 0;
  padding: 0 20px;
  flex: 1;
  line-height: 1.2;
  text-align: left;
  font-size: 15px;
  white-space: initial;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li .thumbnail {
  all: unset;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li .thumbnail img {
  width: 80px;
  height: auto;
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li del {
  position: static;
  margin: 0 20px 0 0;
  background: #002D2D
}
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li del:hover:before,
.form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li del:hover:after {
  display: none;
}
div.wpcf7-mail-sent-ok {
  border: 0;
  display: block !important;
  color: green;
  clear: both;
  margin-top: 20px !important;
  float: left;
  width: 100%;
}
.form-section form .form-row .note {
  display: block;
  font-size: 12px;
  font-weight:300;
  color: #e17563;
  text-align: left;
  margin-top: 5px;
}
.form-section form input[type="submit"] {
  float: right;
  width: 153px;
  height: 50px;
  margin-top: -25px;
  font-weight:300;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #002D2D;
  border-radius: 0;
  background-color: #002D2D;
  box-shadow: none;
}
.form-section form input[type="submit"]:hover {
  color: #fff;
  border: solid 1px #666666;
  background-color: #666666;
}
span.wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.2px;
  margin-bottom: 3px;
  text-align: left;
  text-transform: uppercase;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #f00;
  border: 0;
}
.product-text-overlay {
  bottom: -53px;
  left: 0;
  position: absolute;
  width: 100%;
  transition:all ease .4s;
  -webkit-transition:all ease .4s;
  -o-transition:all ease .4s;
  -ms-transition:all ease .4s;
}
.collection-product:hover > .product-text-overlay { bottom: 0; }
.discover-collection-block .collection-product:hover .product-text-overlay { bottom: 0; }
.collection-product { height: 700px; }
.social-navigation {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.menu-social-container li a,
.menu-social-english-container {
  background-color: transparent;
}
.social-navigation li {
  padding: 0 15px;
}
.menu-social-container li a .icon,
.menu-social-english-containerli a .icon {
  fill: transparent;
}
.menu-social-container li a .icon.icon-linkedin,
.menu-social-english-container li a .icon.icon-linkedin {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url("../images/linked-in.svg") no-repeat;
  background-size: 100%;
}
.menu-social-container li a .icon.icon-instagram,
.menu-social-english-container li a .icon.icon-instagram {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url("../images/instagram.svg") no-repeat;background-size: 100%;
}
.menu-social-container li a .icon.icon-facebook,
.menu-social-english-container li a .icon.icon-facebook{
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url("../images/facebook.svg") no-repeat;background-size: 100%;
}

.first-banner .banner-caption {
  display: none;
}

.error-content-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 200px 0;
}

.error-content-text h2 {
  margin-bottom: 30px;
}

.error-content-text p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.error-content-text .search-form input {
  width: 100%;
  height: 50px;
  padding: 12px 55px 12px 18px;
  font-weight:300;
  font-size: 14px;
  color: #888;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  border: solid 1px #E2D5C2;
}
.error-content-text .search-form input:focus {
  outline: 0;
  border: solid 1px #002D2D;
}

.error-content-text .search-form .search-submit {
  top: 19px;
  width: 50px;
  height: 50px;
}

.error-content-text .search-form .search-submit .icon {
  fill: #ffffff;
}

.search-result {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 100px 0 0;
}
.search .search-result {
  padding: 150px 20px 0;
}
.search .search-result .search-form {
  margin-bottom: 150px;
}
.search .search-result p{
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 26px;
}
.page-template-collections .discover-collection-block p,
.tax-collections_cat .discover-collection-block p {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
  margin-bottom: 40px;
}
.page-template-collections .discover-collection-block .collection-title p,
.tax-collections_cat .discover-collection-block .collection-title p {
  font-size: 11px;
  margin-bottom: 3px;
  line-height: 18px;
  text-align: left;
}
.page-template-collections .discover-collection-block .collection-product-text p,
.tax-collections_cat .discover-collection-block .collection-product-text p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.search .search-result .collection-product p {
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.search .search-result .collection-product .collection-title p {
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .2px;
}
.search .search-result .discover-collection-text p {
  font-size: 24px;
  line-height: 30px;
  color: #666666;
  font-weight: 300;
  text-align: left;
}
.collection-middle.detail {
  padding: 135px 0 0;
}
.collection-middle.detail h1 {
  padding-bottom: 41px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 65px;
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 45px;
  color: #E2D5C2;
  text-align: center;
  position: relative;
}
.collection-middle.detail h1:after {
  content: "";
  background: url(../images/rectangle.png) no-repeat center center;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
}

.search-form input[type="search"]{
  padding: 10px 60px 10px 20px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #999;
  border-radius: 0;
}

.search-wrapper .search-box > input {
  height: 30px;
  line-height: 30px;
  margin-top: 0px;
}

.search-form .search-submit {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 18px;
}

.search-form .search-submit .icon {
  fill:#fff;
}

.search-wrapper .search-form {
  margin-top: 0;
}
.search.search-results .discover-collection-block {
  padding-bottom: 40px;
}
#TB_window {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
  text-align: center !important;
}
#TB_window > iframe {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform:translateY(-50%) !important;
  display: block !important;
  margin: 0 auto !important;
  height: 600px !important;
  width: 900px !important;
}
#TB_ajaxWindowTitle {
  display: none !important;
}
#TB_window,
#TB_title {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#TB_closeWindowButton {
  background-color: #fff !important;
}
.tb-close-icon {
  left: 0 !important;
  right: 0px !important;
  margin: 0 auto !important;
  top: 19px !important;
  background: url("../images/close-popup.png") no-repeat !important;
  width: 24px !important;
  height: 24px !important;
}
.tb-close-icon:before{
  display: none;
}
#TB_closeWindowButton {
  outline: 0 !important;
  background-color: #000000 !important;
  height: 60px !important;
  width: 60px !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
}
#TB_closeWindowButton:focus,
.tb-close-icon:focus {
  outline: 0 !important;
  border: 0 !important;
}
.tb-close-icon::before {
  font-size: 30px !important;
}
#TB_window .addthis_inline_share_toolbox_rczo.addthis_tool {
  display: table !important;
  height: 100% !important;
  text-align: center !important;
  width: 100% !important;
}
#TB_window .at4-show {
  display: table-cell !important;
  vertical-align: middle !important;
}
#TB_closeWindowButton:focus .tb-close-icon {
  box-shadow: none !important;
}
#TB_ajaxWindowTitle {
  color: #fff !important;
}
.inner-banner .table .table-cell a img,
.no-bg .table .table-cell a img{
  width: 135px;
}
.backstretch:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.backstretch img {
  filter:blur(10px);
  -webkit-filter:blur(10px);
  -webkit-box-shadow: 0 0 5px 15px #000;
  box-shadow: 0 0 5px 15px #000;
}
.latin-gallery {
  padding-bottom: 92px;
}
.footer-top {
    padding-top: 80px;
}
.different-angle-slider .slick-list.draggable {
  padding-left: 0 !important;
}
.first-banner.intro h3 br,
.first-banner h3 br {
  display: block;
}
.first-banner.intro h3 b,
.first-banner h3 b {
  display: none;
}
.page-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  width: 30px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  z-index: 10;
}
.set-back {
  display: block;
  width: 100%;
  height: 100%;
}
.no-results {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  padding: 200px 0;
}
.no-results .container {
  max-width: 800px;
}
.no-results .page-header {
  padding-bottom: 25px;
  margin: 0;
  border-bottom: 0;
}
.no-results h1 {
  font-family: 'Gentium Book Plus', serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 55px;
  color: #E2D5C2;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.no-results p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.angle-slider-inner .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
.angle-slider-inner .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  cursor: pointer;
}
.angle-slider-inner .owl-dots .owl-dot span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 1px;
  background: #E2D5C2;
  cursor: pointer;
}
.angle-slider-inner .owl-dots .owl-dot.active span {
  background: #002D2D;
}
div.pp_overlay {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important;
  background: #ffffff !important;
  opacity: 1 !important;
}
div.pp_pic_holder {
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}
div.pp_default .pp_close {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999999 !important;
  padding-right: 90px;
  padding-top: 8px;
  font-size: 12px;
  letter-spacing: 1.7px;
  line-height: 16px;
  text-transform: uppercase;
  color: #002D2D;
  background:url("../images/close-popup.png") no-repeat !important;
  background-size: 24px 24px !important;
  background-position: right center !important;
}
div.pp_default .pp_close:hover { opacity: 1 !important; }
.pp_content_container .pp_right {
  padding-right: 0 !important;
}
div.pp_default .pp_content {
  display: table !important;
  margin: 0 auto !important;
  height: 540px !important;
  background: transparent !important;
}
div.pp_default .pp_nav {
  display: none !important;
}
div.pp_default .pp_description {
  display: none;
}
.pp_gallery div {
  width: 100% !important;
  overflow: visible !important;
}
.pp_gallery {
  display: block !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0px !important;
  margin: 0 auto !important;
  text-align: center;
}
.pp_gallery ul {
  width: 100% !important;
  height: 1px !important;
}
div.pp_default .pp_gallery ul li {
  margin: 5px 15px !important;
  display: inline-block !important;
  float: none !important;
}
div.pp_default .pp_gallery ul li a {
  display: inline-block !important;
  border: 0 !important;
  width: 40px;
  height: 10px !important;
  background: transparent !important;
  border-top: solid 1px #E2D5C2 !important;
}
div.pp_default .pp_gallery ul li.selected a {
  display: inline-block !important;
  background: transparent; !important;
  border-top: solid 1px #002D2D !important;
}
.pp_gallery ul a img {
  display: none;
}
.different-angle-slider.mob {
  display: none;
}
.pp_content_container{
  text-align: center !important;
}
div.pp_pic_holder {
  width: 900px !important;
  text-align: center !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden;
}
div.pp_default .pp_content_container .pp_left {
  padding: 0 !important;
}
#pp_full_res img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.no-img img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
html,body > .collection-middle {
  overflow: visible;
}
.slider-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 770px;
  margin: 0 auto;
  z-index: 99999;
  transform: translateY(-50%);
}
.collection-title a { display: block; }
.newsletter-inner .cmApp_embedFormContainer #cmApp_signupForm #cmApp_errorAll {
  position: absolute !important;
  left: 0 !important;
  bottom: -24px !important;
}
/*---responsive css---*/
@media handheld, only screen and (max-width: 2560px) {
.extract-collection .container {
  width: 1535px;
}
.first-banner.intro p {
  font-size: 14px;
}
.extract-collection {
  padding-top: 60px;
  padding-bottom: 30px;
}
.first-banner.intro h3 br,
.first-banner h3 br {
  display: block;
}
.first-banner.intro h3 b,
.first-banner h3 b {
  display: none;
}
}

@media handheld, only screen and (max-width: 1920px) {
.banner-text span {
  font-size: 50px;
  line-height: 52px;
}
.banner-text p {
  font-size: 30px;
  line-height: 31px;
}
.banner-text h2 {
  font-size: 38px;
  line-height: 38px;
}
.antiq-btn {
  margin-top: 26px;
  padding: 0 38px;
}
.third-banner .banner-text p {
  margin-top: 20px;
}
.extract-collection h2, .latin-gallery h2 {
  padding-bottom: 39px;
}
.extract-collection h2 br {
  display: none;
}
.extract-collection h4 {
  font-weight: 300;
}
.collection-product-img {
  margin-top: 17px;
}
.collection-product-img.collection-product-bg {
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background-size: cover;
  z-index: -1;
}
.collection-product-text {
  margin-top: 52px;
  padding-bottom: 18px;
  padding-right: 25px;
}
.collection-product-text h4,
.collection-product-text h2 {
  font-size: 20px !important;
  line-height: 23px !important;
  font-weight: 600;
}
.collection-product-text h2 { min-width: 100%; }
.collection-product-text a {
  margin-bottom: 8px;
}
.extract-collection .collection-product-text h2 {
  padding-bottom: 0;
}
.collection-product {
  margin-bottom: 58px;
}
.discover-collection-block .collection-product {
  height: 604px;
  position: relative;
  overflow: hidden;
}
.collection-product.no-img {
  border-bottom: solid 1px #E2D5C2;
}
.collection-product.border-bg .collection-title,
.collection-product.no-img .collection-title {
  padding: 0px 16px;
  min-height: 50px;
}
.collection-product.collection-product-bg {
  position: relative;
  height: 604px;
  border: 0;
}
.collection-product.collection-product-bg .collection-product-text {
  padding: 0 16px 18px;
  width: 100%;
}
.collection-product.collection-product-bg .collection-product-text p { text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
.collection-product-text-margin {
  margin-top: 80px;
}
.collection-selection {
  height: 274px;
}
.extract-collection {
  padding-bottom: 30px;
}
.latin-gallery {
  padding-bottom: 92px;
}
.latin-gallery h2 {
  margin-bottom: 49px;
  padding-bottom: 42px;
}
.gallery-address-wrapper {
  max-width: 703px;
  margin-top: 60px;
}
.gallery-address h5 {
  line-height: 20px;
  margin-bottom: 2px;
}
p {
  font-size: 14px;
  line-height: 19px;
}
.newsletter-inner {
  max-width: 576px;
  width: 100%;
}
.footer-text {
  margin-top: 23px;
}
.footer-text h5 {
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.french-photography-section .footer-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #888;
}
.french-photography-section .copyright-section p {
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
  font-weight: 100;
  letter-spacing: .1px;
  line-height: normal;
}
.social-ic {
  margin-top: 37px;
}
.collection-product {
  height: 580px;
}
.extract-collection .col-lg-3 {
  width: 33.33%;
}
.large-show {
  display: none;
}
.extract-collection .container {
  width: 1140px;
}
}

@media handheld, only screen and (max-width: 1440px) {
.first-banner {
  background: url("../images/banner1-1440.jpg") no-repeat scroll center top;
  background-size: cover;
  height: 920px;
  text-align: center;
}
.first-banner h3 {
  margin:0 auto;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
.first-banner p {
  font-size: 14px;
  line-height: 19px;
  margin: 0 auto;
  max-width: 200px;
}
.home .main-nav {
  transform: none;
  transition: none;
}
.home-menu {
  display: none !important;
}
.second-banner {
  background: url("../images/banner2-1440.jpg") no-repeat scroll center top;
  background-size: cover;
  height: 810px;
}
.antiq-btn {
  margin-top: 43px;
  padding: 0 17px;
}
.third-banner {
  background: url("../images/banner3-1440.jpg") no-repeat scroll center top / cover ;
  height: 570px;
}
.banner-text .antiq-btn {
  margin-top: 26px;
  padding: 0 38px;
}
.extract-collection {
  padding-top: 60px;
  padding-bottom: 30px;
}
.fourth-banner {
  background: url("../images/banner4-1440.jpg") no-repeat scroll center top / cover ;
  height: 590px;
}
.latin-gallery {
  padding-bottom: 92px;
}
.latin-gallery p {
  font-size: 16px;
}
.gallery-button {
  margin-top: 59px;
}
.footer-top {
  padding-top: 80px;
}
.copyright-section {
  padding-top: 95px;
}
.gallery-address p {
  font-size: 14px;
}
.first-banner h3 { line-height: 22px; }
.first-banner h3 br { display: block; }
.first-banner h3 b { display: none; }
.first-banner h3 span { display: inline-block; }
.first-banner p { max-width: 250px; }
.menu-ic p {
  font-size: 16px;
  margin-bottom: 0;
}
}

@media handheld, only screen and (max-width: 1199px) {
.collection-middle .container {
  width: 960px;
}
.collection-product.collection-product-bg { height: 543px; }
.discover-collection-block .collection-product { height: 490px; }
.inner-banner { height: 472px; }
.breadcrumb { margin-top: 35px; }

.available-middle-text { max-width: 610px; }
.extract-collection .container {
  width: 960px;
  margin: 0 auto;
}
.collection-group-button a { width: 48%; }
.discover-collection-text {
  max-width: 650px;
}
.pagination-section {
  display: table;
  vertical-align: top;
  width: 100%;
  margin: 60px auto 120px;
  max-width: 700px;
  text-align: center;
}
.collection-product {
  height: 500px;
}
.collection-selection {
  height: 233px;
}
.collection-product-text h4 br {
  display: none;
}
.collection-selection {
  height: 233px;
}
.search-result .container {
  padding: 0 30px;
}
.french-photography-section h1 {
  font-size: 50px;
  line-height: 1;
}
.french-photography-section .footer-section {
  margin: 0 -15px;
}
.french-photography-section .footer-section .container {
  width: 100%;
}
/*.collection-banner h1 {
  font-size: 70px;
  line-height: 76px;
}
.collection-banner .table-cell h2 {
  font-size: 46px;
  line-height: 56px;
}*/
.container-fluid.second-banner {
  padding: 0;
}
.set-back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collection-banner .table-cell a {
  padding-top: 20px;
}
.logo {
  padding-top: 20px;
}
.menu-logo {
  width: auto;
}
.menu-logo img {
  width: 130px;
}
.menu-close {
  margin-top: 3px;
}
.menu-wrapper {
  width: 375px;
}
.menu-middle > ul > li.menu-item-has-children::before {
  top: 11px;
}
.menu-header {
  margin-bottom: 45px;
}
.menu-middle > ul > li {
  padding-top: 10px;
  margin-top: 10px;
}
.contact-section {
  max-width: 615px;
  padding: 90px 0 150px;
}
.contact-section h1 {
  margin-bottom: 42px;
}
.form-section h4, .form-section h2 {
  letter-spacing: .4px;
  padding-bottom: 40px;
}
.form-section form .form-row {
  margin-bottom: 19px;
}
.form-section form .form-row.span-8 {
    width: 455px;
}
.collection-middle.detail {
    padding: 90px 0 0;
}
.first-banner .table-cell {
  padding-bottom: 0;
}
.collection-product-text h2 { min-width: 100%; }
.collection-product.no-img .collection-product-img {
    height: 300px !important;
}
}

@media handheld, only screen and (max-width: 1024px) {
.first-banner {
  background: url("../images/banner1-1024.jpg") no-repeat scroll center top;
  background-size: cover;
  height: 768px;
}
.menu-ic {
  left: 32px;
  top: 29px;
}
.menu-ic p {
  padding-left: 15px;
}
.search-wrapper {
  right: 32px;
  top: 29px;
}
.menu-container .search-wrapper{
  top: 34px;
}
.first-banner h3 {
  margin-top: 10px;
}
.second-banner {
  background: url("../images/banner2-1024.jpg") no-repeat scroll center top;
  background-size: cover;
  height: 718px;
}
.third-banner {
  background: url("../images/banner3-1024.jpg") no-repeat scroll center top / cover ;
  height: 525px;
}
.banner-text h2 {
  font-size: 32px;
  line-height: 30px;
}
.third-banner .banner-text .antiq-btn {
  display: inline-block;
}
h2 {
  font-size: 42px;
  line-height: 48px;
}
.extract-collection {
  padding-top: 90px;
  padding-bottom: 27px;
}
.collection-selection {
  height: 233px;
}
.fourth-banner {
  background: url("../images/banner4-1024.jpg") no-repeat scroll center top;
  background-size: cover;
  height: 525px;
}
.latin-gallery {
  padding-bottom: 87px;
}
.gallery-button {
  margin-top: 40px;
}
.footer-section {
  padding-left: 0;
  padding-right: 0;
}
.footer-top {
  padding-top: 62px;
}
.copyright-section  {
  padding-left: 42px;
  padding-right: 42px;
}
.french-photography-section h3,
.french-photography-section h2 {
  padding-bottom: 41px;
}
.expert-note {
  margin-top: 83px;
}
.different-angle-slider {
  margin-top: 97px;
}
.different-angle-slider h2 {
  margin-bottom: 45px;
}
.collection-group-button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
}
.breadcrumb {
  padding: 0 30px;
}
.page-down {
  bottom: 18%;
}
.search-box {
  position: absolute;
  right: -48px;
  top: -35px;
  width: 594px;
  height: 80px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 27px;
  background: #002D2D;
  z-index: 20;
}
.search-wrapper .search-box > input {
  width: 458px;
  font-size: 12px;
  height: 26px;
  line-height: 32px;
  margin-top: 4px;
  letter-spacing: 0.6px;
}
.search-box button[type="submit"] {
  top: 2px;
  left: 12px;
}
.latin-gallery h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.latin-gallery p {
  max-width: 500px;
}
.mention-legales-content {
  padding: 90px 0;
}
.angle-slider-inner {
  max-width: 655px;
}
.angle-slider-image {
  height: 295px;
}
.angle-slider-image img {
  width: 95% !important;
}
.menu-middle > ul > li:after {
  height: 40px;
  top: 0px;
}
.menu-middle > ul > li.parent-list.active:before,
.menu-middle > ul > li.menu-item-has-children.active:before {
  height: 40px;
  top: 0px;
}
div.pp_default .pp_content {
  height: 100% !important;
}
div.pp_pic_holder {
  z-index: 99999999 !important;
}
.pp_pic_holder.pp_default {
  width: 100% !important;
  height: 100vh !important;
}
.pp_content {
  width: 100%!important;
  height: auto!important;
}
#pp_full_res img {
  width: 700px !important;
  height: auto!important;
}
.pp_gallery {
  bottom: -75px !important;
}
.pp_gallery ul {
  left: 0 !important;
}
.languages-menu {
  padding-bottom: 0;
}
}

@media handheld, only screen and (max-width: 991px) {
.collection-group-button a {
  min-width: 289px;
}
.slick-dots {
  text-align: center;
}
.collection-group-button {
  margin-top: 58px;
}
.collection-middle .container {
  width: 740px;
}
.collection-product.collection-product-bg {
  height: 459px;
}
.discover-collection-block .collection-product {
  height: 500px;
}
.footer-top { padding-bottom: 115px; }
.footer-section .container { width: 100%; }
.french-photography-section .container {
  margin: 0 auto;
  width: 700px;
}
.collection-group-button a {
  width: 45%;
}
.extract-collection .container {
  margin: 0 auto;
  width: 740px;
}
.discover-collection-text {
  margin: 80px auto;
}
.discover-collection-block {
  margin: 0 auto;
  max-width: 650px;
}
.pagination-section {
  max-width: 650px;
  margin: 40px auto 60px;
}
.mention-legales-content {
  max-width: 611px;
  padding: 100px 0;
}
.collections-list {
  grid-template-columns: repeat(2, 260px);
}
.gallery-locations {
  grid-auto-rows: 38vw;
  grid-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.contact-section {
  max-width: 610px;
}
.form-section form .form-row.span-8 {
  width: 410px;
}
.form-section form .form-row.span-4 {
  width: 294px;
}
.contact-section h2 {
  margin-bottom: 40px;
}
.discover-collection-text ul li {
  padding-left: 20px;
}
.extract-collection .col-sm-4 {
  width: 50%;
}
.collection-product {
  height: 540px;
}
.filter li.has-sub::after {
  right: -15px;
  top: 7px;
}
.filter li li {
  padding-left: 0;
}
.collection-selection {
  height: 253px;
}
.extract-collection h2 {
  font-size: 32px;
}
.extract-collection h2 br {
  display: block;
}
.french-photography-section h1 {
  font-size: 38px;
}
.search .search-result {
  padding: 150px 0 0;
}
#TB_window {
  padding: 0 20px !important;
}
#TB_window > iframe {
  width: 95% !important;
  height: 540px !important;
}
.angle-slider-inner .owl-dots {
  display: block !important;
}
.different-angle-slider {
  float: left;
  width: 100%;
}
.breadcrumb {
  margin-top: 75px;
}
.french-photography-section {
  padding-top: 45px;
}
div.pp_pic_holder {
  width: 700px !important;
}
.pp_gallery {
    bottom: 0 !important;
}
div.pp_default .pp_content {
    height: 60vh !important;
}
.search-result .discover-collection-block h2 {
  max-width: 100%;
  text-align: left;
}
.collection-product.no-img .collection-product-img {
    height: 290px !important;
}
.sticky-aside,
.available-sale-text .desktop-only{
  display: none
}
.available-sale-text:not(.sticky-aside) .sale-bg{
  display: inline-block;
}
}

@media handheld, only screen and (max-width: 768px) {
.main-nav {
  left: auto;
  top: auto;
  right: 0;
  bottom: 60px;
}
.header-inner {
  padding-bottom: 60px;
}
.nav-search.active .nav-search-form {
  transform: translateX(calc(-100% + 100px));
  width: 100vw;
}
.nav-search-form {
  transform: translateX(100%);
  width: 100vw;
}
.burger-menu {
  width: 100vw;
  transform: translateX(100%);
}
.burger-menu-close {
  left: auto;
  right: 35px;
}
.main-menu-content {
  padding: 0;
  max-width: 500px;
  margin: auto;
}
.main-menu .sub-menu {
  padding-left: 260px;
  padding-right: 0;
  width: 520px;
 }
.first-banner {
  background: url("../images/banner1-768.jpg") no-repeat scroll center top;
  background-size: cover;
  height: 1023px;
}
.second-banner {
  background: url("../images/banner2-768.jpg") no-repeat scroll center top;
  background-size: cover;
  height: 612px;
}
.block-valuation .container {
  max-width: 500px;
}
.block-main-slider .container {
  max-width: 680px;
}
.block-experts .container {
  max-width: 665px;
}
.experts-list {
  grid-gap: 15px;
}
.collections-list {
  grid-column-gap: 20px;
}
.third-banner {
  background: url("../images/banner3-768.jpg") no-repeat scroll center top;
  height: 432px;
}
.extract-collection .col-sm-4 {
  width: 50%;
}
.latin-gallery .container {
  width: 100%;
}
.gallery-locations {
  grid-auto-rows: 260px;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery-locations li h3 {
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 7px;
}
.gallery-address-wrapper {
  max-width: 550px;
}
.extract-collection .container {
  max-width: 700px;
  width: 100%;
}
.collection-product-text {
  margin-top: 50px;
}
.extract-collection {
  padding-bottom: 100px;
}
.collection-product {
  margin-bottom: 40px;
}
.collection-slider .slider-block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 20px;
}
.collection-slider .collection-product {
  height: auto;
  box-sizing:border-box;
}
.collection-product-text {
  margin-top: 30px;
}
.copyright-section {
  padding-top: 70px;
}
.copyright-section {
  padding-left: 15px;
  padding-right: 15px;
}
.inner-banner {
  background: url("../images/fich-768.jpg") no-repeat top center;
  height: 442px;
  background-size: contain;
}
.collection-group-button {
  margin-bottom: 0;
}
.gallery-address-wrapper .col-sm-3{
  padding: 0 7px;
}
.logo-text-wrapper::after {
  background-size: 100% auto;
  content: "";
  height: 300px;
  left: 0;
  top: -40px;
  width: 380px;
}
.contact-aside{
  transform: none;
  bottom: 0;
  top: auto;
}
.footer-section {
  padding-bottom: 320px;
}
}

.header-logo {
  width: 90px;
}

@media handheld, only screen and (max-width: 767px) {
.header-inner {
  grid-gap: 15px;
  padding: 35px 0;
}
.header-logo {
  width: 90px;
}
.header-baseline {
  width: 200px;
}
.burger-menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 70px 30px 70px 70px;
}
.main-menu-content {
  height: auto;
}
.main-menu-container {
}
.main-menu .menu-item-has-children.is-open .sub-menu {
  position: static;
  width: 100%;
  padding: 0;
  top: unset;
  transform: unset;
  padding-left: 15px;
  padding-top: 20px;
}
.main-menu .menu-item-has-children.is-open > a:after {
  left: auto;
  right: calc(100% + 35px);
}
.main-nav {
  grid-template: repeat(3, 70px) / 70px;
  bottom: 70px;
}
.nav-txt {
  font-size: 8px;
  letter-spacing: 1.6px;
  padding: 7px 5px 0;
}
.nav-burger img,
.nav-search img {
  width: 30px;
}
.nav-valuation img {
  width: 33px;
}
.nav-search.active .nav-search-form {
  transform: translateX(calc(-100% + 70px));
}
.nav-search-form {
  padding-bottom: 12px;
}
.nav-search-input[type="text"] {
  padding-bottom: 8px;
}
.nav-search-submit[type="submit"] {
  top: -10px;
}
.block-main-slider .container {
  padding: 0 25px;
}
.main-slider-arrow.prev {
  right: calc(100% + 8px);
}
.main-slider-arrow.next {
  left: calc(100% + 8px);
}
.block-valuation {
  padding-left: 25px;
  padding-right: 25px;
}
.block-valuation .detail-btn {
  height: auto;
  line-height: 1.3;
  padding: 15px 25px;
}
.block-experts {
  margin: 80px 0;
}
.block-collections {
  margin: 80px 0;
}
.experts-list {
  grid-auto-columns: 240px;
  grid-auto-flow: dense;
  grid-gap: 45px;
}
.collections-list .collection {
  margin: 0 7px;
}
.block-collections .detail-btn-mobile {
  margin-bottom: 20px;
  margin-right: 0;
}
.latin-gallery {
  padding: 0 25px;
  margin-top: 80px;
}
.latin-gallery h2 {
  font-size: 36px;
}
.gallery-locations {
  grid-auto-columns: unset;
  grid-auto-flow: dense;
  padding-left: 0;
  padding-right: 0;
  grid-auto-rows: 68vw;
}
.gallery-locations li {
  padding: 30px;
}
.gallery-locations li h3 {
  font-size: 16px;
}
.gallery-locations li p {
  font-size: 16px;
  line-height: 22px;
}
.first-banner {
  background: url("../images/banner1-375.jpg") no-repeat center top;
  height: 768px;
  background-size: cover;
}
.logo-text-wrapper:after {
  background: url("../images/menu-line-375.svg") no-repeat center center;
  width: 304px;
  height: 231px;
  top: 0;
}
.logo {
  padding-top: 15px;
}
.menu-ic p, .search-wrapper span {
  display: none;
}
.menu-ic {
  left: 23px;
  top: 26px;
}
.menu-container .menu-ic{
  top: 32px;
}
.search-wrapper {
  right: 23px;
  top: 20px;
}
.menu-container .search-wrapper{
  top: 28px;
}
.first-banner h3,
.first-banner.intro h3 {
  font-size: 14px;
  letter-spacing: 2.7px;
  line-height: 17px;
  max-width: 280px;
  line-height: 17px;
}
.first-banner p,
.first-banner.intro p {
  font-size: 13px;
  letter-spacing: 1.7px;
  line-height: 17px;
  max-width: 220px;
}
.banner-text p {
  font-size: 30px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.banner-text .antiq-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 0 20px;
}
.second-banner {
  background: url("../images/banner2-375.jpg") no-repeat center top;
  height: 530px;
  background-size: cover;
}
.third-banner {
  background: url("../images/banner3-375.jpg") no-repeat center top;
  height: 525px;
  background-size: cover;
}
.extract-collection .col-sm-4 {
  width: 100%;
}
.collection-product {
  display: table;
  width: 100%;
}
.collection-product-img {
  display: table-cell;
  margin-top: 0;
  vertical-align: top;
  width: 120px;
}
.collection-product-text a { height: auto !important; }
.collection-right-block {
  overflow: hidden;
}
.collection-product-text {
  margin-top: 7px;
}
.collection-product-img {
  height: auto !important;
}
.collection-selection {
  padding: 0 5px;
  height: 50px;
  margin-top: 20px;
}
.collection-selection br {
  display: none;
}
.collection-selection:first-child {
  margin-top: 20px;
}
.mention-legales-content .movie {
  width: 50%;
}
.extract-collection {
  padding-top: 70px;
  padding-bottom: 70px;
}
.fourth-banner {
  background: url("../images/banner4-375.jpg") no-repeat scroll center top;
  height: 325px;
  background-size: cover;
}
.latin-gallery h2 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 21px;
}
.latin-gallery {
  padding-bottom: 80px;
}
.gallery-address-wrapper {
  margin-top: 40px;
}
.gallery-address p {
  min-height: 40px;
}
.gallery-button .contact-btn {
  clear: both;
  margin-left: 0;
  margin-top: 20px;
  padding: 0 73px;
}
.news-mail input[type="text"] {
  width: 100%;
}
.news-mail input[type="submit"] {
  position: static;
  width: 100%;
  margin-top: 19px;
}
.newsletter-section {
  padding-top: 43px;
  padding-bottom: 39px;
}
.news-mail {
  margin-top: 33px;
}
.footer-top {
  padding-top: 70px;
  padding-bottom: 80px;
}
.footer-text {
  margin-top: 23px;
  max-width: 250px;
  margin: 23px auto 0;
}
.social-ic {
  margin-top: 34px;
}
.footer-text h5:after {
  width: 48px;
}
.copyright-section {
  padding-top: 40px;
}
.copyright-section ul {
  width: 100%;
}
.copyright-section ul li {
  padding-left: 0;
  width: 49%;
  margin-bottom: 25px;
}
.copyright-section span {
  display: block;
  margin-top: 25px;
}
.copyright-section p {
  width: 100%;
}
.copyright-section p a {
  padding-left: 25px;
}
.copyright-section p a:first-child {
  padding-left: 0;
}
.copyright-section .languages-menu {
  padding-top: 60px;
}
.copyright-section .languages-menu li {
  margin: 0;
  padding: 0 20px;
  width: auto;
}
.copyright-section .languages-menu span {
  margin-top: 0;
}
.menu-wrapper {
  max-width: 375px;
  padding: 20px 20px 20px 0;
  width: 100%;
}
.menu-middle > ul > li > a {
  font-size: 14px;
  line-height: 35px;
}
.menu-middle > ul > li {
  margin-top: 10px;
  padding-top: 10px;
}
.menu-close > span {
  display: none;
}
.menu-logo {
  width: 45%;
}
.gallery-button .detail-btn {
  display: block;
}
.copyright-section p {
  margin-top: 12px;
}
.menu-header {
  margin-bottom: 50px;
  width: 100%;
}
.angle-slider-image {
  height: auto;
  padding-top: 0;
}
.french-photography-section h1 {
  font-size: 35px;
  line-height: 37px;
  margin-bottom: 10px;
}
.french-photography-section h3,
.french-photography-section h2 {
  font-size: 26px;
  line-height: 35px;
}
.expert-note {
  margin-top: 42px;
}
.expert-title {
  width: 100%;
  text-align: center;
}
.expert-title span {
  display: block;
  padding-bottom: 16px;
  padding-right: 0;
  font-size: 24px;
}
.expert-share {
  width: 100%;
  text-align: center;
}
.expert-share span {
  padding-right: 0;
  padding-left: 40px;
}
.expert-share span:after {
  left: 0;
  right: auto;
}
.expert-share {
  margin-top: 60px;
}
.available-sale-text {
  margin-bottom: 22px;
}
.expert-note-block {
  width: 50%;
  text-align: left;
  margin-bottom: 26px;
}
.expert-note-row span, .expert-note-row p {
  text-align: left;
}
.expert-note-row {
  border-top: 1px solid #E2D5C2;
  border-bottom: 1px solid #E2D5C2;
  padding-top: 24px;
}
.different-angle-slider {
  margin-top: 42px;
}
.french-photography-section .extract-collection {
  padding-top: 74px;
  padding-left: 0;
  padding-right: 0;
}
.sliderbox {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 400px;
}
#banner-slider .owl-dots {
  bottom: -60px;
}
.collection-middle .container {
  width: 100%;
}
.collection-product-text {
  padding-right: 0;
}
.discover-collection-text {
  margin: 30px auto 40px;
}
.discover-collection-text p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: -1px;
}
.search .search-result .discover-collection-text p {
  font-size: 20px;
  line-height: 26px;
  padding: 0 10px 12px;
}
.pagination-section {
  margin: 20px 0 60px;
}
.container-fluid.collection-middle {
  padding: 0 20px;
}

.filter {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.filter.sticky { opacity: 1; }

.filter-btn {
  display: block;
  padding: 20px 0;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #002D2D;
  position: relative;
}

.filter-btn .icon-chevron {
  float: right;
  position: relative;
}
.filter-btn .icon-chevron:after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
}
.filter-btn .icon-chevron.close-icon:after {
  content: "\f077";
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
}
.filter.sticky .filter-btn {
  padding: 20px;
}

.filter ul {
  position: relative;
  display: none;
  width: auto;
  padding: 0 20px;
  margin: 0 -20px;
  background: #f5f5f5;
  border-bottom: 0;
}
.filter.sticky ul {
  display: none;
  padding: 0 20px;
  margin: 0;
}
.filter-btn:before {
  content: "";
  position: absolute;
  left: -1000px;
  width: 1000px;
  top: 0;
  height: 100%;
  background: #002D2D;
}
.filter-btn:after {
  content: "";
  position: absolute;
  right: -1000px;
  width: 1000px;
  top: 0;
  height: 100%;
  background: #002D2D;
}
.filter ul li {
  position: relative;
  display: block;
  padding: 19px 0;
  border-bottom: solid 1px #c0bebe;
}
/*.filter ul li.has-sub:after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 4px;
  font-family: "ProximaNovaLight";
  font-size: 18px;
  color: #002D2D;
  cursor: pointer;
  width: auto;
  height: auto;
  background: transparent;
}*/
.filter.sticky li { display: block; }

.filter.sticky li a { padding: 0; }

.filter ul li:last-child { border-bottom: 0; }

.filter li:hover > ul {
  display: none;
}

.discover-collection-block .collection-product {
  height: auto;
}

.product-text-overlay {
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.filter ul ul,
.filter.sticky ul ul {
  display: none;
  position: static;
  width: 100%;
  background: #f5f5f5;
  padding: 0;
  border-bottom: 0;
}
.filter li li { padding: 0; }
.filter li li:last-child { border: 0; }

.filter li li a,
.filter.sticky li li a {
  display: inline-block;
  padding: 15px 25px;
}

.filter li li a:hover,
.filter.sticky li li a:hover { color: #666666; }

.filter li li:last-child a { padding-bottom: 0; }

.filter.sticky li:hover > ul{ display: block; }

.collection-product { height: auto; }

.french-photography-section .container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.language-select {
  position: relative;
  margin-top: 100px;
  padding: 0px 15px 50px;
}
.choose-language {
  font-size: 13px;
  letter-spacing: 3px;
}
.intro .logo-text-wrapper {
  margin-top: 50px;
}
.contact-section {
  padding-top: 115px;
  padding-bottom: 80px;
}
.contact-section h1 {
  padding-bottom: 30px;
  margin-bottom: 56px;
}
.contact-section h2 {
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.form-section h4 {
  font-size: 19px;
  text-align: center;
}
.form-section form .form-row {
  margin-bottom: 19px;
}
.form-section form .form-row.span-8,
.form-section form .form-row.span-4 {
  width: 100%;
}
.form-section form .form-row textarea {
  height: 208px;
}
.form-section form input[type="submit"] {
  margin-top: 0;
  float: none;
  width: 215px;
  display: inline-block;
  vertical-align: top;
  margin: 20px auto 0;
}
.first-banner.intro .container {
  height: 100%;
}
.container-fluid.collection-middle { overflow: hidden; }
.different-angle-slider .angle-slider-block {
  width: 100%;
}
.different-angle-slider .angle-slider-block {
  display: none;
}
.different-angle-slider .angle-slider-block:first-child {
  display: inline-block;
}
h2 br {
  display: none;
}
.filter .arrow-up {
  display: none;
}
.first-banner h3 { max-width: 280px; }
.first-banner h3 b { display: inline-block; }
.filter ul li.has-sub::after {
  right: 5px;
}
.filter.sticky ul li.has-sub::after {
  right: 5px;
}
.filter ul:before {
  content: "";
  position: absolute;
  left: -1000px;
  top: 0;
  width: 1000px;
  height: 100%;
  z-index: 100000;
}
.filter ul:after {
  content: "";
  position: absolute;
  right: -1000px;
  top: 0;
  width: 1000px;
  height: 100%;
  z-index: 100000;
}
.collection-product-text h4 { max-width: 100%; }

.collection-middle.detail {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 115px 20px 0;
}
.filter li.active.has-sub > ul {
  margin:0;
}
.collection-product {
  border-top: 0;
}
.collection-banner {
  padding:  30px 0;
}
.collection-banner .table-cell a {
  padding-top: 18px;
}
#TB_window {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
#TB_ajaxContent {
  position: relative !important;
  width: 100% !important;
}
#TB_closeWindowButton {
  margin-right: 0;
}
.sliderbox .angle-slider-image img {
  height: auto;
  max-width: 300px;
}
.collection-product {
  margin-bottom: 0;
}
.collection-middle {
  margin-bottom: 50px;
}

/*.filter ul li.has-sub::after {
  color: #002D2D;
  content: "+" !important;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  height: auto;
  position: absolute;
  right: 4px !important;
  top: 19px !important;
  width: auto;
  background: none !important;
}*/
.filter ul ul {
  margin: 0;
}
.french-photography-section .footer-section {
  margin: 0 -20px;
}
.filter li li a, .filter.sticky li li a {
  color: #888;
}
.filter li li:hover a,
.filter.sticky li li:hover a {
  color: #002D2D;
}
.french-photography-section .collection-selection p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: normal;
}
.search-result .discover-collection-block {
  padding-bottom: 70px;
}
.filter-btn:hover{
  color: #fff;
  text-decoration: none;
}
.banner-caption {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.menu-middle ul li li li {
  margin-top: 15px;
}
.search .search-result {
  padding: 100px 20px 0;
}
.search .search-result .search-form {
  margin-bottom: 40px;
}
.pagination-section {
  display: block;
  margin-bottom: 50px;
  margin-left: -11px;
  margin-right: -11px;
  margin-top: 0;
  width: auto;
}
.collection-selection {
  margin: 20px 0 0;
}
.collection-title {
  height: auto !important;
}
.collection-product-text {
  padding-bottom: 15px;
}
.collection-title.visible-xs {
  float: left;
  display: inline-block !important;
}
.first-banner h3 br { display: none; }
.collection-product {
  padding-bottom: 8px;
}
.container-fluid.second-banner {
  padding: 0 15px;
}
.set-back {
  display: none;
}
.no-results {
  padding: 100px 0;
}
.no-results h1 {
  font-size: 36px;
  line-height: 42px;
}
#TB_window > iframe {
   height: 400px !important;
}
.angle-slider-inner.desktop {
  display: none !important;
}
.different-angle-slider.mob {
  display: block;
}
.different-angle-slider h2 {
  margin-bottom: 20px;
}
.angle-slider-image img {
  margin: 0 auto;
  width: 280px;
  position: static;
  left: auto;
  right: auto;
  transform: none;
  top: auto;
}
div.pp_pic_holder {
  position: fixed !important;
  top: 16% !important;
  width: 100% !important;
  height: 100vh !important;
}
div.pp_default .pp_content {
  width: 85% !important;
  height: 100% !important;
}
#pp_full_res img {
  width: 100% !important;
  height: auto !important;
}
.pp_gallery div {
  width: 100% !important;
}
.pp_gallery ul {
  margin: 0 0 0 5px !important;
}
div.pp_default .pp_close {
  top: 20px !important;
  right: 20px !important;
}
.menu-middle > ul > li.menu-item-has-children::before {
    top: 18px;
}
.menu-header {
  padding-left: 15px;
}
.third-banner .banner-text h2 {
  font-size: 30px;
}
.third-banner .banner-text p {
  margin-top: 28px;
}
.extract-collection .collection-product-text h2 {
  margin-bottom: 0;
  font-size: 18px !important;
}
.french-photography-section {
  padding-top: 55px;
}
.collection-middle.detail {
    padding: 90px 20px 0;
}
.collection-middle.detail h1 {
  font-size: 32px;
  line-height: 34px;
}
.collection-product.white .collection-title p {
  line-height: 4px;
}
.collection-product.white .collection-title {
  margin-bottom: 15px;
}
.collection-product-img.collection-product-bg {
  position: static;
  width: 120px;
  height: auto !important;
}
.collection-product.white .collection-title p {
  padding: 0px 0 0px 0;
  line-height: normal;
  color: #666;
}
.collection-product-text h4, .collection-product-text h2{
  margin-bottom: 5px;
}
.collection-product.white .collection-product-text p {
  color: #888;
  text-shadow: none;
}
.collection-product.white .collection-title {
  padding: 0 10px;
}
.menu-middle > ul > li:after {
  height: 37px;
  top: 9px;
}
.menu-middle > ul > li.parent-list.active:before,
.menu-middle > ul > li.menu-item-has-children.active:before {
  height: 37px;
  top: 9px;
}
.pp_gallery {
  width: 90% !important;
  bottom: -100% !important;
}
.pp_gallery div {
  width: 100% !important;
  text-align: center !important;
  float: none !important;
}
.pp_gallery div ul {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
}
div.pp_default .pp_gallery ul li {
  margin: 15px 11px 0 !important;
  display: inline-block !important;
  float: left !important;
}
.menu-middle > ul > li:after {
  height: 55px;
  top: 0px;
}
.menu-middle > ul > li.parent-list.active:before,
.menu-middle > ul > li.menu-item-has-children.active:before {
  height: 55px;
  top: 0px;
}
.collection-selection a:hover {
  text-decoration: none;
}
.collection-selection p {
  margin-bottom: 0;
}
.expert-note-row .expert-note-block {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.expert-note-row .expert-note-block::before { display: none; }
.newsletter-inner .cmApp_signupContainer input[type="text"],
.newsletter-inner .cmApp_signupContainer input[type="submit"] {
  width: 100% !important;
}
.newsletter-inner .cmApp_signupContainer input[type="submit"] {
  margin: 18px 0 0 !important;
}
.newsletter-inner .cmApp_embedFormContainer #cmApp_signupForm #cmApp_errorAll {
  position: absolute !important;
  left: 0 !important;
  bottom: auto !important;
  top: 25px;
}
.newsletter-inner .cmApp_embedFormContainer .cmApp_signupContainer .cmApp_formHeader { margin-bottom: 10px; }
.collection-product.no-img .collection-product-img {
  height: auto !important;
}
.collection-product.border-bg .collection-title,
.collection-product.no-img .collection-title { min-height: inherit; }

#cookie-law-info-bar {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  bottom: 0 !important;
}

.footer-logo img {
  max-width: 260px;
}
.footer-section {
  padding-bottom: 240px;
}

}


@media handheld, only screen and (max-width: 639px) {
.close-popup {
  top: 20px;
  right: 20px;
  padding-right: 0;
}
#banner-slider .angle-slider-image img { width: 90%; }
.collection-banner h1 {
  font-size: 52px;
  line-height: 52px;
}
.collection-banner .table-cell h2 {
  font-size: 34px;
  line-height: 38px;
}
.search-box.active,
.search-box {
  height: auto;
  left: 0;
  margin: 0 auto;
  padding: 20px 72px 16px 21px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.search-box input[type="text"],
.search-box input[type="search"] {
  width: 100%;
  height: 38px;
  margin-top: -4px;
  padding-left: 5px !important;
  font-size: 14px;
  letter-spacing: .3px;
}
.collection-product-text a { margin-bottom: 0; }
.expert-note-block {
  min-height: 60px;
  padding: 0 12px;
}
.mention-legales-content ul li .wp-video {
  width: 100%;
}
.search-box button[type="submit"]{
  position: absolute;
  left: auto;
  right: 13px;
  top: 20px;
}
.search .search-result .search-form {
  margin-bottom: 0;
}
.french-photography-section .extract-collection h2 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 40px;
}
.french-photography-section .different-angle-slider h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.contact-aside{
  display: none;
}
}

@media (max-width: 480px) {
  .form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li del {
    width: 20px;
    height: 20px;
    font-size: 16px;
    margin: 0 15px 0 0;
    line-height: initial;
  }
  .form-row-multiple-file .wpcf7-images-optimize-upload-wrap .list li span:first-of-type {
    padding: 0 15px;
    font-size: 13px;
  }
  .mention-legales-content .movie {
    width: 100%;
  }
  .mention-legales-content .movie-title {
    height: unset;
  }
}
@media handheld, only screen and (max-width: 479px) {
.sliderbox {
  max-width: 300px;
}
.french-photography-section {
  padding-top: 60px;
}
.available-sale-text span {
  padding: 3px 12px;
}
.search-result h2 {
  margin-bottom: 50px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
}
.available-sale-mobile-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-button .detail-btn,
.gallery-button .detail-btn { padding: 0 20px; }
.third-banner .banner-text .antiq-btn { margin-top: 34px; }
.latin-gallery h2 { font-size: 30px; }
.gallery-button { padding: 0 34px; }
.available-sale-text {
  margin: 0 auto 22px;
}
.available-sale-text span,
.available-sale-text:not(.sticky-aside) .sale-bg{
  display: block;
}
.available-sale-text .sale-bg {
  font-size: 11px;
}
.different-angle-slider h2,
.extract-collection h2 {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 30px;
}
.intro .logo-text-wrapper {
  width: 100%;
  margin-top: 0px;
}
.intro .logo-text-wrapper::after {
  width: 300px;
}
.language-select { margin-top: 0; }
.mention-legales-content h2 {
  padding-bottom: 27px;
  margin-bottom: 60px;
}
.second-banner .banner-text p {
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 30px;
}
.french-photography-section h1 {
  font-size: 35px;
  width: 100%;
  margin: 0 auto;
}
.first-banner h3 span { display: none; }
.error-content-text {
  padding: 100px 0;
}
.gallery-address p {
  padding: 0 20px;
}
.french-photography-section .newsletter-section p {
  line-height: 19px;
}
#banner-slider .owl-dots {
  bottom: 120px;
}
.french-photography-section h3,
.french-photography-section h2 {
  font-size: 26px;
  line-height: 30px;
  margin-top: 6px;
}
.inner-banner {
  height: 260px;
}
.copyright-section ul li a,
.copyright-section p a {
  font-size: 16px;
}
.language-select {
  bottom: 135px;
}
#TB_window {
  top: 0% !important;
  width: 100% !important;
  background: #fff !important;
}
#TB_window > iframe {
  height: 200px !important;
  width: 100% !important;
}
#TB_ajaxContent {
  position: relative !important;
  width: 100% !important;
}
#TB_overlay {
  background: #fff !important;
  opacity: 1 !important;
}
#TB_closeWindowButton {
  background-color: #fff !important;
}
.logo-text img {
  max-width: 100%;
}
.single .extract-collection {
  padding: 50px 15px;
}
.single .extract-collection h2 {
  margin-bottom: 20px;
}
.extract-collection h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.search-result .container {
  padding: 0 20px;
}
.search .search-result {
  padding: 50px 20px;
}
.search-result .discover-collection-block h3 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 10px;
}
.search-result .discover-collection-block h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 10px;
}
.search-result .discover-collection-block h3 span {
  font-size: 24px;
}
.page-template-inc .search-result .discover-collection-block h2 {
  padding: 0 20px;
}
.pagination-section { margin-bottom: 100px; }
.different-angle-slider .angle-slider-block { padding: 0 10px; }
.search-result h2 {
  font-size: 27px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.angle-slider-image {
  min-height: 332px;
}
.collection-product {
  padding-top: 28px;
}
.extract-collection .col-sm-4:last-child .collection-product {
  margin-bottom: 40px;
}
.page-template-homepage .col-sm-4:last-child .collection-product{
  margin-bottom: 40px;
}
.collection-title {
  height: auto !important;
  margin-bottom: 8px;
}
.collection-product-text {
  margin-top: 0;
}
.slider-overlay .owl-carousel {
  height: 100vh;
}
#banner-slider .item {
  height: 100vh;
}
#banner-slider .slider-item {
  position: absolute;
  left: 0;
  right:0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mention-legales-content h1,
.contact-section h1 {
  font-size: 32px;
  line-height: 32px;
}
.mention-legales-content {
  padding: 100px 0 70px;
}
.search-result {
  padding: 70px 0 0;
}
.search-result h1 {
  font-size: 32px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.third-banner .banner-text p {
  line-height: 34px;
  font-size: 15px;
}
.newsletter-section p {
  font-size: 15px;
}
html, body > .collection-middle {
    overflow-x: hidden;
    overflow-y: auto;
}
.search-result .discover-collection-block .collection-product-text h2 {
  width: 100%;
}
.different-angle-slider .angle-slider-block {
    padding: 0 25px 0 0;
}
.different-angle-slider .owl-stage-outer {
  overflow: visible !important;
}
.different-angle-slider #school-1 .owl-stage-outer {
  overflow: hidden !important;
}
.mention-legales-content h1 {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 30px;
  margin-bottom: 57px;
}
.mention-legales-content ul li h4,
.mention-legales-content ul li h2 {
  letter-spacing: .4px;
}
.inner-banner .table .table-cell a img,
.no-bg .table .table-cell a img {
    width: 100px;
}
.footer-text h5 {
  padding-bottom: 9px;
  margin-bottom: 9px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 9px;
}
.logo img {
  max-width: 100%;
  width: 100px;
}
.angle-slider-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.pp_gallery {
  width: 90% !important;
  bottom: -100% !important;
}
.angle-slider-inner .owl-dots {
  bottom: -70px;
}
.different-angle-slider.mob {
  margin-bottom: 50px;
}
}
@media screen and (max-width: 430px){
.language-select {
  bottom: 200px;
  padding-bottom: 0;
}
.pp_gallery {
  width: 76% !important;
  bottom: -80% !important;
}
}
@media screen and (max-width: 400px){
.angle-slider-image {
  min-height: 295px;
}
.pp_gallery {
  width: 83% !important;
}
}
@media screen and (max-width: 360px){
.angle-slider-image {
  min-height: 295px;
}
.pp_gallery {
  width: 87% !important;
}
}
@media handheld, only screen and (max-width: 359px) {
.collection-product-img {
  width: 105px;
}
.pp_gallery {
  width: 78% !important;
}
.language-select {
  bottom: 200px;
  padding-bottom: 0;
}
.gallery-button { padding: 0 20px; }
.french-photography-section h1 {
  font-size: 33px;
  line-height: 36px;
}
.intro .logo-text-wrapper::after {
  height: 320px;
  width: 280px;
}
.choose-language { letter-spacing: 3px; }
.logo-text-wrapper:after {
  width: 290px;
  height: 240px;
  margin-left: -10px;
}
.expert-note-block {
  min-height: 80px;
}
.angle-slider-image {
  min-height: 250px;
}
#banner-slider .owl-dots {
  bottom: 60px;
}
.gallery-address h5 {
  font-size: 15px;
}
.pp_gallery {
  bottom: -80% !important;
}
}

@media screen and (min-height: 700px) {

  .sliderbox .angle-slider-image img {
    max-height: 600px;
  }
  #banner-slider .owl-dots {
    bottom: -50px;
  }

}


@keyframes menuArrival{
  from{
    transform: translateY(-100%);
  }
}
