@media screen and (min-width:1101px) {
	.thumbnail_gallery figcaption p {
		position: relative;
		left: -30px;
	}

	.categories {
		height: 50px !important;
		-webkit-transition: height 2s;
		/* Safari */
		transition: height 2s;
	}

	.categorybar {
		float: left;
	}

	.categorybutton {
		padding: 7px 15px;
		margin-top: 15px !important;
	}

	.newbutton {
		padding: 7px 15px;
		margin-top: 15px !important;
	}
}

@media screen and (min-width:465px) and (max-width:1100px) {
	.thumbnail_gallery figcaption p {
		position: relative;
		left: -5px;
	}

	.categories {

		height: 85px;
		-webkit-transition: height 2s;
		/* Safari */
		transition: height 2s;
	}

	.categorybutton {
		padding: 7px 15px;
		margin-top: 15px !important;
	}

	.newbutton {
		padding: 7px 15px;
	}

	.categorybar {
		width: 100%;
		margin-top: 15px !important;
	}

	#buttonnormal {
		float: right;
		width: 20%;
		height: 32px;
	}

	#search {
		width: 80% !important;
		float: left;
	}

	header {
		height: 225px;
	}

	.hero span {
		font-size: 13px;
	}

	.hero h1 {
		font-size: 45px;
	}
}

@media screen and (max-width:1100px) {
	.collection-row {
		margin-bottom: 20px;
	}

	.collection-row .genus {
		font-weight: bold;
	}

	.collection-row .icon {
		float: left;
	}

	.collection-row .glyphicon {
		margin-right: 5px;
		margin-left: 0px;
	}
}

@media screen and (max-width:680px) {
	a.footerbutton {
		float: none;
	}

	.categories {
		float: left;
		height: auto !important;
		-webkit-transition: height 2s;
		/* Safari */
		transition: height 2s;
	}
}

@media screen and (max-width:549px) {
	.categories ul li a {
		line-height: 1;
	}

	.categories {
		float: left;
		height: auto !important;
		-webkit-transition: height 2s;
		/* Safari */
		transition: height 2s;
		background-color: #DADFE8;
	}

	.categorybutton {
		font-size: 11px;
		padding: 7px 15px;
	}

	.newbutton {
		/*margin-top:	7.25px;*/
		font-size: 11px;
		width: 100%;
		float: left;
		padding: 7px 15px;
	}

	.categorybar {
		width: 100%;
		padding: 0px !important;
		margin: 10px 0px !important;
		float: left;
	}

	#buttonnormal {
		width: 100% !important;
		margin-top: 1rem;
		border-radius: 2rem;
	}

	#search {
		width: 100%;
		float: left;

		border-radius: 2rem;

		input {
			border-radius: 2rem;
		}
	}

	.hero {
		padding: 30px 0px 0px 0px;
	}

	.hero h1 {
		font-size: 25px;
		margin: 0px;
		z-index: 999;
	}

	.hero span {
		visibility: hidden;
	}

	.thumbnail_gallery ul li {
		width: 100% !important;
		min-height: 100%;
		float: left;
	}

	.culvation_images ul li {
		width: 100%;
		min-height: 100%;
		float: left;
	}

	header {
		height: 102px;
	}

	/*section.navigation {padding:4px 15px 9px 15px;}*/
	.navigation ul li a {
		font-size: 11px;
		padding: 9px 10px 11px 10px;
	}

	.aboutslider {
		border: none;
	}

	.slides {
		width: 377px;
		height: 225px;
		padding: none;
	}

	#slider1_container {
		width: 377px;
		height: 225px;
		padding: none;
	}

	.lb-overlay img {
		height: 35%;
	}

	.lb-overlay:target {
		padding: 0px 0px 0px 0px;
	}

	.lb-overlay div {
		width: 94%
	}

	.theimage {
		background-size: cover;
	}

	.cultivation_container {
		top: 25px;
		height: 200px !important;
	}

	section.navigation a {
		margin: 0%;
	}

	section.navigation {
		padding: 13px;
	}
}

@media screen and (min-width:1550px) {
	header {
		height: 500px;
	}
}