@charset "UTF-8";
/*!
Theme Name: mcc
Author: Mesh Creative
compile from theme root directory
$ sass mcc.scss dist/styles/mcc.css
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bower
# Base
# Swiper
# Font icons
# Animate
# Responsive
# jQuery UI

/*--------------------------------------------------------------
# Bower
--------------------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* ----------------------------------------------------------------
Show or Hide Header
-----------------------------------------------------------------*/
#desktop {
  display: block;
}

#desktop-marqueecopy {
  display: block;
}

#desktop-toprightnav {
  display: block;
}

#desktop-cta-row {
  display: block;
}

#mobile {
  display: none;
}

#mobile-booknow {
  display: none;
}

#mobile-marqueecopy {
  display: none;
}

#mobile-cta-row {
  display: none;
}

#mobile-footernav {
  display: none;
}

/* ----------------------------------------------------------------
Forms
-----------------------------------------------------------------*/
.iphorm-responsive .iphorm-elements .iphorm-element-wrap-text input {
  width: 100% !important;
  background-color: #fff !important;
}

.iphorm-responsive .iphorm-elements .iphorm-element-wrap textarea {
  width: 100% !important;
  background-color: #fff !important;
}

.iphorm-submit-wrap button em {
  background: none !important;
  color: #fff !important;
}

.iphorm-submit-wrap button span {
  margin-left: 0px !important;
  padding-left: 22px !important;
  background: none !important;
  border: none !important;
  line-height: 17px !important;
}

.iphorm-submit-wrap button {
  width: 164px !important;
  height: 30px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  background-color: #86151b !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: "Montserrat" !important;
  font-size: 12px !important;
}

/*

.right-rail-newsletter-optin-form .signup-button {
background-color: #86151b;
width: 164px;
height: 30px;
color: #fff;
text-transform: uppercase;
padding-left: 22px;
padding-right: 22px;
margin-top: 10px;
margin-left: 0px !important;
}


.right-rail-newsletter-optin-form input {
margin-bottom: 20px;
border: 0px;
border-radius: 4px;
font-family: 'Montserrat';
font-size: 12px;
color: #7e7e7e;

}

*/
/* ----------------------------------------------------------------
General
-----------------------------------------------------------------*/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#wrapper {
  display: block;
  width: 100%;
  height: auto;
  /*background-color: #95979a;*/
}

#outer {
  width: 100%;
  text-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

#inner {
  max-width: 1400px !important;
  margin: 0 auto;
  text-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

#content-area {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

body {
  line-height: 1.5;
  color: #555;
  font-family: "Montserrat";
  background-color: #33413f;
}

body.stretched .container-fullwidth {
  position: relative;
  padding: 0 60px;
  width: 100%;
}

a {
  text-decoration: none;
  color: #f2edda;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0 0;
  font-family: "EB Garamond";
}

h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px !important;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h4 {
  font-weight: 600;
}

h5,
h6 {
  font-weight: 500;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 30px;
}

small {
  font-family: "Lato", sans-serif;
}

/* ----------------------------------------------------------------
Superfly Menu
-----------------------------------------------------------------*/
.sfm-nav li {
  color: #000 !important;
}

.sfm-sidebar-close:before, .sfm-sidebar-close:after {
  background-color: #33423f !important;
}

/* ----------------------------------------------------------------
Content
-----------------------------------------------------------------*/
#content {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

#content p {
  line-height: 1.4;
}

.content-wrap {
  position: relative;
  /*padding: 80px 0;*/
}

#content .container {
  position: relative;
}

/* ----------------------------------------------------------------
Reservation Widget
-----------------------------------------------------------------*/
.reservation-widget {
  display: block;
}

.reservation-widget input, select, option {
  background-color: #f3eedd;
  width: 136px;
  height: 30px;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 4px;
  font-family: "Montserrat";
  font-size: 12px !important;
  color: #33413f;
  font-weight: 200 !important;
  padding-left: 10px;
  padding-right: 28px;
}

.reservation-widget .booktoday-button {
  background-color: #86151b;
  width: 163px;
  height: 30px;
  border: 0px;
  border-radius: 4px;
  font-family: "Montserrat";
  font-size: 12px;
  color: #fff;
  font-weight: 200 !important;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 5px;
  padding-bottom: 6px;
  margin-left: 16px;
}

/*.reservation-nav {
margin-top: -24px;
}

.reservation-nav ul, li {
list-style:none!important;
list-style-type:none!important;
}

.reservation-nav a {
font-size:12px!important;
color:#f2edda!important;
text-decoration:none!important
}*/
.reservation-nav {
  margin-top: -24px;
  margin-left: 30px;
}

.reservation-nav ul {
  display: inline !important;
  float: right !important;
}

.reservation-nav li {
  list-style: none !important;
  list-style-type: none !important;
  margin-top: -10px !important;
  margin-right: 30px !important;
  float: right !important;
}

.reservation-nav li.lastnav {
  margin-right: 0px !important;
}

.reservation-nav a {
  font-size: 12px;
  color: #f2edda;
  text-decoration: none;
}

/* enable absolute positioning */
.reservation-widget .inner-addon {
  position: relative;
  left: 134px;
  top: 2px;
}

/* style icon */
.reservation-widget .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #7e7e7e;
  margin-top: 2px;
}

/* ----------------------------------------------------------------
Header
-----------------------------------------------------------------*/
/*.sfm-navicon-button.sf_label_default {
background-color: none !important;
background: none !important;
left: 210px !important;
top: 30px !important;
position: fixed !important;

}

.sfm-rollback {
color: #fff !important;
font-weight: 500 !important;
}*/
#header {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #F5F5F5;
}

#header .container {
  position: relative;
}

#header.transparent-header {
  background: transparent;
  border-bottom: none;
  z-index: 199;
}

#header.semi-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

#header.transparent-header.floating-header {
  margin-top: 60px;
}

#header.transparent-header.floating-header .container {
  width: 1220px;
  background-color: #FFF;
  padding: 0 40px;
  border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
  width: 1170px;
  padding: 0 15px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
  top: -100px;
  margin-bottom: -116px;
}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
  top: -160px;
  margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
  z-index: 5;
  padding-top: 100px;
}

#header.full-header {
  border-bottom-color: #EEE;
}

body.stretched #header.full-header .container {
  width: 100%;
  padding: 0 30px;
  background-color: rgba(51, 66, 63, 0.7);
}

.bgcolor #header-wrap {
  background-color: #1ABC9C !important;
}

#header.transparent-header.full-header #header-wrap {
  border-top: 8px solid rgba(134, 21, 27, 0.8);
}

#slider + #header.transparent-header.full-header #header-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap {
  top: 0;
}

#header,
#header-wrap,
#logo img {
  height: 90px;
  -webkit-transition: height 0.4s ease, opacity 0.3s ease;
  -o-transition: height 0.4s ease, opacity 0.3s ease;
  transition: height 0.4s ease, opacity 0.3s ease;
  margin-bottom: 10px;
}

#header.sticky-style-2 #header-wrap {
  height: 60px;
}

#header.sticky-style-3 #header-wrap {
  height: 80px;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
  opacity: 1;
  -webkit-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
  -o-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
  transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger {
  opacity: 0;
}

#header.sticky-header.semi-transparent {
  background-color: transparent;
}

#header-wrap {
  position: relative;
  z-index: 199;
  -webkit-backface-visibility: hidden;
}

#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header.semi-transparent.sticky-header #header-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: 60px;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 {
  height: 161px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu {
  border-top: 0;
}

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
  top: 40px;
}

#header.sticky-header.sticky-style-2 #primary-menu {
  border-top: 0;
}

/* Primary Menu - Style 3
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
  margin: 0;
  border-radius: 0;
}

/* Primary Menu - Style 4
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 10px 0;
}

/* Primary Menu - Style 5
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li {
  margin-left: 2px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child {
  margin-left: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a {
  line-height: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div {
  padding: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
  display: inline-block;
  width: 16px;
  top: -1px;
  margin: 0 6px 0 0;
  font-size: 14px;
  line-height: 22px;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
  background: none !important;
  margin-left: 2px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child {
  margin-left: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
  line-height: 22px;
  padding: 19px 15px;
  text-transform: none;
  font-size: 14px;
  border-top: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span {
  display: none;
}

.detail-nav {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f2edda;
}

.detail-nav a {
  font-size: 15px;
  margin-left: 9px;
  margin-right: 9px;
}

.detail-nav a:hover {
  font-size: 15px;
  margin-left: 9px;
  margin-right: 9px;
}

.detail-nav a:active, .detail-nav a:visited {
  color: #f2edda;
}

.detail-nav .currentpage {
  color: #fff;
}

/* ----------------------------------------------------------------
Logo
-----------------------------------------------------------------*/
#logo {
  position: relative;
  float: left;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  line-height: 100%;
  margin-left: 70px;
  margin-top: 8px;
}

#header.full-header #logo {
  padding-right: 30px;
  margin-right: 30px;
  /*border-right: 1px solid #EEE;*/
}

#header.transparent-header.full-header #logo {
  border-right-color: rgba(0, 0, 0, 0.1);
}

#logo a {
  display: block;
  color: #000;
}

#logo img {
  display: block;
  max-width: 100%;
}

#logo a.standard-logo {
  display: block;
}

#logo a.retina-logo {
  display: none;
}

/* ----------------------------------------------------------------
Top Search
-----------------------------------------------------------------*/
#top-search,
#top-cart,
#side-panel-trigger {
  float: right;
  margin: 40px 0 40px 15px;
}

#top-cart {
  position: relative;
}

#top-search a,
#top-cart a,
#side-panel-trigger a {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#top-search a {
  z-index: 11;
}

#top-search a i {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross {
  opacity: 0;
}

body.top-search-open #top-search a i.icon-line-cross {
  opacity: 1;
  z-index: 11;
  font-size: 16px;
}

#top-cart a:hover {
  color: #1ABC9C;
}

#top-search form {
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  padding: 0 15px;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

body.top-search-open #top-search form {
  opacity: 1;
  z-index: 10;
}

#top-search form input {
  box-shadow: none !important;
  pointer-events: none;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  font-size: 32px;
  padding: 10px 80px 10px 0;
  height: 100%;
  background-color: transparent;
  color: #333;
  font-weight: 700;
  margin-top: 0 !important;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
}

#header.full-header #primary-menu > ul {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid #EEE;*/
}

#header.transparent-header.full-header #primary-menu > ul {
  border-right-color: rgba(0, 0, 0, 0.1);
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 30px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
  padding-left: 40px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input {
  padding-left: 60px;
}

body.top-search-open #top-search form input {
  pointer-events: auto;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#top-search form input::-moz-placeholder {
  color: #555;
  opacity: 1;
  text-transform: uppercase;
}

#top-search form input:-ms-input-placeholder {
  color: #555;
  text-transform: uppercase;
}

#top-search form input::-webkit-input-placeholder {
  color: #555;
  text-transform: uppercase;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
  border: none !important;
}

/* ----------------------------------------------------------------
Primary Menu
-----------------------------------------------------------------*/
#primary-menu {
  float: right;
}

#primary-menu ul.mobile-primary-menu {
  display: none;
}

#header.full-header #primary-menu > ul {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid #EEE;*/
}

#header.transparent-header.full-header #primary-menu > ul {
  border-right-color: rgba(0, 0, 0, 0.1);
}

#primary-menu-trigger,
#page-submenu-trigger {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* ----------------------------------------------------------------
Slider
-----------------------------------------------------------------*/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slider-noslide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-parallax {
  position: relative;
}

.slider-parallax,
.slider-parallax .swiper-container {
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

.portfolio-single-image-full .swiper-container {
  width: 100%;
  height: 600px;
  background-color: #333;
}

.slider-parallax .slider-parallax-inner {
  position: fixed;
  width: 100%;
  height: 100%;
}

body:not(.side-header) .slider-parallax .slider-parallax-inner {
  left: 0;
}

body:not(.stretched) .slider-parallax .slider-parallax-inner {
  left: auto;
}

#header.transparent-header + .slider-parallax .slider-parallax-inner {
  top: 0;
}

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0s linear;
  -webkit-backface-visibility: hidden;
}

/* Swiper Slider
-----------------------------------------------------------------*/
.swiper_wrapper {
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.swiper_wrapper_internal {
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.full-screen .swiper_wrapper {
  height: auto;
}

.full-screen .swiper_wrapper_internal {
  height: auto;
}

.swiper_wrapper .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url("../images/pattern2.png") repeat;
}

.swiper_wrapper_internal .swiper-container {
  position: relative;
  width: 100%;
  /*height:100%;*/
  margin: 0;
  background: url("../images/pattern2.png") repeat;
}

.swiper_wrapper .swiper-slide {
  position: relative;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.swiper_wrapper_internal .swiper-slide {
  position: relative;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.swiper-slide [data-caption-animate] {
  -webkit-backface-visibility: hidden;
}

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

#slider .container {
  position: relative;
  height: 100%;
}

#slider.canvas-slider .swiper-slide img {
  width: 100%;
}

#slider.canvas-slider a {
  display: block;
  height: 100%;
}

.portfolio-single-image-full .swiper-slide {
  overflow: hidden;
}

.portfolio-single-image-full .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 20px !important;
  text-align: center;
  line-height: 1;
}

.swiper-pagination span {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #FFF !important;
}

.slider-caption,
.nivo-caption,
.flex-caption {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  max-width: 550px;
  color: #EEE;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
  color: #222;
  text-shadow: none;
}

.slider-caption h2 {
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.slider-caption p {
  margin-bottom: 10px;
  font-size: 24px;
}

.slider-caption.slider-caption-right {
  left: auto;
  right: 15px;
}

.slider-caption.slider-caption-center {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.slider-caption.slider-caption-detail {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -140px;
  left: 0;
  right: 0;
}

.slider-caption.slider-caption-internal {
  position: relative;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  left: 0;
  right: 0;
}

.slider-caption.slider-caption-mill {
  position: relative;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  left: 0;
  right: 0;
}

.slider-caption-internal h1 {
  font-size: 36px;
  letter-spacing: 8px;
  color: #33413f;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
}

.slider-caption-internal p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.slider-caption-internal hr {
  border-top: 1px solid #33413f;
  width: 120px;
  height: 1px;
  margin-top: 20px;
}

.slider-caption-detail h1 {
  font-size: 60px;
  letter-spacing: 16px;
  color: #33413f;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
}

.slider-caption-detail p {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.slider-caption-detail hr {
  border-top: 1px solid #33413f;
  width: 120px;
  height: 1px;
  margin-top: 10px;
}

.slider-caption-bg {
  padding: 5px 12px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  top: auto;
  bottom: 50px;
  left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: 400;
  text-shadow: none;
}

.slider-caption-top-left {
  top: 50px;
  bottom: auto;
}

.slider-caption-top-right {
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.slider-caption-bottom-right {
  left: auto;
  right: 50px;
}

/* Slider Arrows
-----------------------------------------------------------------*/
#slider .owl-carousel {
  margin: 0;
}

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  margin-top: -26px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs=true] .flex-prev,
.fslider[data-thumbs=true] .flex-next {
  margin-top: -64px;
}

#slider .owl-prev,
#slider .owl-next {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
  line-height: 50px;
  width: 34px;
  height: 52px;
  color: #DDD;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 34px;
  text-align: center;
  margin-left: 7px;
}

.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  color: rgba(255, 255, 255, 1);
}

.flex-prev i {
  margin-left: 9px;
}

#slider .owl-prev i {
  margin-left: 0;
}

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i {
  margin-left: 10px;
}

.flex-next i {
  margin-left: 11px;
}

#slider .owl-next i {
  margin-right: 4px;
}

#slider .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#slider .owl-nav div,
#slider:hover .owl-nav {
  opacity: 1;
}

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Slide Number
-----------------------------------------------------------------*/
#slide-number {
  position: absolute;
  opacity: 0;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 36px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#slider:hover #slide-number {
  opacity: 1;
}

#slide-number-current,
#slide-number-total {
  position: absolute;
  line-height: 1;
  top: 5px;
  left: 0;
}

#slide-number-total {
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0;
}

#slide-number span {
  display: block;
  font-size: 32px;
  line-height: 40px;
}

/* Pagination
-----------------------------------------------------------------*/
#slider .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 15px;
}

#slider .owl-dots span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span {
  background-color: #FFF !important;
}

#slider .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content,
.device-md.sticky-footer #slider,
.device-md.sticky-footer #page-submenu,
.device-md.sticky-footer #page-title,
.device-md.sticky-footer #content {
  z-index: 2;
}

/* ----------------------------------------------------------------
CTA Row
-----------------------------------------------------------------*/
.portfolio {
  position: relative;
  margin: 0 -12px -12px 0;
}

.portfolio.portfolio-full {
  margin: 0 !important;
  width: 100.4%;
}

.portfolio-full .portfolio-item {
  overflow: hidden !important;
}

.portfolio-full .portfolio-desc {
  padding: 15px;
}

.portfolio-item {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0 12px 12px 0;
}

.portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-desc {
  z-index: 3;
  padding: 15px 5px 10px;
}

.portfolio-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.portfolio-desc p {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0 5px 0 5px;
  font-size: 13px;
  line-height: 1.4 !important;
  font-weight: 200 !important;
  color: #fff;
}

