
/* @group .table */
.table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.table li {
	width: 20%;
	margin: 0;
	padding:  0 5px 10px 5px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: block;
	text-align: center;
	float: left;
	background: none;
}
.table.c7 li {
	width: 14.2857%;
}
.table li .rounded-box {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	box-shadow: none;
	border: 2px solid #f4e00b;
	margin: 0;
	display: block;
}
.table li .rounded-box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.table li img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    -webkit-transition: width .3s, height .3s, top .3s, left .3s; /* Safari */
    transition: width .3s, height .3s, top .3s, left .3s; /* Safari */
}
.table li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: #ccc;
	overflow: hidden;
}
.table li a:hover img {
	height: auto;
	width: 120%;
	top: -10%;
	left: -10%;
    -webkit-transition: width .3s, height .3s, top .3s, left .3s; /* Safari */
    transition: width .3s, height .3s, top .3s, left .3s; /* Safari */
}

.table li span {
	position: absolute;
	background: rgba( 0,0,0,.6 );
	bottom: 0;
	padding: 5px;
	display: block;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #fff500;
	text-decoration: none;
	font-size: 12px;
	height: 56px;
    -webkit-transition: height .5s; /* Safari */
    transition: height .5s; /* Safari */
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.table li a:hover span {
	height: 70px;
    -webkit-transition: height .3s; /* Safari */
    transition: height .3s; /* Safari */
}
.table2 .description a {
	display: inline-block;
}


div.small_left_column .table2 {
	font-size: 15px;
	width: 740px;
	float: left;
}

div.small_left_column .table2 img {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border: 1px solid #7a7a7a;
	width: 124px;
	height: 124px;
	float: left;
	padding-right: 0;
	margin-right: 10px;
	display: block;
}

div.small_left_column .table2 ul {
	display: inline;
}

div.small_left_column .table2 ul li {
	margin-bottom: 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-color: #f9f9f9;
	padding: 5px 0 5px 5px;
	border: 1px solid #c7c7c7;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	width: 713px;
	display: block;
	float: left;
}

div.small_left_column .table2 ul li2 {
	margin-bottom: 15px;
	margin-right: 7px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-color: #f9f9f9;
	padding: 5px 0 15px;
	border: 1px solid #c7c7c7;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	width: 228px;
	float: left;
	display: inline;
}

div.small_left_column .table2 ul li a {
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.small_left_column .table2 ul li2 a {
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.small_left_column .table2 ul li .description {
	text-align: left;
	padding-right: 5px;
	display: inline;
	float: left;
}

div.small_left_column .table2 ul li2 .description {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

div.small_left_column .table2 ul li .description2 {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #f72910;
}
