/*
  Theme Name: Dr Jeneby Plastic Surgery
  Theme URI: http://my.studiopress.com/themes/altitude/
  Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
  Author: StudioPress
  Author URI: http://www.studiopress.com/

  Version: 1.0.2

  Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

  Template: genesis
  Template Version: 2.1

  License: GPL-2.0+
  License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

  - HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
  - Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Buttons
    - Tables
  - Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
  - Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
  - Widgets
  - Plugins
    - Genesis eNews Extended
    - Jetpack
  - Site Header
    - Title Area
    - Widget Area
  - Site Navigation
    - Primary Navigation
    - Secondary Navigation
    - Footer Navigation
    - Responsive Menu
  - Content Area
    - Front Page
    - Dashicons
    - Flexible Widgets
    - Content
    - Entries
    - Entry Meta
    - After Entry
    - Pagination
    - Content Boxes
    - Comments
  - Sidebar
  - Footer Widgets
  - Site Footer
  - Media Queries
    - Max-width: 1280px
    - Max-width: 1200px
    - Max-width: 1023px
    - Max-width: 800px
    - Max-width: 480px

*/


/* Google Fonts
--------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Marcellus+SC);

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
  normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title] b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
  background-color: #000;
  background: url(/wp-content/uploads/sites/147/2016/06/new-bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.altitude-home {
  background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {

    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

::-moz-selection {
  background-color: #722c24;
  color: #fff;
}

::selection {
  background-color: #722c24;
  color: #fff;
}

a {
  color: #dbd592;
  text-decoration: none;
}

a:hover {
  color: #ece488;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 800;
}

cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #999;
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee; 
  clear: both;
  margin: 40px 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Marcellus SC', serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

.image-section h2,
.solid-section h2 {
    font-size: 31px;
    text-shadow: 1px 1px #222;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0px;
}

.home-form-section.solid-section h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

.image-section h4,
.solid-section h4 {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* Animation CSS
--------------------------------------------- */

.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;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .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;
}

@-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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .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-animation-duration: .75s;
          animation-duration: .75s;
  -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-animation-duration: .75s;
          animation-duration: .75s;
}

@-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(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/*
Pay Now
---------------------------------------------------------------------------------------------------- */
.pay-now-form p {
  margin-bottom: auto;
}

.pay-now-form input {
  border: none;
  height: 19px;
  padding: 0;
text-align:left !important;
border: none !important;
color: #000 !important;
}

.pay-now-form div {
  margin-bottom: 20px;
}

.pay-now-form label {
  border-bottom: 1px solid #000;
}


.pay-now-form {position: relative;}


.ajax-loader {
   position: absolute;
   top: 38%;
   left: 70%;
   font-size: 65px;
   color: #ff1e3d ;
}

/* Custom CSS
--------------------------------------------- */

#home-middle-1 .solid-section, #home-middle-3 .solid-section {
    padding-top: 0px;
}


#text-3 {
    width: 100%;
    display: block;
}

#text-16 {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.site-header.dark .procedure-icon-header {
    width: 100px;
    float: right;
    margin: 0px;
}

.site-header.dark .cellfina-logo {
    width: 74px !important;
    padding: 0px;
    margin-left: 22px;
}


.site-header.dark img.coolsculpting-logo {
    margin-top: 1px;
    margin-left: 15px;
}

.procedure-icon-header img:hover {
    opacity: .8;
}

.procedure-icon-header {
    margin-left: -2px;
    float: left;
    margin-top: -4px;
}

.cellfina-logo {
    width: 104px;
}

.coolsculpting-logo {
    width: 137px;
    margin-top: 5px;
}


.procedure-icon-header img {
    float: left;
    padding: 5px;
}

.site-header.dark #text-15 img {
    width: 163px;
}

.snap-img {
    margin-top: 3px;
    margin-left: 9px;
}

header.site-header.dark #text-15 {
    left: 333px;
    top: 10px;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(49%, rgba(34,34,34,1)), color-stop(49%, rgba(0,0,0,1)), color-stop(100%, rgba(61,61,61,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3d3d3d', GradientType=0 );
    border: 2px solid #722c24;
    float: left;
    padding: 5px 12px 1px;
}

.site-header.dark #text-15 {
    left: 415px;
    top: 13px;
}


#text-15 {
    float: none;
    position: relative;
    left: 519px;
    top: 9px;
}

#text-15 img:hover {
    opacity: .8;
}

.tp-bullets {
  position:relative!important;
  bottom: 0px!important; 
  left: 0!important;
  margin-left: 0!important;
}

 .tp-leftarrow.square-old {
    z-index: 1000!important;
    background: url('/wp-content/plugins/revslider/rs-plugin/assets/large_left.png') no-repeat 0 0!important;
    width: 100%!important;
    height: auto!important;
    min-height: 40px;
    margin-right: auto!important;
    float: left!important;
    margin-top: auto!important;
    position: absolute!important;
    top: -500px;
    left: 40px;
    opacity:0;
    display: block;
}
.tp-rightarrow.square-old {
    z-index: 1000!important;
    background: url('/wp-content/plugins/revslider/rs-plugin/assets/large_right.png') no-repeat 0 0!important;
    width: 100%!important;
    height: auto!important;
    min-height: 40px;
    margin-left: auto!important;
    float: right!important;
    margin-top: auto!important;
    position: absolute!important;
    top: -500px;
    left: 95%;
    opacity:0;
    display: block;
}
.rev_slider_wrapper:hover .tp-rightarrow.square-old,
.rev_slider_wrapper:hover .tp-leftarrow.square-old  {
  opacity:1;
}

.tp-rightarrow.square-old 

