/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.grid_list .list_item .caption {
	bottom: 64px;
}

@media only screen and (min-width:480px) and (max-width:989px) {
	.grid_list .list_item .caption {
		bottom: 116px;
	}
}

.grid_list .list_item, .grid_list .list_item:nth-child(3n), .grid_list .list_item:nth-child(2n) {
  height: 272px;
}

.list-item-descr {
	float: none;
	height: 95px;
	margin-top: -6px;
	padding: 0 7px;
	border: 1px solid #ccc;
	text-align: justify;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	line-height: 16px;
}

.grid_list .list_item .caption {
	padding: 15px 20px;
	width: 100%;
	box-sizing: border-box;
	height:auto;
}

.boxed_list .boxed_title {
	font-size: 20px;
	padding: 0px 0 0;
}

.boxed_list .boxed_item {
  width: 289px;
}

.table-left th, .table-left td {
	text-align:left;
}

@media only screen and (max-width: 479px) {
	.grid_list .list_item {
		width: 97%;
	}
	
	.header_slider {
		display:none;
	}
}
