body{
	background: #FFFFFF;
}

.landing-wrapper .title-box.title-page {
  margin-bottom: 20px;
}

.valentine-page .banner-grid > .grid > div.cell-horizontal{
	height: inherit;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

.valentine-page .banner-grid > .grid .cell-horizontal > div a{
	position: relative;
  display: block; 
  width: inherit;
  height: inherit;
  border-radius: 0;
  overflow: inherit;
}

.banner-grid > .grid > div.cell {
    width: 25%;
    height: inherit;
    box-sizing: border-box;
    position: relative;
}

.banner-grid img{
	width: 100%;
}

.box-categories{
	padding-right: 24px; 
	position:absolute;
	bottom:24px;
	left:24px;	
}

.mb-box-categories{
	padding-right: 18px; 
	position:absolute;
	bottom:18px;
	left:18px;	
}

.text-hide.category-text > .view.active:after{
  background: -moz-linear-gradient(top,rgba(246,246,246,0) 0,rgba(246,246,246,0) 30%,rgba(246,246,246,1) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(246,246,246,0)),color-stop(30%,rgba(246,246,246,0)),color-stop(100%,rgba(246,246,246,1)));
  background: -webkit-linear-gradient(top,rgba(246,246,246,0) 0,rgba(246,246,246,0) 30%,rgba(246,246,246,1) 100%);
  background: -o-linear-gradient(top,rgba(246,246,246,0) 0,rgba(246,246,246,0) 30%,rgba(246,246,246,1) 100%);
  background: -ms-linear-gradient(top,rgba(246,246,246,0) 0,rgba(246,246,246,0) 30%,rgba(246,246,246,1) 100%);
}

.category-text * {
  font-family: open-sans, sans-serif !important;
  font-size: 13px;
  line-height: 19px;
}

.text-hide.category-text > .view > .content > p{
  margin: 0px;
}
.text-hide.category-text > .view > .content > ul{
  padding-inline-start: 40px !important;
}
.text-hide.category-text > .view > .content > * + *{
  padding-top: 1em;
}
.text-hide.category-text div.trigger{
  text-align: left;
  border-top: 0;
  color: #0066c0;
  font-size: 13px;
  margin-top: 5px;
}
.text-hide.category-text div.trigger:before{
  content: "";
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #333333 transparent transparent transparent;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.text-hide.category-text .active.show + div.trigger:before{
  transform: rotate(-180deg);
}