/*
Theme Name: HOMEPAGE - Dermlasersurgery
Description: Homepage slide show
Author: FS
Version: 2.1
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: not-allowed;
}

/*
 * 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
------------------------ */
/**
	TODO:
	- Breadcrumb finish
	- Inside headers

 */
/* ------------------------
   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: 1080px) {
  .hidden-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1080px) {
  .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: #234b79;
  font-weight: bold;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #5b5b5b;
  padding: 17px 30px;
  font-weight: 400;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.submit-btn {
	margin-top: 1em;
}
.submit-btn[disabled] {
	opacity: .5;
}
.submit-btn[disabled]:hover {
	opacity: .5;
}

.button:hover, .buttons a:hover, .submit-btn:hover, .next-prev a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #234b79;
}

.submit-btn {
  width: 150px;
  color: #234b79;
  background: transparent;
}

.submit-btn:hover {
  color: #ffffff !important;
}

.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: #234b79;
}

::selection {
  background: #234b79;
}

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

/* 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%;
}

/* Hide Wow before JS Loads */
.wow.fadeIn, .wow.fadeInDown, .wow.fadeInUp, .wow.fadeInRight, .wow.slideInDown {
  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;
}

.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);
  }
}

.aform span {
  color: #222120;
}

.aform label {
  letter-spacing: .5px;
  font-family: "Roboto", sans-serif;
  color: #234b79;
  font-size: 15px !important;
  padding-left: 20px;
  margin-bottom: 7px;
  display: block;
}

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

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

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

.aform .error {
  border: 1px solid #0c1a2a !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 10px #0c1a2a !important;
          box-shadow: 0 0 10px #0c1a2a !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;
}

.aform 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-size: 7px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

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

.aform .type-text > p {
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}

.aform .type-singlelinetext input, .aform .type-singlelinetext textarea,
.aform .type-textarea input,
.aform .type-textarea textarea {
  background: #fff;
  width: 100%;
  border: 1px solid #edf2f4;
  background: #edf2f4;
  font-size: 14px;
  line-height: 18px;
  padding: 18px 10px;
}

.aform .type-singlelinetext ::-webkit-input-placeholder,
.aform .type-textarea ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(34, 33, 32, 0.45);
  font-weight: normal;
}

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

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

.aform .type-singlelinetext :-ms-input-placeholder,
.aform .type-textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 33, 32, 0.45);
  font-weight: normal;
}

.aform .type-selectbox select {
  display: block;
  width: 100%;
  background-color: #edf2f4;
  background-image: url(images/svg/select-arrow.svg);
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 17px 11px;
  border-radius: 0;
  height: 38px;
  border: 1px solid #edf2f4;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #222120;
  font: 14px/24px "Roboto", 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: "Roboto", sans-serif;
}

h2, h3, h4, h5, h6, .the-headline {
  font-family: "Roboto", 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;
    line-height: 42px;
  }
}

h3 {
  font-size: 24px;
}

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

h4 {
  font-size: 20px;
}

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

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

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

a {
  color: #234b79;
}

blockquote {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

@media only screen and (min-width: 1080px) {
  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: 1080px) {
  section,
  main,
  .contain {
    padding: 0 calc(20px + (50% - (1080px / 2)));
  }
}

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

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

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

/* ------------------------
	Header
------------------------ */
/* Hide Stuff while Building */
/* Naviagation bar */
header {
  position: relative;
}

.nav-bar {
  background: #234b79;
  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: 60px;
  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: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (min-width: 1080px) {
  .nav-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .nav-bar nav {
    width: 100%;
    max-width: 1800px;
  }
}

.extra-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  max-width: 300px;
  padding-left: 20px;
}

@media only screen and (min-width: 1080px) {
  .extra-nav {
    width: 390px;
    font-size: 17px;
    line-height: 25px;
    padding-left: 0px;
    padding-right: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (min-width: 1230px) {
  .extra-nav {
    font-size: 17px;
    line-height: 25px;
  }
}

.extra-nav a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.extra-nav a:hover {
  text-decoration: underline;
}

.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: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 20px;
  height: 100%;
}

@media only screen and (min-width: 1080px) {
  .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-right: 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 */
.mobile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 8900;
}

@media only screen and (min-width: 768px) {
  .mobile-overlay {
    display: none;
  }
}

.int-header {
  background: #f5f8f9;
  background-position: top right;
  background-size: cover;
  min-height: 400px;
  height: auto;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .int-header {
    background-position: top right;
    min-height: 580px;
  }
}

.tmpl_type_page_procedures .int-header {
  height: auto;
  background-size: 800px auto;
  background-position: top right;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_procedures .int-header {
    background-size: cover;
    background-position: top right;
  }
}

@media only screen and (min-width: 768px) {
  .page-7139.tmpl_type_page_procedures .int-header {
    background-size: cover;
    background-position: top center;
  }
}

.inside-logo {
  position: relative;
  z-index: 9900;
  padding-top: 160px;
}

@media only screen and (min-width: 768px) {
  .inside-logo svg {
    width: 392px;
    height: 121px;
  }
}

.inside-social {
  z-index: 9901;
  visibility: hidden;
  position: absolute;
  top: 80px;
  right: 10px;
}

@media only screen and (min-width: 1080px) {
  .inside-social {
    visibility: visible;
  }
}

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

.inside-social a {
  margin-right: 5px;
  margin-left: 5px;
  color: #234b79;
}

.procedure-page-header-content {
  position: relative;
  z-index: 9900;
  padding-top: 0px;
}

@media only screen and (min-width: 768px) {
  .procedure-page-header-content {
    padding-top: 40px;
  }
}

.procedure-page-header-content ul {
  margin: 0;
  padding: 20px 0px 40px 0px;
  list-style: none;
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;*/
  column-count: 3;
}

@media only screen and (min-width: 768px) {
  .procedure-page-header-content ul {
    padding: 40px 0px 100px 0px;
  }
}

.procedure-page-header-content ul li {
  width: 100%;
  border-bottom: 1px solid #cbd2d7;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .procedure-page-header-content ul li {
    /*width: 30%;*/
  }
}

.procedure-page-header-content ul li a {
  text-decoration: none;
}

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

.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: #234b79;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

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

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

.touch-menu .main-menu a {
  font-family: "Playfair Display", serif;
  text-decoration: none;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1em;
  font-size: 17px;
  font-weight: 100;
}

.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 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;
  right: 0;
  top: 0px;
  cursor: pointer;
}

.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;
  background-position: center;
  background-repeat: no-repeat;
}

.touch-menu .close-menu {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 19px 7px 15px;
  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;
}

.touch-menu.menu-is-closed .main-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms, -webkit-transform 5s;
  transition: visibility 0s linear 300ms, opacity 300ms, -webkit-transform 5s;
  transition: visibility 0s linear 300ms, opacity 300ms, transform 5s;
  transition: visibility 0s linear 300ms, opacity 300ms, transform 5s, -webkit-transform 5s;
  -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);
}

.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: "Roboto", sans-serif;
  font-weight: 100;
}

.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: #222120;
  text-decoration: none !important;
}

.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: 20px 14px;
  -webkit-transition: .25s ease-in-out background;
  transition: .25s ease-in-out background;
  color: #ffffff;
}

@media only screen and (min-width: 1190px) {
  .hover-menu .main-menu > li a {
    padding: 20px 16px;
  }
}

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

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

@media only screen and (min-width: 1330px) {
  .hover-menu a {
    font-size: 16px;
    line-height: 20px;
  }
}