.tp-bullets {
      width: 100%;
      left:0!important;
      margin-left: 0px!important;
}
.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    width: 100%!important;
    height: auto!important;
    margin-right: auto!important;
    float: left;
    margin-top: auto!important;
}

.post-image {
   width: 100%;
}


.entry-meta {
    display: none;
}
.category-specials .site-inner {
   padding: 40px;
   color: #c5c5c5 ;
   border: 2px solid rgba(114, 44, 36, 0.6);
   margin-bottom: 50px;
   -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
   -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
   box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
}
.results_message {
    text-align: right;
    margin-top: -17px !important;
    font-size: 12px;
    font-weight: 400;
}


body.single.single-post .site-inner {
    padding: 40px;
    color: #c5c5c5;
    border: 2px solid rgba(114, 44, 36, 0.6);
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
}

.entry-content {
    padding: 30px 40px 30px 40px;
}

.ui-widget-content a {
    color: #ffffff !important;
}

.tan-album-page h2.case_header {
    margin-bottom: 5px;
    margin: 11px 0;
}

.tan-page-wrap p.case_description {
    margin-bottom: 49px;
}

.ui-accordion .ui-accordion-header {
    color: #fff !important;
}

.ui-widget-content a.selected {
    color: #fff !important;
}

.ui-widget-content a {
    color: #ffffff !important;
    font-size: 14px;
}

#tightrope_form-6 {
    margin-top: 54px;
}

#accordion .ui-widget-content a {
    color: #fff !important;
}

#accordion .tan-page-wrap img.aligncenter, .lightbox_image_wrapper img.aligncenter {
    border: 2px solid #481c17 !important;
}

.tan-page-wrap p.case_description {
    margin-bottom: 68px !important;
}

.tan-album-page h2.case_header {
    margin: 14px 0 4px !important;
    color: #fff !important;
}

.tan-left-sidebar.widget-area {
    width: 100% !important;
    margin-top: 80px !important;
}

.tan_album_pagination {
    padding: 4px 8px;
    text-align: center;
    background-color: #c5c5c5 !important;
    color: #222;
    margin-left: 6px;
    border-radius: 3px;
}

.tan_album_pagination.active, .tan_album_pagination:hover {
    background-color: #6f2921 !important;

    color: #eee;
}

.photoset-before-wrap, .photoset-after-wrap {
    background: none !important;
}



#home-top .solid-section {
    display:none;

}

#rev_slider_1_1, #rev_slider_1_1_wrapper {
    width: 100% !important;
}

.player .video-wrapper video {
    width: 100%;
    height: 102%;
}


#home-top-widget-section {
    z-index: 1503;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -88px;
}

.player .controls {
    display: none !important;
}

#home-middle-1 .solid-section {
    padding-top: 0px;
}

#home-middle-3 .solid-section {
    padding-top: 0px;
}
.front-page-2 .flexible-widgets {
    height: 0px;
    margin-bottom: -68px;
}


.player .controls {
    display: none !important;
}

#player .controls-wrapper {
    display: none !important;
}

.controls {
    display: none !important;
}

#tightrope_form-3 {
    position: relative;
    top: -224px;
}


.tp-caption .slider-module {
z-index: 99999; background: rgba(0,0,0,.32); border: 2px solid rgba(255,255,255,.62); padding: 25px 40px; text-align: center;line-height: 1.3; min-width: 300px;
}

.tp-caption a.slider-module {
background: rgba(0,0,0,.32);
}

.tp-caption a.slider-module:hover {
background: rgba(0,0,0,.62); border: 2px solid rgba(255,255,255,.82);
}

.form-container-Horizontal .heading {position: relative;}
/*
.tparrows, .play.rounded-box.state-paused {display: none;}
*/

#home-form-section .solid-section {
    border-top: none;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.79) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.79)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.79) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.79) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.79) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.79) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
box-shadow: none;
}

#text-10 {
    text-align: center;
}

.easy_t_single_testimonial .easy_testimonial_title {
    font-weight: 700;
    color: #dbd592 !important;
}

.site-container {

}

#text-4 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 40px;
}

#text-4 .three-fourths {
    text-align: left;
}

#text-4 .one-third {
text-align: right;
}

#text-4 h4 {
    color: #dbd592;
    margin-bottom: 40px;
}

.home-featured .entry-content {
    color: #070606;
    font-weight: 400;
  padding: 0;
}

.page .entry-title {
    font-size: 36px;
    margin-bottom: -8px;
}
.video-container {
    width: 713px;
    height: 406px;
    margin-bottom: 30px;
}
.site-header .wrap {
    height: 70px;
}


#tightrope_form-7 {
    margin-top: -50px;
}

.home-featured .wrap {

    padding: 80px 30px 0px;

}

#text-14 {
    /* background: rgba(255,255,255,.32); */
    padding: 30px 30px 20px;
    border: 2px solid rgba(255, 255, 255, 0.21);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.52);
}

a.more-link {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:block;
  cursor:pointer;
  margin-top: 30px;
  color:#444 !important;
  font-size:15px;
  font-weight:bold;
  padding:10px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}
a.more-link:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
  background-color:#dfdfdf;
}
a.more-link:active {
  position:relative;
  top:1px;
}

.form-container-Vertical #formSubmit {
   width: 100%;
text-transform: uppercase;
}

.site-header.dark .simple-social-icons ul.aligncenter {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: -6px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition:    all 0.5s ease-in-out;
  -ms-transition:     all 0.5s ease-in-out;
  -o-transition:      all 0.5s ease-in-out;
  transition:         all 0.5s ease-in-out;
}

