.cl-third,.cl-fifth,.cl-two-thirds,.cl-fifth,.cl-four-fifth,.cl-half,.cl-fourth,.cl-three-fourth{
	display: table-cell;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
	vertical-align: top;
}

.cl-sixth {
	width: 16.666%;
}

.cl-third{
	width: 33.3%;
}

.cl-two-thirds{
	width: 66.6%;
}

.cl-fourth{
	width: 25%;
}

.cl-three-fourth{
	width: 75%;
}

.cl-fifth{
	width: 20%;
}

.cl-four-fifth{
	width: 80%;
}

.cl-half{
	width: 50%;
}

.float-left{
	float:left;
}

.align-center{
	margin:0 auto;
	max-width: 80%;
}

.float-right{
	float:right;
}

.padding-8{
	padding: 20px;
}

.padding-4{
	padding: 4px;
}

.menupane > .menu .viewport_sm {
	height: 100px;
	overflow-y: auto;
	border:1px solid gray;
}

.menupane > .menu .viewport_md {
	height: 200px;
	overflow-y: auto;
	border:1px solid gray;
}

td.align-left-top{
	text-align: left;
	vertical-align: top;
}

select {
	background-image: url('images/select.png');
	background-repeat:no-repeat;
	background-position:right;
	background-color:white;
	padding-right:20px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.table-container{
	width:100%;
	overflow-x: auto;
}

@media (max-width: 767px) {
	.cl-third, .cl-fifth, .cl-two-thirds, .cl-fifth, .cl-four-fifth, .cl-half, .cl-fourth, .cl-three-fourth {
		width: 100%;
		display: block;
	}

	.menu {
		width: 100% !important;
	}
	
	.indent-left .gallery-item{
		width: 90%;
	}
}