.cont {max-height:1000000px; margin:0; padding:0;}
.tabmin {
	padding: 0 !important;
	min-height: 593px !important;
	width: 50%;
	float: left;
}
.tabs_slider {
	position: relative;
	max-height: 572px;
	overflow: hidden;
	margin-bottom:20px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	left:0;
	top:0;
}

ul.tabs li:after {
    content:'';
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul.tabs li:hover:after {
    background:rgba(183,42,50,0.7);
}

ul.tabs li {
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
	padding: 0;
	height: 133px;
	/*line-height: 130px;*/
	width:100px;
	/*background-color: #666;
	color: #ccc;*/
	overflow: hidden;
	position: relative;
}

ul.tabs li h2 {
	color:rgba(255,255,255,0) !important;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	/*line-height: 130px !important;*/
	position: relative;
	z-index: 2;
	text-align: center;
	vertical-align: middle;
	top: 50%;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 16px !important;
}
ul.tabs li:hover > h2 {
	color:rgba(255,255,255,1) !important;
	text-shadow: 0 0 5px #000000, 0 0 10px #000000, 0 0 1px #000000;
}

/*.tab_last { border-right: 1px solid #333; }*/

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	display: block;
}

.tab_container_full {
	float: right;
	width: 50%;
	/*overflow: auto;*/
}

.tab_content {
	padding: 0 0 0 20px;
	display: none;
}

.tab_drawer_heading { display: none; }
form.mobile-paging {display: none;}

.cat-choose { padding-top: 30px !important; }

@media screen and (max-width: 800px),
screen and (max-device-width: 800px)
  {
	.tabmin {
		display: none;
	}
	.tab_content {
		display: none !important;
	}
	.tab_container_full {
		display: none;
	}
	.tab_container {width:100%;}
	.tab_drawer_heading {
		background-color: #efefef;
		color: #000;
		margin-bottom:10px;
		padding: 10px;
		display: block;
		overflow: auto;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.tab_drawer_heading:hover {
		background:rgba(183,42,50,0.7);
	}
	.tab_drawer_img {
		float:left;
		width:100px;
		height: 133px;
		margin: 0 20px 0 0;
	}
	.d_active {
		/* background:rgba(183,42,50,0.7); */
	}
	form.mobile-paging {display: block;}
}