.portfolio-desc .signup-button {
  background-color: #86151b;
  width: 164px;
  height: 30px;
  border: 0px;
  border-radius: 4px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.portfolio-desc h3 a {
  color: #FFF;
}

.portfolio-desc h3 a:hover {
  color: #FFF;
}

.portfolio-desc span {
  display: block;
  margin-top: 3px;
  color: #888;
}

.portfolio-desc span a {
  color: #888;
}

.portfolio-desc span a:hover {
  color: #000;
}

.portfolio-notitle .portfolio-desc {
  position: absolute;
  display: block !important;
  width: 100%;
  height: 200px;
  padding: 15px 5px;
  top: auto;
  bottom: -79px;
  left: 0;
  background-color: #33413f;
  background-image: url("../images/millcasino/woodpattern.png");
  background-size: center no-repeat cover;
  border-bottom: 1px solid #EEE;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
  -webkit-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}

.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -200px;
  border-bottom: 0;
}

.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc {
  bottom: 0 !important;
}

.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc {
  display: none !important;
}

.portfolio.portfolio-nomargin,
.portfolio.portfolio-full {
  margin: 0 !important;
}

.portfolio-nomargin .portfolio-item,
.portfolio-full .portfolio-item {
  padding: 0 !important;
}

.portfolio-nomargin .portfolio-desc {
  padding: 15px 10px 15px;
}

/*-------------------------- HERO START --------------------------------*/
.heading-block {
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
  margin-bottom: 0;
  font-weight: 700;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  color: #333;
}

.emphasis-title h1,
.emphasis-title h2 {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.heading-block h1 {
  font-size: 24px;
}

.heading-block h2 {
  font-size: 18px;
}

.heading-block h3 {
  font-size: 26px;
}

.heading-block h4 {
  font-size: 20px;
  font-weight: 700;
}

.heading-block > span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
}

.heading-block .before-heading {
  margin-bottom: 7px;
}

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.heading-block h1 + span {
  font-size: 24px;
}

.heading-block h2 + span {
  font-size: 22px;
}

.heading-block h3 + span,
.heading-block h4 + span {
  font-size: 20px;
}

.heading-block ~ p:not(.lead) {
  font-size: 15px;
}

.heading-block:after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
  margin: 30px auto 0;
}

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right {
  direction: rtl;
}

.heading-block.noborder:after,
.heading-block.nobottomborder:after {
  display: none;
}

.heading-block.border-color:after {
  border-color: #1ABC9C;
}

.nobottomborder {
  border-bottom: none !important;
}

.center {
  text-align: center !important;
}

.col-padding {
  padding: 30px;
}

/* Upcoming Events Styles
-----------------------------------------------------------------*/
#upcoming-events {
  display: block;
  min-height: 100px;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 80px;
}

#upcoming-events hr {
  border-top: 1px solid #f2edda;
  width: 120px;
  height: 1px !important;
}

.events-row {
  margin-right: 5px !important;
}

.events-individual {
  margin-bottom: 20px;
}

.upcoming-cta-block {
  padding-right: 0px !important;
  padding-left: 0px !important;
  min-height: 189px;
}

.upcoming-cta-block img {
  height: auto;
  width: 100%;
  position: relative;
}

.cta-bar {
  height: 112px;
  display: table;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  background-color: #fff8f0;
  background: url("../images/millcasino/background-event-cta.jpg") no-repeat top left !important;
}

.cta-bar h1 {
  font-size: 12px !important;
  letter-spacing: 2px !important;
  line-height: 1;
  font-family: "Montserrat";
  color: #33413f !important;
  text-transform: uppercase;
  margin-top: 20px !important;
}

.cta-bar p {
  font-weight: 200 !important;
  color: #33413f !important;
}

hr.main {
  margin-top: 30px;
  margin-bottom: 30px;
}

#upcoming-events h1 {
  font-size: 28px;
  letter-spacing: 16px;
  color: #f2edda;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 20px;
}

/* Newsletter Styles
-----------------------------------------------------------------*/
#newsletter {
  min-height: 600px;
  max-height: 600px;
  background: url("../images/millcasino/background-newsletter.jpg") repeat-x top center !important;
  text-align: center;
  padding-left: 46px;
  padding-right: 46px;
}

#newsletter hr {
  border-top: 1px solid #33413f;
  width: 120px;
  height: 1px;
}

#newsletter h1 {
  font-size: 28px;
  letter-spacing: 16px;
  color: #33413f;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 80px;
}

.newsletter-content {
  display: block;
  max-width: 500px;
  margin-bottom: 20px;
}

.newsletter-optin-form {
  display: block;
  max-width: 714px;
  margin-bottom: 20px;
}

.newsletter-optin-form input {
  background-color: #33413f;
  width: 340px;
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 4px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #7e7e7e;
  padding-left: 40px;
  padding-right: 28px;
}

.newsletter-optin-form .age-label {
  text-align: right;
  margin-bottom: 20px;
  margin-left: 8px;
  color: #33413f;
  font-weight: 100;
}

.newsletter-optin-form [type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 30px !important;
  /*vertical-align: bottom !important;*/
  position: relative !important;
  top: 5px !important;
  line-height: normal;
  overflow: hidden !important;
  -webkit-appearance: none;
}

.newsletter-optin-form [type=checkbox]:checked {
  background-color: #86151b !important;
  background-image: url("../images/millcasino/checked-larger.png");
}

.newsletter-optin-form .signup-button {
  background-color: #86151b;
  width: 164px;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 10px;
  margin-left: 30px !important;
  margin: 0 0 0 0;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 9px;
  pointer-events: none;
  color: #7e7e7e;
  margin-top: 0;
}

/* align icon */
.left-addon .glyphicon {
  left: 30px;
}

.right-addon .glyphicon {
  right: 0px;
}

/* Latest News Styles
-----------------------------------------------------------------*/
#bottom-lockup {
  background: url("../images/millcasino/background-footer.jpg") no-repeat top center, url("../images/millcasino/background-greenpattern.jpg") repeat top center;
  text-align: center;
}

#bottom-lockup hr {
  border-top: 1px solid #f2edda;
  width: 120px;
  height: 1px;
}

#bottom-lockup h1 {
  font-size: 28px;
  letter-spacing: 16px;
  color: #f2edda;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500 !important;
  margin-top: -4px;
}

#bottom-lockup #news-heading {
  font-family: "Montserrat";
  font-size: 18px;
  letter-spacing: 4px;
  color: #f2edda;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 120px;
}

.bottom-lockup-content {
  display: block;
  text-align: center;
  max-width: 1170px;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-left: 40px;
}

/* Internal Page Styles
-----------------------------------------------------------------*/
#internal-page {
  width: 100%;
  background: url("../images/millcasino/background-footer.jpg") no-repeat top center, url("../images/millcasino/background-greenpattern.jpg") repeat top center;
  background-color: #33413f !important;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
}

#internal-page .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#internal-page hr {
  border-top: 1px solid #f2edda;
  width: 120px;
  height: 1px;
}

#internal-page h1 {
  font-size: 28px;
  letter-spacing: 16px;
  color: #f2edda;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0px;
}

#internal-page h2 {
  font-family: "Montserrat";
  font-size: 18px;
  letter-spacing: 4px;
  color: #f2edda;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 0px;
}

/* Hotels
-----------------------------------------------------------------*/
.hotel-block img, .hotel-block-focus img {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
}

.hotel-cta-box, .hotel-cta-box-focus {
  width: 100%;
  text-align: left;
  padding: 30px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 15px;
  background-color: #f2edda;
}

.hotel-cta-box h1, .hotel-cta-box-focus h1 {
  font-size: 26px !important;
  letter-spacing: 0 !important;
  font-family: "EB Garamond";
  color: #33413f !important;
  text-transform: none !important;
  margin-top: 0;
}

.hotel-cta-box h1.split-content-heading, .hotel-cta-box-focus h1.split-content-heading {
  padding-left: 15px;
  padding-right: 15px;
}

.hotel-cta-box ul, .hotel-cta-box-focus ul {
  padding-left: 15px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.hotel-cta-box h2, .hotel-cta-box-focus h2 {
  font-size: 18px !important;
  letter-spacing: 0 !important;
  font-family: "Montserrat" !important;
  color: #33413f !important;
  text-transform: none !important;
  margin-top: 10px !important;
}

.hotel-cta-box p, .hotel-cta-box-focus p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hotel-cta-box a, .hotel-cta-box-focus a {
  color: #86151b;
}

.hotel-cta-box a:hover, .hotel-cta-box-focus a:hover {
  text-decoration: underline;
  color: #485350;
}

.hotel-cta-box input, .hotel-cta-box-focus input {
  background-color: #f2edda;
  width: 286px;
  height: 42px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 4px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #7e7e7e;
  padding-left: 40px;
  padding-right: 28px;
}

.hotel-cta-box .booktoday-button, .hotel-cta-box-focus .booktoday-button {
  background-color: #86151b;
  width: 164px;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: 20px;
  margin-top: 20px !important;
}

.hotel-cta-box .viewdetails-button, .hotel-cta-box-focus .viewdetails-button {
  background-color: #f2edda;
  width: 164px;
  height: 30px;
  color: #86151b;
  border: #86151b;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: 0px !important;
}

.nav-cta-box {
  width: 100%;
  text-align: left;
  padding: 30px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  background: #f2edda;
  overflow: hidden;
}

.nav-cta-box h1 {
  font-size: 26px !important;
  letter-spacing: 0 !important;
  font-family: "EB Garamond";
  color: #33413f !important;
  text-transform: none !important;
}

.nav-cta-box p {
  margin-top: 10px;
}

.nav-cta-box {
  font-size: 15px;
}

.nav-cta-box ul {
  margin-top: -20px;
}

.nav-cta-box li {
  font-size: 15px;
  font-weight: 200 !important;
  color: #33413f !important;
  list-style: disc !important;
  float: none !important;
  line-height: 1.3;
}

.nav-cta-box-noclick {
  min-height: 360px;
  /*display: table;*/
  width: 100%;
  text-align: left;
  padding: 10px 48px 10px 48px;
  /*padding-left: 48px;
  padding-right: 48px;*/
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  background: url("../images/millcasino/background-event-cta.jpg") no-repeat top left #f2edda !important;
  overflow: hidden;
}

.nav-cta-box-noclick h1 {
  font-size: 26px !important;
  letter-spacing: 0 !important;
  font-family: "EB Garamond";
  color: #33413f !important;
  text-transform: none !important;
  margin-top: 20px !important;
}

.nav-cta-box-noclick p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 200 !important;
  color: #33413f !important;
  margin-top: 10px;
}

.nav-cta-box-noclick ul {
  margin-top: -20px;
}

.nav-cta-box-noclick li {
  font-size: 15px;
  font-weight: 200 !important;
  color: #33413f !important;
  list-style: disc !important;
  float: none !important;
  line-height: 1.3;
}

.viewdetails-button2, .viewdetails-button2:visited {
  width: 184px !important;
  height: 30px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  padding: 6px 24px 6px 24px !important;
  background-color: #f2edda !important;
  color: #86151b !important;
  border: #86151b !important;
  border-style: solid !important;
  border-width: 1px !important;
  margin-left: 0px !important;
  margin-right: 10px !important;
  border-radius: 4px !important;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
}

.viewdetails-button2:hover, .viewdetails-button2:active {
  background-color: #86151b !important;
  color: #fff !important;
  text-decoration: none !important;
}

.viewdetails-button2-alt, .viewdetails-button2-alt:visited, .booktoday-button2, .booktoday-button2:visited {
  width: 184px !important;
  height: 30px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  padding: 6px 28px 6px 28px !important;
  background-color: #86151b !important;
  color: #fff !important;
  height: 30px !important;
  margin-left: 0px !important;
  margin-right: 10px !important;
  border-radius: 4px !important;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
}

.viewdetails-button2-alt:hover, .viewdetails-button2-alt:active, .booktoday-button2:hover, .booktoday-button2:active {
  background-color: #f2edda !important;
  color: #86151b !important;
  border: #86151b !important;
  border-style: solid !important;
  border-width: 1px !important;
  text-decoration: none !important;
}

/* Listings (Dining & Events)
-----------------------------------------------------------------*/
.listing-item {
  margin-bottom: 24px;
}

.listing-detail {
  display: table;
  width: 100%;
  text-align: left;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f2edda;
}

.listing-specials {
  margin-top: 20px;
  margin-bottom: 20px;
}

.listing-detail h1 {
  font-size: 26px !important;
  letter-spacing: 0 !important;
  font-family: "EB Garamond";
  color: #33413f !important;
  text-transform: none !important;
  margin-top: 0px !important;
}

.listing-detail h2 {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  font-family: "Montserrat" !important;
  color: #33413f !important;
  text-transform: none !important;
  margin-top: 0px !important;
}

.listing-detail p {
  font-size: 15px;
  font-weight: 200 !important;
  color: #33413f !important;
}

.listing-detail ul {
  margin-top: -20px;
}

.listing-detail li {
  font-size: 15px;
  font-weight: 200 !important;
  color: #33413f !important;
  margin-left: -20px;
}

/* Winners
-----------------------------------------------------------------*/
.bigwinner-photo {
  z-index: 1;
  margin-bottom: 30px;
}

.bigwinner-details {
  height: 120px;
  margin-top: -150px;
  background: #fff8f0 url("../images/millcasino/background-event-main.jpg") left top no-repeat;
  background-size: cover;
  z-index: 22 !important;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 0px;
}

.bigwinner-details h1 {
  color: #354442 !important;
  font-size: 60px !important;
  font-family: "EB Garamond";
  line-height: 1.5px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  margin-top: 40px !important;
  margin-bottom: 20px;
}

.bigwinner-details p {
  color: #354442 !important;
  font-size: 28px !important;
  font-family: "Montserrat" !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
}

.winner-block {
  display: block;
  height: 180px;
}

.winner-detail-box {
  background: #fff8f0 url("../images/millcasino/background-event-main.jpg") left top no-repeat;
  background-size: cover;
  padding: 8px 8px 8px 8px;
  min-height: 80px;
}

.winner-detail-box p {
  color: #32403e;
  font-size: 14px;
  line-height: 1.3 !important;
  margin-bottom: 0px !important;
  vertical-align: middle;
}

/* Right Rail
-----------------------------------------------------------------*/
.right-rail {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.right-rail img {
  height: auto;
  width: 100%;
  position: relative;
}

.right-rail h1 {
  font-size: 20px !important;
  letter-spacing: 3px !important;
  font-family: "EB Garamond";
  color: #fff8f0 !important;
  margin-top: 0px !important;
}

.right-rail h2 {
  text-align: left;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  font-family: "Montserrat";
  color: #f2edda !important;
  margin-top: 0px !important;
  font-weight: 200 !important;
  text-transform: uppercase;
}

.right-rail p {
  text-align: center;
  font-size: 13px;
  line-height: 1.4 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
  margin-top: 10px;
}

.right-rail-newsletter-optin-form {
  display: block;
  /*	max-width: 344px;
  margin-bottom: 20px;
  text-align: center;*/
}

.right-rail-newsletter-optin-form input {
  background-color: #f2edda;
  width: 100%;
  height: 30px;
  /*margin-left: 20px;*/
  margin-bottom: 20px;
  border: 0px;
  border-radius: 4px;
  font-family: "Montserrat";
  font-size: 12px;
  color: #7e7e7e;
  padding-left: 30px;
  padding-right: 10px;
}

.right-rail-newsletter-optin-form .age-label {
  text-align: right;
  margin-bottom: 20px;
  margin-left: 8px;
  color: #fff;
  font-weight: 300;
}

.right-rail-newsletter-optin-form [type=checkbox] {
  width: 14px !important;
  height: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  /*vertical-align: bottom !important;*/
  position: relative !important;
  top: 2px !important;
  line-height: normal;
  overflow: hidden !important;
  -webkit-appearance: none;
}

.right-rail-newsletter-optin-form [type=checkbox]:checked {
  background-color: #86151b !important;
  background-image: url("../images/millcasino/checked.png");
}

.right-rail-newsletter-optin-form .signup-button {
  background-color: #86151b;
  width: 164px;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 10px;
  margin-left: 0px !important;
}

/* enable absolute positioning */
.right-rail-inner-addon {
  position: relative;
}

/* style icon */
.right-rail-inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #7e7e7e;
  margin-top: -6px;
}

/* align icon */
.right-rail-left-addon .glyphicon {
  left: 14px;
}

.right-rail-right-addon .glyphicon {
  right: 0px;
}

newsletterfields {
  width: auto !important;
}

.date {
  text-transform: uppercase;
  color: #f2edda !important;
}