.hover-menu .sub-menu {
  background: #222120;
  position: absolute;
  top: 60px;
  left: 00px;
  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 .sub-menu {
  -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.menu-item-has-children:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  color: rgba(255, 255, 255, 0.2);
  font-size: 25px;
  font-weight: 100;
  -webkit-transition: .2s all;
  transition: .2s all;
  position: absolute;
  top: 40%;
  left: 265px;
  right: 0;
  margin: 0 auto;
}

.hover-menu .sub-menu > li.menu-item-has-children:hover:after {
  left: 270px;
}

.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;
  -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 a {
  color: #ffffff;
  font-size: 16px;
}

.hover-menu .sub-menu > li:hover > a {
  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 {
  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: "Roboto", 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;
}
.hover-menu li#menu-item-6202 a {
  line-height: 1;
}
.hover-menu li#menu-item-6202 a br {
  display: none;
}
.hover-menu li#menu-item-6202 a em {
  font-size: 13px;
  display: block;
}

/* ------------------------
	Content
------------------------ */
@media only screen and (min-width: 1080px) {
  .content {
    width: 100%;
  }
}

.content a {
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  color: #6581a1;
}

.content a:hover {
  text-decoration: underline;
  color: #234b79;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 100;
  margin-top: 50px;
}

.page-title {
  position: relative;
  z-index: 9900;
  padding-top: 60px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .page-title {
    padding-bottom: 0px;
    padding-top: 100px;
  }
}

.page-title span,
.page-title h1 {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 35px;
}

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

@media only screen and (min-width: 768px) {
  .page-4 .page-title span,
  .page-7807 .page-title span, .page-4
  .page-title h1,
  .page-7807
  .page-title h1 {
    max-width: 700px;
  }
}

.site-crumbs {
  display: none;
  text-align: left;
  padding-right: 0;
}

@media only screen and (min-width: 769px) {
  .site-crumbs {
    display: inline-block;
    position: absolute;
    bottom: -39px;
  }
  .tmpl_type_page_procedures .site-crumbs {
    position: relative;
    bottom: auto;
  }
  .wedding-services.tmpl_type_page_procedures .site-crumbs {
    position: absolute;
    bottom: -39px;
  }
}

.site-crumbs .salacious-crumb {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #234b79;
  padding: 0;
  border: 1px solid #e5e5e5;
  position: relative;
}

.site-crumbs .salacious-crumb a {
  display: inline-block;
  padding: 12px 15px 12px 40px;
  background-color: #eff3f6;
  text-decoration: none;
  color: #234b79;
  position: relative;
}

.site-crumbs .salacious-crumb a:nth-of-type(1) {
  padding-left: 20px;
}

.site-crumbs .salacious-crumb a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 25px solid transparent;
  border-left: 15px solid #eff3f6;
  position: absolute;
  top: 48px;
  margin-top: -50px;
  right: -14px;
  z-index: 2;
}

.site-crumbs .salacious-crumb a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 25px solid transparent;
  border-left: 15px solid #e5e5e5;
  position: absolute;
  top: 48px;
  margin-top: -50px;
  margin-left: 1px;
  right: -15px;
  z-index: 1;
}

.site-crumbs .salacious-crumb .crumb-sep {
  display: none;
  margin: 0 8px;
  color: #234b79;
  background-color: #eff3f6;
}

.site-crumbs .salacious-crumb .current-crumb-item {
  display: inline-block;
  padding: 12px 15px 12px 40px;
  background-color: #ffffff;
  text-decoration: none;
  color: #234b79;
}

.site-crumbs .salacious-crumb .current-crumb-item:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 25px solid transparent;
  border-left: 15px solid #e5e5e5;
  position: absolute;
  top: 49px;
  margin-top: -50px;
  right: -15px;
  z-index: 1;
}

.site-crumbs .salacious-crumb .current-crumb-item:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 49px;
  margin-top: -50px;
  right: -14px;
  z-index: 2;
  border-left: 15px solid #fff;
}

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

@media only screen and (min-width: 768px) {
  .interior {
    padding-top: 80px;
  }
}

.tmpl_type_page_procedures .interior {
  padding-top: 0;
}

.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 10px;
  list-style: none;
}

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

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

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

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

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

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

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

@media only screen and (min-width: 1080px) {
  .interior .content .single-video {
    max-width: 540px;
    margin: 0 auto;
  }
}

.interior .content .single-video iframe {
  border: 10px solid #f8fafb;
}

.interior .content .two-column iframe {
  border: 10px solid #f8fafb;
}

.interior .content .bna-set {
  margin: 40px 0px;
}

@media only screen and (min-width: 768px) {
  .interior .content .bna-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .interior .content .bna-set > div {
    max-width: 47%;
  }
}

.interior .content .bnacase-imgset {
  clear: both;
  margin: 0 auto;
  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;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
}

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

.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: #234b79;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding-left: 20px;
  display: block;
  padding-top: 10px;
}

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

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

.interior .content .bnacase-imgset .after:before {
  content: "*";
  color: #ffffff;
  position: absolute;
  top: 1px;
  right: 5px;
}

.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: #234b79;
}

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

.gallery-size-medium {
  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;
}

.gallery-size-medium .gallery-item {
  float: none !important;
  margin-right: 5px;
  margin-left: 5px;
  width: 45% !important;
}

@media only screen and (min-width: 768px) {
  .gallery-size-medium .gallery-item {
    margin-right: 10px;
    margin-left: 10px;
    width: 31% !important;
  }
}

.gallery-size-medium .gallery-item img {
  border: none !important;
  width: 100%;
  height: auto;
}

/*==========================================
=            Fill Width Section            =
==========================================*/
.full-width {
  width: 100vw;
  padding: 40px 20px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  left: -20px;
  background-size: auto 400px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 400px;
}

@media only screen and (min-width: 768px) {
  .full-width {
    left: -40px;
  }
}

@media only screen and (min-width: 1040px) {
  .full-width {
    margin-top: 75px;
    margin-bottom: 75px;
    background-size: cover;
    left: calc(((20px + (50vw - (1040px / 2)))) * -1);
    padding-top: 100px;
    padding-bottom: 130px;
    padding-left: 50vw;
  }
  .full-width p {
    max-width: 700px;
  }
}

/*=========================================
=            Review Rake Syles            =
=========================================*/
/* Review Rake Page */
.page-6549 .avg-rating-box {
  background-color: #f8fafb;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-6549 .avg-rating-box.is-all {
  background-color: #234b79;
  color: #ffffff;
}

.page-6549 ul li::before {
  display: none;
}

/*==============================================
=            Flexible Content Pages            =
==============================================*/
/* Wedding Services Page */
.wedding-services {
  /* Wedding Services Chart  */
}

.wedding-services .interior {
  padding-top: 30px;
}

@media only screen and (min-width: 1080px) and (min-width: 1080px) {
  .wedding-services .interior {
    padding: 0 calc(20px + (50% - (1080px / 2)));
    padding-top: 80px;
  }
}

.wedding-services #wed-intro p {
  margin-bottom: 50px;
  padding: 0 20px;
}

@media only screen and (min-width: 1080px) {
  .wedding-services #wed-intro p {
    padding: auto;
  }
}

.wedding-services .wedding-service-box {
  background-color: #f8fafb;
  margin-bottom: 25px;
  padding: 220px 20px 40px 20px;
  background-size: auto 200px;
  background-position: top right;
  background-repeat: no-repeat;
}

.wedding-services .wedding-service-box:nth-of-type(1) {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .wedding-services .wedding-service-box {
    background-size: cover;
    padding: 75px 40px;
    padding-right: 50%;
  }
}

.wedding-services .wedding-service-box h2 {
  font-size: 21px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 20px;
}