.site-header.dark .header-widget-area {
    position: absolute;
    bottom: -28px;
    width: 1200px;
    height: 57px;
    border-top: 2px solid rgba(255, 255, 255, 0.14);
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: linear;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.header-image .dark .site-title > a {
    height: 56px;
    margin-bottom: -20px;
}

.site-header.dark .tel span {
    font-size: 16px;
    /* font-weight: 300; */
    color: #ff1e3d;
    margin-top: 3px;
    font-weight: 300;
    padding: 0 5px;
    letter-spacing: 0px;
}

.site-header.dark .tel a {
    margin-top: -7px;
    margin-right: -83px;
background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(49%, rgba(34,34,34,1)), color-stop(49%, rgba(0,0,0,1)), color-stop(100%, rgba(61,61,61,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3d3d3d', GradientType=0 );
    padding: 5px 20px 4px 15px;
    font-size: 20px;
    border: 2px solid #722c24;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
color: #fae77a;
}
.site-header.dark .simple-social-icons ul li a, .site-header.dark .simple-social-icons ul li a:hover {
    /* padding-left: 0; */
    /* padding-right: 14px; */

    padding: 6px 9px 0;
    margin: 0 auto;
    text-align: center;
}

#simple-social-icons-2 {
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.site-header.dark .header-widget-area #simple-social-icons-2 {
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    left: 0;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(49%, rgba(34,34,34,1)), color-stop(49%, rgba(0,0,0,1)), color-stop(100%, rgba(61,61,61,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 49%, rgba(0,0,0,1) 49%, rgba(61,61,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3d3d3d', GradientType=0 );
    padding: 5px 0 0px 0;
    margin-bottom: 5px;
    margin-left: 735px;
    border: 2px solid #722c24;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
    background-color: #dbd592;
    position: relative;
    border: 2px solid #DCDCDC;
    /* border-radius: 5px; */
    color: #222;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    /* letter-spacing: -1px; */
    font-family: 'Marcellus SC', serif;
    letter-spacing: 2px;
    padding: 10px 25px 10px;
    /* text-transform: uppercase; */
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
}

.tel {
    margin-top: -41px;
    margin-right: 15px;
}

.tel a{
    color: #fae77a;
    float: right;
    font-size: 26px;
    margin-top: -5px;
    font-weight: 300;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.82);
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tel a:hover{
  color: #fff !important;
  text-decoration: none;
  background: none;
}

.tel span {
    font-size: 20px;
    /* font-weight: 300; */
    color: #ff1e3d;
    margin-top: 3px;
    font-weight: 300;
    text-shadow: none;
    padding: 0 5px;
    letter-spacing: 0px;
}

.site-header .simple-social-icons ul li a, .site-header .simple-social-icons ul li a:hover {
    background: transparent !important;
    margin: 0 8px;
    text-shadow: 1px 1px #222;
}

.site-header .simple-social-icons ul li a {
  color: #dedede !important;
}

.site-header .simple-social-icons ul li a:hover {
  color: #828181 !important;
}

.sidebar input, .entry input, select, textarea {
    background-color: rgba(255, 255, 255, 0.92);
    border: 2px solid 2px solid rgb(81, 32, 26);
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    margin-bottom: 9px;
    font-weight: 200;
    padding: 10px;
    width: 100%;
}

.footer-widgets-1 {
    width: 25%;
    float: left;
}

.footer-widgets-2 {
    width: 25%;
    float: left;
}

.footer-widgets-3 {
    width: 25%;
    float: left;
}

.footer-widgets-4 {
    width: 25%;
    float: left;
}

 /*Video Background
--------------------------------------------- */

.front-page-1 iframe#bgvid .tiny-bars {
  display: none !important;
}

div#home-top {
position: relative;
}


.controls {
    display: none !important;
}

#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-top: 1px;
}

.front-page-1 {
  background-image: none !important;
  background-color: transparent !important;
}

.front-page-1 .video-section.image-section {
  background: none !important;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.full-width-content img.pull-left {
  float: left;
  margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
  float: right;
  margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
  width: auto;
    border: 2px solid #722c24;
}

/* Gallery
--------------------------------------------- */

.gallery {
  margin-bottom: 28px;
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery .gallery-item img {
  border: none;
  height: auto;
  margin: 0;
}

#mobile-close,
  #menu-item-mobile-home {
    display:none!important;
  }

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: rgba(255, 255, 255, 0.92);
    border: 2px solid rgb(81, 32, 26) !important;
    border-radius: 0;
    box-shadow: none;
    color: #565656;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    padding: 10px;
    width: 20%;
}


input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
  border: 1px solid #00B9E1;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
    background-color: #dbd592;
position: relative;
    border: 2px solid #DCDCDC;
    /* border-radius: 5px; */
    color: #222;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    /* letter-spacing: -1px; */
font-family: 'Marcellus SC', serif;
    letter-spacing: 2px;
    padding: 9px 25px 10px;
    /* text-transform: uppercase; */
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Buttons
--------------------------------------------- */

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
  background-color: #efe9aa;
  color: #222;
}

.button {
  display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
}

.widget .button.clear {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.image-section .button {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
}

.image-section .button.clear {
  border-color: #fff;
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
  cursor: not-allowed;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
  float: none;
  margin: 0 auto;
  max-width: 1280px;
}

.site-inner {
    background: rgba(0,0,0,0.32);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.32)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    clear: both;
    margin-top: 170px;
    position: relative;
    z-index: 9;
    word-wrap: break-word;
}

.page .site-inner {
    padding: 40px;
    color: #c5c5c5;
    border: 2px solid rgba(114, 44, 36, 0.6);
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0, 0.38);
}

.front-page .site-container .site-inner {
  margin-top: 0;
  max-width: 100%;
}

.altitude-landing .site-container .site-inner {
  margin-top: 100px;
}

.secondary-nav .site-inner {
  margin-top: 250px;
}