.listing {
  margin-right: -10px !important;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* Footer
-----------------------------------------------------------------*/
.footer-links {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-size: 12px;
  letter-spacing: 0px;
  color: #f1efe2 !important;
  line-height: 1.6;
  font-weight: 200;
}

.footer-links h1 {
  font-size: 18px !important;
  font-family: "Montserrat";
  letter-spacing: 0px !important;
  line-height: 1.2;
  font-weight: 200 !important;
  color: #f1efe2 !important;
}

.footer-links a {
  text-decoration: none;
  color: #f1efe2 !important;
  padding: 10px 20px 0 0;
}

.footer-links a:hover {
  color: #f1efe2 !important;
}

.privacy-links {
  margin-top: 10px;
}

.privacy-links a {
  font-size: 9px;
  color: #f1efe2 !important;
  padding: 10px 10px 0 0;
}

.social {
  padding: 10px 2px 0 4px !important;
}

.latestnews-main-block {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.latestnews-main-block img {
  height: auto;
  width: 100%;
  position: relative;
}

.latestnews-main-content {
  display: table;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  text-align: left;
}

.latestnews-main-content p {
  margin-bottom: 10px !important;
}

.latestnews-main-content h1 {
  font-size: 16px !important;
  color: #555 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  margin-top: 20px !important;
}

.latestnews-main-content h2 {
  font-size: 22px !important;
  color: #555 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  margin-top: 0;
  font-family: "EB Garamond" !important;
}

.latestnews-ad {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.latestnews-ad img {
  height: auto;
  width: 100%;
  position: relative;
}

.latestnews-sub-block {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.latestnews-sub-block img {
  height: auto;
  width: 100%;
  position: relative;
}

.latestnews-sub-content {
  display: table;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  text-align: left;
}

.latestnews-sub-content #about-us-heading {
  color: #555 !important;
  font-size: 22px !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
}

.article-box {
  margin-bottom: 30px;
}

.ad-box {
  margin-bottom: 16px;
}

.video-box {
  margin-bottom: 30px;
}

/* ----------------------------------------------------------------
Media
-----------------------------------------------------------------*/
@media (max-width: 1835px) {
  .hotel-cta-box .viewdetails-button {
    margin-right: 10px !important;
  }

  .hotel-cta-box .booktoday-button {
    margin-left: 0px;
  }

  .hotel-cta-box-focus .viewdetails-button {
    margin-right: 10px !important;
  }

  .hotel-cta-box-focus .booktoday-button {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /*.right-rail-newsletter-optin-form input {
  background-color: #f2edda;
  width: 286px;
  height: 42px;
  margin-left: -30px;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #7e7e7e;
  padding-left: 40px;
  padding-right: 28px;
  }*/
  /* align icon */
  /*.right-rail-left-addon .glyphicon  { left:  -10px;}
  .right-rail-right-addon .glyphicon { right: 0px;}*/
  .bigwinner-details {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1057px) {
  .hotel-cta-box .viewdetails-button {
    margin-right: 10px !important;
  }

  .hotel-cta-box .booktoday-button {
    margin-left: 0px;
  }

  .hotel-cta-box-focus .viewdetails-button {
    margin-right: 10px !important;
  }

  .hotel-cta-box-focus .booktoday-button {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  /*.right-rail-newsletter-optin-form input {
    width: 240px;
    margin-left:-35px;
  }

  .right-rail-left-addon .glyphicon  { left:  -15px;}
  .right-rail-right-addon .glyphicon { right: 0px;}*/
}
@media (min-width: 992px) {
  /* ----------------------------------------------------------------
  Sticky Header
  -----------------------------------------------------------------*/
  #header,
#header-wrap,
#logo img {
    height: 90px;
    -webkit-transition: height 0.4s ease, opacity 0.3s ease;
    -o-transition: height 0.4s ease, opacity 0.3s ease;
    transition: height 0.4s ease, opacity 0.3s ease;
    margin-bottom: 10px;
  }

  #header.sticky-style-2 {
    height: 161px;
  }

  #header.sticky-style-3 {
    height: 181px;
  }

  #header.sticky-style-2 #header-wrap {
    height: 60px;
  }

  #header.sticky-style-3 #header-wrap {
    height: 80px;
  }

  #primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
    -webkit-transition: top 0.4s ease;
    -o-transition: top 0.4s ease;
    transition: top 0.4s ease;
  }

  #top-search,
#top-cart {
    -webkit-transition: margin 0.4s ease, opacity 0.3s ease;
    -o-transition: margin 0.4s ease, opacity 0.3s ease;
    transition: margin 0.4s ease, opacity 0.3s ease;
  }

  body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
    opacity: 1;
    -webkit-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
    -o-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
    transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
  }

  body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger {
    opacity: 0;
  }

  #header.sticky-header.semi-transparent {
    background-color: transparent;
  }

  #header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
  }

  #header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  #header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255, 255, 255, 0.8);
  }

  #header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 60px;
  }

  #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  #header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 {
    height: 161px;
  }

  #header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu {
    border-top: 0;
  }

  #header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  #header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
    top: 40px;
  }

  #header.sticky-header.sticky-style-2 #primary-menu {
    border-top: 0;
  }

  /* ----------------------------------------------------------------
  27. Go To Top
  -----------------------------------------------------------------*/
  #gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
  }

  body:not(.device-touch) #gotoTop {
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
  }

  .stretched #gotoTop {
    bottom: 30px;
  }

  #gotoTop:hover {
    background-color: #86151b;
  }

  /* ----------------------------------------------------------------
  30. Preloaders
  -----------------------------------------------------------------*/
  .preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/preloader.gif") center no-repeat #FFF;
  }

  .preloader2 {
    background-color: transparent;
  }

  .form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.7);
  }

  /* ----------------------------------------------------------------
  37. Stretched Layout
  -----------------------------------------------------------------*/
  .stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  /* ----------------------------------------------------------------
  38. Page Transitions
  -----------------------------------------------------------------*/
  body:not(.no-transition) #wrapper,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .css3-spinner > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #DDD;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .css3-spinner .css3-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .css3-spinner .css3-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  @-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
    }
  }
  @keyframes bouncedelay {
    0%, 80%, 100% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    40% {
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  .css3-spinner > .css3-spinner-flipper {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 0;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
  }

  @-webkit-keyframes rotateplane {
    0% {
      -webkit-transform: perspective(120px);
    }
    50% {
      -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
      -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
  }
  @keyframes rotateplane {
    0% {
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }
  .css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    opacity: 0.6;
    -webkit-animation: cssspinnerbounce 2s infinite ease-in-out;
    animation: cssspinnerbounce 2s infinite ease-in-out;
  }

  .css3-spinner > .css3-spinner-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }

  @-webkit-keyframes cssspinnerbounce {
    0%, 100% {
      -webkit-transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
    }
  }
  @keyframes cssspinnerbounce {
    0%, 100% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    50% {
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  .css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
    height: 30px;
    width: 6px;
    margin-top: -15px;
    margin-left: -21px;
    border-radius: 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
  }

  .css3-spinner > .css3-spinner-rect2 {
    margin-left: -12px;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .css3-spinner > .css3-spinner-rect3 {
    margin-left: -3px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }

  .css3-spinner > .css3-spinner-rect4 {
    margin-left: 6px;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .css3-spinner > .css3-spinner-rect5 {
    margin-left: 15px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  @-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
      -webkit-transform: scaleY(0.4);
    }
    20% {
      -webkit-transform: scaleY(1);
    }
  }
  @keyframes stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }
    20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1);
    }
  }
  .css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
  }

  .css3-spinner > .css3-spinner-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  @-webkit-keyframes cubemove {
    25% {
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }
  @keyframes cubemove {
    25% {
      transform: translateX(42px) rotate(-90deg) scale(0.5);
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
      transform: translateX(42px) translateY(42px) rotate(-179deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
      transform: translateX(42px) translateY(42px) rotate(-180deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
      transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
      transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
    }
  }
  .css3-spinner > .css3-spinner-scaler {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
  }

  @-webkit-keyframes scaleout {
    0% {
      -webkit-transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes scaleout {
    0% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  .css3-spinner > .css3-spinner-grid-pulse {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
  }

  .css3-spinner-grid-pulse > div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }

  .css3-spinner-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
  }

  .css3-spinner-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
  }

  .css3-spinner-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s;
  }

  .css3-spinner-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s;
  }

  .css3-spinner-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s;
  }

  .css3-spinner-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s;
  }

  .css3-spinner-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s;
  }

  .css3-spinner-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s;
  }

  .css3-spinner-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
  }

  @-webkit-keyframes ball-grid-pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes ball-grid-pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  .css3-spinner > .css3-spinner-clip-rotate {
    width: 33px;
    height: 33px;
    margin-top: -17px;
    margin-left: -17px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
  }

  .css3-spinner-clip-rotate > div {
    border-radius: 100%;
    border: 2px solid #DDD;
    border-bottom-color: transparent !important;
    height: 33px;
    width: 33px;
    background: transparent !important;
    -webkit-animation: rotate 1s 0s linear infinite;
    animation: rotate 1s 0s linear infinite;
  }

  @keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
    }
    50% {
      -webkit-transform: rotate(180deg) scale(0.6);
      transform: rotate(180deg) scale(0.6);
    }
    100% {
      -webkit-transform: rotate(360deg) scale(1);
      transform: rotate(360deg) scale(1);
    }
  }
  .css3-spinner > .css3-spinner-ball-rotate {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background-color: transparent !important;
    -webkit-animation: ballrotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
    animation: ballrotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  }

  .css3-spinner-ball-rotate > div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: relative;
  }

  .css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: "";
    position: absolute;
    opacity: 0.7;
  }

  .css3-spinner-ball-rotate > div:nth-child(1) {
    top: 0px;
    left: -22px;
  }

  .css3-spinner-ball-rotate > div:nth-child(3) {
    top: 0px;
    left: 22px;
  }

  @-webkit-keyframes ballrotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes ballrotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .css3-spinner > .css3-spinner-zig-zag {
    background-color: transparent !important;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    -webkit-animation: none;
    animation: none;
  }

  .css3-spinner-zig-zag > div {
    background-color: #DDD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .css3-spinner-zig-zag > div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear;
  }

  .css3-spinner-zig-zag > div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear;
  }

  @-webkit-keyframes ball-zig-deflect {
    17% {
      -webkit-transform: translate(-15px, -30px);
      transform: translate(-15px, -30px);
    }
    34% {
      -webkit-transform: translate(15px, -30px);
      transform: translate(15px, -30px);
    }
    50% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    67% {
      -webkit-transform: translate(15px, -30px);
      transform: translate(15px, -30px);
    }
    84% {
      -webkit-transform: translate(-15px, -30px);
      transform: translate(-15px, -30px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes ball-zig-deflect {
    17% {
      -webkit-transform: translate(-15px, -30px);
      transform: translate(-15px, -30px);
    }
    34% {
      -webkit-transform: translate(15px, -30px);
      transform: translate(15px, -30px);
    }
    50% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    67% {
      -webkit-transform: translate(15px, -30px);
      transform: translate(15px, -30px);
    }
    84% {
      -webkit-transform: translate(-15px, -30px);
      transform: translate(-15px, -30px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes ball-zag-deflect {
    17% {
      -webkit-transform: translate(15px, 30px);
      transform: translate(15px, 30px);
    }
    34% {
      -webkit-transform: translate(-15px, 30px);
      transform: translate(-15px, 30px);
    }
    50% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    67% {
      -webkit-transform: translate(-15px, 30px);
      transform: translate(-15px, 30px);
    }
    84% {
      -webkit-transform: translate(15px, 30px);
      transform: translate(15px, 30px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes ball-zag-deflect {
    17% {
      -webkit-transform: translate(15px, 30px);
      transform: translate(15px, 30px);
    }
    34% {
      -webkit-transform: translate(-15px, 30px);
      transform: translate(-15px, 30px);
    }
    50% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    67% {
      -webkit-transform: translate(-15px, 30px);
      transform: translate(-15px, 30px);
    }
    84% {
      -webkit-transform: translate(15px, 30px);
      transform: translate(15px, 30px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  .css3-spinner > .css3-spinner-ball-scale-multiple {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
  }

  .css3-spinner-ball-scale-multiple > div {
    background-color: #DDD;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
    animation: ball-scale-multiple 1.25s 0s linear infinite;
  }

  .css3-spinner-ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }

  .css3-spinner-ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }

  @-webkit-keyframes ball-scale-multiple {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes ball-scale-multiple {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  .css3-spinner > .css3-spinner-triangle-path {
    background-color: transparent !important;
    -webkit-transform: translate(-29.994px, -37.50938px);
    -ms-transform: translate(-29.994px, -37.50938px);
    transform: translate(-29.994px, -37.50938px);
    -webkit-animation: none;
    animation: none;
  }

  .css3-spinner-triangle-path > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #DDD;
  }

  .css3-spinner-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
  }

  .css3-spinner-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
  }

  .css3-spinner-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
  }

  .css3-spinner-triangle-path > div:nth-of-type(1) {
    top: 50px;
  }

  .css3-spinner-triangle-path > div:nth-of-type(2) {
    left: 25px;
  }

  .css3-spinner-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px;
  }

  @-webkit-keyframes ball-triangle-path-1 {
    33% {
      -webkit-transform: translate(25px, -50px);
      transform: translate(25px, -50px);
    }
    66% {
      -webkit-transform: translate(50px, 0px);
      transform: translate(50px, 0px);
    }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }
  @keyframes ball-triangle-path-1 {
    33% {
      -webkit-transform: translate(25px, -50px);
      transform: translate(25px, -50px);
    }
    66% {
      -webkit-transform: translate(50px, 0px);
      transform: translate(50px, 0px);
    }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }
  @-webkit-keyframes ball-triangle-path-2 {
    33% {
      -webkit-transform: translate(25px, 50px);
      transform: translate(25px, 50px);
    }
    66% {
      -webkit-transform: translate(-25px, 50px);
      transform: translate(-25px, 50px);
    }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }
  @keyframes ball-triangle-path-2 {
    33% {
      -webkit-transform: translate(25px, 50px);
      transform: translate(25px, 50px);
    }
    66% {
      -webkit-transform: translate(-25px, 50px);
      transform: translate(-25px, 50px);
    }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }
  @-webkit-keyframes ball-triangle-path-3 {
    33% {
      -webkit-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px);
    }
    66% {
      -webkit-transform: translate(-25px, -50px);
      transform: translate(-25px, -50px);
    }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }
  @keyframes ball-triangle-path-3 {
    33% {
      -webkit-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px);
    }
    66% {
      -webkit-transform: translate(-25px, -50px);
      transform: translate(-25px, -50px);
    }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }
  .css3-spinner > .css3-spinner-ball-pulse-sync {
    width: 70px;
    height: 34px;
    margin-left: -35px;
    margin-top: -17px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
  }

  .css3-spinner-ball-pulse-sync > div {
    display: inline-block;
    background-color: #DDD;
    width: 14px;
    height: 14px;
    margin: 10px 3px 0;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .css3-spinner-ball-pulse-sync > div:nth-child(0) {
    -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
    animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
  }

  .css3-spinner-ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
    animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
  }

  .css3-spinner-ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
    animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
  }

  .css3-spinner-ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
    animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
  }

  @-webkit-keyframes ball-pulse-sync {
    33% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0.85;
    }
    66% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes ball-pulse-sync {
    33% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0.85;
    }
    66% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  .css3-spinner > .css3-spinner-scale-ripple {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none;
  }

  .css3-spinner-scale-ripple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #DDD;
    -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  }

  .css3-spinner-scale-ripple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  .css3-spinner-scale-ripple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
  }

  .css3-spinner-scale-ripple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }

  .css3-spinner-scale-ripple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }

  @-webkit-keyframes ball-scale-ripple-multiple {
    0% {
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
      opacity: 1;
    }
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.7;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes ball-scale-ripple-multiple {
    0% {
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
      opacity: 1;
    }
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.7;
    }
    100% {
      opacity: 0;
    }
  }
}
@media (max-width: 991px) {
  #desktop {
    display: block;
  }

  #desktop-toprightnav {
    display: block;
  }

  #desktop-marqueecopy {
    display: none;
  }

  #mobile {
    display: none;
  }

  #mobile-marqueecopy {
    display: block;
    margin-top: 140px;
  }

  .slider-caption.slider-caption-mill {
    margin-top: -100px;
  }

  .slider-caption.slider-caption-internal {
    margin-top: 10px;
  }

  .slider-caption-internal h1 {
    font-size: 26px;
    letter-spacing: 6px;
  }

  #header {
    position: fixed;
    width: 100%;
    z-index: 999 !important;
  }

  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  /* align icon */
  /*.left-addon .glyphicon  { left:  190px;}
      .right-addon .glyphicon { right: 0px;}


      .right-rail-newsletter-optin-form {
      max-width: 300px;
      margin-bottom: 0px;
    }

    .right-rail-newsletter-optin-form input {

    margin-left:-10px;
  }

  .right-rail-left-addon .glyphicon  { left:  10px;}
  .right-rail-right-addon .glyphicon { right: 0px;}*/
  .newsletter-optin-form .signup-button {
    margin-left: 0px !important;
  }
}
@media (max-width: 768px) {
  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  /* align icon */
  .left-addon .glyphicon {
    left: 160px;
  }

  .right-addon .glyphicon {
    right: 0px;
  }

  #upcoming-events h1 {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .reservation-widget .booktoday-button {
    width: 100px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 767px) {
  #desktop {
    display: none;
  }

  #desktop-toprightnav {
    display: block;
  }

  #desktop-cta-row {
    display: none;
  }

  #mobile {
    display: block;
  }

  #mobile-marqueecopy {
    display: block;
    margin-top: 180px;
  }

  #mobile-cta-row {
    display: block;
  }

  #mobile-cta-row .mobile-cta-img {
    max-height: 300px;
    display: block;
    overflow: hidden;
  }

  #mobile-cta-row img {
    width: 100%;
  }

  #mobile-cta-row .portfolio-desc {
    text-align: center;
    margin-bottom: 16px;
  }

  .slider-caption.slider-caption-mill {
    margin-top: -60px;
  }

  .slider-caption.slider-caption-internal {
    margin-top: 40px;
  }

  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  /* align icon */
  .left-addon .glyphicon {
    left: 140px;
  }

  .right-addon .glyphicon {
    right: 0px;
  }

  .slider-caption-detail h1 {
    font-size: 54px;
    letter-spacing: 16px;
    color: #33413f;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    margin-top: 80px;
  }

  .reservation-widget .booktoday-button {
    width: 100px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .reservation-widget input, select, option {
    width: 110px;
  }

  .reservation-widget .inner-addon {
    left: 104px;
  }
}
@media (max-width: 736px) {
  #mobile-marqueecopy {
    display: block;
    margin-top: 115px;
  }
}
@media (max-width: 667px) {
  #mobile-marqueecopy {
    display: block;
    margin-top: 120px;
  }

  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  .left-addon .glyphicon {
    left: 110px;
  }
}
@media (min-width: 582px) and (max-width: 677px) {
  #mobile-booknow {
    margin-top: 35px;
  }
}
@media (max-width: 677px) {
  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  .left-addon .glyphicon {
    left: 75px;
  }

  #desktop {
    display: none;
  }

  #desktop-toprightnav {
    display: block;
  }

  #mobile {
    display: none;
  }

  #mobile-booknow {
    display: block;
  }

  #mobile-marqueecopy {
    display: block;
    margin-top: 110px;
  }

  #logo img {
    height: 70px;
  }

  .sfm-navicon-button.sf_label_default {
    width: 40px !important;
    height: 40px !important;
  }

  .booktoday-header-button, .booktoday-header-button:visited {
    width: 100px !important;
    height: 30px !important;
    float: right;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    padding: 6px 8px 6px 8px !important;
    background-color: #86151b !important;
    color: #fff !important;
    height: 30px !important;
    margin-left: 0px !important;
    margin-top: -10px;
    border-radius: 4px !important;
    font-family: "Montserrat" !important;
    font-size: 12px !important;
  }

  .booktoday-header-button:hover, .booktoday-header-button:active {
    background-color: #f2edda !important;
    color: #86151b !important;
    border: #86151b !important;
    border-style: solid !important;
    border-width: 1px !important;
    text-decoration: none !important;
    font-size: 12px !important;
  }
}
@media (max-width: 568px) {
  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  .left-addon .glyphicon {
    left: 60px;
  }

  #mobile-marqueecopy {
    display: block;
    margin-top: 100px;
  }
}
@media (max-width: 523px) {
  .hotel-cta-box .viewdetails-button {
    margin-right: 10px !important;
  }

  .hotel-cta-box .booktoday-button {
    margin-left: 0px;
  }

  .hotel-cta-box-focus .viewdetails-button {
    margin-right: 10px !important;
  }

  .hotel-cta-box-focus .booktoday-button {
    margin-left: 0px;
  }

  .slider-caption-detail h1 {
    font-size: 34px;
    letter-spacing: 16px;
    color: #33413f;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    margin-top: 100px;
  }

  .reservation-nav {
    margin-left: 0px !important;
  }
}
@media (max-width: 480px) {
  .reservation-nav li {
    margin-right: 23px !important;
  }
}
@media (max-width: 479px) {
  #desktop-toprightnav {
    display: none;
  }

  #mobile-booknow {
    display: block;
    margin-top: -42px;
  }

  #mobile-footernav {
    display: block;
  }

  .slider-caption.slider-caption-mill {
    margin-top: -20px;
  }

  .slider-caption.slider-caption-internal {
    margin-top: 60px;
  }

  .left-addon .glyphicon {
    left: 30px;
  }
}
@media (max-width: 414px) {
  #mobile-marqueecopy {
    display: block;
    margin-top: 70px;
  }

  /*#upcoming-events {
  display: none;
  }*/
  #upcoming-events {
    padding-right: 0px;
    padding-left: 0px;
  }

  #upcoming-events h1 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-top: 40px;
  }

  #bottom-lockup h2 {
    font-size: 16px;
  }

  #bottom-lockup h1 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-top: -10px;
  }

  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  .left-addon .glyphicon {
    left: 10px;
  }

  .newsletter-optin-form input {
    margin-left: -8px;
    width: 280px;
  }

  .bottom-lockup-content {
    margin-right: 0px;
    margin-left: 0px;
  }

  /*#upcoming-events {
  padding-right: 10px;
  padding-left: 10px;
  }*/
  .hero {
    height: 300px !important;
  }
}
@media (max-width: 384px) {
  #newsletter h1 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 40px;
  }

  #upcoming-events h1 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 40px;
  }

  #bottom-lockup h2 {
    font-size: 14px;
  }

  #bottom-lockup h1 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: -10px;
  }

  .bigwinner-details p {
    color: #354442 !important;
    font-size: 16px !important;
    font-family: "Montserrat" !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase;
  }

  .bigwinner-details h1 {
    color: #354442 !important;
    font-size: 40px !important;
    font-family: "EB Garamond";
    line-height: 1.5px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    margin-top: 40px !important;
    margin-bottom: 20px;
  }

  .nav-cta-box, .hotel-cta-box, .hotel-cta-box-focus {
    padding: 10px 24px;
  }

  .viewdetails-button2, .viewdetails-button2:visited {
    width: 164px !important;
    height: 30px !important;
    padding: 6px 16px 6px 16px !important;
    font-size: 12px !important;
  }

  .booktoday-button2, .booktoday-button2:visited {
    width: 164px !important;
    height: 30px !important;
    padding: 6px 20px 6px 20px !important;
    font-size: 12px !important;
  }

  .viewdetails-button2-alt, .viewdetails-button2-alt:visited {
    width: 164px !important;
    height: 30px !important;
    padding: 6px 12px 6px 12px !important;
    font-size: 12px !important;
  }

  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  .left-addon .glyphicon {
    left: 0px;
  }

  .newsletter-optin-form input {
    margin-left: -20px;
    width: 270px;
  }

  .newsletter-optin-form .signup-button {
    margin-left: 12px;
  }
}
@media (max-width: 375px) {
  .newsletter-optin-form input {
    margin-left: -20px;
    width: 260px;
  }

  #mobile-marqueecopy {
    display: block;
    margin-top: 80px;
  }

  .slider-caption.slider-caption-internal {
    margin-top: 40px;
  }

  .slider-caption-internal h1 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
