/* Flower Shows */
.panel-flowershow {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 3px 3px #a7a7a7;
    margin: 0 0 30px;
    padding: 10px;
}
.panel-flowershow .eyebrow {
	font-family: "Fjalla One", sans-serif;
	margin: 5px 0 0;
	color: #b95fa5;
	font-size: 16px;
}
.panel-flowershow h2 {
	margin: 2px 0 10px;
}
.panel-flowershow p {
	line-height: 1.4em;
}
.panel-flowershow ul {
	margin-top: 30px;
}
.panel-flowershow ul li {
	line-height: 1.4em;
	margin-bottom: 10px;
}
.panel-flowershow ul li > i {
	color: #686868;
}
.modal-flowershow {}
.modal-flowershow .modal-header {
	padding-bottom: 0;
	border-bottom: 0;
}
.modal-flowershow .modal-footer {
	padding-top: 0;
	border-top: 0;
}
.modal-flowershow .close {
	font-size: 22px;
	display: block;
	position: absolute;
	right: -8px;
	top: -8px;
	opacity: 1;
	background: #fff;
	border: solid 1px #4cae4c;
	color: #4cae4c;
	width: 28px;
	height: 28px;
	padding: 2px 0 0;
	text-align: center;
	border-radius: 50%;
}
.modal-flowershow h2 {
	font-size: 18px;
	color: #4cae4c;
	margin-bottom: 0;
}
.modal-flowershow p {
	line-height: 1.4em;
	margin-bottom: 0;
}
.modal-flowershow .btn-default {
	border-color: #4cae4c;
	color: #4cae4c;
}

@media (min-width: 769px) {
	.pull-left { float: left }
	.pull-right { float: right }
	.modal-flowershow .modal-dialog {
		width: 400px;
	}
}

h1 {
	text-align: center;
}

@media (max-width: 768px) {
	.hero-image {
		float: none!important;
		width: 100%!important;
		max-width: 100%!important;
	}
}