/*
Theme Name: regionalhandsurgery
Theme URI: http://www.rosemontdev.com/
Description: A custom theme built by the team at Rosemont Media.
Author: Rosemont Media
Version: 2.0
Tags:
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/*
   =============================================================================
   Box sizing rest for all elements
   ==========================================================================

*/
* {
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #4c3f18;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4c3f18;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links - EDIT
   ========================================================================== */
a {
  color: #4c3f18;
}

a:hover {
  text-decoration: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b8b28d;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
*
*
*
Added by Brian
*
*
*/
a sup, a sub {
  display: inline-block;
}

h1 > sup, h2 > sup, h3 > sup {
  font-size: 65%;
}

/*
*
*
*
*/
address {
  font-style: normal;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0;
}

/*
*
*
*
Added by Brian
*
*
*/
li {
  list-style-position: inside;
}

/*
*
*
*
*
*
*/
dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* =============================================================================
   WordPress Reset
   ========================================================================== */
div.aligncenter, .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright, .commentlist li .avatar {
  float: right;
}

.wp-caption {
  background: #f3f3f3;
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
}

.wp-caption img, .wp-caption p.wp-caption-text, #commentsDiv p, #commentsDiv h3 {
  margin: 0;
}

.wp-caption img {
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
}

#commentsDiv {
  clear: both;
  margin: 30px 20px 30px 35px;
  padding-top: 20px;
}

#commentsDiv textarea, #commentsDiv input {
  border: 1px solid #6779c3;
  font-size: 12px;
  color: #6779c3;
  line-height: 25px;
}

#commentsDiv textarea, #commentsDiv input, input#submit {
  height: 25px;
}

#commentsDiv textarea {
  width: 500px;
  height: 150px;
}

input#submit {
  background: #fff;
  line-height: 20px;
  width: 150px;
  color: #042b5e;
}

#comments {
  margin-bottom: 20px !important;
}

#respond {
  margin-top: 20px !important;
}

.commentlist {
  border-bottom: 1px solid #fff;
}

#commentform textarea, #commentform input, .commentlist li {
  font-size: 0.9em;
}

.commentlist li {
  padding: 20px;
  border-top: 1px solid #fff;
}

.commentlist li p {
  margin-top: 10px !important;
}

.commentlist li .avatar {
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite a, .commentlist cite {
  font-style: normal;
  font-size: 1.1em;
  color: #fff;
}

.commentlist p, .commentmetadata {
  font-weight: normal;
}

.commentlist p {
  line-height: 1.5em;
  text-transform: none;
}

.alt {
  background: #042b5e !important;
}

#commentform p {
  margin-bottom: 10px !important;
}

h3#respond {
  margin-bottom: 20px;
}

/*-------------------------------------------------
------------ DO NOT MAKE ANY CHANGES HERE ---------
-------------------------------------------------*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes rubberBandReverse {
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  75% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  65% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  40% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  30% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBandReverse {
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  75% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  65% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  40% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  30% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBandReverse {
  -webkit-animation-name: rubberBandReverse;
  animation-name: rubberBandReverse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/************/
/*  Colors  */
/************/
/* ------------------------
   Variables
------------------------ */
/*

	to do:

	- sidebar contact section
	- mobile nav -- fix plus thingy


 */
/* ------------------------
   Mixins
------------------------ */
span.model_tag, span.models_tag, div.model_tag, img.alignleft, img.alignright, img.aligncenter, .yes-frame {
  visibility: visible;
}

/****************************************************************/
/* --------------------- Utility Classes  -------------------- */
/**************************************************************/
.clear {
  clear: both;
}

div.clear {
  height: .01em;
  overflow: hidden;
}

.no-clear {
  clear: none;
}

.inline-block {
  display: inline-block;
}

body.lt-ie9 .inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
}

