#pageArea {
    font-size: 16px;
    line-height: 1.4em !important;
}
.logo img {
	width:100%;
	height:auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #bd1e2c;
}
.jcarousel-wrapper, .jcarousel {
	width:auto !important;
}
.resize img {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 50%;
  display:block;
  margin-right: auto;
  margin-left: auto;
}
.front .logo{
	padding-top:0px;
	padding-bottom:30px;
}
.front p.frontDesc{
	padding-top:30px;
}
#bRefine H3 {
	text-transform: capitalize !important;
}

/* gallery */
#galleryDetailImageArea img {
    max-width: 430px !important;
    max-height: 430px !important;
    height: auto !important;
    width: auto !important;
    margin-top: auto;
    margin-bottom: auto;
}
.gallery #galleryDetailObjectInfo {
    padding-top: 10px;
    line-height: 1.4em;
}

.gallery .setDescription, .gallery #gallerySetInfo {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;
}
.gallery a.readmore-js-toggle{
	display:block;
	text-align:center;
	color:#000;
	text-decoration:underline;
	font-size:13px;
	margin-bottom:20px;
	margin-top:-15px;
}
.gallery #galleryDetailImageGrid {
    min-height: auto;
	border-bottom:1px solid #dedede;
	margin-bottom:30px;
}
.detail a.readmore-js-toggle{
	display:block;
	text-align:center;
	color:#000;
	text-decoration:underline;
	font-size:13px;
	margin-bottom:20px;
	margin-top:-15px;
}
@media(max-width:768px){
	.detail .repViewerCont img {
		width: auto;
		height: auto;
		max-width: 400px;
		max-height: 450px;
		object-fit: contain;
	}
}
#galleryDetailObjectDescription{
	margin-bottom:30px;
}