.wedding-services .seaform-6789 {
  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;
}

.wedding-services .seaform-6789 .field-23,
.wedding-services .seaform-6789 .field-27,
.wedding-services .seaform-6789 .field-24,
.wedding-services .seaform-6789 .field-25 {
  width: 49%;
}

.wedding-services .seaform-6789 .field-26,
.wedding-services .seaform-6789 .type-submitbutton,
.wedding-services .seaform-6789 .field-32 {
  width: 100%;
}

.wedding-services .seaform-6789 .stopyenoh {
  display: none;
}

.wedding-services .seaform-6789 .type-submitbutton {
  text-align: center;
}

.wedding-services .seaform-6789 .type-text {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.wedding-services .seaform-6789 .type-text p {
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 10px;
}

.wedding-services #wedding-contact {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .wedding-services #wedding-contact {
    padding: auto;
  }
}

.wedding-services table {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .wedding-services table {
    padding: auto;
  }
}

.wedding-services table tr {
  border-top: 1px solid #bfced9;
  border-bottom: 1px solid #bfced9;
}

.wedding-services table tr:nth-of-type(1), .wedding-services table tr:last-of-type {
  border-top: 0;
  border-bottom: 0;
}

.wedding-services table tr th,
.wedding-services table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
}

@media only screen and (min-width: 768px) {
  .wedding-services table tr th,
  .wedding-services table tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.wedding-services table tr th:nth-of-type(1) {
  font-size: 16px;
  font-weight: 400;
}

.wedding-services table tr th:nth-of-type(2),
.wedding-services table tr th:nth-of-type(3),
.wedding-services table tr th:nth-of-type(4) {
  font-size: 20px;
  color: #234b79;
}

@media only screen and (min-width: 768px) {
  .wedding-services table tr th:nth-of-type(2),
  .wedding-services table tr th:nth-of-type(3),
  .wedding-services table tr th:nth-of-type(4) {
    font-size: 30px;
  }
}

.wedding-services table tr th:nth-of-type(2) span,
.wedding-services table tr th:nth-of-type(3) span,
.wedding-services table tr th:nth-of-type(4) span {
  display: block;
  font-size: 14px;
  color: #d5a6c8;
  font-weight: 100;
  text-transform: uppercase;
}

.wedding-services table tr td:nth-of-type(2),
.wedding-services table tr td:nth-of-type(3),
.wedding-services table tr td:nth-of-type(4) {
  font-size: 18px;
  line-height: 20px;
  color: #234b79;
  font-weight: 100;
}

@media only screen and (min-width: 768px) {
  .wedding-services table tr td:nth-of-type(2),
  .wedding-services table tr td:nth-of-type(3),
  .wedding-services table tr td:nth-of-type(4) {
    font-size: 26px;
    line-height: 24px;
  }
}

.wedding-services table tr td:nth-of-type(2) span,
.wedding-services table tr td:nth-of-type(3) span,
.wedding-services table tr td:nth-of-type(4) span {
  display: block;
  font-size: 10px;
  line-height: 16px;
  font-weight: 100;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .wedding-services table tr td:nth-of-type(2) span,
  .wedding-services table tr td:nth-of-type(3) span,
  .wedding-services table tr td:nth-of-type(4) span {
    font-size: 14px;
    line-height: 24px;
  }
}

.wedding-services table tr th:nth-of-type(1),
.wedding-services table tr td:nth-of-type(1) {
  max-width: 400px;
  padding-right: 0px;
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (min-width: 768px) {
  .wedding-services table tr th:nth-of-type(1),
  .wedding-services table tr td:nth-of-type(1) {
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

.wedding-services table tr th:nth-of-type(2),
.wedding-services table tr td:nth-of-type(2),
.wedding-services table tr th:nth-of-type(3),
.wedding-services table tr td:nth-of-type(3),
.wedding-services table tr th:nth-of-type(4),
.wedding-services table tr td:nth-of-type(4) {
  text-align: center;
  background-color: #eff3f6;
}

.wedding-services table tr th:nth-of-type(3),
.wedding-services table tr td:nth-of-type(3) {
  border-right: 1px solid #bfced9;
  border-left: 1px solid #bfced9;
}

.wedding-services table a.button {
  padding: 15px 2px;
  border: none;
  background-color: #d5a6c8;
  color: #ffffff;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .wedding-services table a.button {
    padding: 15px 20px;
  }
}

.wedding-services table a.button:hover {
  background-color: #234b79;
}

.wedding-services table i {
  font-size: 20px;
  color: #d5a6c8;
}

@media only screen and (min-width: 768px) {
  .wedding-services table i {
    font-size: 30px;
  }
}

/* Scars Page */
.skin-conditions.scars #acne-scarring-treatments .column-section {
  width: 100% !important;
  max-width: none;
}

@media only screen and (min-width: 1300px) {
  .skin-conditions.scars #acne-scarring-treatments .column-section:nth-of-type(1) {
    width: 33%;
  }
  .skin-conditions.scars #acne-scarring-treatments .column-section:nth-of-type(1) p {
    max-width: 600px;
  }
  .skin-conditions.scars #acne-scarring-treatments .column-section:nth-of-type(2) {
    width: 66%;
  }
}

.skin-conditions.scars #acne-scarring-treatments .button {
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .skin-conditions.scars #acne-scarring-treatments .button {
    width: 90%;
  }
}

.skin-conditions .int-header {
  background-size: 800px auto;
  background-position: top right;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .skin-conditions .int-header {
    background-size: 1200px auto;
  }
}

@media only screen and (min-width: 1080px) {
  .skin-conditions .int-header {
    background-position: top right;
    background-size: cover;
  }
}

/*====================================
=            Reviews Page            =
====================================*/
.online-reviews .custom-reviews-ui {
  margin-top: 40px;
}

.online-reviews ul#rmrr-tabs:after {
  background: #c7cdce;
}

.online-reviews ul.rmrr-tabs li {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .online-reviews ul.rmrr-tabs li {
    margin-left: 30px;
  }
}

.online-reviews .rmrrWidget-contains-reviews .rmrr-item {
  border-bottom: none;
  background-color: #f8fafb;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 40px 20px;
}

