/* ===============================================
					Prefix Import
=============================================== */
/* ===============================================
					Colors
=============================================== */
/* White */
/* Body Text */
/* Links, H1 */
/* H2, H3, H4 */
/* DD Bkg */
/* DD Active Bar */
/* Service Text */
/* Service Border */
/* HR, Main Nav Text, DD Text */
/* ===============================================
					Mixins
=============================================== */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-ie8 {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.vertical-align-nul {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scale-down {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.scale-up {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.basic-duration {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* Body */
body {
  font: normal normal 20px/28px 'Lato', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #474646;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  color: #3b549d;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
#main-content a,
#home-content a {
  font-weight: 900;
}
a:hover,
a.active {
  color: #ba0004;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
  font-family: 'Fjalla One', sans-serif;
}
h1 {
  font-size: 1.7em;
  color: #3b549d;
  letter-spacing: -0.025em;
  margin: 0 auto 20px;
  text-transform: uppercase;
}
.home header h1 {
  font-size: 2.8em;
  text-align: center;
  line-height: 1em;
}
.home header h1 .ln2 {
  display: block;
  line-height: 1em;
  text-transform: none;
  letter-spacing: normal;
  color: #474646;
  font-size: 0.38em;
}
h2 {
  font-size: 1.6em;
  color: #ba0004;
  text-transform: uppercase;
}
h3 {
  font-size: 1.45em;
  color: #ba0004;
}
h4,
h5,
h6 {
  font-size: 1.3em;
  color: #ba0004;
}
hr {
  color: #282828;
  background-color: #282828;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  border-radius: 50%;
  max-width: 350px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
/* List Styling */
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
#main-content li,
#home-content li {
  line-height: inherit;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* Sitemap */
body.sitemap #main-content {
  width: 100%;
}
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.6em;
  color: #ba0004;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  color: #3b549d;
  font-weight: 900;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #282828;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  /* Social Icons */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 230px;
  margin: 55px auto 0;
  text-decoration: none;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
#hd .logo:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#hd .social-icons {
  background: #3b549d;
}
#hd .social-icons a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  margin: 0 5px 0 5px;
  font-size: 1.036em;
  height: 40px;
  line-height: 40px;
}
#hd .social-icons a .fa,
#hd .social-icons a .fab {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#hd .social-icons a:hover .fa,
#hd .social-icons a:hover .fab {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  color: #ffde5e;
}
.hd-top {
  width: 100%;
  float: none;
  text-align: center;
  padding-bottom: 10px;
  /* Logins */
}
.hd-top ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  line-height: 1em;
}
.hd-top ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 0;
}
.hd-top ul li a {
  display: block;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  color: #3b549d;
  font-size: 0.75em;
}
.hd-top ul li a .fas {
  color: #ffde5e;
  font-size: 0.784666666666667em;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 3px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hd-top ul li a:hover .fas {
  color: #ba0004;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hd-top ul li #patient-login {
  margin-right: 10px;
}
/* Main Nav */
.hd-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: 45px;
  line-height: 45px;
  font-family: 'Fjalla One', sans-serif;
}
#main-nav .container {
  width: 100% !important;
}
#main-nav ul li a {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #282828;
  color: #282828;
  font-size: 0.75em;
  padding: 8px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  background: url(../images/dots-nav.jpg) top center;
  color: #ffffff;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #ffde5e;
  background-color: rgba(255, 222, 94, 0.89);
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #282828;
  font-size: 0.7em;
  text-align: center;
  border-bottom: none;
  padding: 3px 5px;
}
#main-nav ul li ul li.active a,
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  background: #ba0004;
  color: #ffffff;
}
#main-nav li.active li a {
  background: none;
}
#main-nav a.trigger {
  color: #fff;
  background: #ba0004;
  font-family: 'Fjalla One', sans-serif;
  padding: 0;
  font-size: 0.65em;
  text-transform: uppercase;
}
#main-nav a.trigger span {
  display: block;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}