/* Column Classes
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar {
  height: 88px;
  width: 88px;
}

.entry-comments .avatar {
  height: 60px;
  width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  border-bottom: 2px solid #f5f5f5;
  font-size: 20px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.archive-description,
.author-box {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 20px;
  margin-bottom: 100px;
  padding: 40px 0;
}

.author-box-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.search-form input[type="search"] {
  margin-right: 10px;
  width: auto;
}

.search-form input[type="submit"] {
  padding: 25px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.entry-title {
  font-size: 36px;
}

.sidebar .entry-title {
  font-size: 24px;
  text-align: left;
}

.entry-title a {
  color: #dbd592;
}

.entry-title a:hover {
  color: #acaa70;
}

.widget-full .widget-title {
  margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

.post-password-form input {
  width: auto;
}

.post-password-form input[type="submit"] {
  padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 28px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
  font-size: 24px;
    margin-top: 20px;
}

.featured-content .entry-title a {
    color: #dbd592;
}

.featured-content p {
    color: #c3c3c3;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
  margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
  margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
  padding: 30px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
  font-size: 18px;
  margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
  padding: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
background: rgba(0,0,0,0.66);
background: -moz-linear-gradient(top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.88)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.featured-section .site-header {
  background-color: transparent;
}

.featured-section .site-header.dark > .wrap {
width: 1280px;
}

.site-header.dark {
    background: rgba(31,31,31,0.75);
    background: -moz-linear-gradient(top, rgba(31,31,31,0.92) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,31,31,0.92)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(31,31,31,0.92) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(31,31,31,0.92) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(31,31,31,0.92) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(31,31,31,0.92) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#000000', GradientType=0 );
  border-bottom: 2px solid #722c24;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-right: -65px;
}

.site-header.dark > .wrap {
  border-bottom: none;
  width: 1280px;
}

.site-header.dark .nav-secondary {
  display: none;
}

.admin-bar .site-header {
  top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding: 25px 0;
  width: 360px;
  margin-bottom: 40px;
}

.site-header.dark .title-area {
  padding: 15px 0;
}

.site-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;

}

.site-title a,
.site-title a:hover {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
  padding: 0;
}

.header-image .site-title > a {
  background-size: contain !important;
  display: block;
  height: 75px;
  text-indent: -9999px;
margin-top: 20px;
}

.header-image .dark .site-title > a {
  height: 56px;
}

.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

/*
Header Widget Area
---------------------------------------------------------------------------------------------------- */

.site-header .header-widget-area {
    position: absolute;
    bottom: -17px;
    width: 1280px;
    z-index: -99999;
    height: 57px;
    border-top: 2px solid rgba(255, 255, 255, 0.14);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition:    all 0.5s ease-in-out;
  -ms-transition:     all 0.5s ease-in-out;
  -o-transition:      all 0.5s ease-in-out;
  transition:         all 0.5s ease-in-out;
}

.site-header.dark .header-widget-area {
  border: none;
}

.header-widget-area #text-2,
.header-widget-area #simple-social-icons-2 {
    position: absolute;
    bottom: 0;
}

.header-widget-area #text-2 {
  right: 0;
}

.header-widget-area #simple-social-icons-2 {
    left: 0;
}

.header-widget-area h3 {
  margin-bottom: 6px;
  color: #fff;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  line-height: 1;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu li li {
  margin-left: 0;
}

.genesis-nav-menu a {
    color: rgb(202, 202, 202);
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 40px 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.site-header.dark .genesis-nav-menu a {
    padding: 40px 10px 10px;
}

.genesis-nav-menu li.highlight a:hover::before {
  color: #fff;
}

.genesis-nav-menu li.highlight > a {
  font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
  border-top: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
  border-color: #722c24;
  color: #bb493c;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition:    opacity .4s ease-in-out;
  -ms-transition:     opacity .4s ease-in-out;
  -o-transition:      opacity .4s ease-in-out;
  transition:         opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background: rgb(114, 44, 36);
    font-weight: 400;
    padding: 11px 20px !important;
    color: #fffbfb;
    position: relative;
    width: 261px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.08);
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
    background: rgb(167, 67, 56);
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -37px 0 0 261px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  display: inline-block;
  list-style-type: none;
  padding: 27px 20px;
  text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  display: block;
  margin: 0 auto;
  padding: 0 20px 20px;
  width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  text-align: center;
}

.nav-primary .genesis-nav-menu {
  float: right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
  padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
  border: none;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 0 20px;
  padding: 0;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
  clear: both;
  text-align: center;
  width: 100%;
}