@media (max-width: 320px) {
  #mobile-marqueecopy {
    display: block;
    margin-top: 80px;
  }

  #newsletter h1 {
    margin-top: 40px;
  }

  #upcoming-events h1 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-top: 40px;
  }

  #bottom-lockup h2 {
    font-size: 16px;
  }

  #bottom-lockup h1 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-top: 6px;
  }

  .hotel-cta-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hotel-cta-box-focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  .left-addon .glyphicon {
    left: -10px;
  }

  .newsletter-optin-form input {
    margin-left: -30px;
    width: 230px;
    height: 42px;
  }

  .newsletter-optin-form .signup-button {
    margin-left: 12px;
  }

  /*.right-rail-newsletter-optin-form {
      max-width: 160px;
      margin-bottom: 0px;
    }

    .right-rail-newsletter-optin-form input {

    margin-left:-55px;
  }

  .right-rail-left-addon .glyphicon  { left:  -35px;}
  .right-rail-right-addon .glyphicon { right: 0px;}*/
}
@media (max-width: 240px) {
  #newsletter h1 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 40px;
  }

  #upcoming-events h1 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 40px;
  }

  #bottom-lockup h2 {
    font-size: 14px;
  }

  #bottom-lockup h1 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: -10px;
  }

  .hotel-cta-box {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hotel-cta-box input {
    font-family: "Montserrat";
    font-size: 12px;
  }

  .hotel-cta-box h1 {
    font-size: 20px !important;
    letter-spacing: 0 !important;
    font-family: "EB Garamond";
    color: #33413f !important;
    text-transform: none !important;
    margin-top: 20px !important;
  }

  .hotel-cta-box p {
    font-size: 12px;
  }

  .hotel-cta-box ul {
    margin-top: -20px;
  }

  .hotel-cta-box li {
    font-size: 10px;
    font-weight: 200 !important;
    color: #33413f !important;
    margin-left: -20px;
  }

  .hotel-cta-box .viewdetails-button {
    width: 110px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0px !important;
  }

  .hotel-cta-box .booktoday-button {
    width: 110px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0px;
  }

  .hotel-cta-box-focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hotel-cta-box-focus input {
    font-family: "Montserrat";
    font-size: 12px;
  }

  .hotel-cta-box-focus h1 {
    font-size: 20px !important;
    letter-spacing: 0 !important;
    font-family: "EB Garamond";
    color: #33413f !important;
    text-transform: none !important;
    margin-top: 20px !important;
  }

  .hotel-cta-box-focus p {
    font-size: 12px;
    font-weight: 200 !important;
    color: #33413f !important;
  }

  .hotel-cta-box-focus ul {
    margin-top: -20px;
  }

  .hotel-cta-box-focus li {
    font-size: 10px;
    font-weight: 200 !important;
    color: #33413f !important;
    margin-left: -20px;
  }

  .hotel-cta-box-focus .viewdetails-button {
    width: 110px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0px !important;
  }

  .hotel-cta-box-focus .booktoday-button {
    width: 110px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0px;
  }

  /* ----------------------------------------------------------------
  Newsletter Sign-Up Icons
  -----------------------------------------------------------------*/
  .left-addon .glyphicon {
    left: -40px;
  }

  .newsletter-optin-form input {
    margin-left: -55px;
    width: 200px;
    height: 42px;
  }

  .newsletter-optin-form .signup-button {
    margin-top: 0px;
    margin-left: -25px !important;
  }

  /*.right-rail-newsletter-optin-form input {
    width: 200px;
    margin-left:-35px;
  }

  .right-rail-left-addon .glyphicon  { left:  -15px;}
  .right-rail-right-addon .glyphicon { right: 0px;}*/
}
/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Font icons
--------------------------------------------------------------*/
@font-face {
  font-family: "font-icons";
  src: url("/fonts/font-icons.eot");
  src: url("../../dist/fonts/font-icons.eot") format("embedded-opentype"), url("../../dist/fonts/font-icons.woff") format("woff"), url("../../dist/fonts/font-icons.ttf") format("truetype"), url("../../dist/fonts/font-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lined-icons";
  src: url("../../dist/fonts/lined-icons.eot");
  src: url("../../dist/fonts/lined-icons.eot") format("embedded-opentype"), url("../../dist/fonts/lined-icons.woff") format("woff"), url("../../dist/fonts/lined-icons.ttf") format("truetype"), url("../../dist/fonts/lined-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Simple-Line-Icons";
  src: url("../../dist/fonts/Simple-Line-Icons.eot");
  src: url("../../dist/fonts/Simple-Line-Icons.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/Simple-Line-Icons.woff") format("woff"), url("../../dist/fonts/Simple-Line-Icons.ttf") format("truetype"), url("../../dist/fonts/Simple-Line-Icons.svg#Simple-Line-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../../dist/fonts/fontawesome-webfont.eot");
  src: url("../../dist/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/fontawesome-webfont.woff2") format("woff2"), url("../../dist/fonts/fontawesome-webfont.woff") format("woff"), url("../../dist/fonts/fontawesome-webfont.ttf") format("truetype"), url("../../dist/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"],
[class^=icon-line-], [class*=" icon-line-"],
[class^=icon-line2-], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
  display: inline-block;
  font-family: "font-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-line-], [class*=" icon-line-"] {
  font-family: "lined-icons";
}

[class^=icon-line2-], [class*=" icon-line2-"] {
  font-family: "Simple-Line-Icons";
}

.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.iconlist {
  padding-left: 0;
  margin-left: 1.75em;
  list-style-type: none;
}

.iconlist li {
  position: relative;
}

.iconlist ul {
  list-style-type: none;
  margin: 5px 0 5px 25px;
}

.iconlist > li [class^=icon-]:first-child, .iconlist > li [class*=" icon-"]:first-child {
  position: absolute;
  left: -1.75em;
  width: 1.75em;
  text-align: center;
  top: 1px;
  width: 14px;
}

.iconlist.iconlist-large {
  font-size: 16px;
}

.iconlist.iconlist-large li {
  margin: 4px 0;
}

.iconlist.iconlist-large > li [class^=icon-], .iconlist.iconlist-large > li [class*=" icon-"] {
  width: 16px;
  margin-right: 5px;
}

.iconlist-color li i {
  color: #1ABC9C;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.icon.pull-left {
  margin-right: 0.3em;
}

.icon.pull-right {
  margin-left: 0.3em;
}

.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icon-stacked {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stacked-1x,
.icon-stacked-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stacked-1x {
  line-height: inherit;
}

.icon-stacked-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #ffffff;
}

.icon-type:before {
  content: "";
}

.icon-box:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-files:before {
  content: "";
}

.icon-printer2:before {
  content: "";
}

.icon-folder-add:before {
  content: "";
}

.icon-folder-settings:before {
  content: "";
}

.icon-folder-check:before {
  content: "";
}

.icon-wifi-low:before {
  content: "";
}

.icon-wifi-mid:before {
  content: "";
}

.icon-wifi-full:before {
  content: "";
}

.icon-connection-empty:before {
  content: "";
}

.icon-battery-full:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-reload:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-trashcan:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-zoom-in:before {
  content: "";
}

.icon-zoom-out:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-meter:before {
  content: "";
}

.icon-switch:before {
  content: "";
}

.icon-forbidden:before {
  content: "";
}

.icon-phone-landscape:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-tablet-landscape:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-microwave-oven:before {
  content: "";
}

.icon-credit-cards:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-newspaper2:before {
  content: "";
}

.icon-barbell:before {
  content: "";
}

.icon-stopwatch:before {
  content: "";
}

.icon-atom:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-measure:before {
  content: "";
}

.icon-eyedropper:before {
  content: "";
}

.icon-file-settings:before {
  content: "";
}

.icon-file-add:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-file-broken:before {
  content: "";
}

.icon-browser:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-window:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-connection-25:before {
  content: "";
}

.icon-connection-50:before {
  content: "";
}

.icon-connection-75:before {
  content: "";
}

.icon-connection-full:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-stack3:before {
  content: "";
}

.icon-battery-charging:before {
  content: "";
}

.icon-battery-empty:before {
  content: "";
}

.icon-battery-25:before {
  content: "";
}

.icon-battery-50:before {
  content: "";
}

.icon-battery-75:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-volume:before {
  content: "";
}

.icon-volume-increase:before {
  content: "";
}

.icon-volume-decrease:before {
  content: "";
}

.icon-mute:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-off:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-checkbox-checked:before {
  content: "";
}

.icon-checkbox:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-chat-1:before {
  content: "";
}

.icon-chat-2:before {
  content: "";
}

.icon-chat-3:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-email2:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-enter:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-book2:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-unlocked:before {
  content: "";
}

.icon-unlocked2:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-users2:before {
  content: "";
}

.icon-user2:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-screen:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-phone-portrait:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-drink:before {
  content: "";
}

.icon-shorts:before {
  content: "";
}

.icon-vcard:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-bill:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-tv2:before {
  content: "";
}

.icon-newspaper:before {
  content: "";
}

.icon-stack:before {
  content: "";
}

.icon-syringe:before {
  content: "";
}

.icon-health:before {
  content: "";
}

.icon-bolt:before {
  content: "";
}

.icon-pill:before {
  content: "";
}

.icon-bones:before {
  content: "";
}

.icon-lab:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-mug:before {
  content: "";
}

.icon-bucket:before {
  content: "";
}

.icon-select:before {
  content: "";
}

.icon-graph:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-heart2:before {
  content: "";
}

.icon-cloud2:before {
  content: "";
}

.icon-star2:before {
  content: "";
}

.icon-pen:before {
  content: "";
}

.icon-diamond2:before {
  content: "";
}

.icon-display:before {
  content: "";
}

.icon-paperplane:before {
  content: "";
}

.icon-params:before {
  content: "";
}

.icon-banknote:before {
  content: "";
}

.icon-vynil:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-world:before {
  content: "";
}

.icon-tv:before {
  content: "";
}

.icon-sound:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-user3:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-search2:before {
  content: "";
}

.icon-settings2:before {
  content: "";
}

.icon-camera2:before {
  content: "";
}

.icon-tag2:before {
  content: "";
}

.icon-lock2:before {
  content: "";
}

.icon-bulb:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-bubble:before {
  content: "";
}

.icon-stack2:before {
  content: "";
}

.icon-cup:before {
  content: "";
}

.icon-phone2:before {
  content: "";
}

.icon-news:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-photo:before {
  content: "";
}

.icon-note:before {
  content: "";
}

.icon-clock2:before {
  content: "";
}

.icon-data:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-megaphone:before {
  content: "";
}

.icon-study:before {
  content: "";
}

.icon-lab2:before {
  content: "";
}

.icon-food:before {
  content: "";
}

.icon-t-shirt:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-clip:before {
  content: "";
}

.icon-shop:before {
  content: "";
}

.icon-calendar2:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-duckduckgo:before {
  content: "";
}

.icon-lkdto:before {
  content: "";
}

.icon-delicious:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-flattr:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-eventful:before {
  content: "";
}

.icon-smashmag:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-wikipedia:before {
  content: "";
}

.icon-lanyrd:before {
  content: "";
}

.icon-calendar-1:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-bitcoin:before {
  content: "";
}

.icon-w3c:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-ie:before {
  content: "";
}

.icon-call:before {
  content: "";
}

.icon-grooveshark:before {
  content: "";
}

.icon-ninetyninedesigns:before {
  content: "";
}

.icon-forrst:before {
  content: "";
}

.icon-digg:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-guest:before {
  content: "";
}

.icon-blogger:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-evernote:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-viadeo:before {
  content: "";
}

.icon-instapaper:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-klout:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-meetup:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-windows2:before {
  content: "";
}

.icon-aim:before {
  content: "";
}

.icon-yahoo:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-email3:before {
  content: "";
}

.icon-macstore:before {
  content: "";
}

.icon-myspace:before {
  content: "";
}

.icon-podcast:before {
  content: "";
}

.icon-cloudapp:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-ebay:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-github-circled:before {
  content: "";
}

.icon-googleplay:before {
  content: "";
}

.icon-itunes:before {
  content: "";
}

.icon-plurk:before {
  content: "";
}

.icon-songkick:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-gmail:before {
  content: "";
}

.icon-pinboard:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-eventasaurus:before {
  content: "";
}

.icon-wordpress:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-intensedebate:before {
  content: "";
}

.icon-eventbrite:before {
  content: "";
}

.icon-scribd:before {
  content: "";
}

.icon-posterous:before {
  content: "";
}

.icon-stripe:before {
  content: "";
}

.icon-opentable:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-dwolla:before {
  content: "";
}

.icon-appnet:before {
  content: "";
}

.icon-statusnet:before {
  content: "";
}

.icon-acrobat:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-buffer:before {
  content: "";
}

.icon-pocket:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-lego:before {
  content: "";
}

.icon-login:before {
  content: "";
}

.icon-stackoverflow:before {
  content: "";
}

.icon-hackernews:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-angellist:before {
  content: "";
}

.icon-quora:before {
  content: "";
}

.icon-openid:before {
  content: "";
}

.icon-steam:before {
  content: "";
}

.icon-amazon:before {
  content: "";
}

.icon-disqus:before {
  content: "";
}

.icon-plancast:before {
  content: "";
}

.icon-appstore:before {
  content: "";
}

.icon-gowalla:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-fivehundredpx:before {
  content: "";
}

.icon-glass:before {
  content: "";
}

.icon-music2:before {
  content: "";
}

.icon-search3:before {
  content: "";
}

.icon-envelope2:before {
  content: "";
}

.icon-heart3:before {
  content: "";
}

.icon-star3:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-user4:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-ok:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-zoom-in2:before {
  content: "";
}

.icon-zoom-out2:before {
  content: "";
}

.icon-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-trash2:before {
  content: "";
}

.icon-home2:before {
  content: "";
}

.icon-file2:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download-alt:before {
  content: "";
}

.icon-download2:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-refresh2:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock3:before {
  content: "";
}

.icon-flag2:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag3:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book3:before {
  content: "";
}

.icon-bookmark2:before {
  content: "";
}

.icon-print2:before {
  content: "";
}

.icon-camera3:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left2:before {
  content: "";
}

.icon-align-center2:before {
  content: "";
}

.icon-align-right2:before {
  content: "";
}

.icon-align-justify2:before {
  content: "";
}

.icon-list2:before {
  content: "";
}

.icon-indent-left:before {
  content: "";
}

.icon-indent-right:before {
  content: "";
}

.icon-facetime-video:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-pencil2:before {
  content: "";
}

.icon-map-marker2:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-share2:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-move:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-sign:before {
  content: "";
}

.icon-minus-sign:before {
  content: "";
}

.icon-remove-sign:before {
  content: "";
}

.icon-ok-sign:before {
  content: "";
}

.icon-question-sign:before {
  content: "";
}

.icon-info-sign:before {
  content: "";
}

.icon-screenshot:before {
  content: "";
}

.icon-remove-circle:before {
  content: "";
}

.icon-ok-circle:before {
  content: "";
}

.icon-ban-circle:before {
  content: "";
}

.icon-arrow-left2:before {
  content: "";
}

.icon-arrow-right2:before {
  content: "";
}

.icon-arrow-up2:before {
  content: "";
}

.icon-arrow-down2:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-resize-full:before {
  content: "";
}

.icon-resize-small:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-sign:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire2:before {
  content: "";
}

.icon-eye-open:before {
  content: "";
}

.icon-eye-close:before {
  content: "";
}

.icon-warning-sign:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar3:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment2:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder-close:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-resize-vertical:before {
  content: "";
}

.icon-resize-horizontal:before {
  content: "";
}

.icon-bar-chart:before {
  content: "";
}

.icon-twitter-sign:before {
  content: "";
}

.icon-facebook-sign:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key2:before {
  content: "";
}

.icon-cogs:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-empty:before {
  content: "";
}

.icon-signout:before {
  content: "";
}

.icon-linkedin-sign:before {
  content: "";
}

.icon-pushpin:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-signin:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-sign:before {
  content: "";
}

.icon-upload-alt:before {
  content: "";
}

.icon-lemon:before {
  content: "";
}

.icon-phone3:before {
  content: "";
}

.icon-check-empty:before {
  content: "";
}

.icon-bookmark-empty:before {
  content: "";
}

.icon-phone-sign:before {
  content: "";
}

.icon-twitter2:before {
  content: "";
}

.icon-facebook2:before {
  content: "";
}

.icon-github2:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit:before {
  content: "";
}

.icon-rss2:before {
  content: "";
}

.icon-hdd:before {
  content: "";
}

.icon-bullhorn2:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-right:before {
  content: "";
}

.icon-hand-left:before {
  content: "";
}

.icon-hand-up:before {
  content: "";
}

.icon-hand-down:before {
  content: "";
}

.icon-circle-arrow-left:before {
  content: "";
}

.icon-circle-arrow-right:before {
  content: "";
}

.icon-circle-arrow-up:before {
  content: "";
}

.icon-circle-arrow-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-fullscreen:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-cloud3:before {
  content: "";
}

.icon-beaker:before {
  content: "";
}

.icon-cut:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-paper-clip:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-sign-blank:before {
  content: "";
}

.icon-reorder:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck2:before {
  content: "";
}

.icon-pinterest2:before {
  content: "";
}

.icon-pinterest-sign:before {
  content: "";
}

.icon-google-plus-sign:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-sort:before {
  content: "";
}

.icon-sort-down:before {
  content: "";
}

.icon-sort-up:before {
  content: "";
}

.icon-envelope-alt:before {
  content: "";
}

.icon-linkedin2:before {
  content: "";
}

.icon-undo:before {
  content: "";
}

.icon-legal:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-comment-alt:before {
  content: "";
}

.icon-comments-alt:before {
  content: "";
}

.icon-bolt2:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-paste:before {
  content: "";
}

.icon-lightbulb:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell-alt:before {
  content: "";
}

.icon-coffee2:before {
  content: "";
}

.icon-food2:before {
  content: "";
}

.icon-file-alt:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-hospital:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-sign:before {
  content: "";
}

.icon-plus-sign2:before {
  content: "";
}

.icon-double-angle-left:before {
  content: "";
}

.icon-double-angle-right:before {
  content: "";
}

.icon-double-angle-up:before {
  content: "";
}

.icon-double-angle-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop2:before {
  content: "";
}

.icon-tablet2:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-circle-blank:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-close-alt:before {
  content: "";
}

.icon-folder-open-alt:before {
  content: "";
}

.icon-expand-alt:before {
  content: "";
}

.icon-collapse-alt:before {
  content: "";
}

.icon-smile:before {
  content: "";
}

.icon-frown:before {
  content: "";
}

.icon-meh:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard:before {
  content: "";
}

.icon-flag-alt:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-reply-all:before {
  content: "";
}

.icon-star-half-full:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop2:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-unlink:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle:before {
  content: "";
}

.icon-microphone2:before {
  content: "";
}

.icon-microphone-off2:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-empty:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-sign-left:before {
  content: "";
}

.icon-chevron-sign-right:before {
  content: "";
}

.icon-chevron-sign-up:before {
  content: "";
}

.icon-chevron-sign-down:before {
  content: "";
}

.icon-html52:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-horizontal:before {
  content: "";
}

.icon-ellipsis-vertical:before {
  content: "";
}

.icon-rss-sign:before {
  content: "";
}

.icon-play-sign:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-sign-alt:before {
  content: "";
}

.icon-check-minus:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-sign:before {
  content: "";
}

.icon-edit-sign:before {
  content: "";
}

.icon-external-link-sign:before {
  content: "";
}

.icon-share-sign:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-collapse:before {
  content: "";
}

.icon-collapse-top:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-euro:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before {
  content: "";
}

.icon-rupee:before {
  content: "";
}

.icon-yen:before {
  content: "";
}

.icon-renminbi:before {
  content: "";
}

.icon-won:before {
  content: "";
}

.icon-bitcoin2:before {
  content: "";
}

.icon-file3:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-by-alphabet:before {
  content: "";
}

.icon-sort-by-alphabet-alt:before {
  content: "";
}

.icon-sort-by-attributes:before {
  content: "";
}

.icon-sort-by-attributes-alt:before {
  content: "";
}

.icon-sort-by-order:before {
  content: "";
}

.icon-sort-by-order-alt:before {
  content: "";
}

.icon-thumbs-up2:before {
  content: "";
}

.icon-thumbs-down2:before {
  content: "";
}

.icon-youtube-sign:before {
  content: "";
}

.icon-youtube2:before {
  content: "";
}

.icon-xing2:before {
  content: "";
}

.icon-xing-sign:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox2:before {
  content: "";
}

.icon-stackexchange:before {
  content: "";
}

.icon-instagram2:before {
  content: "";
}

/**.icon-instagram2:before {
	content: "\f16d";
}*/
.icon-flickr2:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket2:before {
  content: "";
}

.icon-bitbucket-sign:before {
  content: "";
}

.icon-tumblr2:before {
  content: "";
}

.icon-tumblr-sign:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows3:before {
  content: "";
}

.icon-android2:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble2:before {
  content: "";
}

.icon-skype2:before {
  content: "";
}

.icon-foursquare2:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before {
  content: "";
}

.icon-sun2:before {
  content: "";
}

.icon-moon:before {
  content: "";
}

.icon-archive2:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-weibo2:before {
  content: "";
}

.icon-vk2:before {
  content: "";
}

.icon-line-eye:before {
  content: "";
}

.icon-line-paper-clip:before {
  content: "";
}

.icon-line-mail:before {
  content: "";
}

.icon-line-toggle:before {
  content: "";
}

.icon-line-layout:before {
  content: "";
}

.icon-line-link:before {
  content: "";
}

.icon-line-bell:before {
  content: "";
}

.icon-line-lock:before {
  content: "";
}

.icon-line-unlock:before {
  content: "";
}

.icon-line-ribbon:before {
  content: "";
}

.icon-line-image:before {
  content: "";
}

.icon-line-signal:before {
  content: "";
}

.icon-line-target:before {
  content: "";
}

.icon-line-clipboard:before {
  content: "";
}

.icon-line-clock:before {
  content: "";
}

.icon-line-watch:before {
  content: "";
}

.icon-line-air-play:before {
  content: "";
}

.icon-line-camera:before {
  content: "";
}

.icon-line-video:before {
  content: "";
}

.icon-line-disc:before {
  content: "";
}

.icon-line-printer:before {
  content: "";
}

.icon-line-monitor:before {
  content: "";
}

.icon-line-server:before {
  content: "";
}

.icon-line-cog:before {
  content: "";
}

.icon-line-heart:before {
  content: "";
}

.icon-line-paragraph:before {
  content: "";
}

.icon-line-align-justify:before {
  content: "";
}

.icon-line-align-left:before {
  content: "";
}

.icon-line-align-center:before {
  content: "";
}

.icon-line-align-right:before {
  content: "";
}

.icon-line-book:before {
  content: "";
}

.icon-line-layers:before {
  content: "";
}

.icon-line-stack:before {
  content: "";
}

.icon-line-stack-2:before {
  content: "";
}

.icon-line-paper:before {
  content: "";
}

.icon-line-paper-stack:before {
  content: "";
}

.icon-line-search:before {
  content: "";
}

.icon-line-zoom-in:before {
  content: "";
}

.icon-line-zoom-out:before {
  content: "";
}

.icon-line-reply:before {
  content: "";
}

.icon-line-circle-plus:before {
  content: "";
}

.icon-line-circle-minus:before {
  content: "";
}

.icon-line-circle-check:before {
  content: "";
}

.icon-line-circle-cross:before {
  content: "";
}

.icon-line-square-plus:before {
  content: "";
}

.icon-line-square-minus:before {
  content: "";
}

.icon-line-square-check:before {
  content: "";
}

.icon-line-square-cross:before {
  content: "";
}

.icon-line-microphone:before {
  content: "";
}

.icon-line-record:before {
  content: "";
}

.icon-line-skip-back:before {
  content: "";
}

.icon-line-rewind:before {
  content: "";
}

.icon-line-play:before {
  content: "";
}

.icon-line-pause:before {
  content: "";
}

.icon-line-stop:before {
  content: "";
}

.icon-line-fast-forward:before {
  content: "";
}

.icon-line-skip-forward:before {
  content: "";
}

.icon-line-shuffle:before {
  content: "";
}

.icon-line-repeat:before {
  content: "";
}

.icon-line-folder:before {
  content: "";
}

.icon-line-umbrella:before {
  content: "";
}

.icon-line-moon:before {
  content: "";
}

.icon-line-thermometer:before {
  content: "";
}

.icon-line-drop:before {
  content: "";
}

.icon-line-sun:before {
  content: "";
}

.icon-line-cloud:before {
  content: "";
}

.icon-line-cloud-upload:before {
  content: "";
}

.icon-line-cloud-download:before {
  content: "";
}

.icon-line-upload:before {
  content: "";
}

.icon-line-download:before {
  content: "";
}

.icon-line-location:before {
  content: "";
}

.icon-line-location-2:before {
  content: "";
}

.icon-line-map:before {
  content: "";
}

.icon-line-battery:before {
  content: "";
}

.icon-line-head:before {
  content: "";
}

.icon-line-briefcase:before {
  content: "";
}

.icon-line-speech-bubble:before {
  content: "";
}

.icon-line-anchor:before {
  content: "";
}

.icon-line-globe:before {
  content: "";
}

.icon-line-box:before {
  content: "";
}

.icon-line-reload:before {
  content: "";
}

.icon-line-share:before {
  content: "";
}

.icon-line-marquee:before {
  content: "";
}

.icon-line-marquee-plus:before {
  content: "";
}

.icon-line-marquee-minus:before {
  content: "";
}

.icon-line-tag:before {
  content: "";
}

.icon-line-power:before {
  content: "";
}

.icon-line-command:before {
  content: "";
}

.icon-line-alt:before {
  content: "";
}

.icon-line-esc:before {
  content: "";
}

.icon-line-bar-graph:before {
  content: "";
}

.icon-line-bar-graph-2:before {
  content: "";
}

.icon-line-pie-graph:before {
  content: "";
}

.icon-line-star:before {
  content: "";
}

.icon-line-arrow-left:before {
  content: "";
}

.icon-line-arrow-right:before {
  content: "";
}

.icon-line-arrow-up:before {
  content: "";
}

.icon-line-arrow-down:before {
  content: "";
}

.icon-line-volume:before {
  content: "";
}

.icon-line-mute:before {
  content: "";
}

.icon-line-content-right:before {
  content: "";
}

.icon-line-content-left:before {
  content: "";
}

.icon-line-grid:before {
  content: "";
}

.icon-line-grid-2:before {
  content: "";
}

.icon-line-columns:before {
  content: "";
}

.icon-line-loader:before {
  content: "";
}

.icon-line-bag:before {
  content: "";
}

.icon-line-ban:before {
  content: "";
}

.icon-line-flag:before {
  content: "";
}

.icon-line-trash:before {
  content: "";
}

.icon-line-expand:before {
  content: "";
}

.icon-line-contract:before {
  content: "";
}

.icon-line-maximize:before {
  content: "";
}

.icon-line-minimize:before {
  content: "";
}

.icon-line-plus:before {
  content: "";
}

.icon-line-minus:before {
  content: "";
}

.icon-line-check:before {
  content: "";
}

.icon-line-cross:before {
  content: "";
}

.icon-line-move:before {
  content: "";
}

.icon-line-delete:before {
  content: "";
}

.icon-line-menu:before {
  content: "";
}

.icon-line-archive:before {
  content: "";
}

.icon-line-inbox:before {
  content: "";
}

.icon-line-outbox:before {
  content: "";
}

.icon-line-file:before {
  content: "";
}

.icon-line-file-add:before {
  content: "";
}

.icon-line-file-subtract:before {
  content: "";
}

.icon-line-help:before {
  content: "";
}

.icon-line-open:before {
  content: "";
}

.icon-line-ellipsis:before {
  content: "";
}

.icon-line2-user-female:before {
  content: "";
}

.icon-line2-user-follow:before {
  content: "";
}

.icon-line2-user-following:before {
  content: "";
}

.icon-line2-user-unfollow:before {
  content: "";
}

.icon-line2-trophy:before {
  content: "";
}

.icon-line2-screen-smartphone:before {
  content: "";
}

.icon-line2-screen-desktop:before {
  content: "";
}

.icon-line2-plane:before {
  content: "";
}

.icon-line2-notebook:before {
  content: "";
}

.icon-line2-moustache:before {
  content: "";
}

.icon-line2-mouse:before {
  content: "";
}

.icon-line2-magnet:before {
  content: "";
}

.icon-line2-energy:before {
  content: "";
}

.icon-line2-emoticon-smile:before {
  content: "";
}

.icon-line2-disc:before {
  content: "";
}

.icon-line2-cursor-move:before {
  content: "";
}

.icon-line2-crop:before {
  content: "";
}

.icon-line2-credit-card:before {
  content: "";
}

.icon-line2-chemistry:before {
  content: "";
}

.icon-line2-user:before {
  content: "";
}

.icon-line2-speedometer:before {
  content: "";
}

.icon-line2-social-youtube:before {
  content: "";
}

.icon-line2-social-twitter:before {
  content: "";
}

.icon-line2-social-tumblr:before {
  content: "";
}

.icon-line2-social-facebook:before {
  content: "";
}

.icon-line2-social-dropbox:before {
  content: "";
}

.icon-line2-social-dribbble:before {
  content: "";
}

.icon-line2-shield:before {
  content: "";
}

.icon-line2-screen-tablet:before {
  content: "";
}

.icon-line2-magic-wand:before {
  content: "";
}

.icon-line2-hourglass:before {
  content: "";
}

.icon-line2-graduation:before {
  content: "";
}

.icon-line2-ghost:before {
  content: "";
}

.icon-line2-game-controller:before {
  content: "";
}

.icon-line2-fire:before {
  content: "";
}

.icon-line2-eyeglasses:before {
  content: "";
}

.icon-line2-envelope-open:before {
  content: "";
}

.icon-line2-envelope-letter:before {
  content: "";
}

.icon-line2-bell:before {
  content: "";
}

.icon-line2-badge:before {
  content: "";
}

.icon-line2-anchor:before {
  content: "";
}

.icon-line2-wallet:before {
  content: "";
}

.icon-line2-vector:before {
  content: "";
}

.icon-line2-speech:before {
  content: "";
}

.icon-line2-puzzle:before {
  content: "";
}

.icon-line2-printer:before {
  content: "";
}

.icon-line2-present:before {
  content: "";
}

.icon-line2-playlist:before {
  content: "";
}

.icon-line2-pin:before {
  content: "";
}

.icon-line2-picture:before {
  content: "";
}

.icon-line2-map:before {
  content: "";
}

.icon-line2-layers:before {
  content: "";
}

.icon-line2-handbag:before {
  content: "";
}

.icon-line2-globe-alt:before {
  content: "";
}

.icon-line2-globe:before {
  content: "";
}

.icon-line2-frame:before {
  content: "";
}

.icon-line2-folder-alt:before {
  content: "";
}

.icon-line2-film:before {
  content: "";
}

.icon-line2-feed:before {
  content: "";
}

.icon-line2-earphones-alt:before {
  content: "";
}

.icon-line2-earphones:before {
  content: "";
}

.icon-line2-drop:before {
  content: "";
}

.icon-line2-drawer:before {
  content: "";
}

.icon-line2-docs:before {
  content: "";
}

.icon-line2-directions:before {
  content: "";
}

.icon-line2-direction:before {
  content: "";
}

.icon-line2-diamond:before {
  content: "";
}

.icon-line2-cup:before {
  content: "";
}

.icon-line2-compass:before {
  content: "";
}

.icon-line2-call-out:before {
  content: "";
}

.icon-line2-call-in:before {
  content: "";
}

.icon-line2-call-end:before {
  content: "";
}

.icon-line2-calculator:before {
  content: "";
}

.icon-line2-bubbles:before {
  content: "";
}

.icon-line2-briefcase:before {
  content: "";
}

.icon-line2-book-open:before {
  content: "";
}

.icon-line2-basket-loaded:before {
  content: "";
}

.icon-line2-basket:before {
  content: "";
}

.icon-line2-bag:before {
  content: "";
}

.icon-line2-action-undo:before {
  content: "";
}

.icon-line2-action-redo:before {
  content: "";
}

.icon-line2-wrench:before {
  content: "";
}

.icon-line2-umbrella:before {
  content: "";
}

.icon-line2-trash:before {
  content: "";
}

.icon-line2-tag:before {
  content: "";
}

.icon-line2-support:before {
  content: "";
}

.icon-line2-size-fullscreen:before {
  content: "";
}

.icon-line2-size-actual:before {
  content: "";
}

.icon-line2-shuffle:before {
  content: "";
}

.icon-line2-share-alt:before {
  content: "";
}

.icon-line2-share:before {
  content: "";
}

.icon-line2-rocket:before {
  content: "";
}

.icon-line2-question:before {
  content: "";
}

.icon-line2-pie-chart:before {
  content: "";
}

.icon-line2-pencil:before {
  content: "";
}

.icon-line2-note:before {
  content: "";
}

.icon-line2-music-tone-alt:before {
  content: "";
}

.icon-line2-music-tone:before {
  content: "";
}

.icon-line2-microphone:before {
  content: "";
}

.icon-line2-loop:before {
  content: "";
}

.icon-line2-logout:before {
  content: "";
}

.icon-line2-login:before {
  content: "";
}

.icon-line2-list:before {
  content: "";
}

.icon-line2-like:before {
  content: "";
}

.icon-line2-home:before {
  content: "";
}

.icon-line2-grid:before {
  content: "";
}

.icon-line2-graph:before {
  content: "";
}

.icon-line2-equalizer:before {
  content: "";
}

.icon-line2-dislike:before {
  content: "";
}

.icon-line2-cursor:before {
  content: "";
}

.icon-line2-control-start:before {
  content: "";
}

.icon-line2-control-rewind:before {
  content: "";
}

.icon-line2-control-play:before {
  content: "";
}

.icon-line2-control-pause:before {
  content: "";
}

.icon-line2-control-forward:before {
  content: "";
}

.icon-line2-control-end:before {
  content: "";
}

.icon-line2-calendar:before {
  content: "";
}

.icon-line2-bulb:before {
  content: "";
}

.icon-line2-bar-chart:before {
  content: "";
}

.icon-line2-arrow-up:before {
  content: "";
}

.icon-line2-arrow-right:before {
  content: "";
}

.icon-line2-arrow-left:before {
  content: "";
}

.icon-line2-arrow-down:before {
  content: "";
}

.icon-line2-ban:before {
  content: "";
}

.icon-line2-bubble:before {
  content: "";
}

.icon-line2-camcorder:before {
  content: "";
}

.icon-line2-camera:before {
  content: "";
}

.icon-line2-check:before {
  content: "";
}

.icon-line2-clock:before {
  content: "";
}

.icon-line2-close:before {
  content: "";
}

.icon-line2-cloud-download:before {
  content: "";
}

.icon-line2-cloud-upload:before {
  content: "";
}

.icon-line2-doc:before {
  content: "";
}

.icon-line2-envelope:before {
  content: "";
}

.icon-line2-eye:before {
  content: "";
}

.icon-line2-flag:before {
  content: "";
}

.icon-line2-folder:before {
  content: "";
}

.icon-line2-heart:before {
  content: "";
}

.icon-line2-info:before {
  content: "";
}

.icon-line2-key:before {
  content: "";
}

.icon-line2-link:before {
  content: "";
}

.icon-line2-lock:before {
  content: "";
}

.icon-line2-lock-open:before {
  content: "";
}

.icon-line2-magnifier:before {
  content: "";
}

.icon-line2-magnifier-add:before {
  content: "";
}

.icon-line2-magnifier-remove:before {
  content: "";
}

.icon-line2-paper-clip:before {
  content: "";
}

.icon-line2-paper-plane:before {
  content: "";
}

.icon-line2-plus:before {
  content: "";
}

.icon-line2-pointer:before {
  content: "";
}

.icon-line2-power:before {
  content: "";
}

.icon-line2-refresh:before {
  content: "";
}

.icon-line2-reload:before {
  content: "";
}

.icon-line2-settings:before {
  content: "";
}

.icon-line2-star:before {
  content: "";
}

.icon-line2-symbol-female:before {
  content: "";
}

.icon-line2-symbol-male:before {
  content: "";
}

.icon-line2-target:before {
  content: "";
}

.icon-line2-volume-1:before {
  content: "";
}

.icon-line2-volume-2:before {
  content: "";
}

.icon-line2-volume-off:before {
  content: "";
}

.icon-line2-users:before {
  content: "";
}

/*--------------------------------------------------------------
# Animate
--------------------------------------------------------------*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.not-animated {
  opacity: 0;
}

.animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes 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;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* ----------------------------------------------------------------
Responsive CSS
-----------------------------------------------------------------*/
@media (max-width: 1199px) {
  canvas {
    max-width: 100%;
    height: auto !important;
  }

  .promo h3 {
    font-size: 20px;
  }

  .promo > span,
.promo > .container > span {
    font-size: 15px;
  }

  .promo-uppercase h3 {
    font-size: 19px;
  }

  .promo-uppercase > span,
.promo-uppercase > .container > span {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #wrapper {
    width: 1000px;
  }

  #header.transparent-header.floating-header .container {
    width: 1030px;
    padding: 0 30px;
  }

  #header.transparent-header.floating-header.sticky-header .container {
    width: 970px;
    padding: 0 15px;
  }

  #primary-menu.sub-title ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  #primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: 940px;
  }

  .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: 1030px;
  }

  .ei-slider {
    height: 450px;
  }

  .postcontent {
    width: 690px;
  }

  .postcontent.bothsidebar {
    width: 440px;
  }

  .sidebar {
    width: 210px;
  }

  .sidebar .widget iframe {
    width: 210px !important;
  }

  .team.team-list .team-image {
    width: 200px;
  }

  .testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
    display: block;
    width: 36px;
    height: 36px;
  }

  .testi-image i {
    line-height: 36px;
    font-size: 20px;
  }

  /* ----------------------------------------------------------------
  Portfolio
  -----------------------------------------------------------------*/
  /* Portfolio - Sidebar
  -----------------------------------------------------------------*/
  .bothsidebar .portfolio-item {
    width: 50%;
  }

  /* Portfolio - Both Sidebars - Items - 2 Columns
  -----------------------------------------------------------------*/
  .bothsidebar .portfolio.portfolio-3 {
    margin: 0 -20px -20px 0;
  }

  .bothsidebar .portfolio-3 .portfolio-item {
    padding: 0 20px 20px 0;
  }

  /* Portfolio - Items - 1 Column
  -----------------------------------------------------------------*/
  .portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img {
    width: 560px;
    height: 311px;
  }

  .portfolio-1 .portfolio-desc {
    width: 340px;
  }

  .bothsidebar .portfolio-shuffle,
