﻿#guidebigbox {
	width: 100%;
	max-width: 1400px;
	display: block;
	margin: 20px auto;
}

.slide-title h3 {
	display: none;
}

.slide-title {
	margin-top: -110px;
}

.guidescategory {
	display: block;
	width: 20%;
	height: auto;
	float: left;
}

.guideslist {
	width: 100%;
	float: left;
}

#guidebigbox .allguides {
	display: none;
}

.guidescontainer {
}

.guidescontainer li {
	transition: background-color .3s ease-in-out,color .3s ease-in-out;
	margin: 8px 8px 0 0;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #4B5D54;
	text-decoration: none;
	border: 1px solid #024e4e;
	border-radius: 3px;
	background-color: #eee;
	float: left;
	display: table;
	width: auto;
}

@media screen and (max-width: 500px) {
	.slide-title {
		margin-top: 0 !important;
	}
}