.online-reviews .rmrrWidget-contains-reviews .rmrr-item cite {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.online-reviews .rmrrWidget-contains-reviews .rmrr-item cite strong {
  font-family: "Roboto", sans-serif;
}

.online-reviews .rmrrWidget-contains-reviews .rmrr-item cite .rmrr-review-author {
  font-size: 20px;
}

.online-reviews .rmrrWidget-contains-reviews .rmrr-item cite .rmrr-review-date {
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
  margin-bottom: 0px;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}

.online-reviews .rmrrWidget-contains-reviews .rmrr-item blockquote {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .online-reviews .rmrrWidget-contains-reviews .rmrr-item blockquote {
    font-size: 20px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .online-reviews .rmrrWidget-contains-reviews .rmrr-item {
    padding: 55px 30px;
  }
}

.online-reviews .rmrrWidget-contains-reviews .rmrr-item .rmrr-review-rating i {
  color: #234b79;
}

.rmrr-item.rmrr-item-sprinkle {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.rmrr-item.rmrr-item-sprinkle blockquote cite {
  margin-bottom: 20px;
}

.rmrr-item.rmrr-item-sprinkle blockquote cite .rmrr-review-author,
.rmrr-item.rmrr-item-sprinkle blockquote cite .rmrr-review-date {
  font-family: "Roboto", sans-serif;
}

.rmrr-item.rmrr-item-sprinkle blockquote cite .rmrr-review-rating i {
  color: #234b79;
}

.rmrr-item.rmrr-item-sprinkle blockquote p {
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .rmrr-item.rmrr-item-sprinkle blockquote p {
    font-size: 20px;
    line-height: 40px;
  }
}

/* Video Shortcode */
.tmpl_type_page_video_library .video-library {
  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;
}

.tmpl_type_page_video_library .video-card {
  width: 48%;
  text-align: center;
}

.tmpl_type_page_video_library .rm-video {
  margin-bottom: 0;
}

.tmpl_type_page_video_library video {
  width: 100% !important;
  margin-bottom: 10px;
}

.rm-video {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rm-video video {
  border: 15px solid #eff3f6;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .rm-video video {
    width: 55%;
  }
}

.page-330 .procedure-page-header-content {
  padding-bottom: 40px;
}

/* ------------------------
	Aside
------------------------ */
aside {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

aside ul {
  list-style: none;
}

aside li {
  width: 100%;
}

aside > div {
  width: 50%;
  max-width: 350px;
  min-width: 350px;
}

@media only screen and (min-width: 1080px) {
  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%;
  }
}

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

.sidebar-block {
  margin-bottom: 40px;
  padding: 10px 30px;
  background-color: #ece7dd;
  border-top: 10px solid #234b79;
}

.sidebar-block .sb-heading {
  font-weight: lighter;
  font-family: "Noto Sans", sans-serif;
  font-size: 33px;
  color: #6581a1;
  margin-bottom: 25px;
  margin-top: 5px;
  padding-top: 5px;
}

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

.sidebar-block li {
  padding: 6px 0;
}

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

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

.sb-feature {
  /* background: #765c50 url("images/sb-feature.jpg") top center no-repeat; */
  background-size: cover;
  padding: 10px 0px 0px 0px;
}

.sb-feature .sb-heading {
  color: #ffffff;
  font-size: 30px;
  padding-left: 30px;
}

.sb-feature li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .sb-feature li {
    padding: 16px 0 22px 40px;
  }
}

.sb-feature li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.sb-feature li:before {
  content: '+';
  font-size: 28px;
  font-weight: 600;
  padding-right: 5px;
  padding-top: 7px;
  color: #ffffff;
}

.sb-feature a {
  color: #ffffff !important;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 27px;
}

.sb-feature a:hover {
  text-decoration: none !important;
}

.sb-doc {
  /* background: #ebe6de url("images/sb-doc.jpg") top center no-repeat; */
  height: 337px;
  width: 350px;
  text-align: center;
}

a.sb-doc-link {
  text-decoration: none !important;
}

.sb-testimonial {
  /* background: #6581a1 url("images/sb-testi.jpg") top center no-repeat; */
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.sb-testimonial .sb-heading {
  color: #ffffff;
  font-size: 29px;
}

.sb-testimonial p {
  font-size: 26px;
  line-height: 32px;
  position: relative;
  margin-top: 110px;
}

.sb-testimonial p strong {
  font-weight: normal;
  display: block;
  font-size: 18px;
}

.sb-testimonial p:before {
  content: '';
  background-image: url("images/icon-quote.png");
  opacity: .8;
  background-repeat: no-repeat;
  background-size: 78px 61px;
  width: 78px;
  height: 61px;
  position: absolute;
  top: -80px;
  left: calc(50% - 45px);
}

.sb-social .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sb-social .social a {
  margin-right: 17px;
  margin-left: 17px;
  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;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #5b5b5b;
  color: #5b5b5b;
  padding: 0;
  text-decoration: none !important;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.sb-social .social a i {
  font-size: 30px;
}

.sb-social .social a:hover {
  color: #6581a1;
  border: 1px solid #6581a1;
}

/* ------------------------
	Footer Layout
------------------------ */
.birdfooterwrapper {
  margin: 1em 0;
}
.birdfooterstarwrapper {
  display: flex;
  justify-content: center;
}
.birdfooterwrapper p {
  margin-bottom: 0!important;
  text-decoration: underline;
}
.birdfooterwrapper a {
  text-decoration: none;
}
.footer-schedule {
  background: url("images/bg-footer-schedule.jpg") top right no-repeat;
  background-size: auto 270px;
  text-align: left;
  padding-top: 320px;
  padding-bottom: 40px;
  min-height: 435px;
}

@media only screen and (min-width: 768px) {
  .footer-schedule {
    background: url("images/bg-footer-schedule.jpg") top right no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

.footer-schedule > div span, .footer-schedule > div p {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 1080px) {
  .footer-schedule > div span, .footer-schedule > div p {
    text-shadow: none;
  }
}

.footer-schedule span {
  font-size: 30px;
  line-height: 37px;
  font-weight: 100;
  margin-bottom: 40px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .footer-schedule span {
    font-size: 40px;
    line-height: 45px;
  }
}

.footer-schedule .button {
  margin-top: 30px;
  background-color: #234b79;
  color: #ffffff;
  position: relative;
  padding-left: 70px;
}

.footer-schedule .button:hover {
  background-color: #ffffff;
  color: #234b79;
}

.footer-schedule .button i {
  position: absolute;
  top: 10px;
  left: 20px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  font-size: 33px;
}

/*====================================
=            Upper Footer            =
====================================*/
.upper-footer {
  font-weight: 100;
  background-color: #5b5b5b;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media only screen and (min-width: 1080px) {
  .upper-footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.loc-wrap {
  color: #ffffff;
}

.loc-wrap a {
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  color: #ffffff;
  text-decoration: none;
}

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

@media only screen and (min-width: 1080px) {
  .loc-wrap .the-loc {
    text-align: left;
    padding-left: 50px;
    position: relative;
  }
}

.loc-wrap .the-loc i {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 45px;
}

@media only screen and (min-width: 1080px) {
  .loc-wrap .the-loc i {
    display: block;
  }
}

.loc-wrap .the-loc span {
  font-size: 20px;
}

.loc-wrap .the-loc a:nth-of-type(2) {
  display: block;
  margin-top: 15px;
  font-size: 23px;
}

.loc-wrap .the-loc:nth-of-type(2) {
  margin-top: 55px;
}

.social {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social span {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  width: 100%;
  font-size: 20px;
  display: block;
  padding-top: 75px;
  padding-bottom: 10px;
}

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

@media only screen and (min-width: 1080px) {
  .social span {
    padding-top: 0;
  }
}

.social a {
  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;
  text-decoration: none !important;
  margin-right: 12px;
  margin-left: 12px;
  color: #ffffff;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.social a i {
  font-size: 35px;
}

/*====================================
=            Lower Footer            =
====================================*/
.lower-footer {
  background: #f4f4f5;
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}

@media only screen and (min-width: 1080px) {
  .lower-footer {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.foot-logos {
  width: 100%;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1080px) {
  .foot-logos {
    margin-bottom: 40px;
  }
}

.foot-logos ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.foot-logos ul li {
  width: 50%;
  margin-bottom: 17px;
}

@media only screen and (min-width: 768px) {
  .foot-logos ul li {
    width: 25%;
  }
  .foot-logos ul li  {
    padding: 0 15px;
  }
  .foot-logos ul li img  {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1080px) {
  .foot-logos ul li {
    margin-bottom: 0px;
    width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1080px) {
.foot-logos ul {
  flex-wrap: wrap;
}
.foot-logos ul li img  {
  max-width: 100%;
}
}

.model-disc p {
  line-height: 16px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.copy-wrap {
  width: 100%;
}

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

.copyright {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1080px) {
  .copyright {
    margin-top: 0px;
    margin-bottom: 0;
  }
}

.copyright, .rm-sig {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #656565;
}
.rm-sig img {
  margin-top: -5px;
}

@media only screen and (min-width: 1080px) {
  .copyright, .rm-sig {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
}

.copyright a, .rm-sig a {
  color: #234b79;
  text-decoration: underline;
}

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

.rm-sig {
  max-width: 250px;
  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: 1080px) {
  .rm-sig svg {
    top: 4px;
    left: 2px;
  }
}

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

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


.footerNav {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
#menu-footer {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-footer li {
  padding: 0 8px;
  border-right: 1px solid #656565;
}
#menu-footer li:last-child {
  border: none;
}
#menu-footer li a {
  color: #656565;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #menu-footer  {
    flex-direction: column;
  }
  #menu-footer li {
    border: none;
    padding-top: 8px;
  }

}

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

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

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

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

.contact-us form label {
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  color: #234b79;
  font-size: 14px !important;
  padding-left: 20px;
}

@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: 60px 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .contact-us .contact-content {
    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 .the-address {
  margin-bottom: 40px;
}

.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%;
  max-width: 220px;
}

.contact-us .address strong {
  font-size: 16px;
  text-transform: uppercase;
}

.contact-us .address.Houston .media-contacts {
  display: none;
}

.contact-us .address.New.York.City .media-contacts {
  margin-top: 30px;
  display: block;
}

.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(34, 33, 32, 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;
  margin-bottom: 16px;
  background: url("images/svg/select-arrow.svg");
  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
------------------------ */

.homeslider {
  padding: 0;
}

.homesliderheading {
  background-color: #F3F7FA;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}

.homeslider h2 {
  text-align: center;
  color: #244C7A;
  margin: 0 auto;
  font-weight: 300;
  font-size: 49px;
}
.docslide {
  background-color: #fff;
  display: flex;
  min-height: 850px;
}



.docimage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



#docslideowl {
  position: relative;
  z-index: 100;
}
#docslideowl.owl-carousel .owl-item img.mobiledoc {display: none;}

#docslideowl .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
  left: 0;
  display: flex;
  justify-content: space-between;
}
#docslideowl .owl-nav button span{
  display: none;
}
#docslideowl button,
#docslideowl button:hover {
  background-color: transparent;
  padding: 1em;
}

.docnext > img:nth-child(1) {
 transform: rotate(180deg);
}


.doccred {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  flex: 1;
  padding: 4%;
}
@media screen and (min-width: 1280px) {
     .doccred {
      padding: 30px;
     }
}
.drcontentwrap {
  max-width: 890px;
}
.doccred h3,
.doccred h4 {
  color: #707070;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.doccred h3 {
  font-size: 47px;
}
.doccred h4 {
  font-size: 37px;
  line-height: 1.2em;
}
.doccred p {
  font-size: 18px;
  color: #3B3A3A;
}
.docbutton {
  margin-top: 1.7%;
}

.docbutton a {
  border: 1px solid #707070;
  padding: 22px 32px;
  background-color: #fff;
  display: inline-block;
  color: #234B79;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
   transition: background-color .3s ease;
   font-weight: 400;
}
.docbutton a:hover {
  background-color: #234B79;
  color: #fff;
  transition: background-color .3s ease;
}

.doclogos {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.doclogos img{
  margin: 0;
}
.doclogos p:nth-child(1) {
  flex: 0 1 207px;
  margin-right: 60px;
}
.doccred p:nth-child(2) {
  flex: 1;
}


@media screen and (min-width: 1024px) {
  .docimage {
    position: relative;
    flex: 0 1 36%;
  }
}
/* MOOB */


@media screen and (max-width: 1024px) {
  .homesliderheading {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .homeslider h2 {
    font-size: 44px;
  }
  .docimage {
    flex: 0 1 33%;
  }
  .doccred h3 {
  font-size: 32px;
  }
  .doccred h4 {
  font-size: 27px;
  }
  .doccred p {
  font-size: 16px;
  }
  .doccred {
  padding: 3%;
  }
  .doclogos {
  margin-top: 15px;
  }
  .docbutton a {
  padding: 18px;
  font-size: 16px;
  }
  .docslide {
    min-height: auto;
  }
}
.mobiledoc {
  display: none;
}
@media screen and (max-width: 767px) {
  .docslide {
    min-height: auto;
  }
  .homeslider h2 {
    font-size: 38px;
  }
  #docslideowl.owl-carousel .owl-item img.mobiledoc {
    display: block;
    float: left;
    max-width: 120px;
    height: auto;
    margin-right: 3%;
    margin-top: 5px;
  }
  .docimage {
    flex: 0;
    display: none;
  }
  .doccred h3 {
  font-size: 30px;
}
.doccred h4 {
  font-size: 17px;
}
.doccred p {
  font-size: 14.5px;
}

.doclogos p:nth-child(1) {
  flex: 0 1 115px;
  margin-right: 15px;
  margin-bottom: 1em;
}

.doclogos {
  margin-top: 20px;
}
.doccred p:nth-child(2) {
  flex: 1;
}
.docbutton {
  margin-top: 5%;
  text-align: center;
}

#docslideowl .owl-nav {
  bottom: 0;
  top: initial;
}

#docslideowl button, #docslideowl button:hover {
  padding: 10px;
}


}




.home-testis h2,
.home-doctor h2,
.home-results h2 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 100;
}

/* WELCOME  */
.welcome {
  background: #dbe3ec url("images/bg-welcome.jpg") top right no-repeat;
  background-size: 880px auto;
  background-position-y: 150px;
  background-position-x: right -40px;
  margin-top: 0 !important;
  position: relative;
  min-height: 480px;
  z-index: 1000;
  min-height: 667px;
  height: 900px;
}

@media only screen and (min-width: 768px) {
  .welcome {
    background: #dbe3ec url("images/bg-welcome.jpg") top center no-repeat;
    background-size: 1280px auto;
    margin-bottom: 0px;
    height: 900px;
  }
}

@media only screen and (min-width: 1080px) {
  .welcome {
    background: none;
    height: 920px;
    min-height: 768px;
  }
}

@media only screen and (min-width: 1080px) {
  .welcome-parallax {
    background: #dbe3ec url("images/bg-welcome.jpg") top center no-repeat;
    background-size: cover !important;
    height: 920px;
  }
}

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

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

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

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

/* For short Screens like Laptops */
.welcome-cta {
  z-index: 1;
  padding-top: 60px;
  text-align: center;
  height: 100%;
}

.welcome-cta .button.no-icon {
  padding: 17px 2em;
}
@media screen and (max-width: 767px) {
 .welcome-cta .button.no-icon {
    margin-top: 1em;
    width: 265px;
 }
}

.welcome-cta h1 {
  margin: 0;
}

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

@media only screen and (min-width: 1080px) {
  .welcome-cta {
    text-align: left;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1350px) {
  .welcome-cta {
    padding-left: calc(50% - 650px);
  }
}

.welcome-cta .welcome-logo {
  background: #f4f4f5;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  .welcome-cta .welcome-logo {
    padding: 0;
    background: none;
    position: absolute;
    margin-left: 75px;
  }
}

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

.welcome-cta .welcome-logo svg {
  width: 184px;
  height: 57px;
}

@media only screen and (min-width: 768px) {
  .welcome-cta .welcome-logo svg {
    height: 118px;
    width: 379px;
  }
}

.welcome-cta .welcome-logo span {
  display: none;
}

.welcome-cta .tags-bg {
  position: absolute;
  bottom: 0;
  background: #f4f4f5;
  width: 100%;
}

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

.welcome-cta h2 {
  font-family: "Noto Sans", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  color: #5b5b5b;
  font-weight: 300;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .welcome-cta h2 {
    position: relative;
    font-size: 55px;
    line-height: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 1080px) {
  .welcome-cta h2 {
    font-size: 62px;
    line-height: 62px;
  }
}

.welcome-cta h3 {
  font-family: "Roboto", sans-serif;
  color: #5b5b5b;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
  font-style: italic;
  width: 100% !important;
  text-align: center;
  padding: 0px 40px;
}

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

@media only screen and (min-width: 1080px) {
  .welcome-cta h3 {
    text-align: left;
  }
}

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

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

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

.welcome-cta .arrow a {
  position: relative;
  padding-left: 70px;
}

.welcome-cta .arrow i {
  position: absolute;
  top: 10px;
  left: 20px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-size: 33px;
  color: #234b79;
}

.home-doctor {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1080px) {
  .home-doctor {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 42%;
    text-align: left;
  }
}

.home-doctor h2 {
  color: #222120;
}

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

.home-doctor .doc-free {
  width: 100%;
  max-width: 435px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .home-doctor .doc-free {
    width: auto;
  }
}

@media only screen and (min-width: 1080px) {
  .home-doctor .doc-free {
    position: absolute;
    bottom: 0;
    left: calc(50% - 600px);
  }
}

@media only screen and (min-width: 1600px) {
  .home-doctor .doc-free {
    left: calc(50% - 700px);
  }
}

.home-doctor .doc-book {
  font-size: 16px;
  font-weight: 100;
  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;
  margin: 30px 0;
  text-align: left;
}

.home-doctor .doc-book img {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .home-doctor .doc-book {
    font-size: 20px;
  }
  .home-doctor .doc-book img {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1080px) {
  .home-doctor .doc-book {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.home-doctor .button {
  display: block;
}

@media only screen and (min-width: 768px) {
  .home-doctor .button {
    display: inline-block;
  }
}

.home-doctor .with-icon {
  position: relative;
  padding-left: 90px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .home-doctor .with-icon {
    margin-right: 15px;
  }
}

.home-doctor .with-icon i {
  font-weight: 100;
  position: absolute;
  font-size: 38px;
  left: 20px;
  top: 9px;
}

.home-featured-procedures {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-featured-procedures a {
  padding: 10px;
  width: 50%;
  position: relative;
  height: 200px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .home-featured-procedures a {
    padding: 20px;
    height: 450px;
  }
}

@media only screen and (min-width: 1080px) {
  .home-featured-procedures a {
    width: 25%;
    height: 490px;
  }
}

.home-featured-procedures a span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #ffffff;
  position: absolute;
  left: 40px;
  top: 40px;
  font-weight: 100;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .home-featured-procedures a span {
    left: 75px;
    top: 80px;
    font-size: 27px;
  }
}

@media only screen and (min-width: 1080px) {
  .home-featured-procedures a span {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1080px) {
  .home-featured-procedures a:hover {
    padding: 40px;
  }
  .home-featured-procedures a:hover span {
    left: 95px;
  }
}

.home-featured-procedures .seths-effect {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.home-results {
  padding: 0 40px 40px 40px;
  max-width: 1380px;
  margin: 0 auto;
}

.home-results h2 {
  margin-bottom: 40px;
  color: #234b79;
}

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

.home-results .seth-bar {
  margin-top: 40px;
  width: 100%;
  height: 1px;
  background-color: #234b79;
}

.home-results .results-slides {
  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;
}

@media only screen and (min-width: 768px) {
  .home-results .results-slides {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (min-width: 1080px) {
  .home-results .results-slides {
   /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
            /*flex-wrap: nowrap;*/
  }
  .home-results .results-slides > div {margin-bottom: 40px;}
}

@media only screen and (min-width: 1350px) {
  .home-results .results-slides {
            justify-content: space-between;
  }
}


.home-results .twentytwenty-container {
  width: 300px;
  height: 500px;
}

.home-results .p-name {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: #234b79;
  font-weight: 100;
  margin-bottom: 50px;
}

.home-results .p-name a {
  text-decoration: none;
}

@media only screen and (min-width: 1080px) {
  .home-results .p-name {
    margin-bottom: 0;
  }
}

.home-results .button {
  margin-top: 40px;
}

.home-testis {
  background: #dbe3ec url("images/bg-home-testi.jpg") center center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

@media only screen and (min-width: 1080px) {
  .home-testis {
    background-attachment: fixed;
    padding-top: 220px;
    padding-bottom: 220px;
  }
}

.home-testis h2 {
  position: relative;
  margin-bottom: 60px;
}

.home-testis h2:before {
  content: "";
  background: url("images/icon-quote.png") center center no-repeat;
  background-size: 128px 103px;
  width: 128px;
  height: 103px;
  position: absolute;
  left: calc(50% - 64px);
  top: -30px;
}

.home-testis ul {
  list-style: none;
  display: block;
}

.home-testis li {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px #222120;
  background: rgba(35, 75, 121, 0.8);
  border-radius: 10px;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .home-testis li {
    font-size: 22px;
    line-height: 40px;
  }
}

.home-testis .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-testis .owl-nav i {
  font-weight: 100;
  margin: 0 10px;
  font-size: 40px;
}

.home-testis .owl-dots {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-testis .owl-dot {
  padding: 0 2px;
}

.home-testis .owl-dots .owl-dot::before {
  content: "";
  color: #ffffff;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  border: 2px solid #ffffff;
}

.home-testis .owl-dots .owl-dot.active::before {
  background: #000;
  border: 2px solid #ffffff;
}

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

.from-blog .content .wp-caption .wp-caption-text,
.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;
}

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

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

.from-blog .post-snippet,
.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) {
  .from-blog .post-snippet,
  .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;
  }
}

.from-blog .post-snippet .thumb,
.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) {
  .from-blog .post-snippet .thumb,
  .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;
  }
}

.from-blog .post-snippet .thumb img,
.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) {
  .from-blog .post-snippet .thumb img,
  .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: 1080px) {
  .from-blog .post-snippet .thumb img,
  .blog .post-snippet .thumb img,
  .tmpl_type_category .post-snippet .thumb img,
  .tmpl_type_archive .post-snippet .thumb img {
    height: auto;
  }
}

.from-blog .post-snippet .excerpt h2.blog-title a,
.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: #6d6e71;
}

.from-blog .post-snippet .excerpt h2.blog-title,
.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: 1080px) {
  .from-blog .post-snippet .excerpt h2.blog-title,
  .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;
  }
}

.from-blog .post-snippet .excerpt .para a,
.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: #222120;
  font-weight: 400;
}

.from-blog .post-snippet .excerpt .para a span,
.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: #5b5b5b;
}

.from-blog .post-snippet .excerpt p,
.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;
}

.from-blog .post-snippet .excerpt .meta-data,
.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: #234b79;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
}

.from-blog .post-snippet .excerpt .meta-data a,
.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: #234b79;
}

.from-blog .date,
.blog .date,
.tmpl_type_category .date,
.tmpl_type_archive .date {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #234b79;
  text-align: right;
}

.from-blog .meta-data,
.blog .meta-data,
.tmpl_type_category .meta-data,
.tmpl_type_archive .meta-data {
  margin-bottom: 30px;
  color: #5b5b5b;
  font-family: "Roboto", sans-serif;
}

.from-blog .meta-data a,
.blog .meta-data a,
.tmpl_type_category .meta-data a,
.tmpl_type_archive .meta-data a {
  color: #234b79;
}

.from-blog .button,
.blog .button,
.tmpl_type_category .button,
.tmpl_type_archive .button {
  text-decoration: none;
  clear: both;
}

.news-room .next-prev,
.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;
}

.news-room .next-prev a,
.from-blog .next-prev a {
  color: #234b79;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  margin-bottom: 20px;
}

.news-room .next-prev a i,
.from-blog .next-prev a i {
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  position: relative;
  top: 5px;
  color: #234b79;
  font: normal normal normal 27px/17px 'Font Awesome 5 Pro';
}

.news-room .next-prev a:hover,
.from-blog .next-prev a:hover {
  color: #ffffff;
}

.news-room .next-prev a:hover i,
.from-blog .next-prev a:hover i {
  color: #ffffff;
}

.news-room .prev-blog-button:before,
.from-blog .prev-blog-button:before {
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  content: "\f104";
  display: inline-block;
  font: normal normal normal 27px/17px 'Font Awesome 5 Pro';
  position: relative;
  margin-right: 15px;
  top: 5px;
  color: #234b79;
}

.news-room .prev-blog-button:hover,
.from-blog .prev-blog-button:hover {
  color: #ffffff;
}

.news-room .prev-blog-button:hover:before,
.from-blog .prev-blog-button:hover:before {
  color: #ffffff;
}

.news-room .next-blog-button:after,
.from-blog .next-blog-button:after {
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 27px/17px 'Font Awesome 5 Pro';
  position: relative;
  margin-left: 15px;
  top: 5px;
  color: #234b79;
}

.news-room .next-blog-button:hover,
.from-blog .next-blog-button:hover {
  color: #ffffff;
}

.news-room .next-blog-button:hover:after,
.from-blog .next-blog-button:hover:after {
  color: #ffffff;
}

.news-room .meta-data,
.from-blog .meta-data {
  margin-bottom: 20px;
  color: #234b79;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
}

.news-room .meta-data a,
.from-blog .meta-data a {
  color: #234b79;
}

.news-room h1,
.from-blog h1 {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 35px;
}

@media only screen and (min-width: 768px) {
  .news-room h1,
  .from-blog h1 {
    margin-top: 0;
    font-size: 50px;
    line-height: 55px;
  }
}

.tmpl_type_single .button {
  text-decoration: none;
}

.news-room h1 {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 35px;
}

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

.search-bar {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.search-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cat-select {
  position: relative;
}

.cat-select .cat-options {
  background: transparent;
  height: 60px;
  color: #222120;
  padding: 17px 24px;
  border: 1px solid #222120;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .cat-select .cat-options {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.cat-select .cat-options i {
  font-size: 30px;
  line-height: 10px;
  position: relative;
  top: 7px;
  margin-left: 5px;
}

.cat-select .cats {
  position: absolute;
  display: none;
  width: 210px;
  z-index: 100;
  background: #244d7d;
  margin: 0;
  list-style: none;
  padding: 10px 0;
  text-align: left;
  margin: 0 !important;
  margin-top: -10px !important;
}

@media only screen and (min-width: 768px) {
  .cat-select .cats {
    margin-top: 0 !important;
  }
}

.cat-select .cats li {
  padding: 0px 0px;
  margin-bottom: 0 !important;
}

.cat-select .cats li a {
  padding: 0px 0px;
  color: #ffffff;
  text-decoration: none;
}

/* ------------------------
	Map
------------------------ */
/* ------------------------
	Flexible Content
------------------------ */
.tmpl_type_page_procedures .footer-schedule {
  display: none;
}

.flexible-content-page h2 {
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .flexible-content-page h2 {
    font-size: 30px;
  }
}

.flexible-content-page a.button:hover {
  color: #ffffff;
}

.flexible-multicolumn {
  background-color: #f8fafb;
  padding: 40px 20px 20px 20px;
}

.flexible-multicolumn > div {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .flexible-multicolumn {
    padding: 100px 40px;
    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;
  }
  .flexible-multicolumn > div {
    width: 50%;
  }
  .flexible-multicolumn > div p {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1080px) {
  .flexible-multicolumn {
    padding: 100px 40px;
  }
  .flexible-multicolumn > div {
    width: 100%;
  }
  .flexible-multicolumn > div p {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1300px) {
  .flexible-multicolumn {
    padding: 100px 40px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.flexible-multicolumn h2 {
  margin: 0;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .flexible-multicolumn h2 {
    font-size: 30px;
  }
}

.flexible-multicolumn ul {
  list-style: none;
  margin: 0 !important;
}

.flexible-multicolumn ul li:before {
  display: none;
}

.flexible-multicolumn ul a {
  width: 100%;
  line-height: 18px;
}

.flexible-multicolumn ul a:hover {
  color: #ffffff;
}

.flexible-media {
  background-color: #edf2f4;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .flexible-media {
    padding-top: 75px;
    padding-bottom: 120px;
  }
}

.flexible-media ul {
  padding: 0;
}

.interior .flexible-media ul {
  margin: 0;
  margin-top: 60px;
}

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

.flexible-media ul li {
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .flexible-media ul li {
    width: 43%;
  }
}

.flexible-media ul li:before {
  display: none;
}

.flexible-media ul li iframe {
  width: 100%;
}

.flexible-testimonial {
  background: #234b79;
  color: #ffffff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .flexible-testimonial {
    padding-top: 115px;
    padding-bottom: 90px;
  }
}

.flexible-testimonial blockquote {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
}

@media only screen and (min-width: 768px) {
  .flexible-testimonial blockquote {
    font-size: 20px;
    line-height: 40px;
  }
}

.flexible-testimonial blockquote footer {
  font-family: "Playfair Display", serif;
  margin-top: 20px;
  font-style: normal !important;
  font-size: 25px;
}

@media only screen and (min-width: 768px) {
  .flexible-testimonial blockquote footer {
    font-size: 30px;
  }
}

.flexible-testimonial .more-revs {
  margin-top: 40px;
}

.flexible-testimonial .more-revs a {
  color: #ffffff;
  border: 1px solid #6581a1;
}

.flexible-testimonial .more-revs a:hover {
  background: #ffffff;
  color: #222120;
}

/*============================================================
=            Flexible Styled and Featured Section            =
============================================================*/
.flexible-styled {
  background-size: auto 200px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 220px 20px 40px 20px;
}

@media only screen and (min-width: 768px) {
  .flexible-styled {
    padding: 50px 60px 50px 50%;
    padding-left: 50%;
    padding-right: 60px;
    background-size: cover;
  }
}

@media only screen and (min-width: 1080px) {
  .flexible-styled {
    padding: 130px 60px 130px 50%;
  }
}

.flexible-styled h2 {
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .flexible-styled h2 {
    font-size: 30px;
  }
}

.flexible-styled p {
  max-width: 675px;
}

/*=====================================
=            Slpit Section            =
=====================================*/
@media only screen and (min-width: 768px) {
  .flexible-split-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flexible-split-section div {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .flexible-split-section div {
    width: 50%;
  }
}

.flexible-split-section .with-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.flexible-split-section .with-content {
  padding: 40px 20px;
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .flexible-split-section .with-content {
    padding: 50px 70px;
  }
}

@media only screen and (min-width: 1080px) {
  .flexible-split-section .with-content {
    padding: 100px 70px;
  }
}

/*====================================
=            Flexible BNA            =
====================================*/
.flexible-bna {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .flexible-bna {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1080px) {
  .flexible-bna {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

.flexible-bna h2 {
  text-align: center;
}

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

.flexible-bna .bnacase-imgset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1080px) {
  .flexible-bna .bnacase-imgset {
    width: 49%;
  }
}

.flexible-bna .bnacase-imgset > div {
  width: 50%;
}

.flexible-bna .bnacase-imgset img {
  width: 100%;
  height: auto;
}

.flexible-bna .more {
  margin: 0 auto;
  margin-top: 50px;
}

.more .button:hover {
  color: #fff;
}

/*==============================================
=            Flexible Contact Form             =
==============================================*/
.flexible-contact {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1080px) {
  .flexible-contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1080px) {
  .flexible-contact h2 {
    font-size: 40px;
  }
}

.flexible-contact .contact-text {
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  font-weight: bold;
}

.flexible-contact .flexible-contact-phones {
  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;
  font-size: 22px;
  font-weight: 100;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .flexible-contact .flexible-contact-phones {
    font-size: 24px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.flexible-contact .flexible-contact-phones a {
  margin-right: 20px;
  margin-left: 20px;
  color: #222120;
  text-decoration: none;
}

.flexible-contact .aform {
  margin-top: 50px;
  text-align: left;
  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;
}

.flexible-contact .aform .type-singlelinetext {
  width: 49%;
}

.flexible-contact .aform .type-textarea {
  width: 100%;
}

.flexible-contact .aform .type-textarea textarea {
  height: 150px;
}

.flexible-contact .aform .stopyenoh {
  display: none;
}

.flexible-contact .aform .type-submitbutton {
  margin: 0 auto;
}

.flexible-contact .aform .type-text {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.flexible-contact .aform .type-text p {
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 10px;
}

/*=============================================
=            Procedures Navigation            =
=============================================*/
.procedures-menu-section {
  padding-top: 40px;
  background-color: #f9fafc;
}

.procedures-menu-section:nth-of-type(2) {
  background-color: #fff;
}

.content ul.procedures-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 60px;
  clear: both;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .content ul.procedures-menu {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.content ul.procedures-menu li {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #e3e9ec;
  padding: 3px 0px;
}

.content ul.procedures-menu li a {
  color: #234b79;
}

.content ul.procedures-menu li.nav-title {
  border: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 100;
  padding: 0;
}

.content ul.procedures-menu li.nav-title a {
  color: #6d6e71;
}

.content ul.procedures-menu li::before {
  display: none;
}

.content ul.procedures-menu ul.sub-menu {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content ul.procedures-menu ul.sub-menu li {
  width: 100%;
  padding: 5px 0px;
  font-size: 14px;
  border-bottom: 1px solid #e3e9ec;
}

.content ul.procedures-menu ul.sub-menu li a {
  color: #234b79;
  font-weight: normal;
}

.content ul.procedures-menu ul.sub-menu li ul {
  padding-top: 0;
  padding-bottom: 0;
}

.content ul.procedures-menu ul.sub-menu li ul li {
  padding: 3px 15px;
  border: none;
}

.content ul.procedures-menu a {
  text-decoration: none;
}

/* ------------------------
	Gallery
------------------------ */
.tmpl_type_rmg_category_child .interior, .tmpl_type_rmg_single_case .interior {
  display: block;
  position: relative;
  padding-top: 60px;
  text-align: center;
}

@media only screen and (min-width: 1080px) {
  .tmpl_type_rmg_category_child .interior, .tmpl_type_rmg_single_case .interior {
    padding-top: 80px;
  }
}

.tmpl_type_rmg_category_child .interior h2, .tmpl_type_rmg_single_case .interior h2 {
  color: #6d6e71;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .interior h2, .tmpl_type_rmg_single_case .interior h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

.tmpl_type_rmg_archive h2 {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #2c2c2c;
}

@media only screen and (min-width: 1080px) {
  .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: #5b5b5b;
  text-decoration: underline;
}

.tmpl_type_rmg_archive .interior {
  display: block;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .interior {
    padding-top: 80px;
  }
}

.tmpl_type_rmg_archive .cat-container {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.tmpl_type_rmg_archive .cat-container h2 {
  font-size: 30px;
  font-weight: 100;
}

.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%;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .cat-container ul li {
    width: 25%;
  }
}

.tmpl_type_rmg_archive .cat-container ul li a {
  color: #234b79;
  text-decoration: underline;
}

.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-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;
  background-color: #f8fafb;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .bna-group {
    width: 48%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.tmpl_type_rmg_category_child .bna-group h3 {
  text-align: left;
  color: #234b79;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 15px 20px;
}

.tmpl_type_rmg_category_child .bna-group a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1080px) {
  .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: 170px;
  left: calc(50% - 27px);
  font-size: 30px;
  line-height: 30px;
  color: #6581a1;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button:hover {
  color: #6581a1 !important;
}

.tmpl_type_rmg_category_child .img-set {
  padding-left: 10px;
  padding-right: 10px;
  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;
  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: #234b79;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-align: left;
  padding-top: 15px;
  padding-left: 20px;
}

.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 {
  width: 100%;
}

.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-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: 60px;
  padding: 30px 0;
}

@media only screen and (min-width: 1080px) {
  .tmpl_type_rmg_single_case .case-wrap {
    margin-top: 0px;
  }
}

.tmpl_type_rmg_single_case .case-wrap p {
  text-align: left;
  margin-top: 20px;
}

@media only screen and (min-width: 1080px) {
  .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;
  background-color: #f8fafb;
  padding: 50px 10px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_single_case .img-wrap {
    margin: 0 auto;
    max-width: 800px;
  }
}

.tmpl_type_rmg_single_case .img-wrap span {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 18px;
  margin-top: -25px;
  margin-bottom: 25px;
  color: #234b79;
}

.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: left;
  color: #234b79;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-top: 10px;
}

.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-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: #222120;
}

.bna-label {
  color: #222120;
  font-weight: 400;
}

.back-btn {
  position: absolute;
  top: 20px;
}

.back-btn i {
  color: #234b79;
  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: #222120;
  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: 100;
  color: #234b79;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #234b79;
  padding: 0px 30px;
}

.button-gallery-prev i,
.button-gallery-next i {
  font-weight: 100;
  color: #ffffff;
  font-size: 70px;
  line-height: 60px;
}

.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: 1080px) {
  .case-title h2 {
    margin-bottom: 20px !important;
  }
}

.button-gallery-prev {
  position: absolute;
  left: 0px;
  top: -40px;
}

@media only screen and (min-width: 1080px) {
  .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: 1080px) {
  .button-gallery-next {
    top: 0;
  }
}

.button-gallery-next i {
  margin-left: 5px;
}


.tmpl_type_rmg_archive .cat-container ul li.gallerySubList {
  width: 100%;
  padding-bottom: 0;
  padding-left: 10px;
  padding-top: 7px;
  margin-bottom: 0;
}


/* UPDATED GALLERY LANDING */
.tmpl_type_rmg_archive .cat-container ul.gallerySub {
  column-count: 1;
  padding-left: 1em;
}
.tmpl_type_rmg_archive .cat-container ul {
 display: block;
 column-count: 2;
}

@media only screen and (min-width: 768px) {
 .tmpl_type_rmg_archive .cat-container ul li {
  width: 100%;
 }
}




/* ==|== 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;
  }
}
.aform.eventform .field-38 > label {
  font-size: 16px!important;
  cursor: initial;
}
.eventform label {
  margin-left: 0;
  padding-left: 0;
}
.eone,.etwo {
  font-weight: 600;
}
.etwo {padding-top: 1.5em;}


@media screen and (max-width: 767px) {
  div[id^="gallery-"] .gallery-item {
      float: none!important;
      margin-top: 10px;
      text-align: center!important;
      width: 100%!important;
  }
}
#aform-8671 .type-radiobuttons  > label {
  margin-left: 0;
  padding-left: 0;
  font-weight: bold;
}
#aform-8671 .type-radiobuttons div {
  display: flex;
}