.hide {
	position: absolute;
	display: none;
}
.expand-tabs {
	position: relative;
	float: left;
	width: 97%;
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 50px 0;
}
.expand-tabs-title {
	margin: 0 0 30px 0;
	display: block;
	clear: both;
	font-size: 36px;
	color: #444;
}
.expand-tabs .list-wrap {
	background: none;
	font-size: 90%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;/*border-top: 1px dotted #ddd;*/
}
.expand-tabs .list-wrap:after {
	content: "";
	position: absolute;
	z-index: 55;
	top: 100%;
	bottom: 0;
	width: 120%;
	height: 60px;
	left: -10%;
	right: -10%;
	background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.0) 50%);
	background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.0) 50%);
	padding-bottom: 10px;
}
.expand-tabs ul {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.expand-tabs ul p {
	padding: 70px 70px 70px 70px;
	margin: 0 0 0 0;/*background: -webkit-radial-gradient(100% -3%, ellipse cover, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.0) 70%);
	background: radial-gradient(ellipse at 100% -3%, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.0) 70%);*/
}
.expand-tabs ul li a {
	display: block;
	border-bottom: 0px dotted #ddd;
	padding: 4px;
	color: #777;
	text-decoration: none;
}
.expand-tabs ul li a:hover {
	background: #f9f9f9;/*color: #fff;*/
}
.expand-tabs ul li:last-child a {
	border: none;
	text-decoration: none;
}
.expand-tabs .expand-tabs-nav {
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.expand-tabs .expand-tabs-nav li {
	width: auto;
	float: left;
	margin: 0 0 0 0;
}
.expand-tabs .expand-tabs-nav li .category {
	color: #cec9b3;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}
 @media only screen and (max-width: 767px) {
.expand-tabs .expand-tabs-nav li .category {
	color: #cec9b3;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: bold;
}
}
.expand-tabs .expand-tabs-nav li.last {
	margin-right: 0;
}
.expand-tabs .expand-tabs-nav li a {
	display: block;
	/*padding: 14px 24px;*/
	padding: 0;
	background: none;
	color: #999;
	font-size: 94%;
	text-align: center;
	border: 0;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 0.7;
}
.expand-tabs li a.current,
#expand-tabs li a.current:hover {
	background: url(../img/category-arrow-bkg.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	/*color: #FFF;*/
	opacity: 1.0;
}
.expand-tabs .expand-tabs-nav li a:hover,
#expand-tabs .expand-tabs-nav li a:focus {
	/*background: rgba(0, 0, 0, 0.03);
	background: #222;*/
	background: url(../img/category-arrow-bkg.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	opacity: 0.9;
}
.expand-tabs li.closebtn a.current:hover {
	/*background: #222;*/
	opacity: 1.0;
}
.expand-tabs li.closebtn a.current {
	color: #222;
	opacity: 1.0;
	background: url(../img/category-arrow-bkg.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}
.expand-tabs li.closebtn a.current:hover {
	opacity: 1.0;
}
.expand-tabs li.closebtn a.current.category {
	font-weight: bold;
	opacity: 1.0;
}
.expand-tabs li.closebtn {
	float: right;
	color: #FFF;
}
.expand-tab-gallery-cont {
	min-height: 700px;
	margin-top: -40px;
	margin: 0 70px;
}
@media only screen and (max-width: 767px) {
.expand-tabs .expand-tabs-nav li a {
	padding: 0px 0px;
}
}