.postcontent .portfolio-1 .iconlist {
    display: none;
  }

  .postcontent .portfolio-1 .portfolio-item .portfolio-image,
.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
    width: 400px;
    height: 222px;
  }

  .postcontent .portfolio-1 .portfolio-desc {
    width: 250px;
    padding: 0;
  }

  .bothsidebar .portfolio-1 .portfolio-item {
    width: 100% !important;
  }

  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-desc {
    float: none;
    margin: 0 !important;
  }

  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image {
    margin-bottom: 20px !important;
  }

  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
  }

  .bothsidebar .portfolio-1 .portfolio-desc {
    width: 100%;
    padding: 0;
  }

  .bothsidebar .entry-title h2 {
    font-size: 19px;
    font-weight: 600;
  }

  .bothsidebar .entry-meta li {
    margin-right: 10px;
  }

  /* Blog - Small
  -----------------------------------------------------------------*/
  .postcontent .small-thumbs .entry-image {
    width: 200px;
  }

  .bothsidebar .small-thumbs .entry-image {
    width: 120px;
  }

  /* Blog - Grid
  -----------------------------------------------------------------*/
  .post-grid .entry {
    width: 214px;
  }

  /* Blog - Grid - 3 Columns
  -----------------------------------------------------------------*/
  .post-grid.grid-3 .entry {
    width: 293px;
  }

  /* Blog - Grid - 3 Columns - Sidebar
  -----------------------------------------------------------------*/
  .postcontent .post-grid.grid-3 .entry {
    width: 213px;
  }

  /* Blog - Grid - 2 Columns
  -----------------------------------------------------------------*/
  .post-grid.grid-2 .entry {
    width: 450px;
  }

  /* Blog - Grid - 2 Columns - Sidebar
  -----------------------------------------------------------------*/
  .postcontent .post-grid.grid-2 .entry {
    width: 325px;
  }

  /* Blog - Grid - 2 Columns - Both Sidebar
  -----------------------------------------------------------------*/
  .bothsidebar .post-grid.grid-2 .entry {
    width: 200px;
  }

  .post-timeline .entry {
    width: 400px !important;
  }

  .post-timeline .entry.entry-date-section {
    width: 100% !important;
  }

  /* Blog - Medium Post List
  -----------------------------------------------------------------*/
  .mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
    width: 120px;
    height: 90px;
  }

  .mpost .entry-image a i {
    line-height: 90px;
  }

  .col_one_third .landing-wide-form .heading-block h2 {
    font-size: 32px;
  }

  .col_one_third .landing-wide-form .heading-block span {
    font-size: 17px;
  }

  .col_one_third .landing-wide-form {
    padding: 36px 30px;
  }

  /* Shop - 1 Column - Both Sidebar
  -----------------------------------------------------------------*/
  .bothsidebar .product-1 .product-image {
    width: 200px;
    height: 267px;
  }

  .product-title h3 {
    font-size: 18px;
  }

  .landing-video {
    width: 465px;
    height: 262px;
    margin: 19px 0 0 75px;
  }

  .panel .portfolio-meta li {
    padding-left: 22px;
  }

  .panel .portfolio-meta li span {
    display: block;
    margin-left: -21px;
  }

  .portfolio-single-image-full.portfolio-single-thumbs,
