@keyframes wobble {
	0%, 20%, 60%, 100% {
		transform: rotate(0);
	}

	40% {
		transform: rotate(15deg);
	}

	80% {
		transform: rotate(-15deg);
	}
}

@keyframes pulse {
  25% {
    transform: scale(1.2)
  }
  75% {
    transform: scale(0.8)
  }
}

.wobble:hover,
.wobble:focus {
	animation: wobble .25s;
}

.pulse:hover,
.pulse:focus {
	animation: pulse .25s;
}

/* fix for safari iphone input zoom */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }

/* resets from bootstrap */
address, p {
	margin-bottom: 0
}

abbr[title], acronym[title], abbr[data-original-title] {
	border-bottom: none;
	cursor: auto;
	border-bottom-width: 0;
	text-decoration: none
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.h1, .h2, .h3, h1, h2, h3, hr {
	margin-top: 0;
	margin-bottom: 0;
}

a, a:hover, a:focus, a:active {
	color: inherit;
	text-decoration: none;
	outline: none
}

.clickable {
	cursor: pointer
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	background-color: #535049
}

.head-bg, [data-slideid] {
	min-height: 230px;
	background-size: cover;
	background-position: top center
}

.peach-bg {
	background-color: #f7c774
}

.light-bg {
	background-color: #e9e7e7
}

.dark-bg {
	background-color: #535049
}

.peach-text {
	color: #f7c774
}

.white-text {
	color: #fff
}

.abs-center {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.dark-text {
	color: #535049
}

.font1 {
	font-family: Questrial
}

.font2 {
	font-family: Quicksand;
	font-weight: 300
}

.bottom-high-padding {
	padding-bottom: 20px
}

.bottom-high2-padding {
	padding-bottom: 40px
}

.bottom-high3-padding {
	padding-bottom: 30px
}

.top-high-padding {
	padding-top: 20px
}

.top-high2-padding {
	padding-top: 40px
}

.top-high3-padding {
	padding-top: 40px
}

.left-high-padding {
	padding-left: 20px
}

.right-high-padding {
	padding-right: 20px
}

.top-medium-padding {
	padding-top: 10px
}

.content-area {
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* make content area have a default white background, instead of transparent */
main > .content-area:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background-color: #fff
}

.center-float-parent {
	float: right;
  position: relative;
  left: -50%
}

.center-float-child {
	position: relative;
	left: 50%;
	overflow: hidden
}

.clearf {
	display: none
}

footer .office-hours {
	color: #535049
}

footer .day.header {
	font-size: 1.6em
}

span.slash-after {
	position:relative
}

span.slash-after.include-last, span.slash-after:not(:last-child) {
	padding-right: 17px
}	

span.slash-after.include-last:after, span.slash-after:not(:last-child):after {
	content: '';
	position: absolute;
	transform: rotate(15deg) translateY(-50%);
	background-color: #000;
	top: 50%;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 1em;
	margin-right: 8px
}

#address-info span.slash-after.include-last:after, #address-info span.slash-after:not(:last-child):after {
	background-color: #fff
}

.padding-all-1 {
	padding: 15px
}

.prefooter.peach-bg {
	min-height: 1em
}

footer .bottom-footer address {
	display: inline-block
}

footer .bottom-footer {
	color: #e9e7e7;
	padding: 20px
}

footer .bottom-footer .madeby > a {
	display: inline-table
}

.tcell-middle {
	display: table-cell;
	vertical-align: middle
}

footer .bottom-footer hr {
	border-top: 2px solid #f7c774;
	max-width: 320px
}

footer .bottom-footer #siteby {
	text-align: left;
	font-size: 10px;
	padding-left: 5px;
	line-height: 1.2
}

footer .bottom-footer .disclaimer {
	font-size: 10px;
	padding-top: 25px;
}

footer .bottom-footer .disclaimer .copyright {
	display: block
}

footer .bottom-footer .middle-icons {
	display: inline-block
}

footer .bottom-footer .icomoon, footer .bottom-footer .morgan-icon-holder > .icon-logo_morgan {
	font-size: 2.8em
}

/* middle section - left */

.middle-section, .yellow-border-bottom {
	border-bottom: 2px solid #f7c774;
	position: relative
}

.middle-section .romance-copy p {
	text-align: center;
	font-size: 14px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto
}

.middle-section .left-side {
	padding: 60px 45px;
	min-height: 400px
}

.middle-section .left-side h2 {
	position: relative;
	text-align: center;
	font-size: 35px
}

.middle-section .left-side.vertical-center h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	left: 0;
	right: 0;
	text-align: center
}

.middle-section .left-side h2:not(.no-underline):after {
	position: absolute;
	content: '';
	height: 2px;
	width: 80%;
	margin-left: 10%;
	/* 40px is the padding below h2, and 2px is the height of this after */
	bottom: calc((40px - 2px) / 2);
	left: 0;
	background-color: #f7c774
}

#bottom-links {
	font-size: 9px
}

/* middle section end */

@media screen and (min-width: 480px) {
	.middle-section .left-side h2 {
		font-size: 3vw
	}
}

@media screen and (min-width: 768px) {
	footer .bottom-footer .morgan-icon-holder, .icon-logo_morgan {
		display: block
	}
	footer .bottom-footer .icomoon {
		font-size: 2.5em
	}
	footer .bottom-footer .disclaimer {
		font-size: 10px;
		padding-top: 20px;
	}
	footer .bottom-footer .aha-eho-icon-holder {
		float: left;
		width: 20%;
		text-align: right
	}
	footer .bottom-footer .madeby {
		float: left;
		width: 20%;
		display: inline;
		text-align: left
	}
	footer .bottom-footer .disclaimer {
		float: left;
		width: 60%;
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {
	
	
}