<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bx-wrapper .bx-viewport {
 box-shadow: 0 0 0px !important;
 border: solid #fff 0px !important;
 left: 0px !important;
 }

.cleartext {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.main-txtcolor{
  color:#7F272B;
}

.section-ttl{
	font-family:Oswald;
	font-weight:300;
	text-align:center;
	font-size:30px;
	color:#7F272B;
	margin:0;
  	margin-bottom:20px;
}

  
.item-4column li{
  float:left;
  width:23%;
  padding:0 1%;
  font-size:12px;
  text-align:center;
  margin-bottom:20px;
}

.item-4column img{
  	width:100%;
}

.item-5column li{
  float:left;
  width:18%;
  padding:0 1%;
  font-size:12px;
  text-align:center;
  margin-bottom:20px;
}

.item-5column img{
  	width:100%;
}
.new-item li{
  height:300px;
}

.new-item img{
  margin-bottom:10px;
}

.newitem{
  	margin-bottom:50px;
}

.bx-wrapper .bx-viewport {
 left: 0px !important;
 }

#main-image{
 width:auto;
 background:#000;
}

#slider div {
    width: 100% !important;
  }

#slider div img {
    width: 100% !important;
    height: auto;
  }
.slider{
  	margin-bottom:60px;
}

@media (max-width: 767px) {
  .new-item li{
    height:250px;
  }

@media (max-width: 500px) {
  /* ~500px */
  
  .item-4column li{
    width:46%;
    padding:0 2%;
  }
  
  .new-item li{
    height:280px;
    margin-bottom:0;
  }
  
    .new-item{
    margin-bottom:30px;
  }
}
</pre></body></html>