.image-section {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.image-section img {

}

.image-section .widget-area {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.image-section,
.image-section a {
  color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
  color: #fff;
}

.solid-section {
    background-color: rgb(114, 44, 36);
    background-image: url(/wp-content/uploads/sites/147/2016/06/form-bg.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
background-position: 50%;
-webkit-box-shadow: 0px 0px 100px 9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 100px 9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 100px 9px rgba(0,0,0,0.75);
    border-top: 2px solid rgba(255, 255, 255, 0.52);
    border-bottom: 2px solid rgba(255, 255, 255, 0.52);
}

.home-form-section,
.home-featured,
.home-middle-1,
.home-middle-2,
.home-middle-3,
.home-bottom {
    /* border-top: 54px solid transparent; */
    /* margin-top: -54px; */
  -webkit-background-clip: padding-box;
  -moz-background-clip:    padding;
  background-clip:         padding-box;
  /*position: relative;*/
  z-index: 9;
}

.home-featured .wrap {
	  max-width: 1360px;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  background-size:         cover;
}



.home-top .image-section {
  padding-top: 75px;
}

.secondary-nav .home-top .image-section {
  padding-top: 150px;
}

.bottom-image {
  margin-bottom: -120px;
  margin-top: 100px;
}

.bottom-image img {
  margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
  margin-bottom: 0;
}

.small-disclaimer {
  font-size: 12px;
  font-style: italic;
}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
  font-size: 40px;
  height: 40px;
  margin-bottom: 20px;
  width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
    padding-bottom: 30px;
    padding-top: 44px;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.flexible-widgets .featured-content {
  float: left;
  margin: 0 0 30px 2.564102564102564%;
}

.flexible-widgets.widget-full .featured-content,
.home-featured .featured-content:nth-of-type(1) {
  background: none;
  margin-left: 0!important;
  padding: 0;
  width: 100%;
}
#featured-page-2, #featured-page-4 {
	margin-left:0px!important;
}
.flexible-widgets .featured-content img {
	max-height: 339px;
	overflow: hidden;
}

  
.widget-area.flexible-widgets.widget-half .featured-content,
.flexible-widgets.widget-halves .featured-content {
  width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .featured-content {
  width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .featured-content {
  width: 23.076923076923077%;
}

.flexible-widgets.widget-thirds .featured-content:nth-child(3n+2),
.flexible-widgets.widget-fourths .featured-content:nth-child(4n+2) {
  clear: left;
  margin-left: 0;
}

.solid-section .widget {
  padding: 40px;
}

.solid-section .widget-title {
  font-size: 42px;
  margin-bottom: 30px;
}

.flexible-widgets.featured-content h2,
.flexible-widgets.featured-content h2,
.flexible-widgets.featured-content h2 {
  font-size: 26px;
}

/* Content
--------------------------------------------- */

.content {
  float: left;
  width: 780px;
}

.page .content {
  padding-bottom: 50px;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.sidebar-content .content {
  float: right;
}

.full-width-content .content {
  padding: 0 20px 50px;
  width: 100%;
  overflow:hidden;
}

.full-width-content.front-page .content {
  padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {

}

.widget .entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #000;
  color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 20px;
  margin-bottom: 0;
}

.entry-header,
.entry-footer {
  text-align: center;
}

.entry-header p.entry-meta {
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.entry-header::after {

    content: "";
    display: block;
    margin: 0 auto 30px;
    /* padding-bottom: 30px; */
    width: 100%;
}

.image-section .entry-header::after {
  border-color: rgba(255, 255, 255, 0.28);
}

.entry-footer::before {
  border-top: 1px solid #000;
  content: "";
  display: block;
  margin: 30px auto 0;
  padding-top: 60px;
  width: 25%;
}

.sidebar .entry-header::after {
  display: none;
}

.entry-categories::before,
.entry-tags::before {
  display: inline-block;
  font: normal 20px/1 "dashicons";
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry #formSubmit {
    width: 17%;
    padding: 11px;
}

.after-entry #tightrope_form-8 {
    padding: 0 130px;
    margin-top: -17px;
}

.after-entry {
text-align: center;
}

.after-entry .widget {
  margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
  margin: 0;
}

.after-entry li {
  list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;

  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #722c24;
  color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 40px;
}

.comment-header {
  font-size: 20px;
}

.entry-comments .comment {
  border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
  clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin: 0;
}

.entry-comments .children .comment {
  border: none;
}

.comment-respond label {
  display: block;
  font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.entry-comments ul.children {
  margin-left: 40px;
}

.ping-list .reply {
  display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
  float: right;
  width: 360px;
}

.sidebar h2, h4 {
  text-align: center;
}

.sidebar-content .sidebar {
    float: left;
    margin-top: 10px;

}

.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
background: rgba(0,0,0,0.32);
background: -moz-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.32)), color-stop(100%, rgba(0,0,0,0.8)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    clear: both;
    /* text-align: center; */
    position: relative;
    z-index: 9;
    color: #DCDCDC;
    border-top: 2px solid #722c24;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(114, 44, 36, 0.45);
    -moz-box-shadow: 0px 0px 32px 0px rgba(114, 44, 36, 0.45);
    box-shadow: 0px 0px 32px 0px rgba(114, 44, 36, 0.45);
}

.footer-widgets .wrap {
    padding-bottom: 20px;
    padding-top: 50px;
}

.footer-widgets .widget-title {
    color: #dbd592;
    text-align: left;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
  color: #C3C3C3;
}

.footer-widgets a:hover {
  color: #fff;
}

.footer-widgets li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footer-widgets .widget {
  margin-bottom: 40px;
  padding: 0 10px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: rgba(0, 0, 0, 0.72);
    padding: 10px;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #ADADAD;
}

.site-footer a,
.site-footer p {
  color: #ADADAD;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#menu-item-10239 .sub-menu a {
	width:150px;
}
#menu-item-10239 .sub-menu .sub-menu a {
	width:240px;
}
#menu-item-10239 .sub-menu .sub-menu {
    margin: -37px 0 0 150px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1890px) {

.home-featured .wrap {
    position: relative;
    top: 311px;
    padding-bottom: 430px;
}


.front-page-2 .flexible-widgets {
    margin-top: -131px;
    /*margin-bottom: -75px;*/
}

#tightrope_form-3 {
    display: none;
}


#home-top .solid-section {
    position: relative;
    display: inherit;
}

}


@media only screen and (max-width: 1662px) {

.home-featured .wrap {
    position: relative;
    top: 128px;
    padding-bottom: 0px;
    margin-bottom: 150px;
}

.front-page-2 .flexible-widgets {
display: none;
}

#tightrope_form-3 {
    margin-top: -80px;
}
.tp-leftarrow.square-old,
.tp-rightarrow.square-old {
    top: -400px!important;
}



#bgvid {
    margin-top: -29px;
}

}