.portfolio-single-image-full .swiper-container {
    height: 400px;
  }

  .bnews-slider {
    width: 817px;
  }

  .landing-form-overlay {
    bottom: -142px;
  }
}
@media (max-width: 991px) {
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  #header.full-header .container,
.container-fullwidth {
    padding: 0 15px !important;
    margin: 0 auto;
    /*width: 750px !important;*/
  }

  .container.vertical-middle {
    width: 100% !important;
  }

  .vertical-middle + .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .postcontent,
.postcontent.bothsidebar,
.sidebar {
    width: 100%;
    margin-right: 0;
    float: none !important;
    margin-bottom: 40px !important;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEE;
  }

  .sidebar.col_last {
    float: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: 0;
  }

  #header,
#header-wrap,
#header.sticky-style-2,
#header.sticky-style-3,
#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap {
    height: auto !important;
  }

  #header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap {
    min-height: 60px;
  }

  #header.sticky-header #header-wrap {
    position: relative;
  }

  #header.transparent-header,
#header.semi-transparent {
    background: none;
    /*border-bottom: 1px solid #F5F5F5;*/
    z-index: auto;
  }

  #header.dark.transparent-header,
#header.dark.semi-transparent {
    background-color: none;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
  }

  #header.transparent-header.floating-header {
    margin-top: 0;
  }

  #header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#slider + #header.transparent-header,
#header.transparent-header.floating-header + #slider,
#header.transparent-header + #google-map {
    top: 0;
    margin-bottom: 0;
  }

  .slider-parallax .slider-parallax-inner {
    position: relative;
  }

  #header.transparent-header + #page-title.page-title-parallax .container {
    padding-top: 0;
  }

  #header-trigger,
.top-advert,
.header-extras {
    display: none;
  }

  #header.transparent-header.floating-header .container {
    width: 750px;
    padding: 0 15px;
    border-radius: 0;
  }

  #logo {
    display: block;
    /*height: 100px;*/
    float: left;
    margin-left: 85px;
    margin-top: 8px;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
  }

  #logo a.standard-logo {
    display: inline-block;
  }

  #primary-menu {
    display: block;
    float: none;
  }

  #primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 25px;
    margin-top: 0;
    left: 0;
    z-index: 1;
  }

  #primary-menu .container #primary-menu-trigger {
    top: 5px;
    left: 0;
  }

  #primary-menu > ul,
#primary-menu > div > ul {
    display: none;
    float: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #primary-menu > div > ul {
    margin-top: 60px !important;
  }

  body:not(.top-search-open) #primary-menu-trigger {
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.2s ease, top 0.4s ease;
    -o-transition: opacity 0.2s 0.2s ease, top 0.4s ease;
    transition: opacity 0.2s 0.2s ease, top 0.4s ease;
  }

  body.top-search-open #primary-menu-trigger {
    opacity: 0;
  }

  body.side-push-panel #side-panel-trigger-close a {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #444;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 2px;
  }

  #primary-menu.style-5 > ul {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  #primary-menu ul li {
    float: none;
    margin: 0 !important;
    text-align: left !important;
    border-top: 1px solid #EEE;
  }

  #primary-menu ul li:first-child {
    border-top: 0;
  }

  #primary-menu ul > li > a,
#primary-menu.style-2 > div > ul > li > a {
    padding: 14px 5px !important;
    border: none !important;
    margin: 0 !important;
  }

  #primary-menu.style-5 > ul > li > a > div {
    line-height: 22px;
  }

  #primary-menu.style-5 > ul > li > a > div i {
    display: inline-block;
    margin: 0 6px 0 0;
    top: -1px;
    width: 16px;
    font-size: 14px;
    line-height: inherit;
  }

  #primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after {
    display: none;
  }

  #primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
    background: none !important;
    margin-left: 0;
  }

  #primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
    line-height: 22px;
    font-size: 13px;
    border-top: none;
  }

  #primary-menu.sub-title ul li > a span {
    display: none !important;
  }

  #primary-menu.sub-title ul li:hover > a,