.no-frame {
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.italic {
  font-style: italic;
}

p.break {
  min-height: 1rem;
  visibility: hidden;
}

.is--underline {
  text-decoration: underline;
}

body .disableLink {
  pointer-events: none;
  cursor: default;
}

.smoothie {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ***************************************** */
/* ----------- MODELS TAG ------------------ */
/* ***************************************** */
span.model_tag, span.models_tag, div.model_tag {
  position: relative;
  display: block;
  margin: 1.25em auto 1em;
  max-width: 100%;
  float: none;
}

@media only screen and (min-width: 768px) {
  span.model_tag.alignleft, span.models_tag.alignleft, div.model_tag.alignleft {
    float: left;
    margin: 0.5em 1em 1em 0px;
  }
  span.model_tag.alignright, span.models_tag.alignright, div.model_tag.alignright {
    float: right;
    margin: 0.5em 0px 1em 1em;
  }
}

span.model_tag img.alignleft, span.model_tag img.alignright, span.model_tag img.aligncenter, span.models_tag img.alignleft, span.models_tag img.alignright, span.models_tag img.aligncenter, div.model_tag img.alignleft, div.model_tag img.alignright, div.model_tag img.aligncenter {
  float: none;
  margin: 0;
  border: 0;
  max-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

span.model_tag:before, span.models_tag:before, div.model_tag:before {
  position: absolute;
  right: 0;
  content: "model";
  font-size: 0.85em;
  padding-right: 10px;
  color: #ffffff;
  text-align: right;
  bottom: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

span.models_tag:before {
  content: "models";
}

section.models_tag, div.models_tag {
  position: relative;
}

section.models_tag:before, div.models_tag:before {
  position: absolute;
  right: 0;
  content: "models";
  font-size: 0.85em;
  padding-right: 10px;
  color: #ffffff;
  text-align: right;
  bottom: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

section.model_tag:before {
  position: absolute;
  right: 0;
  content: "model";
  font-size: 0.85em;
  padding-right: 10px;
  color: #ffffff;
  text-align: right;
  bottom: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

li.model_ast {
  position: relative;
}

li.model_ast:before {
  position: absolute;
  right: 0;
  content: "*";
  font-size: 0.85em;
  padding-right: 10px;
  color: #ffffff;
  text-align: right;
  top: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/****************************************************************/
/* ----------------- Classes for Hiding ---------------------- */
/**************************************************************/
@media only screen and (min-width: 768px max) {
  .hidden-phone {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .hidden-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1180px) {
  .hidden-desktop {
    display: none;
  }
}

/* ------------------------
Common/UI elements (images, video, buttons, etc)
------------------------ */
video {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.back-to-top {
  text-align: right;
  display: block;
}

img.alignright, img.alignleft, img.aligncenter, img.alignnone, .caption {
  display: block;
  height: auto;
  margin: 0 auto 1em;
  max-width: 100%;
}

img.alignright, img.alignleft {
  float: none;
}

@media only screen and (min-width: 768px) {
  img.alignright, img.alignleft {
    margin-bottom: 1em;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  img.alignleft {
    float: left;
    margin-right: 2.5em;
  }
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin-left: 2.5em;
  }
}

.wp-caption {
  max-width: 95%;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

.button, .buttons a, .submit-btn, .next-prev a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 45px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #e16c38;
  border: 3px solid #e16c38;
}

.button:hover, .buttons a:hover, .submit-btn:hover, .next-prev a:hover {
  background-color: #1f2555;
  border: 3px solid #1f2555;
  color: #ffffff;
  text-decoration: none;
}

footer .disclaimer {
  font-size: 11px;
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .two-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .three-column {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

::-moz-selection {
  background: #1f2555;
}

::selection {
  background: #1f2555;
}

@media only screen and (min-width: 1180px) {
  :target:before {
    content: "";
    display: block;
    height: 86px;
    /* fixed header height*/
    margin: -86px 0 0;
    /* negative fixed header height */
  }
}


.skipto {
    display: block;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Responsive iframes */
.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 16x9 Aspect Ratio */
.iframe-container-16x9 {
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-bottom: 75%;
}

.iframe-container.img-placeholder:hover {
  cursor: pointer;
}

/* Hide Wow before JS Loads */
.wow.fadeIn, .wow.fadeInDown, .wow.fadeInUp, .wow.fadeInRight, .wow.slideInDown, .wow.flash {
  visibility: hidden;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.smoothie {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.model_tag, span.models_tag, div.model_tag, img.alignleft, img.alignright, img.aligncenter, .yes-frame {
  visibility: visible;
}

.responsive-map {
  position: relative;
  padding-bottom: 33.33333%;
  padding-bottom: 45%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.location-single {
  margin-top: 25px;
  margin-bottom: 45px;
  font-size: 1em;
}

.location-single a {
  display: block;
  text-decoration: none;
}

.location-single a:hover {
  text-decoration: underline;
}

.location-single .location-phone {
  font-weight: 600;
}

.location-single .location-directions {
  text-decoration: underline;
}

.location-single .location-directions:hover {
  text-decoration: none;
}

.office-hours ul {
  margin: 10px 0;
  padding: 0;
}

.office-hours ul li {
  padding: 0;
  margin: 0;
  display: block;
}

ul.slick-dots li:before,
.office-hours ul li:before {
  content: '';
  display: none;
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}

.seaforms input:invalid, .seaforms textarea:invalid {
  background: #fff;
}

.seaforms .field-wrap:not(.type-text):not(.type-checkbox) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1180px) {
  .seaforms .field-wrap:not(.type-text):not(.type-checkbox) {
    margin-bottom: 20px;
  }
}

.seaforms .error {
  border: 1px solid #04040a !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 10px #04040a !important;
          box-shadow: 0 0 10px #04040a !important;
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.seaforms span.error {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 0;
  top: 4px;
  right: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(images/svg/error.svg);
  background-size: 7px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.seaforms .type-text {
  margin: 0;
}

.seaforms .type-text > p {
  font-size: 9px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.seaforms .type-singlelinetext input, .seaforms .type-singlelinetext textarea,
.seaforms .type-textarea input,
.seaforms .type-textarea textarea,
.seaforms .type-selectbox input,
.seaforms .type-selectbox textarea {
  background: #fff;
  width: 100%;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  font-weight: 300;
}

.seaforms .type-singlelinetext ::-webkit-input-placeholder,
.seaforms .type-textarea ::-webkit-input-placeholder,
.seaforms .type-selectbox ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
}

.seaforms .type-singlelinetext :-moz-placeholder,
.seaforms .type-textarea :-moz-placeholder,
.seaforms .type-selectbox :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  opacity: 1;
}

.seaforms .type-singlelinetext ::-moz-placeholder,
.seaforms .type-textarea ::-moz-placeholder,
.seaforms .type-selectbox ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  opacity: 1;
}

.seaforms .type-singlelinetext :-ms-input-placeholder,
.seaforms .type-textarea :-ms-input-placeholder,
.seaforms .type-selectbox :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
}

.seaforms .type-selectbox select {
  display: block;
  width: 100%;
  padding: 7px 14px;
  line-height: 1.714em;
  border-radius: 0;
  height: 38px;
  border: 1px solid #c9c9c9;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  position: relative;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 18px;
}

.seaforms .type-checkbox {
  margin: 10px 0;
}

.seaforms .type-checkbox label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  margin-right: 7px;
}

.seaforms .type-checkbox input + label {
  margin-left: 7px;
  margin-right: 0;
}

.seaforms .type-checkboxgroup > label,
.seaforms .type-radiobuttons > label {
  font-size: 1.1em;
  line-height: 1.714em;
}

.seaforms .type-checkboxgroup input[type="checkbox"],
.seaforms .type-checkboxgroup input[type="radio"],
.seaforms .type-radiobuttons input[type="checkbox"],
.seaforms .type-radiobuttons input[type="radio"] {
  margin: 0 7px 0 0;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.seaforms .type-checkboxgroup > div > label,
.seaforms .type-radiobuttons > div > label {
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  font-weight: 400;
}

.seaforms .type-file > label {
  font-size: 1.1em;
  line-height: 1.714em;
  font-weight: 600;
}

.seaforms .type-file > div > label {
  font-size: 1em;
  font-weight: 400;
}

.seaforms .type-cm_integration label {
  display: inline-block;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.714em;
}

.seaforms .type-cm_integration input {
  display: inline-block;
  margin-left: 7px;
}

.seaforms .button {
  width: 100%;
  margin: 10px 0;
}

/* ------------------------
   Typography (and primary body style)
------------------------ */
html {
  font: 16px/24px "Open Sans", sans-serif;
}

body {
  color: #000;
  font: 16px/24px "Open Sans", sans-serif;
  background-color: #ffffff;
  min-width: 320px;
  text-align: center;
}

p {
  margin: 0 0 1em;
}

.the-headline, .the-subheadline {
  display: block;
}

h1 {
  font-family: "Open Sans", sans-serif;
}

h2, h3, h4, h5, h6, .the-headline {
  font-family: "Open Sans", sans-serif;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 100%;
}

h2, .the-headline {
  font-size: 26px;
}

@media only screen and (min-width: 768px) {
  h2, .the-headline {
    font-size: 40px;
  }
}

h3 {
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 30px;
  }
}

h5, h6 {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  h5, h6 {
    font-size: 20px;
  }
}

a {
  color: #e16c38;
}

blockquote {
  font-family: "Time New Roman", serif;
  font-style: italic;
}

@media only screen and (min-width: 1180px) {
  blockquote {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 110%;
  }
}

blockquote footer {
  font-style: normal;
}

section,
main,
.contain {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  section,
  main,
  .contain {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1180px) {
  section,
  main,
  .contain {
    padding: 0 calc(20px + (50% - (1180px / 2)));
  }
}

@media only screen and (min-width: 1180px) {
  .is--device section,
  .is--device main,
  .is--device .contain {
    padding: 0 20px;
  }
}

/* ***************************************** */
/* --------------- Layouts ----------------- */
/* ***************************************** */
/* -----------------------
	Basic layout
----------------------- */
.container, .container-full {
  position: relative;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

/* ------------------------
	Header
------------------------ */
/* Naviagation bar */
header {
  position: relative;
}

.nav-bar {
  border-top: 2px solid #e16c38;
  background: #1f2555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 9999;
  height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (min-width: 1180px) {
  .nav-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.extra-nav {
  display: inline-block;
  color: #ffffff;
  font-family: "Time New Roman", serif;
  font-style: italic;
  font-size: 18px;
  padding-right: 20px;
}

@media only screen and (min-width: 1180px) {
  .extra-nav {
    display: none;
  }
}

.extra-nav .fa-mobile-android-alt {
  color: #e16c38;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 22px;
}

.contact-bar {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 8999;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: top .5s ease-in-out;
  transition: top .5s ease-in-out;
  top: -280px;
  text-align: center;
}

.contact-bar.show-bar {
  top: 60px;
}

@media only screen and (min-width: 1180px) {
  .contact-bar {
    top: 60px;
  }
  .contact-bar.smaller-bar {
    top: 10px;
  }
}

.contact-bar span {
  font-family: "Time New Roman", serif;
  color: #6180bb;
  font-style: italic;
  font-size: 20px;
  display: none;
  padding-top: 15px;
  padding-bottom: 5px;
  position: relative;
}

@media only screen and (min-width: 1180px) {
  .contact-bar span {
    display: block;
    text-align: center;
  }
}

.contact-bar span i {
  color: #e16c38;
  font-size: 22px;
  margin-left: 5px;
  margin-right: 5px;
}

.contact-bar span:before {
  content: '';
  width: calc( 50% - 200px);
  left: 0px;
  height: 1px;
  background: #6180bb;
  position: absolute;
  top: 60%;
}

.contact-bar span:after {
  content: '';
  width: calc( 50% - 200px);
  right: 0px;
  height: 1px;
  background: #6180bb;
  position: absolute;
  top: 60%;
}

.contact-bar ul {
  list-style: none;
  margin: 0 auto;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1180px) {
  .contact-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1180px;
  }
}

.contact-bar a.docname {
  color: #1f2555;
}

.contact-bar a {
  display: block;
  text-decoration: none;
}

.contact-bar a:hover {
  text-decoration: underline;
}

.contact-bar li {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1f2555;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .contact-bar li {
    margin-bottom: 0;
  }
}

.contact-bar li:nth-of-type(6) a:nth-of-type(2),
.contact-bar li:nth-of-type(5) a:nth-of-type(2) {
  display: inline;
}

.contact-bar .extra-phone {
  display: block;
}

@media only screen and (min-width: 400px) {
  .contact-bar .extra-phone {
    margin-left: 10px;
    display: inline;
  }
}

.menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 20px;
  height: 100%;
}

@media only screen and (min-width: 1180px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger .hamburger {
  width: 25px;
  height: 2px;
  background: #ffffff;
  display: block;
  margin-bottom: 5px;
}

.menu-trigger .hamburger:last-of-type {
  margin-bottom: 0px;
}

.menu-trigger > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-trigger .touch-button-text {
  margin-left: 10px;
  display: none;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 100;
  color: #ffffff;
  letter-spacing: 1px;
}

@media only screen and (min-width: 370px) {
  .menu-trigger .touch-button-text {
    display: block;
  }
}

/* Inside Page Headers */
.int-header {
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  background: #f5f8f9;
  background-size: cover;
  height: 460px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .int-header {
    height: 460px;
  }
}

.inside-logo {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) {
  .inside-logo {
    padding-top: 190px;
  }
}

.page-8 .inside-logo {
  padding-top: 70px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-8 .inside-logo {
    text-align: left;
    padding-top: 190px;
  }
}

.inside-logo img {
  width: 150px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .inside-logo img {
    float: left;
    width: 190px;
    height: 165px;
  }
}

.inside-logo img.logo-handtherapy {
  width: 200px;
}

@media only screen and (min-width: 768px) {
  .inside-logo img.logo-handtherapy {
    width: 243px;
    height: auto;
  }
}

.inside-logo .inside-headlines {
  text-shadow: 1px 1px 1px #ffffff;
  margin-top: 140px;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .inside-logo .inside-headlines {
    max-width: 400px;
    text-shadow: none;
    margin-left: 60px;
    margin-top: 60px;
    clear: none;
    float: left;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1180px) {
  .inside-logo .inside-headlines {
    max-width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .hand-therapy .inside-logo .inside-headlines {
    margin-left: 20px;
    text-shadow: 1px 1px 1px #ffffff;
  }
}

.inside-logo span {
  display: block;
}

.inside-logo span:nth-of-type(1) {
  font-family: "Open Sans", sans-serif;
  color: #1f2555;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .inside-logo span:nth-of-type(1) {
    font-size: 35px;
    line-height: 40px;
  }
  .hand-therapy .inside-logo span:nth-of-type(1) {
    font-size: 35px;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 1180px) {
  .inside-logo span:nth-of-type(1) {
    font-size: 41px;
    line-height: 40px;
  }
}

.inside-logo span:nth-of-type(2) {
  font-family: "Time New Roman", serif;
  font-size: 20px;
  font-style: italic;
  color: #6180bb;
}

@media only screen and (min-width: 768px) {
  .inside-logo span:nth-of-type(2) {
    margin-top: 10px;
  }
}

.bg-inside-1 {
  background: #f1f4fa url("images/bg-inside-1.jpg") center right no-repeat;
  background-position-x: -1000px;
}

@media only screen and (min-width: 768px) {
  .bg-inside-1 {
    background: #f1f4fa url("images/bg-inside-1.jpg") center center no-repeat;
    background-position-x: -800px;
  }
}

@media only screen and (min-width: 870px) {
  .bg-inside-1 {
    background: #f1f4fa url("images/bg-inside-1.jpg") center center no-repeat;
  }
}

.bg-inside-2 {
  background: #f1f4fa url("images/bg-inside-2.jpg") center right no-repeat;
  background-position-x: -1100px;
}

@media only screen and (min-width: 768px) {
  .bg-inside-2 {
    background: #f1f4fa url("images/bg-inside-2.jpg") center center no-repeat;
    background-position-x: -800px;
  }
}

@media only screen and (min-width: 870px) {
  .bg-inside-2 {
    background: #f1f4fa url("images/bg-inside-2.jpg") center center no-repeat;
  }
}

.bg-inside-3 {
  background: #f1f4fa url("images/bg-inside-3.jpg") center right no-repeat;
  background-position-x: -1150px;
}

@media only screen and (min-width: 768px) {
  .bg-inside-3 {
    background: #f1f4fa url("images/bg-inside-3.jpg") center center no-repeat;
    background-position-x: -800px;
  }
}

@media only screen and (min-width: 970px) {
  .bg-inside-3 {
    background: #f1f4fa url("images/bg-inside-3.jpg") center center no-repeat;
  }
}

.bg-inside-4 {
  background: #f1f4fa url("images/bg-inside-4.jpg") center right no-repeat;
  background-position-x: -1150px;
}

@media only screen and (min-width: 768px) {
  .bg-inside-4 {
    background: #f1f4fa url("images/bg-inside-4.jpg") center center no-repeat;
    background-position-x: -800px;
  }
}

@media only screen and (min-width: 1024px) {
  .bg-inside-4 {
    background: #f1f4fa url("images/bg-inside-4.jpg") center center no-repeat;
  }
}

.bg-inside-docs {
  background: #f1f4fa url("images/bg-inside-docs-24.jpg") center right no-repeat;
  /* background-position-x: -1150px; */
  background-position-x: -1122px;
}

@media only screen and (max-width: 420px) and (min-height: 600px){
  .bg-inside-docs {
    background: #f1f4fa url("images/bg-inside-docs-24.jpg") center right no-repeat;
    background-size: 523vw;
    background-position: right 29% bottom;
  }
}

@media only screen and (min-width: 545px) {
  .bg-inside-docs {
    background-position-x: -1070px;
    background-size: cover;
  }
}

@media only screen and (min-width: 675px) {
  .bg-inside-docs {
    background-position-x: -995px;
    background-size: cover;
  }
}


@media only screen and (min-width: 768px) {
  .bg-inside-docs {
    background: #f1f4fa url("images/bg-inside-docs-24.jpg") center center no-repeat;
    background-position-x: -800px;
  }
}

@media only screen and (min-width: 1024px) {
  .bg-inside-docs {
    background: #f1f4fa url("images/bg-inside-docs-24.jpg") center center no-repeat;
  }
}

.bg-inside-occ {
  background: #f1f4fa url("images/bg-inside-occ.jpg") center right no-repeat;
  background-position-x: -1100px;
  background-position-y: 34px;
}

@media only screen and (min-width: 768px) {
  .bg-inside-occ {
    background: #f1f4fa url("images/bg-inside-occ.jpg") center center no-repeat;
    background-position-x: -800px;
    background-position-y: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .bg-inside-occ {
    background: #f1f4fa url("images/bg-inside-occ.jpg") center center no-repeat;
  }
}

/* ------------------------
	Nav
------------------------ */
.menu-wrap {
  display: none;
}

.touch-menu.menu-is-closed .main-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms, -webkit-transform 4s;
  transition: visibility 0s linear 300ms, opacity 300ms, -webkit-transform 4s;
  transition: visibility 0s linear 300ms, opacity 300ms, transform 4s;
  transition: visibility 0s linear 300ms, opacity 300ms, transform 4s, -webkit-transform 4s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.touch-menu.menu-is-open .main-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  padding-bottom: 80px; /*space for userway*/
}

.touch-menu {
  display: block;
}

.touch-menu.menu-wrap {
  width: 100%;
  position: fixed;
  top: 0px;
  left: -100%;
  height: 100%;
  z-index: 500;
  padding: 0;
}

.touch-menu .main-menu {
  background: rgba(0, 0, 0, 0.95);
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.touch-menu .main-menu li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

.touch-menu .main-menu li:before {
  display: none;
}

.touch-menu .main-menu a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  display: block;
  color: #e16c38;
  line-height: 1em;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.touch-menu .main-menu .menu-item > a {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.touch-menu .main-menu .first.menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.touch-menu .main-menu .sub-menu {
  display: none;
}

.touch-menu .main-menu .sub-menu a {
  font-size: 1.1em;
  line-height: 22px;
}

.touch-menu .main-menu ul[data-ul-depth="0"] > li > a {
  padding-left: 30px;
}

.touch-menu .main-menu ul[data-ul-depth="1"] > li > a {
  padding-left: 40px;
}

.touch-menu .main-menu ul[data-ul-depth="2"] > li > a {
  padding-left: 50px;
}

.touch-menu .main-menu ul[data-ul-depth="3"] > li > a {
  padding-left: 60px;
}

.touch-menu .main-menu ul[data-ul-depth="4"] > li > a {
  padding-left: 70px;
}

.touch-menu .nav-dropdown-button {
  position: absolute;
  z-index: 25;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  right: 0;
  top: 0px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.touch-menu .nav-dropdown-button:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  color: rgba(255, 255, 255, 0.4);
  font-weight: 100;
  -webkit-transition: .2s linear transform;
  transition: .2s linear transform;
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.touch-menu .close-menu {
  display: block;
  position: absolute;
  top: 0px;
  padding: 8px 25px 7px 27px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}

.touch-menu .close-menu i {
  font-weight: 100;
}

.touch-menu .sub-menu-open > .nav-dropdown-button:after {
  content: '\f068';
  font-weight: 100;
}

.hover-menu {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.hover-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}

.hover-menu .main-menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 100%;
}

.hover-menu .main-menu > li:hover > a {
  background: #6180bb;
}

.hover-menu .main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

.hover-menu .main-menu > li.mega-menu {
  position: static;
}

.hover-menu .main-menu > li a {
  display: block;
  text-decoration: none;
  padding: 21px 14px;
  -webkit-transition: .15s ease-in-out background;
  transition: .15s ease-in-out background;
  color: #ffffff;
}

.hover-menu .main-menu > li a:hover {
  color: #ffffff;
}

.hover-menu a {
  font-size: 16px;
  line-height: 20px;
}

.hover-menu .sub-menu {
  background: #6180bb;
  position: absolute;
  top: 62px;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  width: 300px;
  z-index: -5;
  -webkit-transition: .25s ease-in-out top, .25s ease-in-out opacity;
  transition: .25s ease-in-out top, .25s ease-in-out opacity;
}

.hover-menu .sub-menu > li:last-of-type {
  border-bottom: none;
}

.hover-menu .sub-menu > li.menu-item-has-children {
  position: relative;
}

.hover-menu .sub-menu > li.menu-item-has-children:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  -webkit-transition: .2s all;
  transition: .2s all;
  position: absolute;
  top: 40%;
  left: 250px;
  right: 0;
  margin: 0 auto;
}

.hover-menu .sub-menu > li.menu-item-has-children:hover:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hover-menu .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  right: inherit;
  left: inherit;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 300px;
  top: 0px;
}

.hover-menu .sub-menu > li a {
  color: #ffffff;
  font-size: 16px;
}

.hover-menu .sub-menu > li:hover > a {
  color: #1f2555;
  border-bottom: none;
}

.hover-menu .sub-menu a {
  text-align: left;
  padding: 10px 15px !important;
  color: #ffffff;
}

.hover-menu .mega-menu > ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

.hover-menu .mega-menu > .sub-menu {
  display: none;
  width: 100%;
  top: 60px;
  padding: 50px 100px;
}

.hover-menu .mega-menu > .sub-menu .sub-menu {
  visibility: hidden;
  position: relative;
  border-bottom: none;
  border-right: none;
  border-left: none;
  opacity: 1;
  visibility: visible;
  width: 100%;
  top: inherit;
  left: 0 !important;
  right: inherit;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 50;
}

.hover-menu .mega-menu > .sub-menu li {
  padding-right: 0;
  border: none;
  width: 100%;
}

.hover-menu .mega-menu > .sub-menu li li {
  font-weight: normal;
  border-bottom: 1px solid #ffffff;
}

.hover-menu .mega-menu > .sub-menu li li a {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
}

.hover-menu .mega-menu > .sub-menu li:after {
  display: none;
}

.hover-menu .mega-menu > .sub-menu a {
  font-size: 16px !important;
}

.hover-menu .mega-menu > .sub-menu a:hover {
  text-decoration: underline;
}

.hover-menu .mega-menu > .sub-menu > li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.hover-menu .mega-menu > .sub-menu > li > a, .hover-menu .mega-menu > .sub-menu > li > .sub-menu {
  background: none;
}

.hover-menu .mega-menu:hover > .sub-menu {
  display: block;
}

.hover-menu .close-menu {
  display: none !important;
}

/* ------------------------
	Content
------------------------ */
.content {
  padding-bottom: 50px;
}

@media only screen and (min-width: 1180px) {
  .content {
    width: calc(100% - 350px);
    padding-right: 40px;
    padding-bottom: 20px;
  }
}

.content a {
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
  color: #e16c38;
}

.content a:hover {
  text-decoration: underline;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #1f2555;
  margin-top: 50px;
}

.page-title h1 {
  margin-bottom: 30px;
  color: #1f2555;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
}

@media only screen and (min-width: 768px) {
  .page-title h1 {
    margin-top: 30px;
    font-size: 50px;
    line-height: 55px;
  }
}

.site-crumbs {
  text-align: left;
  font-family: "Time New Roman", serif;
  font-size: 14px;
}

.site-crumbs .salacious-crumb {
  color: #6180bb;
  position: relative;
  font-style: italic;
}

.site-crumbs .salacious-crumb a {
  font-family: "Time New Roman", serif;
  font-size: 14px;
  text-decoration: none;
  color: #6180bb;
}

.site-crumbs .salacious-crumb .crumb-sep {
  margin: 0 8px;
  color: #6180bb;
}

.site-crumbs .salacious-crumb .current-crumb-item {
  text-decoration: none;
  color: #6180bb;
}

.interior {
  text-align: left;
  padding-bottom: 40px;
  padding-top: 35px;
  margin-top: 0px !important;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .interior {
    background: url("images/bg-inside-content.jpg") top center no-repeat;
    padding-top: 35px;
  }
}

@media only screen and (min-width: 1180px) {
  .interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.interior .content {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.interior .content a:hover {
  text-decoration: none;
}

.interior .content p:first-of-type {
  margin-top: 0;
}

.interior .content ul {
  margin: 1em 0px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .interior .content ul {
    margin: 2em 50px;
  }
}

.interior .content ul li {
  position: relative;
  margin-left: 0px;
  padding-left: 20px;
  margin-bottom: 7px;
}

.interior .content ul li:before {
  content: '';
  color: #e16c38;
  background-color: #e16c38;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.interior .content ol {
  counter-reset: item;
  margin: 1em 0px;
}

@media only screen and (min-width: 768px) {
  .interior .content ol {
    margin: 2em 50px;
  }
}

.interior .content ol > li {
  display: block;
  position: relative;
  margin-bottom: 7px;
  padding-left: 25px;
}

.interior .content ol > li:before {
  left: 0px;
  position: absolute;
  content: counter(item) ". ";
  counter-increment: item;
  color: #e16c38;
  font-weight: bold;
}

.interior .content blockquote {
  font-family: "Time New Roman", serif;
  font-size: 20px;
  line-height: 23px;
  font-style: italic;
  position: relative;
  margin: 50px 0 70px 0px;
  padding-left: 30px;
  border-left: 3px solid #6180bb;
}

@media only screen and (min-width: 768px) {
  .interior .content blockquote {
    margin: 50px 0 70px 40px;
  }
}

.interior .content blockquote footer {
  font-size: 100%;
  font-weight: bold;
}

.interior .content blockquote span {
  font-size: 14px;
  color: #6180bb;
  display: block;
  margin-left: 30px;
}

.interior .content blockquote span footer:before {
  content: none;
}

.interior .content blockquote strong {
  top: 15px;
  position: relative;
}

.interior .content blockquote strong:after {
  content: ' *';
  font-weight: normal;
  color: #6180bb;
}

.interior .content .calltoaction {
  padding: 40px;
  background-color: #ece7dd;
  margin: 40px 0;
  font-size: 14px;
  line-height: 22px;
}

.interior .content .calltoaction span {
  margin-top: 0px;
  display: block;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  color: #6180bb;
  font-size: 22px;
}

@media only screen and (min-width: 1180px) {
  .interior .content .calltoaction span {
    font-size: 32px;
  }
}

.interior .content .calltoaction .button {
  margin-top: 20px;
}

.interior .content .bnacase-imgset {
  clear: both;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-bottom: 40px;
  background-color: #ece7dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .interior .content .bnacase-imgset {
    width: 100%;
  }
}

.interior .content .bnacase-imgset .before, .interior .content .bnacase-imgset .after {
  width: 48%;
}

.interior .content .bnacase-imgset .before img, .interior .content .bnacase-imgset .after img {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .interior .content .bnacase-imgset .before, .interior .content .bnacase-imgset .after {
    width: 48%;
  }
}

.interior .content .bnacase-imgset .before span, .interior .content .bnacase-imgset .after span {
  color: #000;
  font-size: 14px;
  text-transform: none;
}

.interior .content .bnacase-imgset .before {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .interior .content .bnacase-imgset .before {
    margin-right: 10px;
  }
}

.interior .content .bnacase-imgset .after {
  position: relative;
}

.interior .content .bnacase-imgset .after:before {
  position: absolute;
  top: 5px;
  right: 8px;
  color: #ffffff;
  font-size: 18px;
}

.interior .content .bnacase-imgset div:last-of-type {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.interior .content .bnacase-imgset div:last-of-type a {
  text-transform: none;
  text-decoration: none;
  color: #1f2555;
}

.interior .content .bnacase-imgset div:last-of-type a:hover {
  text-decoration: underline;
}

.interior .content .sponsorship-opportunities ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e0dce7;
  border-bottom: 1px solid #e0dce7;
  margin-bottom: 100px;
}

.interior .content .sponsorship-opportunities ul li {
  margin: 0;
  padding: 100px 40px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e0dce7;
}

@media only screen and (min-width: 768px) {
  .interior .content .sponsorship-opportunities ul li {
    width: 50%;
  }
  .interior .content .sponsorship-opportunities ul li:nth-of-type(odd) {
    border-right: 1px solid #e0dce7;
  }
}

.interior .content .sponsorship-opportunities ul li:before {
  display: none;
}

.interior .content .sponsorship-opportunities ul li h2 {
  margin-top: 0;
}

.interior .content .sponsorship-opportunities ul li span {
  font-size: 44px;
  color: #6180bb;
  margin-bottom: 40px;
  display: block;
}

.interior .content .sponsorship-opportunities ul li p {
  text-align: left;
}

.interior .content .sponsorship-opportunities ul li .button-donate {
  display: inline-block;
  margin-top: 60px;
}

/* Gallery */
dl.gallery-item img {
  width: auto;
  height: 75px;
}

@media only screen and (min-width: 768px) {
  dl.gallery-item img {
    width: auto;
    height: 150px;
  }
}

#seaform-292 {
  display: none;
  max-width: 900px;
}

.donate .button-donate {
  margin: 40px 0;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .donate .split-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .donate .split-view > div {
    width: 48%;
  }
  .donate .split-view > div ol, .donate .split-view > div li {
    margin: 20px;
  }
}

.list-treatments {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) {
  .list-treatments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.list-treatments > div {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .list-treatments > div {
    width: 30%;
  }
}

.list-treatments > div h2 {
  margin-top: 30px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .list-treatments > div h2 {
    font-size: 30px;
  }
}

.list-treatments > div img {
  width: 100%;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .list-treatments > div img {
    max-width: none;
  }
}

.list-treatments > div .button-donate {
  display: inline-block;
  margin-top: 10px;
}

.page-18 main {
  display: none;
}

/* ------------------------
	Aside
------------------------ */
aside {
  display: block;
}

aside ul {
  list-style: none;
}

aside li {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  aside > div {
    width: 45%;
    max-width: 350px;
  }
}

@media only screen and (min-width: 1180px) {
  aside {
    margin-top: 70px;
    width: 350px;
    display: block;
  }
  aside > div {
    width: auto;
  }
}

.sidebar-block {
  margin-bottom: 30px;
  padding: 20px 30px;
}

.sidebar-block .sb-heading {
  font-size: 25px;
  color: #1f2555;
  margin-bottom: 20px;
  margin-top: 5px;
  padding-top: 5px;
}

.sidebar-block .sb-heading a {
  text-decoration: none;
}

.sidebar-block li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}

.sidebar-block li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-block li a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #555555;
  line-height: 1.5em;
}

.sidebar-block li a:hover {
  text-decoration: underline;
}

.contact-block {
  background: #6180bb;
  border-top: 5px solid #e16c38;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}

.hand-therapy .contact-block {
  background: #1f2555;
}

.contact-block .sb-heading {
  color: #ffffff;
}

.contact-block a {
  color: #ffffff !important;
  text-decoration: none;
}

.contact-block select {
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
}

.contact-block .switch-info-docs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}

.contact-block .switch-info-docs, .contact-block .switch-info-locs {
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-block .doc-info, .contact-block .sb-loc-info {
  display: none;
}

.contact-block span {
  font-weight: 600;
}

.blog-block, .advantage-block, .special-block {
  border-top: 5px solid #6180bb;
  background-color: #e3e7ee;
}

.parent-8 .related-pages {
  display: none;
}

.hand-therapy .the-sb-chooser {
  display: none;
}

.sb-hand-therapy-offices span {
  font-weight: bold;
}

.sb-hand-therapy-offices a:hover {
  text-decoration: underline;
}

.sb-hand-therapy-offices a:nth-of-type(2) {
  color: #e16c38 !important;
}

.sb-hand-therapy-offices .hours-text {
  font-size: 12px;
}

ul {
  margin: 0;
}

ul .sb-buttons {
  width: 100%;
  height: 150px;
  padding: 40px 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  ul .sb-buttons {
    width: 350px;
  }
}

ul .sb-buttons:nth-of-type(1) {
  background: #6180bb url("images/sb-button-1.jpg") center center no-repeat;
  background-size: cover;
}

ul .sb-buttons:nth-of-type(2) {
  background: #6180bb url("images/sb-button-2.jpg") center center no-repeat;
  background-size: cover;
}

ul .sb-buttons:nth-of-type(3) {
  background: #6180bb url("images/sb-button-3.jpg") center center no-repeat;
  background-size: cover;
}

ul .sb-buttons span {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  color: #ffffff;
}

ul .sb-buttons .button {
  display: block;
  margin-top: 10px;
  padding: 5px 20px;
  line-height: 20px;
  max-width: 150px;
}

@media only screen and (min-width: 1180px) {
  ul .sb-buttons .button {
    width: auto;
  }
}

/* ------------------------
	Footer Layout
------------------------ */
.footer-schedule {
  /* background: url("images/bg-contact-footer.jpg") center center no-repeat; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .footer-schedule {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .footer-schedule > div {
    width: 48%;
  }
}

.footer-schedule span {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-schedule span {
    margin-bottom: 35px;
    font-size: 40px;
  }
}

.footer-schedule form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .footer-schedule form {
    margin-bottom: 0;
  }
}

.footer-schedule form .field-1, .footer-schedule form .field-2, .footer-schedule form .field-3, .footer-schedule form .field-4 {
  width: 48%;
}

.footer-schedule form .field-5, .footer-schedule form .field-6 {
  width: 100%;
}

.footer-schedule form .field-6 {
  margin-bottom: 0 !important;
}

.footer-schedule form .stopyenoh {
  display: none;
}

.footer-schedule .f-locs a, .footer-schedule .f-locs div {
  display: block;
  width: 100%;
  height: 250px;
  /* background: url("images/map.jpg") center center no-repeat; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .footer-schedule .f-locs a, .footer-schedule .f-locs div {
    height: 100%;
    max-height: 325px;
    width: 100%;
    height: 100%;
    max-height: 293px;
  }
}

@media only screen and (min-width: 1180px) {
  .footer-schedule .f-locs a, .footer-schedule .f-locs div {
    width: 100%;
    height: 100%;
    max-height: 323px;
  }
}

/*====================================
=            Upper Footer            =
====================================*/
.upper-footer {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  background-color: #1f2555;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .upper-footer {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hand-therapy .loc-wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .loc-wrap {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    color: #ffffff;
    flex-wrap: wrap;
  }
}
@media (min-width: 1180px) {
  .loc-wrap.row-two{
    justify-content: center;
  }
}

.loc-wrap a {
  color: #ffffff;
  text-decoration: none;
}

.loc-wrap a:hover {
  text-decoration: underline;
}

.loc-wrap .the-loc {
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .loc-wrap .the-loc {
    margin-bottom: 40px;
    width: 48%;
  }
}

@media only screen and (min-width: 1180px) {
  .loc-wrap .the-loc {
    width: 25%;
  }
}

.loc-wrap .the-loc span {
  font-weight: 600;
}

.loc-wrap .the-loc a:nth-of-type(2) {
  color: #e16c38;
}

.loc-wrap .the-loc .tooltip-text {
  color: #6180bb;
  margin-top: 0px;
  font-size: 12px;
}

/*============================================
=            Patient forms Emails            =
============================================*/
.patient-forms-emails {
  background-color: #1f2555;
  text-align: left;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .patient-forms-emails {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 35px;
  }
}

.patient-forms-emails ul {
  list-style: none;
  margin: 0;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .patient-forms-emails ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.patient-forms-emails ul li {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .patient-forms-emails ul li {
    margin-top: 0px;
    width: 32%;
  }
}

/*====================================
=            Lower Footer            =
====================================*/
.lower-footer {
  background: #1f2555;
  padding-top: 20px !important;
  padding-bottom: 40px !important;
  color: #ffffff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .lower-footer {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.copyright {
  display: block;
  margin-bottom: 0;
  margin-top: 0px;
}

.copyright .disclaimer {
  line-height: 16px;
  max-width: 700px;
  margin: 0 auto;
  color: #6180bb;
}

.copyright, .rm-sig {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

@media only screen and (min-width: 1180px) {
  .copyright, .rm-sig {
    text-align: center;
  }
}

.copyright a, .rm-sig a {
  color: #ffffff;
  text-decoration: none;
}

.copyright a:hover, .rm-sig a:hover {
  text-decoration: underline;
}

footer a.accessibility{
  background: #e16c38;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  line-height: 16px;
  border: 1px solid #e16c38;
}
footer a.accessibility:hover,
footer a.accessibility:active{
  background:#1f2555;
  text-decoration: none;
}

.rm-sig {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .rm-sig {
    max-width: none;
    margin: 0;
  }
}

.rm-sig svg {
  position: relative;
  top: 4px;
  left: 2px;
  width: 33px;
  height: 14px;
}

@media only screen and (min-width: 1180px) {
  .rm-sig svg {
    top: 4px;
    left: 2px;
  }
}

.rm-sig svg path {
  fill: #ffffff;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.rm-sig svg:hover path {
  fill: #e16c38;
}

/* ------------------------
	Forms & Form Elements
------------------------ */
.contact-us .button {
  margin-bottom: 10px;
}

.contact-us .seaforms .type-checkbox input + label {
  display: inline;
}

.contact-us .seaforms .type-text > p {
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}

.contact-us form span {
  color: #000;
}

.contact-us form label {
  letter-spacing: .5px;
  font-family: "Open Sans", sans-serif;
  color: #e16c38;
}

@media only screen and (min-width: 768px) {
  .contact-us fieldset {
    float: left;
    width: 50%;
    height: 270px;
  }
  .contact-us fieldset div input {
    font-size: 14px;
  }
}

.contact-us .content {
  width: 100% !important;
  padding-right: 0;
}

.contact-us.thank-you .content {
  padding-right: 50px;
}

.contact-us .contact-content {
  width: 100%;
  padding-bottom: 50px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .contact-us .contact-content {
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .contact-us .contact-content section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .contact-us .contact-form {
    width: 50%;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-us .office-info {
    width: 50%;
  }
}

.contact-us h2 {
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: none;
}

.contact-us .gmaps {
  width: 100%;
  margin-bottom: 16px;
}

.contact-us .gmaps iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (min-width: 768px) {
  .contact-us .addy-hours {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-us .address {
  width: 50%;
}

.contact-us .address strong {
  text-transform: uppercase;
}

.contact-us .the-hours {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .contact-us .the-hours {
    margin-top: 0px;
    width: 270px;
    width: 50%;
  }
}

.gmaps {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.gmaps iframe {
  display: block;
  width: 100%;
  height: 200px;
}

form .text-inputtype,
form .email-inputtype {
  width: 100%;
  padding-left: 10px;
  background: #ffffff;
}

form select {
  width: 100%;
  height: 38px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 10px;
  border-radius: 0;
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 17px 11px;
  background-color: #f9f9f9;
  border: 1px solid #c9c9c9;
}

form textarea {
  width: 100%;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid #c9c9c9;
  height: 145px;
}

form input[type="radio"] {
  margin-right: 10px;
}

form .type-text {
  font-size: 12px;
  font-size: 0.75rem;
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}

.error {
  border: 1px solid #E74C3C !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 10px #E74C3C !important;
          box-shadow: 0 0 10px #E74C3C !important;
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

span.error {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 0;
  top: 28px;
  right: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(images/svg/error.svg);
  background-size: 7px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

/* ***************************************** */
/* ---------- Specific Templates ----------- */
/* ***************************************** */
/* ------------------------
	Home Page
------------------------ */
/* WELCOME  */
.welcome {
  margin-top: 0 !important;
  position: relative;
  min-height: 480px;
  z-index: 1000;
  height: 500px;
}

@media only screen and (min-width: 768px) {
  .welcome {
    margin-bottom: 0px;
    height: 800px;
  }
}

@media only screen and (min-width: 1180px) {
  .welcome {
    background: none;
    height: 100vh;
    min-height: 900px;
  }
}

@media only screen and (min-width: 1180px) {
  .welcome-parallax {
    height: 100vh;
    min-height: 900px;
  }
}

.welcome-parallax .social {
  visibility: hidden;
  position: absolute;
  top: 80px;
  right: 10px;
}

@media only screen and (min-width: 1180px) {
  .welcome-parallax .social {
    visibility: visible;
  }
}

.welcome-parallax .social i {
  font-size: 20px;
}

.welcome-parallax .social a {
  margin-right: 5px;
  margin-left: 5px;
  color: #1f2555;
}

/* For short Screens like Laptops */
/* Homepage Slideshow  */
.home-slideshow {
  position: absolute;
}

.home-slideshow .slide1, .home-slideshow .slide2, .home-slideshow .slide3, .home-slideshow .slide4 {
  width: 100%;
  height: 100%;
}

.home-slideshow .slide1 {
  background: url("images/bg-welcome.jpg") top center no-repeat;
  background-size: cover;
}

.home-slideshow .slide2 {
  background: url("images/bg-welcome-2.jpg") top center no-repeat;
  background-size: cover;
}

.home-slideshow .slide3 {
  background: url("images/bg-welcome-3.jpg") top center no-repeat;
  background-size: cover;
}

.home-slideshow .slide4 {
  background: url("images/bg-welcome-4.jpg") top center no-repeat;
  background-size: cover;
}

.welcome .owl-carousel,
.welcome .owl-stage-outer,
.welcome .owl-stage,
.welcome .owl-item {
  height: 500px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .welcome .owl-carousel,
  .welcome .owl-stage-outer,
  .welcome .owl-stage,
  .welcome .owl-item {
    height: 800px;
  }
}

@media only screen and (min-width: 1180px) {
  .welcome .owl-carousel,
  .welcome .owl-stage-outer,
  .welcome .owl-stage,
  .welcome .owl-item {
    height: 100vh;
    min-height: 100%;
  }
}

.welcome-cta {
  z-index: 1;
  padding-top: 60px;
  text-align: center;
  height: 100%;
}

.welcome-cta h1 {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .welcome-cta {
    padding-top: 100px;
    text-align: center;
  }
}

@media only screen and (min-width: 1180px) {
  .welcome-cta {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 1180px) {
  .welcome-cta .welcome-logo {
    margin-left: 0;
    position: relative;
  }
}

.welcome-cta .welcome-logo img {
  width: 223px;
  height: auto;
  aspect-ratio: 304 /264;
}

@media only screen and (min-width: 1180px) {
  .welcome-cta .welcome-logo img {
    width: 304px;
    height: 264px;
  }
}

.welcome-cta .tags-bg {
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1180px) {
  .welcome-cta .tags-bg {
    position: relative;
    background: none;
    margin-top: 100px;
  }
}

.welcome-cta h2 {
  font-family: "Lato", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  color: #1f2555;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 5px;
  text-shadow: 2px 2px 1px #ffffff;
}

@media only screen and (min-width: 768px) {
  .welcome-cta h2 {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    font-size: 68px;
    line-height: 65px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1180px) {
  .welcome-cta h2 {
    max-width: 1120px;
    font-size: 82px;
    line-height: 82px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.welcome-cta h3 {
  text-shadow: 2px 2px 1px #ffffff;
  font-family: "Time New Roman", serif;
  color: #e16c38;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  font-style: italic;
  width: 100% !important;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .welcome-cta h3 {
    padding: 0px 40px;
    max-width: none;
    background-color: transparent;
    margin-top: 0px;
    font-size: 36px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 1180px) {
  .welcome-cta h3 {
    font-size: 55px;
    line-height: 50px;
  }
}

.welcome-cta .arrow {
  margin-top: 35px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1180px) {
  .welcome-cta .arrow {
    display: block;
    margin-top: 50px;
  }
}

.welcome-cta .arrow a:hover i {
  color: #ffffff;
}

.welcome-cta .arrow a {
  position: relative;
  padding-left: 50px;
  padding-right: 20px;
}

.welcome-cta .arrow i {
  position: absolute;
  left: 5px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  font-size: 30px;
  color: #ffffff;
}

.home-doctor {
  background: url("images/bg-doctors.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1180px) {
  .home-doctor {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.home-doctor img {
  width: 100%;
  max-width: 973px;
  z-index: 500;
  position: relative;
  height:auto;
}

.home-doctor h2 {
  color: #1f2555;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .home-doctor h2 {
    font-size: 45px;
    line-height: 23px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1180px) {
  .home-doctor h2 {
    font-size: 70px;
    line-height: 53px;
  }
}

.home-doctor h2 span {
  display: block;
  color: #6180bb;
  font-family: "Time New Roman", serif;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .home-doctor h2 span {
    font-size: 40px;
    line-height: 53px;
  }
}

.home-doctor .doc-content {
  /* background-color: rgba(255, 255, 255, 0.95); */
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 40px;
  /* margin-top: -140px; */
  margin-top: -80px;
  z-index: 1000;
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
}

/* @media only screen and (min-width: 430px) {
  .home-doctor .doc-content {
    margin-top: -200px;
  }
} */
@media only screen and (min-width: 768px) {
  .home-doctor .doc-content {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}

@media only screen and (min-width: 960px) {
  .home-doctor .doc-content {
    margin-top: -200px;
  }
}

/* @media only screen and (min-width: 768px) { */
@media only screen and (min-width: 960px) {
  .home-doctor .doc-content {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1180px) {
  .home-doctor .doc-content {
    padding-bottom: 100px;
  }
}

.home-doctor .doc-content p {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1180px) {
  .home-doctor .doc-content p {
    padding-top: 80px;
  }
}

.home-doctor .doc-content .button {
  margin-top: 40px;
}

.home-doctor .doc-names {
  font-family: "Time New Roman", serif;
  font-style: italic;
  font-size: 16px;
  color: #ffffff;
  background-color: #6180bb;
  width: 100%;
}

@media only screen and (min-width: 1180px) {
  .home-doctor .doc-names {
    font-size: 20px;
  }
}

.home-doctor .doc-names ul {
  padding-top: 18px;
  padding-bottom: 18px;
  list-style: none;
  max-width: 1080px;
  margin: 0 auto;
}

.home-doctor .doc-names ul li{
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .home-doctor .doc-names ul li{
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .home-doctor .doc-names ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/* .home-doctor .doc-names ul li:last-of-type {
  display: none;
} */

.home-doctor .doc-names ul li a {
  text-decoration: none;
  color: #ffffff;
}

.home-doctor .doc-names ul li a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1000px) {
  .home-featured-procedures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-featured-procedures > div {
  padding-top: 320px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-featured-procedures > div p {
  margin-bottom: 0;
  max-width: 600px;
}

@media only screen and (min-width: 768px) {
  .home-featured-procedures > div {
    width: 100%;
    padding-top: 320px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1000px) {
  .home-featured-procedures > div {
    height: 750px;
    width: 33.3%;
  }
}

.home-featured-procedures > div:nth-of-type(1) {
  /* background: url("images/bg-procedures-1.jpg") top center no-repeat; */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-featured-procedures > div:nth-of-type(2) {
  /* background: url("images/bg-procedures-2.jpg") top center no-repeat; */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-featured-procedures > div:nth-of-type(3) {
  /* background: url("images/bg-procedures-3.jpg") top center no-repeat; */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-featured-procedures .feat-div {
  text-align: left;
}

@media only screen and (min-width: 1000px) {
  .home-featured-procedures .feat-div {
    margin: 0 auto;
    max-width: 340px;
  }
}

.home-featured-procedures h2 {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  color: #1f2555;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .home-featured-procedures h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  .home-featured-procedures h2 {
    font-size: 35px;
  }
}

.home-featured-procedures p {
  margin-bottom: 40px;
  text-align: left;
}

@media only screen and (min-width: 1000px) {
  .home-featured-procedures p {
    margin: 0 auto;
    max-width: 340px;
  }
}

.home-featured-procedures .button {
  margin-top: 30px;
}

/* ------------------------
	Blog/Category/Archives
------------------------ */
.blog .content .wp-caption,
.tmpl_type_category .content .wp-caption,
.tmpl_type_archive .content .wp-caption {
  padding-top: 0px;
  border-radius: 0px;
}

.blog .content .wp-caption .wp-caption-text,
.tmpl_type_category .content .wp-caption .wp-caption-text,
.tmpl_type_archive .content .wp-caption .wp-caption-text {
  padding: 10px;
  font-size: 13px;
}

.blog h2,
.tmpl_type_category h2,
.tmpl_type_archive h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog h2 a,
.tmpl_type_category h2 a,
.tmpl_type_archive h2 a {
  text-decoration: none;
  color: #000;
}

.blog .post-snippet,
.tmpl_type_category .post-snippet,
.tmpl_type_archive .post-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet,
  .tmpl_type_category .post-snippet,
  .tmpl_type_archive .post-snippet {
    margin-bottom: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog .post-snippet .thumb,
.tmpl_type_category .post-snippet .thumb,
.tmpl_type_archive .post-snippet .thumb {
  margin-bottom: 20px;
  float: right;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet .thumb,
  .tmpl_type_category .post-snippet .thumb,
  .tmpl_type_archive .post-snippet .thumb {
    float: left;
    width: 230px;
    height: 230px;
    display: block;
    margin-left: 0;
    margin-right: 30px;
  }
}

.blog .post-snippet .thumb img,
.tmpl_type_category .post-snippet .thumb img,
.tmpl_type_archive .post-snippet .thumb img {
  width: 100%;
  max-width: 75px;
  height: auto;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet .thumb img,
  .tmpl_type_category .post-snippet .thumb img,
  .tmpl_type_archive .post-snippet .thumb img {
    width: auto;
    max-width: none;
    height: auto;
  }
}

@media only screen and (min-width: 1180px) {
  .blog .post-snippet .thumb img,
  .tmpl_type_category .post-snippet .thumb img,
  .tmpl_type_archive .post-snippet .thumb img {
    height: auto;
  }
}

.blog .post-snippet .excerpt h2.blog-title a,
.tmpl_type_category .post-snippet .excerpt h2.blog-title a,
.tmpl_type_archive .post-snippet .excerpt h2.blog-title a {
  color: #555555;
}

.blog .post-snippet .excerpt h2.blog-title,
.tmpl_type_category .post-snippet .excerpt h2.blog-title,
.tmpl_type_archive .post-snippet .excerpt h2.blog-title {
  font-weight: 100;
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}

@media only screen and (min-width: 1180px) {
  .blog .post-snippet .excerpt h2.blog-title,
  .tmpl_type_category .post-snippet .excerpt h2.blog-title,
  .tmpl_type_archive .post-snippet .excerpt h2.blog-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.blog .post-snippet .excerpt .para a,
.tmpl_type_category .post-snippet .excerpt .para a,
.tmpl_type_archive .post-snippet .excerpt .para a {
  text-decoration: none !important;
  color: #000;
  font-weight: 400;
}

.blog .post-snippet .excerpt .para a span,
.tmpl_type_category .post-snippet .excerpt .para a span,
.tmpl_type_archive .post-snippet .excerpt .para a span {
  text-decoration: underline;
  color: #e16c38;
}

.blog .post-snippet .excerpt p,
.tmpl_type_category .post-snippet .excerpt p,
.tmpl_type_archive .post-snippet .excerpt p {
  margin-top: 0;
  margin-bottom: 0;
}

.blog .post-snippet .excerpt .meta-data,
.tmpl_type_category .post-snippet .excerpt .meta-data,
.tmpl_type_archive .post-snippet .excerpt .meta-data {
  text-align: left;
  margin-bottom: 20px;
  color: #1f2555;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
}

.blog .post-snippet .excerpt .meta-data a,
.tmpl_type_category .post-snippet .excerpt .meta-data a,
.tmpl_type_archive .post-snippet .excerpt .meta-data a {
  color: #1f2555;
}

.blog .date,
.tmpl_type_category .date,
.tmpl_type_archive .date {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #1f2555;
  text-align: right;
}

.blog .meta-data,
.tmpl_type_category .meta-data,
.tmpl_type_archive .meta-data {
  text-align: center;
  margin-bottom: 30px;
  color: #e16c38;
  font-family: "Open Sans", sans-serif;
}

.blog .meta-data a,
.tmpl_type_category .meta-data a,
.tmpl_type_archive .meta-data a {
  color: #1f2555;
}

.blog .button,
.tmpl_type_category .button,
.tmpl_type_archive .button {
  text-decoration: none;
  clear: both;
}

.from-blog .next-prev {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.from-blog .next-prev a {
  margin-bottom: 20px;
}

.from-blog .prev-blog-button:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 27px/17px FontAwesome;
  position: relative;
  margin-right: 15px;
  top: 3px;
  color: #1f2555;
}

.from-blog .next-blog-button:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 27px/17px FontAwesome;
  position: relative;
  margin-left: 15px;
  top: 3px;
  color: #1f2555;
}

.from-blog .meta-data {
  text-align: center;
  margin-bottom: 20px;
  color: #1f2555;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
}

.from-blog .meta-data a {
  color: #1f2555;
}

.tmpl_type_single .button {
  text-decoration: none;
}

/* ------------------------
	Map
------------------------ */
/* ------------------------
	Gallery
------------------------ */
.tmpl_type_rmg_category_child .interior, .tmpl_type_rmg_single_case .interior {
  display: block;
  position: relative;
  padding-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 1180px) {
  .tmpl_type_rmg_category_child .interior, .tmpl_type_rmg_single_case .interior {
    padding-top: 65px;
  }
}

.tmpl_type_rmg_category_child .interior h2, .tmpl_type_rmg_single_case .interior h2 {
  color: #6180bb;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .interior h2, .tmpl_type_rmg_single_case .interior h2 {
    margin-bottom: 40px;
  }
}

.tmpl_type_rmg_archive h2 {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #2c2c2c;
}

@media only screen and (min-width: 1180px) {
  .tmpl_type_rmg_archive h2 {
    font-size: 30px;
  }
}

.tmpl_type_rmg_archive .content {
  width: 100%;
  padding-right: 0;
}

.tmpl_type_rmg_archive .content > div {
  width: 100%;
}

.tmpl_type_rmg_archive .content ul {
  margin-left: 0;
  list-style: none;
  margin: 0;
}

.tmpl_type_rmg_archive .content ul li {
  font-size: 15px;
  text-align: left;
}

.tmpl_type_rmg_archive .content ul li a {
  text-decoration: none;
  color: #515151;
}

.tmpl_type_rmg_archive .content ul li a:hover {
  color: #e16c38;
  text-decoration: underline;
}

.tmpl_type_rmg_archive .interior {
  display: block;
}

.tmpl_type_rmg_archive .cat-container {
  margin-bottom: 40px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.tmpl_type_rmg_archive .cat-container ul {
  margin-left: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .cat-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tmpl_type_rmg_archive .cat-container ul li {
  width: 100%;
  padding: 8px 0;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .cat-container ul li {
    width: 45%;
  }
}

.tmpl_type_rmg_archive .cat-container ul li a {
  color: #1f2555;
}

.tmpl_type_rmg_archive .cat-container ul li:before {
  display: none !important;
}

.tmpl_type_rmg_archive .cat-container .gallery-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  height: 260px;
}

.tmpl_type_rmg_archive .cat-container .gallery-section.model_tag:before {
  bottom: 0px;
  font-size: 10px;
  opacity: .5;
}

.tmpl_type_rmg_archive .cat-container .gallery-section h2 {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 40px;
}

@media only screen and (min-width: 1180px) {
  .tmpl_type_rmg_archive .cat-container .gallery-section h2 {
    padding-left: 80px;
    font-size: 80px;
  }
}

.tmpl_type_rmg_archive .cat-container .gallery-section h2:before {
  content: '+';
  font-size: 30px;
  font-weight: 600;
  padding-right: 5px;
  color: #ffffff;
}

@media only screen and (min-width: 1180px) {
  .tmpl_type_rmg_archive .cat-container .gallery-section h2:before {
    font-size: 80px;
  }
}

.tmpl_type_rmg_archive .cat-container .gallery-vid {
  text-align: center;
  padding: 40px 0;
}

.tmpl_type_rmg_category_child .gallery-cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.tmpl_type_rmg_category_child .bna-group {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .bna-group {
    width: 48%;
    margin: 0 auto;
  }
}

.tmpl_type_rmg_category_child .bna-group h3 {
  color: #1f2555;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  margin: 20px 0;
}

.tmpl_type_rmg_category_child .bna-group a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1180px) {
  .tmpl_type_rmg_category_child .bna-group:hover .hover-overlay i {
    opacity: 1 !important;
    top: calc(42% - 27px) !important;
  }
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button {
  background-color: transparent;
  border: none;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button i {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 150px;
  left: calc(50% - 27px);
  font-size: 30px;
  line-height: 30px;
  color: #6180bb;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button:hover {
  color: #6180bb !important;
}

.tmpl_type_rmg_category_child .img-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.tmpl_type_rmg_category_child .img-set > a {
  display: block;
  width: 49%;
}

.tmpl_type_rmg_category_child .img-set a {
  text-decoration: none;
}

.tmpl_type_rmg_category_child .img-set a:nth-last-of-type(2) .bna-label, .tmpl_type_rmg_category_child .img-set a:nth-last-of-type(1) .bna-label {
  text-align: center;
  display: block;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.tmpl_type_rmg_category_child .img-set a:nth-last-of-type(2):hover, .tmpl_type_rmg_category_child .img-set a:nth-last-of-type(1):hover {
  text-decoration: none;
}

.tmpl_type_rmg_category_child .img-set a .bna-label {
  display: none;
}

.tmpl_type_rmg_category_child .img-set img {
  border: 1px solid #ffffff;
  width: 96%;
}

.tmpl_type_rmg_category_child .img-set .before-link, .tmpl_type_rmg_category_child .img-set .after-link {
  position: relative;
}

.tmpl_type_rmg_category_child .img-set .before-link:after, .tmpl_type_rmg_category_child .img-set .after-link:after {
  content: '';
  background: url("images/bg-bna-watermark.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3px;
  left: 10px;
  width: 90%;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .img-set .before-link:after, .tmpl_type_rmg_category_child .img-set .after-link:after {
    left: 20px;
    height: 40px;
    bottom: 20px;
  }
}

.tmpl_type_rmg_category_child .details-hdng {
  text-align: left;
  font-weight: 400;
  margin-top: 20px;
}

.tmpl_type_rmg_category_child .patient-details {
  text-align: left;
}

.tmpl_type_rmg_single_case h2 {
  text-align: center;
  margin: 0;
  font-weight: 100;
}

.tmpl_type_rmg_single_case .case-wrap {
  margin-top: 0px;
  padding: 30px 0;
}

.tmpl_type_rmg_single_case .case-wrap p {
  text-align: left;
}

.tmpl_type_rmg_single_case .case-wrap p {
  margin-top: 20px;
}

@media only screen and (min-width: 1180px) {
  .tmpl_type_rmg_single_case .case-wrap p {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.tmpl_type_rmg_single_case .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1180px) {
  .tmpl_type_rmg_single_case .img-wrap {
    max-width: 800px;
    margin: 0 auto;
  }
}

.tmpl_type_rmg_single_case .img-wrap > div {
  position: relative;
  width: 49.5%;
  margin-bottom: 8px;
}

.tmpl_type_rmg_single_case .img-wrap > div img {
  width: 100%;
  border: 1px solid #ffffff;
}

.tmpl_type_rmg_single_case .img-wrap > div:nth-last-of-type(2) .bna-label, .tmpl_type_rmg_single_case .img-wrap > div:nth-last-of-type(1) .bna-label {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.tmpl_type_rmg_single_case .img-wrap .bna-label {
  display: none;
}

.tmpl_type_rmg_single_case .img-wrap .before-img, .tmpl_type_rmg_single_case .img-wrap .after-img {
  position: relative;
}

.tmpl_type_rmg_single_case .img-wrap .before-img:after, .tmpl_type_rmg_single_case .img-wrap .after-img:after {
  content: '';
  background: url("images/bg-bna-watermark.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3px;
  left: 10px;
  width: 90%;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_single_case .img-wrap .before-img:after, .tmpl_type_rmg_single_case .img-wrap .after-img:after {
    left: 20px;
    height: 40px;
    bottom: 10px;
  }
}

.tmpl_type_rmg_single_case .details-hdng {
  text-align: left;
  font-weight: 400;
  margin-top: 20px;
}

.tmpl_type_rmg_single_case .patient-details {
  text-align: left;
}

.notice-body-everything h2, .notice-body-everything p {
  color: #000;
}

.bna-label {
  color: #000;
  font-weight: 400;
}

.back-btn {
  position: absolute;
  top: 20px;
}

.back-btn i {
  color: #1f2555;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.back-btn a {
  text-decoration: none;
}

.back-btn a:hover {
  text-decoration: none;
}

.gallery-title {
  background: #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.gallery-title h1 {
  max-width: 250px;
}

@media only screen and (min-width: 768px) {
  .gallery-title h1 {
    max-width: none;
    max-width: 850px;
  }
}

.gallery-nav {
  position: relative;
  top: 30px;
}

.button-gallery-prev,
.button-gallery-next {
  font-weight: 600;
  color: #1f2555;
  text-transform: uppercase;
  text-decoration: none !important;
}

.button-gallery-prev i,
.button-gallery-next i {
  color: #6180bb;
  position: relative;
  font-size: 40px;
  line-height: 0px;
  top: 7px;
}

.button-gallery-prev:hover,
.button-gallery-next:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .button-gallery-prev span,
  .button-gallery-next span {
    display: inline-block;
  }
}

.case-title h2 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 1180px) {
  .case-title h2 {
    margin-bottom: 60px !important;
  }
}

.button-gallery-prev {
  position: absolute;
  left: 0px;
  top: -40px;
}

@media only screen and (min-width: 1180px) {
  .button-gallery-prev {
    top: 0;
  }
}

.button-gallery-prev i {
  margin-right: 5px;
}

.button-gallery-next {
  position: absolute;
  right: 0px;
  top: -40px;
}

@media only screen and (min-width: 1180px) {
  .button-gallery-next {
    top: 0;
  }
}

.button-gallery-next i {
  margin-left: 5px;
}

/* ------------------------
	Random Internal Pages
------------------------ */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}


.b-lazy { -webkit-transition: opacity 100ms ease-in-out;-moz-transition: opacity 100ms ease-in-out;-o-transition: opacity 100ms ease-in-out; transition: opacity 100ms ease-in-out;max-width: 100%;opacity: 0;}

.b-lazy.b-loaded {opacity: 1;}* {outline: none;}video {max-width: 100%;height: auto;}.back-to-top {text-align: right;display: block;}

.home-doctor img.doc-free{
  width: 100%;
  height: 100%;
  /* aspect-ratio: 973 / 788; */
  /* aspect-ratio: 217 / 189; */
}