@media only screen and (max-width: 1480px) {

.front-page-3 {
    padding-top: 0px;
}

#home-top-widget-section {
    bottom: -8px;
}
.tp-leftarrow.square-old,
.tp-rightarrow.square-old {
    top: -350px!important;
}

.front-page-2 .flexible-widgets {
          /*margin-top: -60px;*/
}

#tightrope_form-3 {
    padding: 32px 0px;
}

.front-page-2 .flexible-widgets {
    
}

}

@media only screen and (max-width: 1400px) {
#home-top-widget-section {
    bottom: -3px;
}

.video-section.image-section {
    height: 834px !important;
}

}

@media only screen and (max-width: 1280px) {

#tightrope_form-6 {
    margin-top: 0px;
}

.site-header.dark #text-15 {
    left: 366px !important;
    top: 7px !important;
}

.page .site-inner {
    margin-top: 159px;
}

.sidebar-content .sidebar {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.tp-leftarrow.square-old,
.tp-rightarrow.square-old {
    top: -300px!important;
}


.sidebar .widget {
    margin-bottom: 40px;
    text-align: center;
}

.sidebar-content .content {
    float: none;
    clear: both;
    width: 100%;
}

.featured-content p {
    font-size: 14px;
}

.video-section.image-section {
    height: 751px !important;
}

#home-top-widget-section {
    bottom: -8px;
}

.front-page-2 .flexible-widgets {
  
}

  .site-inner,
  .wrap {
    max-width: 1140px;
  }
  
.genesis-nav-menu a {
    font-size: 12px;
    padding: 40px 6px 30px;
    text-transform: uppercase;
}


.site-header .header-widget-area {
  width: 1140px;
}

.site-header.dark .genesis-nav-menu a {
    padding: 40px 8px 10px;
}

.site-header.dark .header-widget-area {
    width: 1040px;
}

.site-header.dark .header-widget-area #simple-social-icons-2 {
    margin-left: 575px;
    color: #fae77a;
    margin-bottom: 6px;
}

}

@media only screen and (max-width: 1200px) {

.site-header.dark #text-15 {
    left: 233px !important;
    top: 8px !important;
}

#text-15 {
    left: 413px;
    top: 14px;
}


#text-15 img {
    width: 208px;
}

#bgvid {
    margin-top: -21px;
}

.flexible-widgets.widget-fourths h2 {
    font-size: 23px;
}


.video-section.image-section {
    height: 736px !important;
}

#home-top-widget-section {
    bottom: -3px;
}

#tightrope_form-3 {
    padding: 0px 0px 32px;
}

.solid-section h2 {
    font-size: 27px;
}

.front-page-2 .flexible-widgets {
    
}

  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .site-header .widget-area {
        width: 959px;
  }

.title-area {
    width: 250px;
    margin-bottom: 49px;
}

  .content {
    width: 520px;
  }

  .full-width-content .content {
    padding: 0 110px;
  }
  
.genesis-nav-menu a {
    padding: 30px 4px;
    font-size: 11px;
}
  
.site-header.dark .genesis-nav-menu a {
    padding: 34px 3px;
    font-size: 11.5px;
}
  
  .home-top,
  .home-featured,
  .home-middle-2,
  .home-bottom {
      background-attachment: scroll;
  }

.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 40px;
    text-indent: -9999px;
    margin-top: 20px;
}



.site-header.dark .tel a {   
 margin-right: 51px;
}

.site-header.dark .header-widget-area #simple-social-icons-2 {
    margin-left: 442px;
}

}

@media only screen and (max-width: 1180px) {
.front-page-2 .flexible-widgets {
    
}

.procedure-icon-header {
    margin-left: -18px;
    display: none;
}

}

@media only screen and (max-width: 1080px) {

.video-section.image-section {
    height: 662px !important;
}

}

@media only screen and (max-width: 1023px) {


#text-16 {
    width: 31%;
}


.page .site-inner {
    margin-top: 48px;
}

.video-section.image-section {
    height: 659px !important;
}

#home-top-widget-section {
    bottom: 0;
}

.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    height: 104% !important;
}

.front-page-2 .flexible-widgets {
 
}


.tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none;
    border: none !important;
    margin-top: -15px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    width: 100%;
    text-align: center;
}

.footer-widgets .widget-title {
    color: #dbd592;
    text-align: center;
}

.front-page-2 .flexible-widgets {

}
  .site-inner,
  .wrap {
    max-width: 768px;
  }
  
  .secondary-nav .site-inner {
    margin-top: 80px;
  }

  .front-page .site-inner {
    max-width: none;
  }

  .site-header {
    position: relative;
  }
  
  .front-page .site-header {
    background-color: #000;
  }
  
  .front-page .site-header > .wrap {
    border: none;
  }

  .content,
  .sidebar,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  
  .site-header .title-area,
  .site-header.dark .title-area {
    padding: 15px 0;
  }
  
  .header-image .dark .site-title > a {
    height: 76px;
  }

  .genesis-nav-menu,
  .site-header .widget-area,
  .site-title {
    text-align: center;
  }
  
  .header-image .site-title > a {
    /*background-position: center !important;*/
  }
  
  .nav-primary .genesis-nav-menu {
    float: none;
  }
  
  .nav-secondary,
  .site-header.dark .nav-secondary {
    border-bottom: none;
    display: block;
  }

  .genesis-nav-menu a,
  .site-header.dark .genesis-nav-menu a {
    padding: 10px;
  }

  .front-page .site-inner {
    margin-top: 0;
  }

  .site-inner {
    margin-top: 80px;
  }

  .full-width-content .content {
    padding: 0;
  }

  .full-width-content img.pull-left {
    margin-left: 0;
  }

  .full-width-content img.pull-right {
    margin-right: 0;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  
  .flexible-widgets.widget-full .widget,
  .flexible-widgets.widget-halves .widget,
  .flexible-widgets.widget-thirds .widget,
  .flexible-widgets.widget-fourths .widget {
    margin: 0 auto 20px;
    width: 100%;
  }
  
  .image-section h2,
  .solid-section h2 {
    
  }
  
  .home-top .image-section,
  .secondary-nav .home-top .image-section {
    padding-top: 0;
  }

.full-width-content.front-page .content {
    padding: 0;
    margin-top: 32px;
}

.title-area {
    margin-bottom: 0px;
}


.front-page .site-container .site-inner {
    margin-top: 37px;
    max-width: 100%;
}



.genesis-nav-menu a, .site-header.dark .genesis-nav-menu a {
    padding: 10px 5px;
}


.site-container {
    background-color: #000;
}

.header-image .site-title > a {
    margin-top: 0px;
}


.tel a {
    float: none;
}

.admin-bar .site-header {
    top: 0px;
}



.content, .sidebar, .site-header .widget-area, .title-area {
    width: 800px;
    margin: 6px 0 -7px 0;
}


.header-widget-area #text-2, .header-widget-area #simple-social-icons-2 {
    position: initial;
    float: right;
}