#primary-menu.sub-title ul li.current > a,
#primary-menu.sub-title div ul > li:hover > a,
#primary-menu.sub-title div ul > li.current > a,
#primary-menu.style-3 ul li:hover > a,
#primary-menu.style-3 ul li.current > a {
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
  }

  #primary-menu ul:not(.windows-mobile-menu) li > a i.icon-angle-down:last-child {
    display: none;
  }

  #primary-menu > ul > li.sub-menu > a,
#primary-menu > .container > ul > li.sub-menu > a {
    background-image: url("../images/icons/submenu.png");
    background-position: right center;
    background-repeat: no-repeat;
  }

  #primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    position: relative;
    width: auto;
    max-width: none;
    background: transparent !important;
    box-shadow: none;
    border: 0;
    border-top: 1px solid #EEE;
    z-index: 1;
    top: 0;
    padding-left: 15px;
  }

  #primary-menu ul li .mega-menu-content {
    padding-left: 0;
  }

  #primary-menu ul ul:not(.mega-menu-column) ul {
    top: 0 !important;
    left: 0;
  }

  #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: 0;
    right: 0;
  }

  #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
    right: 0;
  }

  #primary-menu ul ul li {
    float: none;
    margin: 0;
    border-top: 1px solid #EEE;
  }

  #primary-menu ul ul li > a {
    padding: 11px 5px !important;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
  }

  #primary-menu ul ul li:hover > a {
    background-color: transparent;
    font-weight: 600;
    padding-left: 5px;
    color: #1ABC9C;
  }

  #primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content,
#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content,
.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: auto;
    margin: 0;
    top: 0;
  }

  .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content,
#header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: auto !important;
    margin: 0 !important;
  }

  #primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0;
  }

  #primary-menu ul li .mega-menu-content ul {
    display: block !important;
    position: relative;
    opacity: 1 !important;
    top: 0;
    left: 0;
    min-width: inherit;
  }

  #primary-menu ul li .mega-menu-content ul ul {
    border-top: 1px solid #EEE;
  }

  #primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: none;
    width: auto;
    margin: 0;
    border-left: 0 !important;
    border-top: 1px solid #EEE;
  }

  #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child {
    border: 0;
  }

  #primary-menu ul li .mega-menu-content ul {
    width: 100% !important;
  }

  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 0 0 0 15px;
  }

  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
    margin: 0;
  }

  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
    font-size: 13px;
    font-weight: 600;
    text-transform: none !important;
    padding: 11px 5px !important;
    line-height: 22px !important;
    color: #444 !important;
  }

  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
    background-color: transparent;
    color: #1ABC9C !important;
  }

  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
    color: #1ABC9C !important;
  }

  #primary-menu ul li .mega-menu-content.style-2 li {
    border-top: 1px solid #EEE;
  }

  #primary-menu ul li .mega-menu-content.style-2 li:first-child {
    border-top: 0;
  }

  #primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover {
    padding-left: 5px;
  }

  .mega-menu-column .widget {
    padding: 30px 0;
    margin: 0 !important;
  }

  #top-search {
    margin: 0 !important;
  }

  #top-search a,
#top-cart,
#side-panel-trigger {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
    margin: 40px 0;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
  }

  #primary-menu > div > #top-search a,
#primary-menu > div > #top-cart,
#primary-menu > div > #side-panel-trigger {
    margin: 20px 0 !important;
  }

  #primary-menu ul.windows-mobile-menu li.sub-menu {
    position: relative;
  }

  #primary-menu ul.windows-mobile-menu li.sub-menu a {
    background-image: none !important;
  }

  #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
    position: absolute;
    cursor: pointer;
    width: 32px;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0 !important;
    text-align: center !important;
  }

  #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
    display: none;
  }

  #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
    margin: 0 !important;
  }

  #header.sticky-style-3 #top-cart .top-cart-content {
    top: 40px;
  }

  #top-search a {
    right: 43px;
  }

  #top-search form {
    height: 100px !important;
  }

  #primary-menu > div > #top-search form {
    height: 60px !important;
  }

  #top-search form input {
    font-size: 24px;
  }

  #side-panel-trigger {
    right: 71px;
  }

  body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
    position: relative !important;
    top: 0 !important;
  }

  #page-submenu-trigger {
    opacity: 1;
    pointer-events: auto;
    color: #FFF;
  }

  #page-menu.pagemenu-active #page-submenu-trigger {
    background-color: rgba(0, 0, 0, 0.2);
  }

  #page-menu nav {
    display: none;
    position: absolute;
    float: none;
    width: 200px;
    top: 43px;
    left: auto;
    right: 15px;
    height: auto;
    background-color: #1ABC9C;
    z-index: 11;
  }

  #page-menu.pagemenu-active nav {
    display: block;
  }

  #page-menu nav ul {
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
  }

  #page-menu nav li {
    float: none;
  }

  #page-menu nav li a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
  }

  #page-menu ul ul {
    position: relative;
    width: auto;
    top: 0;
    background-color: transparent;
  }

  #page-menu ul ul a {
    padding-left: 25px;
  }

  /* Responsive Sticky Header
  -----------------------------------------------------------------*/
  .sticky-responsive-menu #header {
    min-height: 100px;
    -webkit-transition: min-height 0.4s ease;
    -o-transition: min-height 0.4s ease;
    transition: min-height 0.4s ease;
  }

  .sticky-responsive-menu #header-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .sticky-responsive-menu #header.sticky-style-2,
.sticky-responsive-menu #header.sticky-style-3 {
    min-height: 160px;
  }

  .sticky-responsive-menu.device-touch #header,
.sticky-responsive-menu.device-touch #header-wrap,
.sticky-responsive-menu.device-touch #logo,
.sticky-responsive-menu.device-touch #logo img,
.sticky-responsive-menu.device-touch #top-search a,
.sticky-responsive-menu.device-touch #primary-menu-trigger,
.sticky-responsive-menu.device-touch #top-cart,
.sticky-responsive-menu.device-touch #side-panel-trigger {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3) {
    min-height: 60px;
  }

  .responsive-sticky-header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    -webkit-backface-visibility: hidden;
  }

  .responsive-sticky-header #logo,
.responsive-sticky-header #logo img {
    height: 60px;
  }

  .responsive-sticky-header #primary-menu-trigger {
    top: 5px;
  }

  .responsive-sticky-header #primary-menu > ul,
.responsive-sticky-header #primary-menu > .container > ul {
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
  }

  .responsive-sticky-header #primary-menu > ul,
.responsive-sticky-header #primary-menu > .container > ul {
    margin-bottom: 20px !important;
  }

  .responsive-sticky-header #top-search a,
.responsive-sticky-header #top-cart,
.responsive-sticky-header #side-panel-trigger {
    margin: 20px 0;
  }

  .responsive-sticky-header #top-search form {
    height: 60px !important;
  }

  .responsive-sticky-header #top-cart .top-cart-content {
    top: 40px;
  }

  .ei-slider {
    height: 350px;
  }

  .ei-title h3 {
    display: none;
  }

  /* Portfolio - Items
  -----------------------------------------------------------------*/
  .portfolio .portfolio-item {
    width: 33.33333333%;
  }

  /* Portfolio - Items - 2 Columns - No Margin
  -----------------------------------------------------------------*/
  .portfolio-2 .portfolio-item {
    width: 50%;
  }

  /* Portfolio - Items - 1 Column
  -----------------------------------------------------------------*/
  .portfolio-1 .portfolio-item {
    width: 100%;
  }

  .portfolio-1 .portfolio-item .portfolio-image {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
  }

  .portfolio-1 .portfolio-desc {
    width: 100%;
  }

  /* Portfolio - Items - 1 Column - Full Width
  -----------------------------------------------------------------*/
  .portfolio-1.portfolio-fullwidth {
    margin: 0 0 -60px 0;
  }

  .portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
    overflow: hidden;
  }

  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
    float: none;
    margin: 0 0 20px 0 !important;
  }

  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img,
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .portfolio-1.portfolio-fullwidth .portfolio-desc,
.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    left: 0;
    right: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 50%;
  }

  .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 50%;
  }

  .device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
.device-touch .portfolio-parallax .portfolio-overlay {
    opacity: 1;
  }

  .shop-quick-view-ajax,
.portfolio-ajax-modal {
    width: 90% !important;
  }

  .small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 18px;
  }

  .entry-meta li {
    font-size: 12px;
    margin: 0 10px 10px 0;
  }

  /* Blog - Grid
  -----------------------------------------------------------------*/
  .post-grid {
    margin-right: -20px;
  }

  .post-grid .entry {
    width: 226px;
    margin-right: 20px;
  }

  /* Blog - Grid - 3 Columns
  -----------------------------------------------------------------*/
  .post-grid.grid-2,
.post-grid.grid-3 {
    margin-right: -30px;
  }

  .post-grid.grid-2 .entry,
.post-grid.grid-3 .entry {
    width: 345px;
    margin-right: 30px;
  }

  .post-masonry-full .entry {
    width: 33.3% !important;
  }

  .post-masonry-full.grid-3 .entry {
    width: 50% !important;
  }

  .post-timeline .entry {
    width: 290px !important;
  }

  .post-timeline .entry.entry-date-section {
    width: 100% !important;
  }

  .product {
    width: 33.33333333%;
  }

  .product:not(.product-2):not(.product-3) .product-title h3 {
    font-size: 18px;
  }

  .pricing [class^=col-md-] .pricing-box.best-price {
    margin-top: 0;
  }

  .pricing.pricing-5 .pricing-box.best-price {
    margin-top: 20px;
  }

  .device-sm .pricing.pricing-5 .pricing-title h3,
.device-sm .pricing.pricing-5 .best-price .pricing-title h3 {
    font-size: 14px;
  }

  .device-sm .pricing.pricing-5 .pricing-title span {
    font-size: 12px;
  }

  .device-sm .pricing.pricing-5 .pricing-price {
    font-size: 48px;
  }

  .device-sm .pricing.pricing-5 .pricing-price span {
    font-size: 20px;
  }

  .device-sm .pricing.pricing-5 .pricing-price span.price-tenure {
    font-size: 12px;
  }

  .device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title {
    padding: 15px 0;
  }

  .pricing-box.pricing-extended .pricing-desc,
.pricing-box.pricing-extended .pricing-action-area {
    position: relative;
    float: none;
    width: auto;
    padding: 25px;
  }

  .pricing-box.pricing-extended .pricing-action-area {
    height: auto;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 0 3px 3px;
  }

  .testimonials-grid.grid-3 li {
    width: 50%;
  }

  .section > .testimonial {
    padding: 0 40px !important;
    max-width: none;
  }

  .promo:not(.promo-full) {
    padding: 30px 20px !important;
  }

  .promo.promo-dark h3 {
    line-height: 1.6;
  }

  .promo a.button {
    position: relative !important;
    top: 0 !important;
    margin: 20px 0 0 !important;
    left: 0 !important;
    right: 0;
  }

  #contact-form-overlay-mini {
    float: none;
    width: auto;
    max-width: 380px;
    margin: 0 auto;
  }

  .button.button-full {
    font-size: 22px;
  }

  .button.button-full i {
    top: 3px !important;
  }

  .bnews-title {
    float: none;
    display: inline-block;
  }

  .bnews-slider {
    float: none;
    margin: 10px 0 0;
    width: 100%;
  }

  .wedding-head {
    font-size: 60px;
  }

  .wedding-head .first-name span,
.wedding-head .last-name span {
    font-size: 40px;
  }

  .wedding-head .and {
    font-size: 144px;
  }

  .error404 {
    font-size: 180px;
  }

  .landing-form-overlay {
    position: absolute;
    width: 100%;
    max-width: 400px;
    right: auto;
    left: 50%;
    margin-left: -200px;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid):not(.slider-home),
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid):not(.slider-home) .swiper-slide {
    height: 400px !important;
  }

  .sidebar-widgets-wrap {
    position: relative;
    margin: 0 -38px -40px 0;
  }

  .sidebar-widgets-wrap .widget {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 340px;
    margin: 0 37px 40px 0;
    padding-top: 0;
    border-top: 0;
  }

  .landing-video {
    width: 352px;
    height: 199px;
    margin: 14px 0 0 60px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0 !important;
  }

  #wrapper {
    width: 100% !important;
  }

  .container-fullwidth {
    margin: 0 auto;
    padding: 0 15px !important;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .one-page-arrow {
    display: none !important;
  }

  #top-bar {
    height: auto;
  }

  #top-bar .col_half {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .top-links,
.top-links > ul > li {
    float: none !important;
  }

  .top-links > ul {
    text-align: center;
  }

  .top-links > ul > li {
    display: inline-block;
  }

  .top-links > ul > li {
    margin-right: -4px;
  }

  .top-links ul ul,
.top-links ul div.top-link-section {
    text-align: left;
  }

  .top-links ul div.top-link-section {
    left: auto;
    right: 0;
    padding: 20px 15px;
  }

  /*#top-social,
  #slider:not(.swiper_wrapper) .slider-caption,
  .nivo-caption,
  .flex-caption,
  .slider-caption p,
  .slider-caption .button,
  .camera_caption,
  .ei-title,
  .slider-arrow-top-sm,
  .slider-arrow-bottom-sm { display: none !important; }*/
  .slider-caption h2 {
    margin-bottom: 0 !important;
  }

  .flex-control-nav li {
    opacity: 1 !important;
  }

  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
    height: 60px;
  }

  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 80px !important;
    height: 60px !important;
  }

  .postcontent,
.postcontent.bothsidebar,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px !important;
  }

  .sidebar.col_last {
    margin-bottom: 0 !important;
  }

  form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth {
    margin-bottom: 25px !important;
  }

  #page-title {
    padding: 20px 0 25px;
    text-align: center;
  }

  #page-title h1 {
    line-height: 1.5;
    font-size: 24px;
  }

  #page-title .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 15px 0 0 !important;
  }

  #page-title #portfolio-navigation,
#portfolio-ajax-title #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px auto 0;
  }

  #portfolio-ajax-title {
    text-align: center;
  }

  /* Portfolio - Filter
  -----------------------------------------------------------------*/
  .portfolio-filter {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
  }

  .portfolio-filter li {
    width: 33.33%;
    margin-bottom: 20px;
  }

  .portfolio-filter li a {
    text-align: center;
    border-left: none;
    padding: 12px 18px !important;
    border-radius: 2px !important;
  }

  .portfolio-filter li a:hover {
    color: #1ABC9C;
  }

  .portfolio-filter li.activeFilter a {
    color: #FFF;
    margin: 0;
  }

  .portfolio-shuffle {
    display: none;
  }

  /* Blog
  -----------------------------------------------------------------*/
  .small-thumbs .entry-image,
.ievent .entry-image {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  .entry-title h2,
.post-grid .entry-title h2 {
    font-size: 18px !important;
    font-weight: 600;
  }

  .entry-meta li {
    font-size: 11px;
    margin: 0 10px 10px 0;
  }

  #posts .entry-meta li i {
    display: none;
  }

  #posts.post-grid .entry-meta li i,
#posts .entry-meta li:last-child i {
    display: inline-block;
  }

  .post-grid {
    margin-right: 0 !important;
  }

  .post-grid .entry,
.post-masonry-full.grid-3 .entry {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    border-right: 0 !important;
  }

  .post-timeline .entry.entry-date-section {
    margin-left: 0;
  }

  .timeline-border,
.post-timeline .entry-timeline {
    display: none !important;
  }

  .postcontent .post-timeline {
    padding-left: 0;
  }

  .post-masonry-full .entry {
    padding: 40px !important;
  }

  .product-1 .product {
    width: 100%;
  }

  .product-1 .product-image {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px !important;
  }

  .product-1 .product-title h3 {
    font-size: 19px;
  }

  .product-1 p {
    display: none;
  }

  .pricing-box.best-price {
    margin-top: 0;
  }

  .pricing.pricing-5 .pricing-box {
    float: none;
    width: 100%;
  }

  .pricing-box.pricing-extended .pricing-features li {
    width: auto;
    float: none;
  }

  table.cart .quantity {
    display: block;
  }

  table.cart .quantity .qty,
table.cart .quantity .plus,
table.cart .quantity .minus {
    float: none;
    width: 100%;
  }

  table.cart .quantity .qty {
    border: 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }

  .button.button-desc {
    padding: 20px 17px;
    font-size: 15px;
    max-width: 100%;
  }

  .button.button-desc span {
    font-size: 11px;
  }

  .process-steps li {
    float: none;
    width: auto !important;
    margin-top: 20px;
  }

  .process-steps li:first-child {
    margin-top: 0;
  }

  .process-steps li h5 {
    margin: 10px 0 0 0;
  }

  .process-steps li:before,
