﻿.guideslist {
	display: table;
	width: 100%;
	margin: 10px auto;
	max-width: 1400px;
	padding: 0px 15px;
}

.guidescontainer {
	display: table;
	margin: auto;
	width: auto;
}

.guideitem {
	width: calc(33% - 50px);
	min-height: 295px;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	position: relative;
	padding: 19px 16px 50px 23px;
	margin: 0 25px;
	margin-bottom: 20px;
	float: left;
	background-color: #fff;
	color: #2c2c34;
	letter-spacing: -.6px;
}

.guideitem h2 {
	line-height: 1.263;
	margin: 0 0 12px;
	color: #4B5D54;
	font-size: 19px;
	font-family: Playfair;
}

.guideitem p {
	margin: 0 0 17px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.guideitem a {
	transition: color .3s ease-in-out;
	border-top: 1px solid #cbcbcb;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #4B5D54;
	text-align: center;
	padding: 16px 10px;
}

.guideitem a:hover {
	color: #274c61;
}

.allguides {
	display: table;
	width: 100%;
	margin: 10px auto;
	max-width: 1200px;
	padding: 0px 15px;
}

.allguides a {
	width: auto;
	display: table;
	margin: auto;
	background: #024e4e;
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	min-height: 45px;
	min-width: 120px;
	border-radius: 2px;
	vertical-align: top;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
}

.allguides a:hover {
	background: #64140e;
}

@media (max-width: 850px) {


	.guideitem {
		display: table;
		width: 50%;
		display: table;
		margin: 20px auto;
		float: none;
	}

	#mainbody > guideslist > .guidescontainer > .guideitem:nth
}

@media (max-width: 1100px) {
	.guideitem {
		min-height: 290px;
	}
}

@media (max-width: 888px) {
	.guideitem {
		min-height: 310px;
	}
}

@media (max-width: 850px) {
	.guideitem {
		min-height: 238px;
	}
}