.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 50px;
    text-indent: -9999px;
    margin-top: 0px;
}

.site-header .header-widget-area {
    border-top: none;
}


.site-header .simple-social-icons ul li {
    margin: -6px 0px 12px !important;
}

.video-container {
    width: 100%;
    height: 341px;
    margin-bottom: 30px;
}
  


.title-area {
    margin-bottom: 17px;
}




#text-15 {
    left: 420px;
    top: 29px;
}

.site-header .widget-area {
    margin-bottom: 18px;
}

.site-title {
    margin-top: 23px;
}


.header-image .site-title > a {
    margin-top: 38px;
}

}





@media only screen and (max-width: 950px) {
  .video-section.image-section {
      height: 593px !important;
  }

  .tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
      height: 103% !important;
  }
  .responsive-menu.open {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}



}

@media only screen and (max-width: 900px) {
.front-page-2 .flexible-widgets {

}

.title-area {
    width: 771px;
}
.tp-leftarrow.square-old,
.tp-rightarrow.square-old {
    top: -300px!important;
}
.tp-rightarrow.square-old {
  left:90%;
}

}



@media only screen and (max-width: 800px) {
#text-15 {
    left: 0;
    top: 0;
    float: none !important;
}


.site-header .title-area {
    margin-bottom: 1px;
}



body {
      overflow-x: hidden;
}

.procedure-icon-header {
    margin-left: 0px;
    display: inherit;
    float: none;
}

.procedure-icon-header img {
    float: none;
    padding: 5px;
    width: 150px !important;
    margin-top: -1px;
}


.nav-primary {
    text-align: center;
    margin: 94px 0px -47px;
}

/* Responsive Menu
--------------------------------------------- */

#mobile-close,
  #menu-item-mobile-home {
    display:block!important;
  }

.responsive-menu.closed {
    display: none;
}

.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: 10px;
  text-align: center;
}
.site-header .genesis-nav-menu.responsive-menu .sub-menu li a {
    font-size: 1.6vh;
    font-weight: 300;
}
.responsive-menu-icon::after {
    color: #fff;
    font-family: 'FontAwesome';
    content: "\f0c9 \00a0 MENU";
    margin: 0 auto;
    font-weight: 500;
    font-size: 26px;
}

ul.responsive-menu {
    position: fixed;
    left:0px;
    top:0px;
    background: rgba(0,0,0,.75);
    width: 100%;
    padding: 2%;
    height:100%;
    padding-right: 10px;
    z-index: 10;
    margin: auto;
    top: 10px; left: 0; bottom: 0; right: 0;
    overflow-y: auto;
}
.responsive-menu li {
    width: 360px;
    background: #8a0013;
    padding: 8px 20px;
    margin: 0px 0px 0px -12px;
}
.genesis-nav-menu.responsive-menu li a {
     font-size: 2.5vh;
}
.genesis-nav-menu.responsive-menu li ul li {
    font-size: 2vh!important;
    line-height: 3vh;
    width: 100%;
      padding: 0px;
  }
  #menu-item-10239 .sub-menu .sub-menu {
    margin: initial;
}


.nav-secondary .responsive-menu-icon {
  margin: 10px auto 0;
}



.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    height: 103% !important;
}

.title-area {
    width: 714px;
}


  .site-inner,
  .wrap {
    max-width: none;
    width: 100%;
  }

  .site-inner,
  .wrap {
    padding: 0 5%;
  }

  .front-page .site-inner {
    padding: 0;
  }

  .genesis-nav-menu.responsive-menu {
    display: none;
    float: none;
    padding-bottom: 20px;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu li.current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    display: block;
    padding: 10px 0;
    text-transform: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;  
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 20px/1 "dashicons";
    height: 20px;

    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
  }

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.05);
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 10px 0;
    position: relative;
    text-transform: none;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
  .genesis-nav-menu.responsive-menu a:hover {
    background: none;
  }

  .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu,
  .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
  .site-header .genesis-nav-menu.responsive-menu > li:hover > a,
  .site-header .genesis-nav-menu.responsive-menu a:hover {
    color: #fff;
  }

  .altitude-home .simple-social-icons ul li {
    margin: 0 20px 20px !important;
  }
  
  .footer-widgets .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .home-form-section,
  .home-featured,
  .home-middle-1,
  .home-middle-2,
  .home-middle-3,
  .home-bottom {
    border-top: 0;
    margin-top: 0;
  }
  
  .image-section .flexible-widgets {
    padding-bottom: 80px;
  }
  
  .solid-section .flexible-widgets {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  
  .bottom-image {
    margin-top: 60px;
    margin-bottom: -80px;
  }

.front-page-2 .flexible-widgets {
}

.site-header .wrap {
    height: auto;
}

.header-widget-area #simple-social-icons-2 {
    position: initial;
    float: none;
}

