:root {
  --carousel-bg-color: #e5e6e0;
  --carousel-dot-color:#ba9e87;
  --pro-icon-bg-color: rgba(34,144,53,.15);
  --color-2: #ba9e87;
  --color-1: #edc6a6;
}

h1{
  color: var(--text-color);
}

body{
  background-image: url('/images/index-page-bg-1.png');
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 500px;
}

@media (max-width: 767px) {
  body{
    background-size: auto 200px;
  }
}
@media (min-width: 768px) {
  body{
    background-size: auto 360px;
  }
}
@media (min-width: 992px) {
  body{
    background-size: auto 430px;
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
  body{
    background-size: auto 600px;
  }
}



/* default full-width cells */
.main-carousel{
  /* background-color: var(--carousel-bg-color); */

  /* min-height: 400px; */
}
.carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  background-color: var(--carousel-bg-color);

  transition: opacity 0.4s;
  opacity: 0;
  
}
.carousel-cell-image {
  width: 100%;
  height: auto;
}
.flickity-viewport {
  transition: height 0.2s;
}
.carousel-cell.is-selected{
  opacity: 1;
}

@media (min-width: 768px) {
  .main-carousel{
    min-height: 270px;
  }
  .carousel-cell {
    width: 768px;
  }
  .carousel-cell-image {
    width: 768px;
    height: 270px;
  }
}
@media (min-width: 992px) {
  .main-carousel{
    min-height: 348px;
  }
  .carousel-cell {
    width: 990px;
  }
  .carousel-cell-image {
    width: auto;
    height: 348px;
  }
}
@media (min-width: 1200px) {
  .main-carousel{
    min-height: 422px;
  }
  .carousel-cell {
    width: 1200px;
  }
  .carousel-cell-image {
    width: 1200px;
    height: 422px;
  }
}
@media (min-width: 1400px) {
  .main-carousel{
    min-height: 492px;
  }
  .carousel-cell {
    width: 1400px;
  }
  .carousel-cell-image {
    width: 1400px;
    height: 492px;
  }
}
@media (min-width: 1600px) {
  .main-carousel{
    min-height: 560px;
  }
  .carousel-cell {
    width: 1600px;
  }
  .carousel-cell-image {
    width: 1600px;
    height:560px;
  }
}

.flickity-prev-next-button {
	width: 70px;
	height: 70px;
	background: transparent;
}

.flickity-prev-next-button:hover {
	background: transparent;
}
.flickity-prev-next-button.previous {
    left:55px;
    visibility: hidden;
}
.flickity-prev-next-button.next {
    right:55px;
    visibility: hidden;
}
/* arrow color */

.flickity-prev-next-button .arrow {
	fill: rgba(0,0,0,.2);
}

.flickity-prev-next-button.no-svg {
	color: white;
}
.flickity-page-dots{
  bottom: -20px;
}
.flickity-page-dots .dot{
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 0 0px;
  background: var(--carousel-dot-color);
  border-radius: 0;
  opacity: 0.25;
  cursor: pointer;
}


@media (min-width: 768px) {
  .flickity-prev-next-button.previous {
    visibility: visible;
  }
  .flickity-prev-next-button.next {
      visibility: visible;
  }
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1400px) {
  
}











.main-pro-nav{
  padding: 80px 0;
}



.pro-nav-title{
  font-family: serif, Arial, Helvetica, sans-serif;
  color: #c2a68e;
  text-align: center;
  letter-spacing:1px;
  margin-bottom: 50px;
}
.pro-nav-title h3{
  font-family: var(--web-font-1);
  font-size: 28px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.pro-nav-title p{
  font-family: var(--web-font-1);
  font-weight: 400;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 12px;
  line-height: 20px;
  text-transform: uppercase;
}



.pro-nav-list{

}
.row.pro-nav-list {
  margin-left: -10px;
  margin-right: -10px;
}
.row.pro-nav-list > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}



.pro-nav-item{
  display: block;
  position: relative;
  width:100%;
  padding-bottom: 60%;
  background-color: #c2a68e;
  background-position: center;
  background-size: cover;

}
@media (max-width: 768px) {
  .main-pro-nav{
    padding: 60px 0;
  }
  .pro-nav-title h3{
    font-size: 18px;
    font-weight: bolder;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
  }
  .pro-nav-title p{
    font-size: 11px;
    line-height: 10px;
    line-height: 20px;
  }
  .row.pro-nav-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.pro-nav-list > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
  }
  
	.pro-nav-item{
    margin-bottom: 10px;
  }
}

.pro-nav-item .nav-title{
  font-family: serif, Arial, Helvetica, sans-serif;
  position: absolute;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #e9e9e9;
  left: 0;
  right: 0;
  bottom: 20px;
  transition: all 0.35s;
}
.pro-nav-item .nav-title span{
  font-family: var(--web-font-1);
  float: right;
  font-size: 12px;
}


.pro-nav-item:hover .nav-title{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
}






.pro-nav-textile-item{
  display: block;
  position: relative;
  width:100%;
  padding-bottom: 100%;
  background-color: #c2a68e;
  background-position: center;
  background-size: 100% 100%;
  margin: 10px 0;
}
.pro-nav-textile-item:hover{
  background-color: #ffffff;
  background-size: 105% 105%;
  transition: all 0.35s;
}

.pro-nav-textile-item .nav-title{
  font-family: var(--web-font-1);
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: #c2a68e;
  left: auto;
  right: 20px;
  bottom: 20px;
  transition: all 0.35s;
}
.pro-nav-textile-item:hover .nav-title{
  bottom: 15px;
}

@media (max-width: 768px) {
	.pro-nav-textile-item .nav-title{
    font-size: 14px;
    line-height: 20px;
    color: #c2a68e;
    left: auto;
    right: 10px;
    bottom: 10px;
    transition: all 0.35s;
  }
}