#main-nav a.trigger span i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: -4px 0 0 5px;
  font-size: 1.0em;
}
#main-nav a.trigger span.open {
  opacity: 1;
}
#main-nav a.trigger span.close {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main-nav a.trigger span.close i {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#main-nav .collapsible.open a.trigger span.open {
  opacity: 0;
}
#main-nav .collapsible.open a.trigger span.open i {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#main-nav .collapsible.open a.trigger span.close {
  opacity: 1;
}
#main-nav .collapsible.open a.trigger span.close i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 30px 0;
  background: #ba0004;
  text-align: center;
}
#subnav-outer p {
  font-family: 'Fjalla One', sans-serif;
  color: #ffffff;
  font-size: 0.7em;
  line-height: 1.357142857142857em;
  width: 100%;
  margin: 0 auto;
}
#subnav-outer a {
  color: #ffffff;
  margin: 0 5px;
  text-decoration: none;
  display: inline-block;
  text-shadow: 1px 1px 2px #000;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #ffde5e;
  text-decoration: none;
}
.office_tour {
  display: block;
  position: relative;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  /* adjust max-width the actual dimensions of the slides */
  margin-left: auto;
  margin-right: auto;
}
.office_tour .controls {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 400;
}
.office_tour .controls > div {
  color: #3b549d;
  font-size: 50px;
  display: inline-block;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.office_tour .controls > div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.office_tour #prev {
  float: left;
}
.office_tour #next {
  float: right;
  direction: rtl;
  /* since the hub requires &bsp; characters in the FA markup the space needs to be told to float left of this. rtl to the rescue */
}
/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/dots-co.jpg) top center;
  padding: 62px 0 20px;
}
#bd-callouts a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 10px auto;
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
}
#bd-callouts .co-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.22);
  margin: 0 auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-callouts .co-icon img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#bd-callouts .co-text {
  text-transform: uppercase;
  margin-top: 29px;
  font-size: 1.5em;
  line-height: 1.166666666666667em;
}
#bd-callouts a:hover .co-icon {
  background: rgba(186, 0, 4, 0.44);
  border-color: #ba0004;
}
#bd-callouts a:hover .co-icon img {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#bd-callouts:before {
  content: '';
  background: url(../images/filmstrip.jpg) top center repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
}
/* Content */
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
}
#home-content {
  padding: 20px 0;
  background: url(../images/bkg-wood.jpg) center center no-repeat;
  background-size: cover;
}
#home-content p,
#home-content ul li {
  font-weight: 300;
}
#interior-wrap {
  position: relative;
}
#interior-wrap:before {
  content: '';
  background: url(../images/filmstrip.jpg) top center repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
}
.interior-content {
  padding: 82px 0 20px;
}
#bd-services {
  text-align: center;
  width: 100%;
  position: relative;
  background: #ffde5e;
}
#bd-services a {
  display: block;
  width: 100%;
  font-family: 'Fjalla One', sans-serif;
  margin: 0 auto;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-top: 2px solid #d7d5d5;
}
#bd-services .text-wrap {
  position: absolute;
  font-size: 1.5em;
  line-height: 1.111111111111111em;
  top: 20px;
  left: 3%;
  text-align: left;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-services .s-01 {
  background: url(../images/s-01.jpg) top center no-repeat;
  background-size: cover;
  color: #fac703;
}
#bd-services .s-02 {
  background: url(../images/s-02.jpg) top center no-repeat;
  background-size: cover;
  color: #3b549d;
}
#bd-services .s-03 {
  background: url(../images/s-03.jpg) top center no-repeat;
  background-size: cover;
  color: #ba0004;
  border-bottom: 2px solid #d7d5d5;
}
#bd-services a:hover .text-wrap {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#bd-tour {
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/bkg-tour.jpg) top center no-repeat;
  background-size: cover;
  padding: 40px 0;
  font-family: 'Fjalla One', sans-serif;
}
#bd-tour a {
  display: inline-block;
  color: #ffffff;
  letter-spacing: -0.025em;
  font-size: 1.5em;
  line-height: 1.3em;
}
#bd-tour .icon {
  display: block;
  margin: 0 auto 25px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-tour a:hover {
  color: #ffde5e;
}
#bd-tour a:hover .icon {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
#bd-testimonials {
  text-align: center;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 40px 0;
  font-family: 'Fjalla One', sans-serif;
}
#bd-testimonials .cycle-slideshow {
  margin: 0 auto 20px;
  max-width: 585px;
}
#bd-testimonials .cycle-slideshow p {
  color: #3b549d;
  font-size: 1.3em;
  line-height: 1.538461538461538em;
  margin-bottom: 0;
  text-align: justify;
  margin-bottom: 10px;
}
#bd-testimonials .cycle-slideshow .patient-name {
  display: block;
  color: #ba0004;
  text-transform: uppercase;
  font-size: 1.15em;
  text-align: right;
}
#bd-testimonials .read-more {
  display: block;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background: #ba0004;
  width: 177px;
  height: 177px;
  padding-top: 66px;
  font-size: 1.25em;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-testimonials .read-more:hover {
  background: #ba0004;
  box-shadow: -5px -7px 0 #ffde5e, 4px 10px 0 rgba(216, 172, 23, 0.3), 8px -10px 0 rgba(72, 71, 71, 0.5);
  -webkit-transform: scale(1.22);
  -moz-transform: scale(1.22);
  -ms-transform: scale(1.22);
  -o-transform: scale(1.22);
  transform: scale(1.22);
}
#bd-testimonials .photo {
  display: none;
}
#bd-testimonials .photo img {
  border-radius: 50%;
}
/* Footer */
#ft {
  background: url(../images/ft-map.jpg) top center no-repeat;
  text-align: center;
  width: 100%;
  display: table;
  padding: 20px 0;
}
#ft .ft-location {
  background: url(../images/address-bkg.png) top center no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 249px;
  width: 267px;
  margin: 0 auto;
  padding-top: 120px;
  font-family: 'Fjalla One', sans-serif;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.388888888888889em;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #ffde5e;
  font-size: 1.25em;
  line-height: 1.6em;
  margin-top: 4px;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #ffde5e;
}
#ft .map-pointer {
  display: none;
}
.ft-design-credit {
  background: #474646;
  position: relative;
  padding: 20px 0;
  clear: both;
  width: 100%;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
}
.ft-design-credit .ft-links a {
  float: none;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 0.6em;
  display: block;
}
.ft-design-credit .ft-links a:hover {
  color: #ffde5e;
}
.ft-design-credit .ft-links .links-divider {
  font-size: 0.6em;
  color: #ffde5e;
  margin: 0 5px;
  display: none;
}
.ft-design-credit a.sesame-link img {
  margin: -1px 9px 0 0;
}
.ft-design-credit a.back-to-top {
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #ffffff;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ft-design-credit a.back-to-top img {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: inline-block;
  margin-right: 5px;
}
.ft-design-credit a.back-to-top:hover {
  color: #ffde5e;
}
.ft-design-credit a.back-to-top:hover img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* Form Buttons */
form button {
  background: #3b549d;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  background: #1f2c53;
}
/* BLOG FORM */
.stButton {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.st_plusone_large {
  top: 9px;
  position: relative;
}
.share-article-links {
  text-align: center;
}
.share-text {
  color: #3b549d;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #3b549d;
  color: #474646;
  margin: 10px 0 0;
  padding: 10px 10px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #ffffff;
  color: #474646;
  border: 1px solid #474646;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #ba0004;
  color: #ffffff;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #540002;
}
/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.ie8 .slideshow-item {
  display: none;
}
.ie8 .slideshow-active {
  display: block;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}
form p {
  height: auto;
}
/* homepage slideshcow */
#slideshow {
  position: relative;
  text-align: center;
  padding: 0;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0 auto;
	background: url(../images/slideshow/slide1.jpg) top center no-repeat;
	background-size: cover;
	height: 200px;
}
#ss-tagline {
  display: none;
}
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #bd-services a {
    height: 350px;
  }
}
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3,
  .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6,
  .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12,
  .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }

  /* blanket hide stock photo for certain pages */
  body.sitemap #hide-stock,
  body.meet-the-staff #hide-stock,
  body.meet-the-team #hide-stock,
  body.meet-our-team #hide-stock,
  body.types-of-braces #hide-stock,
  body.types-of-appliances #hide-stock,
  body.color-my-braces #hide-stock,
  body.common-orthodontic-issues #hide-stock,
  body.common-procedures #hide-stock,
  body.office-tour #hide-stock,
  body.before-and-after #hide-stock,
  body.opalescence #hide-stock,
  body.which-is-right-for-me #hide-stock,
  body.your-child-s-first-orthodontic-checkup #hide-stock,
  body.aao-testimonials #hide-stock,
  body.ortho-tv #hide-stock,
  body.my-life-my-smile-my-orthodontist #hide-stock,
  body[class^='damon-'] #hide-stock {
    display: none;
  }
  body.sitemap #sidebar,
  body.home #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.before-and-after #sidebar,
  body.invisalign #sidebar,
  body.opalescence #sidebar,
  body.which-is-right-for-me #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar,
  body[class^='damon-'] #sidebar {
    display: none;
  }
  body.sitemap #main-content,
  body.meet-the-staff #main-content,
  body.meet-the-team #main-content,
  body.meet-our-team #main-content,
  body.types-of-braces #main-content,
  body.types-of-appliances #main-content,
  body.color-my-braces #main-content,
  body.common-orthodontic-issues #main-content,
  body.common-procedures #main-content,
  body.office-tour #main-content,
  body.before-and-after #main-content,
  body.opalescence #main-content,
  body[class^='in-ovation-'] #main-content,
  body.which-is-right-for-me #main-content,
  body.your-child-s-first-orthodontic-checkup #main-content,
  body.aao-testimonials #main-content,
  body.ortho-tv #main-content,
  body.my-life-my-smile-my-orthodontist #main-content,
  body[class^='damon-'] #main-content {
    width: 100%;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*------------ Style Edit Region ------------*/
  h1 {
    font-size: 2.3em;
  }
  .home header h1 {
    font-size: 5em;
  }
  #main-content {
    width: 61%;
    display: block;
    float: left;
    padding: 35px 0 30px 0;
  }
  #main-content p,
  #main-content ul li {
    text-align: justify;
  }
  #sidebar {
    width: 35%;
    float: right;
    display: inline;
    text-align: right;
    margin: 40px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
	
	#slideshow #home-slideshow {
		height: 500px;
	}
  #home-content {
    padding-top: 60px;
  }
  #bd-tour a {
    font-size: 2.7865em;
  }
  #bd-services {
    overflow: hidden;
    border-top: 2px solid #d7d5d5;
    border-bottom: 2px solid #d7d5d5;
  }
  #bd-services a {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333333333333333%;
    border-top: none;
    border-left: 2px solid #d7d5d5;
  }
  #bd-services .s-03 {
    border-bottom: none;
    border-right: 2px solid #d7d5d5;
  }
  .ft-design-credit {
    background: url(../images/filmstrip-dc.jpg) top center repeat-x;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 76px;
  }
  .ft-design-credit .ft-links {
    float: left;
  }
  .ft-design-credit .ft-links a,
  .ft-design-credit .ft-links .links-divider {
    display: inline-block;
  }
  .ft-design-credit a.back-to-top {
    float: right;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #main-nav .container {
    width: 1000px !important;
    max-width: none;
  }
  .ie8 #main-nav .container {
    width: 1000px !important;
  }
  #content .container {
    width: 96% !important;
    max-width: 1000px;
  }
  #hd {
    display: block;
  }
  /* Main-Nav */
  .hd-nav {
    top: 0;
    right: 0;
    left: auto;
    width: auto;
  }
  #main-nav {
    background: none;
    height: 80px;
    line-height: 80px;
  }
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
    vertical-align: top;
    margin-right: 16px;
  }
  #main-nav ul li a[id] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 11px 0;
    line-height: 80px;
    height: 80px;
    position: relative;
    border-bottom: none;
    background: none;
  }
  #main-nav ul li a[id]:before,
  #main-nav ul li a[id]:after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 22px;
    left: 0;
    top: 18px;
    text-align: center;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  #main-nav ul li a[id]:after {
    opacity: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #main-nav ul li a#home:before {
    background: url(../images/nav/icon-01.png) top center no-repeat;
    background-size: 20px auto!important;
  }
  #main-nav ul li a#home:after {
    background: url(../images/nav/icon-01-h.png) top center no-repeat;
    background-size: 20px auto!important;
  }
  #main-nav ul li a#about-us:before {
    background: url(../images/nav/icon-02.png) top center no-repeat;
    background-size: 19px auto!important;
  }
  #main-nav ul li a#about-us:after {
    background: url(../images/nav/icon-02-h.png) top center no-repeat;
    background-size: 19px auto!important;
  }
  #main-nav ul li a#patient-forms:before {
    background: url(../images/nav/icon-03.png) top center no-repeat;
    background-size: 18px auto!important;
  }
  #main-nav ul li a#patient-forms:after {
    background: url(../images/nav/icon-03-h.png) top center no-repeat;
    background-size: 18px auto!important;
  }
  #main-nav ul li a#pediatric-dentistry:before {
    background: url(../images/nav/icon-04.png) top center no-repeat;
    background-size: 16px auto!important;
  }
  #main-nav ul li a#pediatric-dentistry:after {
    background: url(../images/nav/icon-04-h.png) top center no-repeat;
    background-size: 16px auto!important;
  }
  #main-nav ul li a#orthodontics:before {
    background: url(../images/nav/icon-05.png) top center no-repeat;
    background-size: 21px auto!important;
  }
  #main-nav ul li a#orthodontics:after {
    background: url(../images/nav/icon-05-h.png) top center no-repeat;
    background-size: 21px auto!important;
  }
  #main-nav ul li a#contact-us:before {
    background: url(../images/nav/icon-06.png) top center no-repeat;
    background-size: 20px auto!important;
  }
  #main-nav ul li a#contact-us:after {
    background: url(../images/nav/icon-06-h.png) top center no-repeat;
    background-size: 20px auto!important;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    opacity: 0;
  }
  #main-nav ul li.active > a[id]:after {
    opacity: 1;
  }
  #main-nav ul li:hover > a[id]:after {
    opacity: 1;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  #main-nav ul li.contact-us ul {
    margin: 0 0 0 -72px;
  }
  #main-nav ul ul {
    margin: 0 0 0;
    width: auto;
    padding: 15px 0;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.785714285714286em;
    padding: 0 49px 0 20px;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
  }
  /* homepage slideshow */
  #slideshow {
    width: 100%;
    padding: 0;
    z-index: 0;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0 auto;
		height: 865px;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
	#ss-tagline {
    z-index: 400;
    display: block;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /*------------ Style Edit Region ------------*/
  h1 {
    font-size: 3em;
  }
  .home header h1 {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 170px;
    margin-bottom: 40px;
  }
  .home header h1:before {
    content: '';
    background: url(../images/movie-rope.png);
    width: 158px;
    height: 132px;
    position: absolute;
    bottom: 7px;
    left: 10px;
  }
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #hd .logo {
    width: 23%;
    text-align: left;
    margin: -20px 0 0;
    float: left;
    z-index: 50;
    position: relative;
  }
  #hd .social-icons {
    position: fixed;
    top: 200px;
    right: 5px;
    background: none;
  }
  #hd .social-icons a {
    display: block;
    background: url(../images/ticket-social.png) top center no-repeat;
    width: 79px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #hd .social-icons a:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  .hd-main {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.88);
    height: 80px;
    margin-top: 32px;
  }
  .hd-top {
    padding: 0;
    background: #0c0707;
    background: rgba(12, 7, 7, 0.44);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
  }
  .hd-top ul {
    float: right;
    line-height: 32px;
    margin-right: 20px;
  }
  .hd-top ul li a {
    color: #ffffff;
  }
  .hd-top ul li #patient-login {
    margin-right: 30px;
  }
  #subnav-outer {
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 490px;
    padding: 155px 0 0;
  }
  #subnav-outer {
    background: url(../images/bkg-subnav.jpg) bottom center no-repeat;
  }
  body.meet-dr-wang #subnav-outer,
  body.meet-dr-nichols #subnav-outer,
  body.meet-the-team #subnav-outer,
  body.what-sets-us-apart #subnav-outer,
  body.abo-abpd-certification #subnav-outer,
  body.office-tour #subnav-outer,
  body.testimonials #subnav-outer,
  body.blog #subnav-outer {
    background: url(../images/bkg-subnav.jpg) bottom center no-repeat;
  }

  body.patient-forms #subnav-outer {
    background: url(../images/bkg-subnav2.jpg) bottom center no-repeat;
  }

  body.first-pediatric-visit #subnav-outer,
  body.financial-information #subnav-outer,
  body.pediatric-dentistry #subnav-outer,
  body.pediatric-dental-faqs #subnav-outer,
  body.dental-care-for-your-baby #subnav-outer,
  body.thumb-sucking #subnav-outer,
  body.sedation-dentistry #subnav-outer,
  body.sports-dentistry #subnav-outer,
  body.special-needs-dentistry #subnav-outer,
  body.pediatric-dental-emergencies #subnav-outer {
    background: url(../images/bkg-subnav3.jpg) bottom center no-repeat;
  }

  body.about-orthodontics #subnav-outer {
    background: url(../images/bkg-subnav4.jpg) bottom center no-repeat;
  }

  body.riverside-office-location #subnav-outer,
  body.appointment-request #subnav-outer,
  body.post-appointment-survey #subnav-outer {
    background: url(../images/bkg-subnav5.jpg) bottom center no-repeat;
  }

  #subnav-outer p {
    text-align: left;
    max-width: 380px;
    margin: 0 125px 0 auto;
  }
  #interior-wrap {
    overflow: hidden;
  }
  #interior-wrap:after {
    content: '';
    background: url(../images/ticket-watermark.png) top center no-repeat;
    width: 741px;
    height: 613px;
    position: absolute;
    top: 427px;
    left: 50%;
    margin-left: 397px;
  }
  #bd-callouts {
    padding: 103px 0 43px;
  }
  #home-content {
    padding: 120px 0 80px;
  }
  #home-content p,
  #home-content ul li {
    text-align: justify;
  }
  #content-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
  #bd-tour {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 592px;
    padding: 164px 0 0;
    z-index: 1;
  }
  #bd-services a {
    height: 400px;
  }
  #bd-services .text-wrap {
    top: 25px;
    left: 25px;
    font-size: 2em;
  }
  #bd-testimonials {
    background: url(../images/bkg-testimonials.jpg) top center no-repeat;
    height: 576px;
    padding: 0;
    overflow: hidden;
  }
  #bd-testimonials .cycle-slideshow {
    float: left;
    width: 58.5%;
    margin: 100px 0 0 75px;
  }
  #bd-testimonials .t-circles {
    height: 576px;
  }
  #bd-testimonials .read-more {
    position: absolute;
    top: 329px;
    left: 0;
    right: -636px;
    z-index: 1;
  }
  #bd-testimonials .p-01 {
    display: block;
    position: absolute;
    top: -95px;
    left: 0;
    right: -1276px;
  }
  #bd-testimonials .p-02 {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: -1800px;
  }
  #bd-testimonials .p-03 {
    display: block;
    position: absolute;
    top: 88px;
    left: 0;
    right: -745px;
  }
  #bd-testimonials .p-04 {
    display: block;
    position: absolute;
    top: 240px;
    left: 0;
    right: -1168px;
  }
  #bd-testimonials .p-05 {
    display: block;
    position: absolute;
    top: 187px;
    left: 0;
    right: -1659px;
  }
  #bd-testimonials .p-06 {
    display: block;
    position: absolute;
    bottom: -85px;
    left: 0;
    right: -1661px;
  }
  #ft {
    padding: 0;
    height: 448px;
  }
  #ft .ft-location {
    float: left;
    margin: 72px 0 0 180px;
  }
  #ft .map-pointer {
    display: block;
    position: absolute;
    top: 186px;
    left: 705px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #ft .map-pointer:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  
}
@media only screen and (min-width: 95em) {
  #bd-services a {
    height: 555px;
  }
  #bd-services .text-wrap {
    top: 40px;
    left: 40px;
    font-size: 2.7em;
  }
  /*END*/
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