.header-image .site-title > a {

    background-position: center !important;
}


.content, .sidebar, .site-header .widget-area, .title-area {
    width: 100%;
    margin: 6px 0 -7px 0;
}

.header-widget-area #text-2, .header-widget-area #simple-social-icons-2 {
    position: initial;
    float: none;
}

.title-area {
    width: 106%;
}


.widget-area.header-widget-area {
   position: inherit;
   width: 100%;
}





.site-header .widget-area {
    width: 100%;
}


.header-widget-area #text-2, .header-widget-area #simple-social-icons-2 {
    position: static;
    float: none;
}

.title-area {
    width: 100%;
}


.header-widget-area #text-2 {
    position: static;
    float: none;
}


.header-widget-area #simple-social-icons-2 {
    position: static;
    float: none;
}

.header-widget-area #text-2 {
    position: static;
    float: none;
    margin-top: 119px;
}

.video-section.image-section {
    height: 650px !important;
}



}


@media only screen and (max-width: 770px) {




.tp-caption a.slider-module {
    display:none !important;
}

.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    height: 104% !important;
}

.video-section.image-section {
    height: 583px !important;
}
.tp-leftarrow.square-old,
.tp-rightarrow.square-old {
    top: -240px!important;
}
.tp-rightarrow.square-old {
  left:85%;
}

}

@media only screen and (max-width: 720px) {

.front-page-2 .flexible-widgets {

}

.tp-caption a.slider-module {
    display:none;
}

}


@media only screen and (max-width: 630px) {

.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    height: 105% !important;
}

#tightrope_form-3 input, select, textarea {
    width: 42%;
    margin: 5px;
}

#tightrope_form-4 input, select, textarea {
    width: 42%;
    margin: 5px;
}

#tightrope_form-5 input, select, textarea {
    width: 42%;
    margin: 5px;
}

#tightrope_form-6 input, select, textarea {
    width: 42%;
    margin: 5px;
}

#tightrope_form-6 {
    margin-top: 27px;
    margin: 20px 0 -3px;
}
.tp-leftarrow.square-old,
.tp-rightarrow.square-old {
    top: -190px!important;
}
.tp-rightarrow.square-old {
  left:83%;
}


#tightrope_form-6  .solid-section h2 {
    font-size: 20px;
}

.solid-section h2 {
    font-size: 24px;

}

.video-section.image-section {
    height: 613px !important;
}


}

@media only screen and (max-width: 590px) {

#text-16 {
    width: 80%;
}

.home-featured .wrap {
    position: relative;
    top: 128px;
    padding-bottom: 0px;
    margin-bottom: 120px;
}


.video-section.image-section {
    height: 599px !important;
}

}

@media only screen and (max-width: 480px) {
.video-section.image-section {
    height: 555px !important;
}

.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    height: 106% !important;
}
}


@media only screen and (max-width: 400px) {
.video-section.image-section {
    height: 554px !important;
}

.page .site-inner {
    padding: 15px;
}

.video-container {
    width: 100%;
    height: 163px;
    margin-bottom: 30px;
}
.tp-leftarrow.square-old,
.tp-rightarrow.square-old {
    top: -120px!important;
}

}

@media only screen and (max-width: 380px) {

.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    height: 108% !important;
}

.title-area {
    width: 100%;
}

.front-page-2 .flexible-widgets {
    padding-top: 0;
}

.image-section h4, .solid-section h4 {
    font-size: 26px;

}

.site-header .simple-social-icons ul li a, .site-header .simple-social-icons ul li a:hover {
    background: transparent !important;
    margin: 0 3px;
}


.tel span {
    font-size: 15px;
}

}


@media only screen and (max-width: 300px) {

.nav-primary {
    text-align: center;
    margin-top: 130px;
}

.page .entry-title {
    font-size: 26px;
    margin-bottom: -8px;
}
.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
    height: 124% !important;
}

.tel span {
    font-size: 17px;
    display: block;
}
}


@media only screen and (max-width: 270px) {

.video-section.image-section {
    height: 654px !important;
}




#tightrope_form-4 input, select, textarea, #tightrope_form-5 input, select, textarea, #tightrope_form-6 input, select, textarea {
    width: 113%;
    margin: 5px;
    margin-left: -10px;
}

.site-header .simple-social-icons ul li a, .site-header .simple-social-icons ul li a:hover {
    background: transparent !important;
    margin: 0 3px;
    margin-left: -1px;
}
}


/* Ipad vertical styles
-------------------------------------*/

@media only screen 
and (min-device-width : 768px) 
  { 
    .home-featured .image-section {
      height:auto!important;
    }
     .home-middle-2 .image-section {
      height:auto!important;
    }
}

@media only screen 
and (max-device-width : 1024px) {
      #home-featured .wrap {
          padding: 30px 30px 0px;
      }
      #home-featured .flexible-widgets {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
      }

}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}




/*
----------------IPAD Tweaks---------------------*/



html,
  body{
    width:100%;
    overflow-x:hidden;
  }

@media only screen
and (min-device-width: 1024px)
and (min-device-height: 768px)
and (orientation: landscape) {


}
 
  @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 


.solid-section, .front-page-3, .front-page-5 {
 background-attachment: scroll;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 

.solid-section, .front-page-3, .front-page-5 {
 background-attachment: scroll;
}

}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 

.solid-section, .front-page-3, .front-page-5 {
 background-attachment: scroll;
}

}
/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 700px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}