.container {
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 30px;
}

.template-wrap {
	padding-top: 25px;
}

.showcase-header {
	font-size: 20pt;
	line-height: 22pt;
/*	padding-left: 4px;*/
	padding-right: 4px;
	margin-bottom: 30px;
}

.row {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 10px;
}

.row a {
	width: 100%;
  display: table;
}

.showcase-image-wrap {
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	vertical-align: top;
}

.showcase-image-wrap > img {
	display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.showcase-image-wrap:hover .showcase-overlay {
	display:block;
}

.showcase-image-wrap:hover .overlay-title {
	display:block;
}

.showcase-overlay {
  background: #495A46;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}

.overlay-title {
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  /*top: 45%;*/
  width: 100%;
  display: none;
  z-index: 3;
  position: absolute;
  font-size: 14pt;
  line-height: 16pt;
}

.details {
	text-align: center;
  margin-top: 11px;
  margin-bottom: 11px;
}

.details p {
	margin: 0;
	color: #FFF;
}

.tab-link {
  width: 120px;
  border: 1px solid;
  border-radius: 14px;
  height: 26px;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 35px;
	text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

ul.tabs li{
	background: none;
	color: #000;
	display: inline-block;
	cursor: pointer;
	font-size: 14pt;
	padding-top: 4px;
}

ul.tabs li.current{
	background: #ccc;
	color: #222;
}

.tab-content{
	display: none;
	height: 100%;
	width: 100%;
}

.tab-content.current{
	display: inherit;
}

#tab-2 {
	text-align: center;
}

.category-wrap {
	margin-bottom: 25px;
}

.list-view-item {
	font-size: 36pt;
}

.list-view-item a {
  text-decoration: none;
  color: #000;
}

.category-wrap p {
	font-size: 14pt;
}

.mobile-title {
	display: none;
}

@media only screen and (hover: none) and (pointer: coarse) and (max-width: 767px){

	.template-wrap {
		padding-top: 68px;
	}

	.blur {
  filter: blur(0px);
  -moz-filter: blur(0px);
  -webkit-filter: blur(0px);
  -o-filter: blur(0px);
	}

	.container {
		padding: 0;
	}

	.showcase-header {
		display: block;
		font-size: 15pt;
    line-height: 18pt;
		padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
	}

	ul.tabs {
		margin-top: 25px;
	}

	.row {
		display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    margin-bottom: 17px;
	}

	.row::-webkit-scrollbar {
  	display: none;
	}

	.row a {
		width: auto;
	}

	.category-wrap {
		padding-left: 15px;
    padding-right: 15px;
	}

	.list-view-item {
		font-size: 28pt;
	}

	.showcase-image-wrap > img {
		display: block;
		/*width: auto;*/
    height: 240px;
	  object-fit: cover;
	}

	.showcase-image-wrap .showcase-overlay {
    display: block;
    background: rgba(0, 0, 0, .25);
	}	

	.mobile-title {
		font-size: 22pt;
		display: block;
		color: #FFF;
		text-transform: uppercase;
	  margin: auto;
	  left: 0;
	  right: 0;
	  text-align: center;
	  width: 92%;
	  z-index: 3;
	  position: absolute;
	}

	.overlay-title {
		visibility: hidden;
		display: none;
	}
}

@media only screen and (hover: none) and (pointer: coarse) and (min-width: 768px){

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.template-wrap {
		padding-top: 75px;
	}

	.showcase-header {
		display: block;
		font-size: 19pt;
	}

	.showcase-image-wrap > img {
		display: block;
	  width: 100%;
	  height: 240px;
	  object-fit: cover;
	}

	.tab-link {
		width: 125px;
	  border: 1px solid;
	  border-radius: 12px;
	  height: 28px;
	}

	ul.tabs{
		margin: 0px;
		padding: 0px;
		list-style: none;
		height: 35px;
		text-align: center;
	  margin-bottom: 25px;
	  margin-top: 25px;
	}

	ul.tabs li{
		font-size: 14pt;
		padding-top: 4px;
	}

	.row {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.row a {
		width: 100%;
	  display: table;
	}

	.list-view-item {
		font-size: 32pt;
	}

	.showcase-image-wrap .showcase-overlay {
    display: block;
    background: rgba(0, 0, 0, .25);
	}	

	.mobile-title {
		font-size: 22pt;
		display: block;
		color: #FFF;
		text-transform: uppercase;
	  margin: auto;
	  left: 0;
	  right: 0;
	  text-align: center;
	  width: 100%;
	  z-index: 3;
	  position: absolute;
	}
}

@media only all and (min-width: 1300px) { 
	.category-wrap p {
		font-size: 16pt;
    margin-bottom: 5px;
	}

	.details p {
    font-size: 17pt;
    line-height: 20pt;
	}

	.showcase-header {
		font-size: 23pt;
    line-height: 25pt;
	}

	.list-view-item {
		font-size: 40pt;
	}
}

@media only all and (max-width: 767px) { 

	.template-wrap {
		padding-top: 68px;
	}

	.blur {
  filter: blur(0px);
  -moz-filter: blur(0px);
  -webkit-filter: blur(0px);
  -o-filter: blur(0px);
	}

	.container {
		padding: 0;
	}

	.showcase-header {
		display: block;
		font-size: 15pt;
    line-height: 18pt;
		padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
	}

	ul.tabs {
		margin-top: 25px;
	}

	.row {
		display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    margin-bottom: 17px;
	}

	.row::-webkit-scrollbar {
  	display: none;
	}

	.row a {
		width: auto;
	}

	.category-wrap {
		padding-left: 15px;
    padding-right: 15px;
	}

	.list-view-item {
		font-size: 28pt;
	}

	.showcase-image-wrap > img {
		display: block;
		/*width: auto;*/
    height: 240px;
	  object-fit: cover;
	}

	.showcase-image-wrap .showcase-overlay {
    display: block;
    background: rgba(0, 0, 0, .25);
	}	

	.mobile-title {
    font-size: 24pt;
    line-height: 26pt;
		display: block;
		color: #FFF;
		text-transform: uppercase;
	  margin: auto;
	  left: 0;
	  right: 0;
	  text-align: center;
	  width: 92%;
	  z-index: 3;
	  position: absolute;
	}

	.overlay-title {
		visibility: hidden;
		display: none;
	}
}