.process-steps li:after {
    display: none;
  }

  .testimonials-grid li {
    float: none;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }

  .team.team-list .team-image {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .team.team-list .team-title {
    margin-top: 15px;
  }

  .title-block {
    padding: 2px 0 3px 15px;
    border-left-width: 5px;
  }

  .title-block-right {
    padding: 2px 15px 3px 0;
    border-right-width: 5px;
  }

  .title-block h1 + span {
    font-size: 18px;
  }

  .title-block h2 + span {
    font-size: 17px;
  }

  .title-block h3 + span {
    font-size: 15px;
  }

  .title-block h4 + span {
    font-size: 13px;
  }

  .heading-block h1 {
    font-size: 30px;
  }

  .heading-block h2 {
    font-size: 26px;
  }

  .heading-block h3 {
    font-size: 22px;
  }

  .heading-block h4 {
    font-size: 19px;
  }

  .heading-block h1 + span {
    font-size: 20px;
  }

  .heading-block h2 + span {
    font-size: 18px;
  }

  .heading-block h3 + span,
.heading-block h4 + span {
    font-size: 17px;
  }

  .heading-block ~ p:not(.lead) {
    font-size: 15px;
  }

  .emphasis-title h1,
.emphasis-title h2 {
    font-size: 44px !important;
  }

  .wedding-head {
    font-size: 48px;
  }

  .wedding-head .first-name,
.wedding-head .last-name,
.wedding-head .and {
    display: block;
    margin: 0 0 15px;
    text-align: center;
  }

  .wedding-head .first-name span,
.wedding-head .last-name span {
    font-size: 36px;
  }

  .wedding-head .and {
    font-size: 120px;
  }

  .news-carousel .overlay {
    display: none;
  }

  /* Copyrights
  -----------------------------------------------------------------*/
  #copyrights .col_half {
    text-align: center;
  }

  #copyrights .col_half:last-child {
    display: none;
  }

  #copyrights .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  #header.transparent-header.floating-header .container {
    width: 100%;
  }

  #header-widget {
    margin-top: 80px !important;
  }

  #logo {
    float: left;
    margin-left: 70px;
    margin-top: 10px;
  }
}
@media (max-width: 574px) {
  .slider-home .soliloquy-container .soliloquy-prev, .slider-home .soliloquy-container .soliloquy-next {
    display: none;
  }
}
@media (min-width: 678px) and (max-width: 768px) {
  .reservation-nav {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .swiper_wrapper:not(.force-full-screen):not(.slider-home),
.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid):not(.slider-home) .swiper-slide {
    height: 300px !important;
  }

  /*.container,
  #header.full-header .container,
  .container-fullwidth { width: 470px !important; }*/
  .container.vertical-middle {
    width: 100% !important;
  }

  .full-screen:not(.force-full-screen) .container.vertical-middle {
    width: 470px !important;
  }

  #top-search form input {
    padding-right: 60px;
  }

  .swiper_wrapper .slider-caption h2 {
    font-size: 36px;
  }

  .ei-slider {
    height: 250px;
  }

  #header.transparent-header.floating-header .container {
    width: 100%;
    padding: 0 15px;
  }

  /* Portfolio - Items
  -----------------------------------------------------------------*/
  .portfolio:not(.portfolio-1) {
    margin: 0 -6px -6px 0;
  }

  .portfolio:not(.portfolio-1) .portfolio-item {
    padding: 0 6px 6px 0;
  }

  /* Portfolio - Items - 5 & 6 Columns
  -----------------------------------------------------------------*/
  .portfolio:not(.portfolio-1) .portfolio-item {
    width: 50%;
  }

  /* Portfolio - Items - Descriptions
  -----------------------------------------------------------------*/
  .portfolio:not(.portfolio-1) .portfolio-desc {
    padding: 15px 5px 10px;
  }

  .portfolio:not(.portfolio-1) .portfolio-desc h3 {
    font-size: 16px;
  }

  .portfolio:not(.portfolio-1) .portfolio-desc span {
    font-size: 14px;
  }

  .portfolio-notitle:not(.portfolio-1) .portfolio-desc {
    height: 78px;
    padding: 15px 5px;
    bottom: -79px;
  }

  .portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc,
.portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
    bottom: -78px;
    border-bottom: 0;
  }

  /* Portfolio - Items - Overlay
  -----------------------------------------------------------------*/
  .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon,
.portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon,
.portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon {
    margin-top: -55px !important;
  }

  .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a {
    margin: 20px 0 0 !important;
  }

  .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }

  /* Portfolio - Items - 1 Column
  -----------------------------------------------------------------*/
  .portfolio-1 .portfolio-item .portfolio-image {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .portfolio-1 .portfolio-desc {
    width: 100%;
  }

  /* Portfolio - Items - 1 Column - Full Width
  -----------------------------------------------------------------*/
  .portfolio-1.portfolio-fullwidth {
    margin: 0 0 -60px 0;
  }

  .portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
    overflow: hidden;
  }

  .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 50%;
  }

  .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 50%;
  }

  .portfolio.portfolio-nomargin,
.portfolio.portfolio-full {
    margin: 0 !important;
  }

  .post-grid:not(.post-masonry) .entry-image iframe {
    height: 246px;
  }

  .shop:not(.product-1) {
    margin: 0 -12px -12px 0;
  }

  .shop:not(.product-1) .product {
    padding: 0 12px 12px 0;
    width: 50%;
  }

  .shop:not(.product-1) .product-title h3 {
    font-size: 17px;
  }

  .clients-grid:not(.grid-3):not(.grid-2) li,
.clients-grid.grid-4 li,
.clients-grid.grid-6 li {
    width: 33.33%;
  }

  .button.button-full {
    font-size: 18px;
  }

  .button.button-full i {
    top: 2px !important;
    margin-left: 3px !important;
  }

  .error404,
.error404-wrap .error404 {
    font-size: 160px;
  }

  .landing-video {
    position: relative;
    top: 12px;
    width: 333px;
    height: 187px;
    margin: 19px 0 0 53px;
  }
}
@media (max-width: 479px) {
  .container,
#header.transparent-header.floating-header .container {
    width: 100%;
  }

  .container.vertical-middle {
    width: 100% !important;
  }

  .full-screen:not(.force-full-screen) .container.vertical-middle {
    width: 310px !important;
  }

  #top-cart {
    display: none;
  }

  #top-search a {
    right: 15px;
  }

  #top-search form input {
    padding-right: 30px;
  }

  #side-panel-trigger {
    right: 43px;
  }

  .swiper_wrapper:not(.force-full-screen):not(.slider-home),
.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid):not(.slider-home) .swiper-slide,
.ei-slider {
    height: 300px !important;
  }

  .swiper_wrapper .slider-caption h2 {
    font-size: 28px;
  }

  #header.transparent-header.floating-header .container {
    width: 100%;
    padding: 0 15px;
  }

  .portfolio-filter li {
    width: 50%;
  }

  .portfolio:not(.portfolio-1) {
    margin: 0;
  }

  .portfolio .portfolio-item {
    width: 100%;
  }

  .post-grid:not(.post-masonry) .entry-image iframe {
    height: 157px;
  }

  .mpost .entry-image {
    float: none;
    margin: 0 0 20px 0;
  }

  .mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
    width: 100%;
    height: auto;
  }

  .mpost .entry-image i {
    height: 150px;
    line-height: 150px;
  }

  .shop:not(.product-1) {
    margin: 0;
  }

  .shop:not(.product-1) .product {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
  }

  .shop:not(.product-1) .product-title h3 {
    font-size: 19px;
  }

  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
    height: 45px;
  }

  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 60px !important;
    height: 45px !important;
  }

  .si-share span {
    display: none;
  }

  .parallax .entry-overlay-meta,
.parallax .entry-overlay {
    left: 50% !important;
    right: 0 !important;
    margin: 0 0 0 -140px !important;
    width: 280px !important;
  }

  .parallax .entry-overlay {
    width: 288px !important;
  }

  .parallax .countdown-section {
    width: 64px;
    height: 64px;
    margin: 0 8px 0 0;
    font-size: 11px;
    padding: 0;
    padding-top: 12px;
  }

  .parallax .countdown-amount {
    font-size: 20px;
  }

  .countdown-large .countdown-section {
    display: block;
    width: auto;
    margin: 30px 0 0;
    border: 0;
  }

  .countdown-large .countdown-section:first-child {
    margin-top: 0;
  }

  .testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
    width: 36px;
    height: 36px;
  }

  .testi-image i {
    line-height: 36px;
    font-size: 20px;
  }

  .clients-grid:not(.grid-3):not(.grid-2) li,
.clients-grid.grid-4 li,
.clients-grid.grid-6 li {
    width: 50%;
  }

  .button.button-full {
    font-size: 16px;
  }

  .button.button-full i {
    top: 2px !important;
    margin-left: 3px !important;
  }

  .emphasis-title h1,
.emphasis-title h2 {
    font-size: 40px !important;
  }

  .error404,
.error404-wrap .error404 {
    font-size: 120px;
  }

  .landing-video {
    position: relative;
    top: 9px;
    width: 212px;
    height: 119px;
    margin: 19px 0 0 34px;
  }

  .landing-form-overlay {
    margin-left: -155px;
  }

  .button.button-desc {
    padding: 20px 17px;
    font-size: 15px;
    max-width: 100%;
  }

  .button.button-desc span {
    font-size: 11px;
  }
}
#logo img {
  float: none;
  margin-top: 0px;
}

/* ----------------------------------------------------------------
Retina CSS
-----------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #logo a.standard-logo {
    display: none;
  }

  #logo a.retina-logo {
    display: block;
  }

  .owl-carousel.owl-loading,
.preloader,
.preloader2,
.form-process {
    background-image: url("../images/preloader@2x.gif");
    background-size: 24px 24px;
  }

  .dark .owl-carousel.owl-loading,
.dark .preloader,
.dark .preloader2,
.dark .form-process {
    background-image: url("../images/preloader-dark@2x.gif");
  }

  .widget_recent_comments li {
    background-image: url("../images/icons/widget-comment@2x.png");
    background-size: 15px 26px;
  }

  .widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
    background-image: url("../images/icons/widget-link@2x.png");
    background-size: 4px 20px;
  }

  .dark .widget_recent_comments li {
    background-image: url("../images/icons/widget-comment-dark@2x.png");
  }

  .dark .widget_nav_menu li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_archive li a,
.dark .widget_recent_entries li a,
.dark .widget_categories li a,
.dark .widget_pages li a,
.dark .widget_rss li a,
.dark .widget_recent_comments li a {
    background-image: url("../images/icons/widget-link-dark@2x.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px), only screen and (min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min-resolution: 192dpi) and (max-width: 991px), only screen and (min-resolution: 2dppx) and (max-width: 991px) {
  #logo a.standard-logo {
    display: none;
  }

  #logo a.retina-logo {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# jQuery UI
--------------------------------------------------------------*/
/*! jQuery UI - v1.12.0 - 2016-08-31
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=divreservation-widget&cornerRadiusShadow=10px&offsetLeftShadow=-12px&offsetTopShadow=-12px&thicknessShadow=12px&opacityShadow=20&bgImgOpacityShadow=95&bgTextureShadow=highlight_hard&bgColorShadow=cccccc&opacityOverlay=90&bgImgOpacityOverlay=15&bgTextureOverlay=inset_soft&bgColorOverlay=2b2922&iconColorError=cd0a0a&fcError=cd5c0a&borderColorError=e3a345&bgImgOpacityError=95&bgTextureError=highlight_soft&bgColorError=ffedad&iconColorHighlight=8DC262&fcHighlight=363636&borderColorHighlight=e8e1b5&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fcf0ba&iconColorActive=8DC262&fcActive=459e00&borderColorActive=d4ccb0&bgImgOpacityActive=100&bgTextureActive=highlight_hard&bgColorActive=fafaf4&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=327E04&bgImgOpacityHover=25&bgTextureHover=highlight_soft&bgColorHover=67b021&iconColorDefault=eeeeee&fcDefault=ffffff&borderColorDefault=327E04&bgImgOpacityDefault=15&bgTextureDefault=highlight_hard&bgColorDefault=459e00&iconColorContent=808080&fcContent=312e25&borderColorContent=dfd9c3&bgImgOpacityContent=100&bgTextureContent=highlight_hard&bgColorContent=f5f3e5&iconColorHeader=847e71&fcHeader=433f38&borderColorHeader=d4ccb0&bgImgOpacityHeader=100&bgTextureHeader=gloss_wave&bgColorHeader=ece8da&cornerRadius=6px&fsDefault=1.1em&fwDefault=bold&ffDefault=segoe%20ui%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: segoe ui, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: segoe ui, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #327E04;
}

.ui-widget-content {
  border: 1px solid #dfd9c3;
  background: #f5f3e5 url("images/ui-bg_highlight-hard_100_f5f3e5_1x100.png") 50% top repeat-x;
  color: #312e25;
}

.ui-widget-content a {
  color: #312e25;
}

.ui-widget-header {
  border: 1px solid #d4ccb0;
  background: #ece8da url("images/ui-bg_gloss-wave_100_ece8da_500x100.png") 50% 50% repeat-x;
  color: #433f38;
  font-weight: bold;
}

.ui-widget-header a {
  color: #433f38;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #327E04;
  background: #459e00 url("images/ui-bg_highlight-hard_15_459e00_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #327E04;
  background: #67b021 url("images/ui-bg_highlight-soft_25_67b021_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #d4ccb0;
  background: #fafaf4 url("images/ui-bg_highlight-hard_100_fafaf4_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #459e00;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #d4ccb0;
  background-color: #459e00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #459e00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e8e1b5;
  background: #fcf0ba url("images/ui-bg_glass_55_fcf0ba_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #e8e1b5;
  background: #fcf0ba;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #e3a345;
  background: #ffedad url("images/ui-bg_highlight-soft_95_ffedad_1x100.png") 50% top repeat-x;
  color: #cd5c0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd5c0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd5c0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_808080_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_847e71_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_eeeeee_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_8DC262_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_8DC262_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
  background: #2b2922 url("images/ui-bg_inset-soft_15_2b2922_1x100.png") 50% bottom repeat-x;
  opacity: 0.9;
  filter: Alpha(Opacity=90);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: -12px -12px 12px #cccccc;
  box-shadow: -12px -12px 12px #cccccc;
}

/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=divreservation-widget&cornerRadiusShadow=10px&offsetLeftShadow=-12px&offsetTopShadow=-12px&thicknessShadow=12px&opacityShadow=20&bgImgOpacityShadow=95&bgTextureShadow=highlight_hard&bgColorShadow=cccccc&opacityOverlay=90&bgImgOpacityOverlay=15&bgTextureOverlay=inset_soft&bgColorOverlay=2b2922&iconColorError=cd0a0a&fcError=cd5c0a&borderColorError=e3a345&bgImgOpacityError=95&bgTextureError=highlight_soft&bgColorError=ffedad&iconColorHighlight=8DC262&fcHighlight=363636&borderColorHighlight=e8e1b5&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fcf0ba&iconColorActive=8DC262&fcActive=459e00&borderColorActive=d4ccb0&bgImgOpacityActive=100&bgTextureActive=highlight_hard&bgColorActive=fafaf4&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=327E04&bgImgOpacityHover=25&bgTextureHover=highlight_soft&bgColorHover=67b021&iconColorDefault=eeeeee&fcDefault=ffffff&borderColorDefault=327E04&bgImgOpacityDefault=15&bgTextureDefault=highlight_hard&bgColorDefault=459e00&iconColorContent=808080&fcContent=312e25&borderColorContent=dfd9c3&bgImgOpacityContent=100&bgTextureContent=highlight_hard&bgColorContent=f5f3e5&iconColorHeader=847e71&fcHeader=433f38&borderColorHeader=d4ccb0&bgImgOpacityHeader=100&bgTextureHeader=gloss_wave&bgColorHeader=ece8da&cornerRadius=6px&fsDefault=1.1em&fwDefault=bold&ffDefault=segoe%20ui%2CArial%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: segoe ui, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: segoe ui, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #327E04;
}

.ui-widget-content {
  border: 1px solid #dfd9c3;
  background: #f5f3e5 url("../images/icons/ui-bg_highlight-hard_100_f5f3e5_1x100.png") 50% top repeat-x;
  color: #312e25;
}

.ui-widget-content a {
  color: #312e25;
}

.ui-widget-header {
  border: 1px solid #d4ccb0;
  background: #ece8da url("../images/icons/ui-bg_gloss-wave_100_ece8da_500x100.png") 50% 50% repeat-x;
  color: #433f38;
  font-weight: bold;
}

.ui-widget-header a {
  color: #433f38;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #327E04;
  background: #459e00 url("../images/icons/ui-bg_highlight-hard_15_459e00_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #327E04;
  background: #67b021 url("../images/icons/ui-bg_highlight-soft_25_67b021_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #d4ccb0;
  background: #fafaf4 url("../images/icons/ui-bg_highlight-hard_100_fafaf4_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #459e00;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #d4ccb0;
  background-color: #459e00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #459e00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e8e1b5;
  background: #fcf0ba url("../images/icons/ui-bg_glass_55_fcf0ba_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #e8e1b5;
  background: #fcf0ba;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #e3a345;
  background: #ffedad url("../images/icons/ui-bg_highlight-soft_95_ffedad_1x100.png") 50% top repeat-x;
  color: #cd5c0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd5c0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd5c0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/icons/ui-icons_808080_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/icons/ui-icons_847e71_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/icons/ui-icons_eeeeee_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("../images/icons/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/icons/ui-icons_8DC262_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/icons/ui-icons_8DC262_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/icons/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
  background: #2b2922 url("../images/icons/ui-bg_inset-soft_15_2b2922_1x100.png") 50% bottom repeat-x;
  opacity: 0.9;
  filter: Alpha(Opacity=90);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: -12px -12px 12px #cccccc;
  box-shadow: -12px -12px 12px #cccccc;
}

/*# sourceMappingURL=mcc.css.map */
