*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  padding-right:20px;
}
.row-fluid [class*="span"]:first-child {
  padding-left: 0;
}
.row-fluid [class*="span"]:last-child {
  padding-right: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66666667%;
}
.row-fluid .span10 {
  width: 83.33333333%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66666667%;
}
.row-fluid .span7 {
  width: 58.33333333%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66666667%;
}
.row-fluid .span4 {
  width: 33.33333333%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66666667%;
}
.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
       padding-left:0;
       padding-right:0;
    }
}


/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}


@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }



    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }



    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid{
  margin: 0 auto;
}

@media only screen and (min-width: 1000px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    width: 100%;
    margin: 0 auto;
    padding: 0px 90px;
  }

}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
   padding-left:20px;
   padding-right:20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
     padding-left:0;
     padding-right:0;
  }
}




@font-face {
  font-family: "FontAwesome";
  src:url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/fontawesome-webfont.woff) format('woff'),
    url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/fontawesome-webfont.ttf) format('truetype'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/fontawesome-webfont.svg) format('svg');
  font-style: normal;
  font-weight: normal;
}

 

@font-face { 
font-family: "icomoon"; 
src: url("https://9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/StayApp_February2022/Fonts/icomoon_new.eot?#iefix") format("embedded-opentype"),
 url("//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/icomoon_new.woff") format("woff"), 
 url("//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/icomoon_new.ttf") format("truetype"), 
 url("//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/icomoon_new.svg#icomoon") format("svg"); 
 font-style: normal; 
 font-weight: normal; 
 }


@font-face {
   font-family: 'Gilroy';
   src:url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Regular.woff2) format('woff2'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Regular.woff) format('woff'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Regular.ttf) format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Gilroy';
   src:url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Medium.woff2) format('woff2'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Medium.woff) format('woff'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Medium.ttf) format('truetype');
   font-weight: 500;
   font-style: normal;
}
@font-face {
   font-family: 'Gilroy';
   src:url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Semibold.woff2) format('woff2'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Semibold.woff) format('woff'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Semibold.ttf) format('truetype');
   font-weight: 600;
   font-style: normal;
}

@font-face {
   font-family: 'Gilroy';
   src:url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Bold.woff2) format('woff2'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Bold.woff) format('woff'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/Gilroy-Bold.ttf) format('truetype');
   font-weight: bold;
   font-style: normal;
}

.icon-salient-x, .icon-salient-m-eye, .icon-salient-search, .icon-salient-woo-zoom-icon, .icon-salient-right-arrow, .icon-salient-left-arrow, .icon-salient-right-line, .icon-salient-back-to-all, .icon-salient-left-arrow-thin, .icon-salient-right-arrow-thin, .icon-salient-down-arrow-thin, .icon-salient-down-arrow, .icon-salient-google-plus, .ascend .mfp-image-holder .mfp-close, .ascend .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .icon-salient-facebook, .icon-salient-twitter, .icon-salient-pinterest, .icon-salient-heart, .icon-salient-heart-2, .icon-salient-plus, .icon-salient-cart, .icon-salient-pencil, .icon-salient-artstation, .icon-salient-discord, .icon-be, .icon-vimeo, .icon-soundcloud, .icon-button-arrow, .icon-salient-thin-line, .icon-salient-spotify, .icon-salient-m-user, .icon-salient-facebook-messenger, .salient-page-submenu-icon, .icon-salient-m-clock, .video-play-button, .mejs-controls .mejs-button button {
   font-family: 'icomoon'!important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
}
@font-face {
   font-family: steadysets;
   src: url(https://9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/StayApp_February2022/Fonts/steadysets.eot);
   src: url(https://9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/StayApp_February2022/Fonts/steadysets.eot?#iefix) format('embedded-opentype'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/steadysets.ttf) format('truetype'),
      url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/fonts/steadysets.woff) format('woff');
   font-weight: 400;
   font-style: normal
}
.icon-button-arrow:before {
   content: "\e909";
}

body.has_banner #to-top {
   display: none;
}

body {
   line-height: 1.78;
   overflow-x:hidden;
   word-break: break-word;
   -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:690px){

   body{
      font-size:15px !Important;
      line-height: 1.73;
   }

}


html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}

/* Paragraphs */

p {
   margin:0;
   -webkit-font-smoothing: antialiased;
   padding-bottom: 1.5em;
}

p:last-child{
   margin:0;
   padding:0
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   transition: color 0.3s;
   -webkit-transition: color 0.3s;
}

body em{
   text-transform: none;
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   font-style: italic;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   -webkit-font-smoothing: antialiased;
   margin: 0;
   margin-bottom:10px;
   line-height:1.2
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
   margin-bottom:0
}

/* Lists */

ul {
   margin: 0;
   margin-left: 30px;
   margin-bottom: 30px;
   padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul, ol {
   margin: 0;
   margin-left: 30px;
   margin-bottom: 30px;
   padding: 0;
}

ul.no-list {
   list-style: none;
}

img{
   max-width:100%;
   height:auto;
   vertical-align:middle
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
[class^="icon-"],
[class*=" icon-"],
i[class*="fa-"],
span[class*="fa-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	speak: none;
}

.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
	display: inline-block;
	width: 1.1428571428571428em;
	text-align: right;
	padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
	width: 1.4285714285714286em;
}

.icons-ul {
	margin-left: 2.142857142857143em;
	list-style-type: none;
}

.icons-ul>li {
	position: relative;
}

.icons-ul .icon-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
	display: none;
}

.icon-muted {
	color: #eeeeee;
}

.icon-light {
	color: #ffffff;
}

.icon-dark {
	color: #333333;
}

.icon-border {
	border: solid 1px #eeeeee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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

.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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

.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

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

.icon-5x.icon-border {
	border-width: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
	margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
	margin-left: .3em;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
	background-image: none;
}

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
	line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
	display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
	line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
	margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
	line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
	margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
	margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
	margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-left: .2em;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	line-height: inherit;
}

.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%;
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
	*line-height: 2em;
}

.icon-stack .icon-stack-base {
	font-size: 2em;
	*line-height: 1em;
}

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

a .icon-stack,
a .icon-spin {
	display: inline-block;
	text-decoration: none;
}

@-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:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

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

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

.icon-flip-horizontal:before {
	-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:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
	display: inline-block;
}

.icon-glass:before {
	content: "\f000";
}

.icon-music:before {
	content: "\f001";
}

.icon-search:before {
	content: "\f002";
}

.icon-envelope-alt:before {
	content: "\f003";
}

.icon-heart:before {
	content: "\f004";
}

.icon-star:before {
	content: "\f005";
}

.icon-star-empty:before {
	content: "\f006";
}

.icon-user:before {
	content: "\f007";
}

.icon-film:before {
	content: "\f008";
}

.icon-th-large:before {
	content: "\f009";
}

.icon-th:before {
	content: "\f00a";
}

.icon-th-list:before {
	content: "\f00b";
}

.icon-ok:before {
	content: "\f00c";
}

.icon-remove:before {
	content: "\f00d";
}

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

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

.icon-power-off:before,
.icon-off:before {
	content: "\f011";
}

.icon-signal:before {
	content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
	content: "\f013";
}

.icon-trash:before {
	content: "\f014";
}

.icon-home:before {
	content: "\f015";
}

.icon-file-alt:before {
	content: "\f016";
}

.icon-time:before {
	content: "\f017";
}

.icon-road:before {
	content: "\f018";
}

.icon-download-alt:before {
	content: "\f019";
}

.icon-download:before {
	content: "\f01a";
}

.icon-upload:before {
	content: "\f01b";
}

.icon-inbox:before {
	content: "\f01c";
}

.icon-play-circle:before {
	content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
	content: "\f01e";
}

.icon-refresh:before {
	content: "\f021";
}

.icon-list-alt:before {
	content: "\f022";
}

.icon-lock:before {
	content: "\f023";
}

.icon-flag:before {
	content: "\f024";
}

.icon-headphones:before {
	content: "\f025";
}

.icon-volume-off:before {
	content: "\f026";
}

.icon-volume-down:before {
	content: "\f027";
}

.icon-volume-up:before {
	content: "\f028";
}

.icon-qrcode:before {
	content: "\f029";
}

.icon-barcode:before {
	content: "\f02a";
}

.icon-tag:before {
	content: "\f02b";
}

.icon-tags:before {
	content: "\f02c";
}

.icon-book:before {
	content: "\f02d";
}

.icon-bookmark:before {
	content: "\f02e";
}

.icon-print:before {
	content: "\f02f";
}

.icon-camera:before {
	content: "\f030";
}

.icon-font:before {
	content: "\f031";
}

.icon-bold:before {
	content: "\f032";
}

.icon-italic:before {
	content: "\f033";
}

.icon-text-height:before {
	content: "\f034";
}

.icon-text-width:before {
	content: "\f035";
}

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

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

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

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

.icon-list:before {
	content: "\f03a";
}

.icon-indent-left:before {
	content: "\f03b";
}

.icon-indent-right:before {
	content: "\f03c";
}

.icon-facetime-video:before {
	content: "\f03d";
}

.icon-picture:before {
	content: "\f03e";
}

.icon-pencil:before {
	content: "\f040";
}

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

.icon-adjust:before {
	content: "\f042";
}

.icon-tint:before {
	content: "\f043";
}

.icon-edit:before {
	content: "\f044";
}

.icon-share:before {
	content: "\f045";
}

.icon-check:before {
	content: "\f046";
}

.icon-move:before {
	content: "\f047";
}

.icon-step-backward:before {
	content: "\f048";
}

.icon-fast-backward:before {
	content: "\f049";
}

.icon-backward:before {
	content: "\f04a";
}

.icon-play:before {
	content: "\f04b";
}

.icon-pause:before {
	content: "\f04c";
}

.icon-stop:before {
	content: "\f04d";
}

.icon-forward:before {
	content: "\f04e";
}

.icon-fast-forward:before {
	content: "\f050";
}

.icon-step-forward:before {
	content: "\f051";
}

.icon-eject:before {
	content: "\f052";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-plus-sign:before {
	content: "\f055";
}

.icon-minus-sign:before {
	content: "\f056";
}

.icon-remove-sign:before {
	content: "\f057";
}

.icon-ok-sign:before {
	content: "\f058";
}

.icon-question-sign:before {
	content: "\f059";
}

.icon-info-sign:before {
	content: "\f05a";
}

.icon-screenshot:before {
	content: "\f05b";
}

.icon-remove-circle:before {
	content: "\f05c";
}

.icon-ok-circle:before {
	content: "\f05d";
}

.icon-ban-circle:before {
	content: "\f05e";
}

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

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

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

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

.icon-mail-forward:before,
.icon-share-alt:before {
	content: "\f064";
}

.icon-resize-full:before {
	content: "\f065";
}

.icon-resize-small:before {
	content: "\f066";
}

.icon-plus:before {
	content: "\f067";
}

.icon-minus:before {
	content: "\f068";
}

.icon-asterisk:before {
	content: "\f069";
}

.icon-exclamation-sign:before {
	content: "\f06a";
}

.icon-gift:before {
	content: "\f06b";
}

.icon-leaf:before {
	content: "\f06c";
}

.icon-fire:before {
	content: "\f06d";
}

.icon-eye-open:before {
	content: "\f06e";
}

.icon-eye-close:before {
	content: "\f070";
}

.icon-warning-sign:before {
	content: "\f071";
}

.icon-plane:before {
	content: "\f072";
}

.icon-calendar:before {
	content: "\f073";
}

.icon-random:before {
	content: "\f074";
}

.icon-comment:before {
	content: "\f075";
}

.icon-magnet:before {
	content: "\f076";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-chevron-down:before {
	content: "\f078";
}

.icon-retweet:before {
	content: "\f079";
}

.icon-shopping-cart:before {
	content: "\f07a";
}

.icon-folder-close:before {
	content: "\f07b";
}

.icon-folder-open:before {
	content: "\f07c";
}

.icon-resize-vertical:before {
	content: "\f07d";
}

.icon-resize-horizontal:before {
	content: "\f07e";
}

.icon-bar-chart:before {
	content: "\f080";
}

.icon-twitter-sign:before {
	content: "\f081";
}

.icon-facebook-sign:before {
	content: "\f082";
}

.icon-camera-retro:before {
	content: "\f083";
}

.icon-key:before {
	content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
	content: "\f085";
}

.icon-comments:before {
	content: "\f086";
}

.icon-thumbs-up-alt:before {
	content: "\f087";
}

.icon-thumbs-down-alt:before {
	content: "\f088";
}

.icon-star-half:before {
	content: "\f089";
}

.icon-heart-empty:before {
	content: "\f08a";
}

.icon-signout:before {
	content: "\f08b";
}

.icon-linkedin-sign:before {
	content: "\f08c";
}

.icon-pushpin:before {
	content: "\f08d";
}

.icon-external-link:before {
	content: "\f08e";
}

.icon-signin:before {
	content: "\f090";
}

.icon-trophy:before {
	content: "\f091";
}

.icon-github-sign:before {
	content: "\f092";
}

.icon-upload-alt:before {
	content: "\f093";
}

.icon-lemon:before {
	content: "\f094";
}

.icon-phone:before {
	content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
	content: "\f096";
}

.icon-bookmark-empty:before {
	content: "\f097";
}

.icon-phone-sign:before {
	content: "\f098";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-github:before {
	content: "\f09b";
}

.icon-unlock:before {
	content: "\f09c";
}

.icon-credit-card:before {
	content: "\f09d";
}

.icon-rss:before {
	content: "\f09e";
}

.icon-hdd:before {
	content: "\f0a0";
}

.icon-bullhorn:before {
	content: "\f0a1";
}

.icon-bell:before {
	content: "\f0a2";
}

.icon-certificate:before {
	content: "\f0a3";
}

.icon-hand-right:before {
	content: "\f0a4";
}

.icon-hand-left:before {
	content: "\f0a5";
}

.icon-hand-up:before {
	content: "\f0a6";
}

.icon-hand-down:before {
	content: "\f0a7";
}

.icon-circle-arrow-left:before {
	content: "\f0a8";
}

.icon-circle-arrow-right:before {
	content: "\f0a9";
}

.icon-circle-arrow-up:before {
	content: "\f0aa";
}

.icon-circle-arrow-down:before {
	content: "\f0ab";
}

.icon-globe:before {
	content: "\f0ac";
}

.icon-wrench:before {
	content: "\f0ad";
}

.icon-tasks:before {
	content: "\f0ae";
}

.icon-filter:before {
	content: "\f0b0";
}

.icon-briefcase:before {
	content: "\f0b1";
}

.icon-fullscreen:before {
	content: "\f0b2";
}

.icon-group:before {
	content: "\f0c0";
}

.icon-link:before {
	content: "\f0c1";
}

.icon-cloud:before {
	content: "\f0c2";
}

.icon-beaker:before {
	content: "\f0c3";
}

.icon-cut:before {
	content: "\f0c4";
}

.icon-copy:before {
	content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
	content: "\f0c6";
}

.icon-save:before {
	content: "\f0c7";
}

.icon-sign-blank:before {
	content: "\f0c8";
}

.icon-reorder:before {
	content: "\f0c9";
}

.icon-list-ul:before {
	content: "\f0ca";
}

.icon-list-ol:before {
	content: "\f0cb";
}

.icon-strikethrough:before {
	content: "\f0cc";
}

.icon-underline:before {
	content: "\f0cd";
}

.icon-table:before {
	content: "\f0ce";
}

.icon-magic:before {
	content: "\f0d0";
}

.icon-truck:before {
	content: "\f0d1";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-pinterest-sign:before {
	content: "\f0d3";
}

.icon-google-plus-sign:before {
	content: "\f0d4";
}

.icon-google-plus:before {
	content: "\f0d5";
}

.icon-money:before {
	content: "\f0d6";
}

.icon-caret-down:before {
	content: "\f0d7";
}

.icon-caret-up:before {
	content: "\f0d8";
}

.icon-caret-left:before {
	content: "\f0d9";
}

.icon-caret-right:before {
	content: "\f0da";
}

.icon-columns:before {
	content: "\f0db";
}

.icon-sort:before {
	content: "\f0dc";
}

.icon-sort-down:before {
	content: "\f0dd";
}

.icon-sort-up:before {
	content: "\f0de";
}

.icon-envelope:before {
	content: "\f0e0";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
	content: "\f0e2";
}

.icon-legal:before {
	content: "\f0e3";
}

.icon-dashboard:before {
	content: "\f0e4";
}

.icon-comment-alt:before {
	content: "\f0e5";
}

.icon-comments-alt:before {
	content: "\f0e6";
}

.icon-bolt:before {
	content: "\f0e7";
}

.icon-sitemap:before {
	content: "\f0e8";
}

.icon-umbrella:before {
	content: "\f0e9";
}

.icon-paste:before {
	content: "\f0ea";
}

.icon-lightbulb:before {
	content: "\f0eb";
}

.icon-exchange:before {
	content: "\f0ec";
}

.icon-cloud-download:before {
	content: "\f0ed";
}

.icon-cloud-upload:before {
	content: "\f0ee";
}

.icon-user-md:before {
	content: "\f0f0";
}

.icon-stethoscope:before {
	content: "\f0f1";
}

.icon-suitcase:before {
	content: "\f0f2";
}

.icon-bell-alt:before {
	content: "\f0f3";
}

.icon-coffee:before {
	content: "\f0f4";
}

.icon-food:before {
	content: "\f0f5";
}

.icon-file-text-alt:before {
	content: "\f0f6";
}

.icon-building:before {
	content: "\f0f7";
}

.icon-hospital:before {
	content: "\f0f8";
}

.icon-ambulance:before {
	content: "\f0f9";
}

.icon-medkit:before {
	content: "\f0fa";
}

.icon-fighter-jet:before {
	content: "\f0fb";
}

.icon-beer:before {
	content: "\f0fc";
}

.icon-h-sign:before {
	content: "\f0fd";
}

.icon-plus-sign-alt:before {
	content: "\f0fe";
}

.icon-double-angle-left:before {
	content: "\f100";
}

.icon-double-angle-right:before {
	content: "\f101";
}

.icon-double-angle-up:before {
	content: "\f102";
}

.icon-double-angle-down:before {
	content: "\f103";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-desktop:before {
	content: "\f108";
}

.icon-laptop:before {
	content: "\f109";
}

.icon-tablet:before {
	content: "\f10a";
}

.icon-mobile-phone:before {
	content: "\f10b";
}

.icon-circle-blank:before {
	content: "\f10c";
}

.icon-quote-left:before {
	content: "\f10d";
}

.icon-quote-right:before {
	content: "\f10e";
}

.icon-spinner:before {
	content: "\f110";
}

.icon-circle:before {
	content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
	content: "\f112";
}

.icon-github-alt:before {
	content: "\f113";
}

.icon-folder-close-alt:before {
	content: "\f114";
}

.icon-folder-open-alt:before {
	content: "\f115";
}

.icon-expand-alt:before {
	content: "\f116";
}

.icon-collapse-alt:before {
	content: "\f117";
}

.icon-smile:before {
	content: "\f118";
}

.icon-frown:before {
	content: "\f119";
}

.icon-meh:before {
	content: "\f11a";
}

.icon-gamepad:before {
	content: "\f11b";
}

.icon-keyboard:before {
	content: "\f11c";
}

.icon-flag-alt:before {
	content: "\f11d";
}

.icon-flag-checkered:before {
	content: "\f11e";
}

.icon-terminal:before {
	content: "\f120";
}

.icon-code:before {
	content: "\f121";
}

.icon-reply-all:before {
	content: "\f122";
}

.icon-mail-reply-all:before {
	content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
	content: "\f123";
}

.icon-location-arrow:before {
	content: "\f124";
}

.icon-crop:before {
	content: "\f125";
}

.icon-code-fork:before {
	content: "\f126";
}

.icon-unlink:before {
	content: "\f127";
}

.icon-question:before {
	content: "\f128";
}

.icon-info:before {
	content: "\f129";
}

.icon-exclamation:before {
	content: "\f12a";
}

.icon-superscript:before {
	content: "\f12b";
}

.icon-subscript:before {
	content: "\f12c";
}

.icon-eraser:before {
	content: "\f12d";
}

.icon-puzzle-piece:before {
	content: "\f12e";
}

.icon-microphone:before {
	content: "\f130";
}

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

.icon-shield:before {
	content: "\f132";
}

.icon-calendar-empty:before {
	content: "\f133";
}

.icon-fire-extinguisher:before {
	content: "\f134";
}

.icon-rocket:before {
	content: "\f135";
}

.icon-maxcdn:before {
	content: "\f136";
}

.icon-chevron-sign-left:before {
	content: "\f137";
}

.icon-chevron-sign-right:before {
	content: "\f138";
}

.icon-chevron-sign-up:before {
	content: "\f139";
}

.icon-chevron-sign-down:before {
	content: "\f13a";
}

.icon-html5:before {
	content: "\f13b";
}

.icon-css3:before {
	content: "\f13c";
}

.icon-anchor:before {
	content: "\f13d";
}

.icon-unlock-alt:before {
	content: "\f13e";
}

.icon-bullseye:before {
	content: "\f140";
}

.icon-ellipsis-horizontal:before {
	content: "\f141";
}

.icon-ellipsis-vertical:before {
	content: "\f142";
}

.icon-rss-sign:before {
	content: "\f143";
}

.icon-play-sign:before {
	content: "\f144";
}

.icon-ticket:before {
	content: "\f145";
}

.icon-minus-sign-alt:before {
	content: "\f146";
}

.icon-check-minus:before {
	content: "\f147";
}

.icon-level-up:before {
	content: "\f148";
}

.icon-level-down:before {
	content: "\f149";
}

.icon-check-sign:before {
	content: "\f14a";
}

.icon-edit-sign:before {
	content: "\f14b";
}

.icon-external-link-sign:before {
	content: "\f14c";
}

.icon-share-sign:before {
	content: "\f14d";
}

.icon-compass:before {
	content: "\f14e";
}

.icon-collapse:before {
	content: "\f150";
}

.icon-collapse-top:before {
	content: "\f151";
}

.icon-expand:before {
	content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
	content: "\f153";
}

.icon-gbp:before {
	content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
	content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
	content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
	content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
	content: "\f158";
}

.icon-won:before,
.icon-krw:before {
	content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
	content: "\f15a";
}

.icon-file:before {
	content: "\f15b";
}

.icon-file-text:before {
	content: "\f15c";
}

.icon-sort-by-alphabet:before {
	content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
	content: "\f15e";
}

.icon-sort-by-attributes:before {
	content: "\f160";
}

.icon-sort-by-attributes-alt:before {
	content: "\f161";
}

.icon-sort-by-order:before {
	content: "\f162";
}

.icon-sort-by-order-alt:before {
	content: "\f163";
}

.icon-thumbs-up:before {
	content: "\f164";
}

.icon-thumbs-down:before {
	content: "\f165";
}

.icon-youtube-sign:before {
	content: "\f166";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-xing:before {
	content: "\f168";
}

.icon-xing-sign:before {
	content: "\f169";
}

.icon-youtube-play:before {
	content: "\f16a";
}

.icon-dropbox:before {
	content: "\f16b";
}

.icon-stackexchange:before,
.fa-stackexchange:before {
	content: "\f16c";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-flickr:before {
	content: "\f16e";
}

.icon-adn:before {
	content: "\f170";
}

.icon-bitbucket:before {
	content: "\f171";
}

.icon-bitbucket-sign:before {
	content: "\f172";
}

.icon-tumblr:before {
	content: "\f173";
}

.icon-tumblr-sign:before {
	content: "\f174";
}

.icon-long-arrow-down:before {
	content: "\f175";
}

.icon-long-arrow-up:before {
	content: "\f176";
}

.icon-long-arrow-left:before {
	content: "\f177";
}

.icon-long-arrow-right:before {
	content: "\f178";
}

.icon-apple:before {
	content: "\f179";
}

.icon-windows:before {
	content: "\f17a";
}

.icon-android:before {
	content: "\f17b";
}

.icon-linux:before {
	content: "\f17c";
}

.icon-dribbble:before {
	content: "\f17d";
}

.icon-skype:before {
	content: "\f17e";
}

.icon-foursquare:before {
	content: "\f180";
}

.icon-trello:before {
	content: "\f181";
}

.icon-female:before {
	content: "\f182";
}

.icon-male:before {
	content: "\f183";
}

.icon-gittip:before {
	content: "\f184";
}

.icon-sun:before {
	content: "\f185";
}

.icon-moon:before {
	content: "\f186";
}

.icon-archive:before {
	content: "\f187";
}

.icon-bug:before {
	content: "\f188";
}

.icon-vk:before {
	content: "\f189";
}

.icon-weibo:before {
	content: "\f18a";
}

.icon-renren:before {
	content: "\f18b";
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

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

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

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

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

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

@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		transition-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		transition-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		transition-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		transition-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

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

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

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

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

@-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, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
	0%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .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%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .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%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .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%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .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%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .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%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .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%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .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%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .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(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

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

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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
}

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
@charset 'UTF-8';
/* Slider */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104200;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 104500; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104400; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  top: 20px;
  color: #333;   
   display: inline-block;
    width: 20px!important;
  height: 20px;
  padding-right: 0!important;
  line-height: 20px!important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
}

.mfp-close-btn-in .mfp-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-image-holder .mfp-close:before, .mfp-iframe-holder .mfp-close:before {
  content: "\e117";
  font-size: 20px;
  display: block;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  body.original .mfp-arrow:before,
  body.original .mfp-arrow:after,
  body.original .mfp-arrow .mfp-b,
  body.original .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  body.original .mfp-arrow:after,
  body.original .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
    body.original .mfp-arrow:before,
    body.original .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  body.original .mfp-arrow-left:after,
  body.original .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
   body.original .mfp-arrow-left:before,
    body.original .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
    body.original .mfp-arrow-right:after,
   body.original  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
    body.original .mfp-arrow-right:before,
    body.original .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe, .mfp-iframe-scaler > div.video, .mfp-iframe-scaler > div.video .mejs-container {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }
.mfp-iframe-scaler > div.video .mejs-container { width: 100%!important; height: 100%!important;}

.mfp-wrap .mfp-container .mfp-iframe-scaler .wp-video-shortcode video {
   height: 100%!important;
   width: 100%!important;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 55px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 55px;
    bottom: 55px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

    .ascend .mfp-arrow-left, .material .mfp-arrow-left {
      left: 20px!important;
    }
     .ascend .mfp-arrow-right, .material .mfp-arrow-right {
      right: 20px!important;
    }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


  
.mfp-bg {
   transition: all 0.3s ease-out;
}


.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.93);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,  .mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready div[id*="video-popup-"].mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85;
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim, .mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  transform: scale(0.93)!important;
  opacity: 0!important;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap.mfp-removing .mfp-arrow-left, .mfp-wrap.mfp-removing .mfp-arrow-right {
  opacity: 0;
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
button,
.button {
   cursor: pointer;
   display: inline-block;
   font-size: 0.92rem;
   text-align: center;
   transition: all 0.15s linear;
   white-space: normal;
}

button:disabled,
.button:disabled {
   background-color: #D0D0D0;
   border-color: #D0D0D0;
   color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
   text-decoration: none;
}

button:active,
.button:active {
   text-decoration: none;
}


/* Homepage */

.custom-row {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -20px;
}
.custom-col-1,
.custom-col-10,
.custom-col-11,
.custom-col-12,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9 {
   position: relative;
   padding-right: 20px;
   padding-left: 20px;
   min-height:1px;
   width: 100%;
}
@media (min-width: 1000px) {
   .custom-col-1,
   .custom-col-10,
   .custom-col-11,
   .custom-col-12,
   .custom-col-2,
   .custom-col-3,
   .custom-col-4,
   .custom-col-5,
   .custom-col-6,
   .custom-col-7,
   .custom-col-8,
   .custom-col-9 {
      float: left;
   }
   .custom-col-12 {
      width: 100%;
   }
   .custom-col-11 {
      width: 91.66666667%;
   }
   .custom-col-10 {
      width: 83.33333333%;
   }
   .custom-col-9 {
      width: 75%;
   }
   .custom-col-8 {
      width: 66.66666667%;
   }
   .custom-col-7 {
      width: 58.33333333%;
   }
   .custom-col-6 {
      width: 50%;
   }
   .custom-col-5 {
      width: 41.66666667%;
   }
   .custom-col-4 {
      width: 33.33333333%;
   }
   .custom-col-3 {
      width: 25%;
   }
   .custom-col-2 {
      width: 16.66666667%;
   }
   .custom-col-1 {
      width: 8.33333333%;
   }
}
.align-items-center {
   align-items:center;
}
.banner-section .dnd-section {
   padding: 0;
}
.banner-section .dnd-section > .row-fluid,
.banner-section .dnd-section[class*="force-full-width-section"] > .row-fluid {
   max-width: 100%;
   padding: 0;
}
.has_banner .header-outer, 
.has_banner header.header {
   background: transparent;
   transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s;
}
body .nectar_video_lightbox {
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: 10;
   width: 70px;
   height: 70px;
   margin-top: -35px;
   margin-left: -35px;
   color: #fff;
   display: inline-block;
   border-radius: 200px;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   box-shadow: 0 20px 45px rgb(0 0 0 / 25%);
   background-color: transparent!important;
}
body .nectar_video_lightbox:before {
   opacity: 0.8;
   content: '';
   width: 100%;
   height: 100%;
   border-radius: 50%;
   top: 0;
   left: 0;
   display: block;
   position: absolute;
   border: none;
   background-color: #7d31ff;
}
body .nectar_video_lightbox:after {
   position: absolute;
   content: ' ';
   display: block;
   left: 0;
   top: 0;
   width: 100%;
   border-radius: 200px;
   height: 100%;
   z-index: 1;
   transition: all .7s cubic-bezier(.2,1,.22,1);
   -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
   background-color: #7d31ff;
}
body .nectar_video_lightbox .play {
   display: block;
   height: 100%;
   width: 100%;
   transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
   -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
   position: relative;
   z-index: 10;
}
body .nectar_video_lightbox .play svg {
   display: block;
   width: 20px;
   height: 20px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: 2px;
   -ms-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
   -webkit-transform: translateY(-50%) translateX(-50%);
   width: 18px;
   height: 18px;
}
body .nectar_video_lightbox .play svg path {
   fill: #fff;
}
body .nectar-button {
   border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   box-shadow: 0 -3px rgb(0 0 0 / 10%) inset;
   -webkit-box-shadow: 0 -3px rgb(0 0 0 / 10%) inset;
   transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
   -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
   -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
   color: #FFF;
   font-family: "Gilroy", sans-serif;
   font-weight: 600;
   font-size: 12px;
   padding: 16px 18px;
   position: relative;
   top: 0;
   margin-bottom: 10px;
   opacity: 1;
   line-height: 20px;
   background-color: #000;
   display: inline-block;
   font-weight: 500;
   font-family: Inter;
   font-size: 18px;
   border-radius: 200px!important;
   -webkit-border-radius: 200px!important;
   box-shadow: none;
   -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
   -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
   transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
   padding: 23px 50px;
}
body .nectar-button:hover {
   opacity: 0.87;
   color: #fff;
   box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
   -ms-transform: translateY(-3px);
   transform: translateY(-3px);
   -webkit-transform: translateY(-3px);
}
body .nectar-button.large {
   font-size: 14px;
   padding: 15px 35px;
}
body .nectar-button.blue-btn {
   background-color: rgb(125, 49, 255);
}
body .nectar-button.transparent {
   padding-top: 21px;
   padding-bottom: 21px;
   border: 2px solid;
   border-color: rgba(125, 49, 255, 0.75);
   color: rgb(125, 49, 255);
   background-color: transparent;
}
body .nectar-button.transparent:hover {
   border-color: rgb(125, 49, 255);
   color: rgb(255, 255, 255);
   background-color: rgb(125, 49, 255);
   opacity:1;
}
body .nectar-button.green {
   color: rgb(255, 255, 255);
   background-color: rgb(94, 198, 194);
}
body .nectar-button.has-icon.large {
   padding-right: 44px;
   padding-left: 46px;
}
body .nectar-button.has-icon span {
   left: 0;
   display: inline-block;
   -webkit-transform: translateX(0);
   transform: translateX(0);
   transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
   -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
   position: relative;
   -ms-transform: translateX(-18px);
   -webkit-transform: translateX(-18px);
   transform: translateX(-18px);
}
body .nectar-button.has-icon.large i {
   -ms-filter: "alpha(opacity=0)";
   transition: all .45s cubic-bezier(0.25,1,0.33,1);
   -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
   position: absolute;
   top: 50%;
   right: 14px;
   margin-top: 0;
   text-align: center;
   vertical-align: middle;
   border-radius: 50%;
   line-height: 32px;
   height: 32px;
   width: 32px;
   opacity: 1;
   font-size: 14px;
   background-color: rgba(255,255,255,0.22);
   -webkit-transform: translateY(-50%) translateX(4px);
   transform: translateY(-50%) translateX(4px);
}
.nectar-video-box  {
   line-height: 0;
   position: relative;
}
.nectar-video-box .full-link {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 100;
}
.bottom-pane-wrapper .nectar-button.large.cta_button {
   font-size: 14px !important;
   padding: 15px 35px !important;
}
.bottom-pane-wrapper .nectar-button.has-icon.large.cta_button {
   padding-right: 44px !important;
   padding-left: 46px !important;
}
.mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
   max-width: 1280px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
   background: transparent !important;
   border-radius: 0 !important;
   border-width: 0 !important;
}
.nectar-video-box:hover .nectar_video_lightbox:after {
   -webkit-transform: scale(1.14);
   transform: scale(1.14);
}
.homepage-banner-wrapper .banner-top-row {
   padding-bottom: 2%;
   margin-bottom: 40px;
}
.homepage-banner-wrapper .content-holder img {
   display: block;
}
.homepage-layout h1,
.site-layout h1 {
   font-size: 72px;
   line-height: 88px;
}
.homepage-layout h2,
.site-layout h2 {
   font-size: 56px;
   line-height: 64px;
   font-weight: 700;
}
.homepage-layout h3,
.site-layout h3 {
   font-size: 20px;
   line-height: 24px;
   font-family: "Gilroy", sans-serif;
   font-weight: 600;
}
.homepage-layout h4,
.site-layout h4{
   font-size: 18px;
   line-height: 28px;
   font-weight: 600;
   font-family: Inter;
}
.site-layout h6 {
   color: #0a073b;
   font-family: Inter;
   text-transform: none;
   font-size: 14px;
   line-height: 20px;
   font-weight: 400;
   margin-bottom: 7px;
}
.site-layout h5 {
   margin-bottom: 7px;
   font-family: Inter;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 14px;
   line-height: 24px;
   font-weight: 500;
   color: #0a073b;
}
.homepage-layout a:not([class]) {
   color: #7d31ff;
}
.homepage-layout a:not([class]):hover {
   color: inherit;
}
.hs-widget {
   margin-bottom:27px;
}
.hs-widget:last-child {
   margin-bottom:0;
}
.hs-widget > *:last-child {
   margin-bottom:0;
   padding-bottom:0;
}
.btn-row {
   display: flex;
   flex-wrap: wrap;
}
.btn-row .btn-item {
   margin-right: 25px;
}
.nectar_cascading_images {
   position: relative;
   display: block;
}
.nectar_cascading_images {
   line-height: 0;
}
.nectar_cascading_images .cascading-image {
   pointer-events: none;
}
.nectar_cascading_images .cascading-image, 
.nectar_cascading_images .cascading-image .inner-wrap {
   display: inline-block;
   width: 100%;
   text-align: center;
}
.nectar_cascading_images .cascading-image .inner-wrap {
   position: relative;
}
.pricing-tooltip {
   border-radius: 4px;
   position: absolute;
   background: #FFF;
   min-width: 150px;
   border: 1px solid #ebeef5;
   padding: 12px;
   z-index: 2000;
   color: #606266;
   line-height: 1.4;
   text-align: justify;
   font-size: 14px;
   box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
   word-break: break-all;
   padding: 18px 20px;
   word-break: break-word;
   margin-bottom: 12px;
   width: 320px;
   top: 0;
   left: 0;
   display:none;
   font-family: "Gilroy", sans-serif;
}
.pricing-tooltip .el-popover__title {
   color: #303133;
   font-size: 16px;
   line-height: 1;
   margin-bottom: 12px;
}
.pricing-tooltip .popper__arrow {
   position: absolute;
   display: block;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
   border-width: 6px;
   -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
   filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
   bottom: -6px;
   left: 50%;
   margin-right: 3px;
   border-top-color: #EBEEF5;
   border-bottom-width: 0;
   left: 8px;
}
.pricing-tooltip .popper__arrow:after {
   position: absolute;
   display: block;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
   content: " ";
   border-width: 6px;
   bottom: 1px;
   margin-left: -6px;
   border-top-color: #FFF;
   border-bottom-width: 0;
}
.privacy-layout .dnd-section {
   padding-top: 40px;
   padding-bottom: 40px;
}
.privacy-layout p.secondary-header {
   letter-spacing: 0;
   -webkit-font-smoothing: antialiased;
   font-family: "Gilroy", sans-serif;
   font-weight: 600;
   color: #0a073b;
   font-size: 26px;
   line-height: 36px;
   margin: 0;
   padding:0;
}
.privacy-layout .page-header.section-header h2 {
   margin-bottom: 7px;
}
.privacy-layout .widget-type-section_header {
   margin-bottom: 40px;
}
.privacy-layout .widget-type-rich_text *:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
}
.privacy-layout .widget-type-rich_text ul {
   margin-bottom: 30px !important;
}
.privacy-layout .widget-type-rich_text h3 {
   font-size: 26px;
   line-height: 36px;
   letter-spacing: 0;
   -webkit-font-smoothing: antialiased;
   font-family: "Gilroy", sans-serif;
   font-weight: 600;
   margin: 0 0 8px;
}
.nectar_cascading_images .cascading-image:not(:first-child) {
   position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translateY(-50%) translateX(-50%);
   -webkit-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
   margin-top: 4.5px;
}
.homepage-layout .dnd-section[class*="background-color"] {
   position: relative;
   z-index: 2;
}
.cascading-image .img_holder {
   margin-bottom: 0;
   line-height: 0;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   display: inline-block;
   border-radius: 5px;
}
.cascading-image .img_holder img {
   display: block;
   margin-bottom: 0;
   line-height: 0;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   width: 100%;
   transition: opacity 0.5s ease;
   border-radius: 5px;
}
.homepage-layout .tools-md-wrapper .tools-card .img-with-aniamtion-wrap:last-child {
   margin-bottom: 0;
}
.homepage-layout .bottom-pane-wrapper .column-6:first-child .column-inner {
   padding-top: calc(600px * 0.03);
}
.homepage-layout .bottom-pane-wrapper .column-inner .nectar-button {
   padding: 23px 50px !important;
}
.homepage-layout .bottom-pane-wrapper .button-row {
   margin-bottom: 40px;
}
.img-with-animation,
.nectar_cascading_images .cascading-image .inner-wrap {
   opacity: 0;
   position: relative;
   transition: all 0.5s;
}
.nectar_cascading_images.animated-in .cascading-image .inner-wrap {
   -ms-transition: transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
   -webkit-transition: -webkit-transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
   transition: transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
}
.img-with-animation.animated-in {
   opacity: 1;
}
.nectar-split-heading[data-animation-type="line-reveal-by-space"] > * > span, 
.nectar-split-heading[data-animation-type="letter-fade-reveal"] > * > span {
   position: relative;
   display: inline-block;
   overflow: hidden;
}
.nectar-split-heading[data-animation-type="line-reveal-by-space"] span, 
.nectar-split-heading[data-animation-type="letter-fade-reveal"] span {
   vertical-align: bottom;
}
.nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner {
   position: relative;
   display: inline-block;
   -webkit-transform: translateY(102%);
   transform: translateY(102%);
}
img.img-with-animation[data-animation="grow-in"], 
.img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap, 
.col.has-animation[data-animation="grow-in"], 
.wpb_column.has-animation[data-animation="grow-in"], 
.nectar-fancy-box.has-animation[data-animation="grow-in"] {
   opacity: 0;
   transform: scale(0.75);
   -webkit-transform: scale(0.75);
   transition: opacity 0.6s cubic-bezier(0.15,0.84,0.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1), transform 0.35s cubic-bezier(.65,0,.35,1);
   -webkit-transition: opacity 0.6s cubic-bezier(0.15,0.84,0.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1), transform 0.35s cubic-bezier(.65,0,.35,1);
   -webkit-backface-visibility: hidden;
}
.img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap.animated-in {
   transform: scale(1, 1);
   opacity: 1;
}
.img-with-aniamtion-wrap[data-animation="grow-in"] {
   transition:all 0.5s;
}
.banner-wrapper.animated-in .img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap {
   transform: scale(1, 1);
   opacity: 1;
}
.img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
   -webkit-transition: transform .65s cubic-bezier(.05,0.2,.1,1);
   transition: transform .65s cubic-bezier(.05,0.2,.1,1);
}
.nectar_cascading_images .cascading-image:first-child .img-wrap {
   -webkit-transform: translateX(0%) translateY(0%);
   -ms-transform: translateX(0%) translateY(0%);
   transform: translateX(0%) translateY(0%);
}
.nectar_cascading_images .cascading-image:nth-child(2) .img-wrap {
   -webkit-transform: translateX(-5%) translateY(-10%);
   -ms-transform: translateX(-5%) translateY(-10%);
   transform: translateX(-5%) translateY(-10%);
}
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
   opacity: 1;
   -webkit-transform: none;
   transform: none;
}
img.img-with-animation, .img-with-aniamtion-wrap .hover-wrap, 
.col.has-animation, 
.wpb_column.has-animation, 
.nectar_cascading_images .cascading-image .inner-wrap, 
.nectar-fancy-box.has-animation {
   opacity: 0;
   position: relative;
}
.col.has-animation[data-animation="fade-in-from-bottom"], 
.wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
.nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"] {
   transform: translateY(50px);
   -webkit-transform: translateY(50px);
}
body .bottom-pane-wrapper .nectar-button.has-icon.large i {
   -webkit-transform: translateY(-50%) translateX(3px);
   transform: translateY(-50%) translateX(3px);
   height: 44px;
   width: 44px;
   line-height: 44px;
}
.col[data-padding-pos="top-bottom"] > .vc_column-inner {
   padding-left: 0 !important;
   padding-right: 0 !important;
}
.btn_widget .link_wrap {
   position: relative;
   text-decoration: inherit;
   speak: none;
   border-radius: 200px!important;
   -webkit-border-radius: 200px!important;
   box-shadow: none;
   -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
   -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
   transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn_widget .link_wrap .link_text {
   padding-right: 36px;
   position: relative;
   display: inline-block;
   padding: 0 0 0 40px;
   position: relative;
   color:inherit;
}
.btn_widget .link_wrap .link_text > .text {
   display: block;
   animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.btn_widget .link_wrap svg {
   stroke: currentColor;
   position: absolute;
   left: 25px;
   top: 50%;
   width: 6px;
   animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.btn_widget .link_wrap svg polyline {
   stroke: currentColor;
   stroke-dashoffset: 140px;
   stroke-dasharray: 140px;
   animation: ctaArrowEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.btn_widget .link_wrap .line {
   height: 1px;
   width: 25px;
   position: absolute;
   content: '';
   left: 0;
   display: block;
   top: 50%;
   transform-origin: left;
   -webkit-transform: translateY(calc(-50% + 0.5px)) translateZ(0);
   transform: translateY(calc(-50% + 0.5px)) translateZ(0);
   animation: ctaArrowLineStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
   background-color:currentColor;
}
.btn_widget .link_wrap:hover .link_text > .text {
   animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.btn_widget .link_wrap:hover svg {
   animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.btn_widget .link_wrap:hover polyline {
   animation: ctaArrowStart 0.45s ease 0.25s forwards;
}
.btn_widget .link_wrap:hover .link_text .line {
   animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
@keyframes ctaArrowSVGStart {
   0% {
      transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
   }
   100% {
      transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
   }
}
@keyframes ctaArrowSVGEnd {
   0% {
      transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
   }
   100% {
      transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
   }
}

@keyframes ctaArrowTextStart {
   0% {
      transform: translateX(6px);
   }
   100% {
      transform: translateX(0);
   }
}
@keyframes ctaArrowTextEnd {
   0% {
      transform: translateX(0);
   }
   100% {
      transform: translateX(6px);
   }
}

@keyframes ctaArrowStart {
   0% {
      stroke-dashoffset: 140px;
      stroke-dasharray: 140px;
   }
   100% {
      stroke-dasharray: 140px;
      stroke-dashoffset: 10px;
   }
}
@keyframes ctaArrowStartTeam {
   0% {
      stroke-dashoffset: 0px;
      stroke-dasharray: 0px;
   }
   50% {
      stroke-dashoffset: 140px;
      stroke-dasharray: 140px;
   }
   100% {
      stroke-dasharray: 140px;
      stroke-dashoffset: 10px;
   }
}
@keyframes ctaArrowEnd {
   0% {
      stroke-dashoffset: 10px;
      stroke-dasharray: 150px 150px;
   }
   40% {
      opacity: 1;
   }
   100% {
      opacity: 0;
      stroke-dashoffset: -53px;
      stroke-dasharray: 1px 150px;
   }
}

@keyframes ctaArrowLineStart {
   0% {
      transform-origin: left;
      transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
   }
   100% {
      transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0);
   }
}

@keyframes ctaArrowLineEnd {
   0% {
      transform-origin: right;
      transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0);
   }
   50% {
      transform-origin: right;
      transform: scaleX(0) translateY(calc(-50% + 0.5px)) translateZ(0);
   }
   51% {
      transform-origin: left;
   }

   100% {
      transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
      transform-origin: left;
   }
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
   padding: 0;
}
.website-layout .bottom-pane-wrapper .btn, 
.website-layout .bottom-pane-wrapper .cta_button {
   padding: 23px 50px;
}
.nectar-split-heading .heading-line {
   display: block;
   overflow: hidden;
   position: relative;
}
.nectar-split-heading .heading-line > div {
   display: block;
   transform: translateY(200%);
   -webkit-transform: translateY(200%);
}
.animated-headings-wrapper h2 {
   margin-bottom: 7px !important;
}
.about-us-layout .advanced-section-header {
   width: 66.66666667%;
}
.about-us-layout .advanced-section-header .nectar-split-heading {
   margin:0;
}
.about-us-layout .advanced-section-header .nectar-split-heading {
   padding-bottom: calc(600px * 0.06);
}
.about-us-layout .advanced-section-header .nectar-split-heading {
   margin-bottom: 7px;
}
.nectar-animated-title .nectar-animated-title-outer {
   display: inline-block;
}
.nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-outer {
   perspective: 1000px;
}
.nectar-animated-title-inner {
   display: inline-block;
   overflow: hidden;
   position: relative;
   margin-bottom: 10px;
}
.nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
   -ms-transform: rotateX(-90deg) translateZ(0);
   -webkit-transform: rotateX(-90deg) translateZ(0);
   transform: rotateX(-90deg) translateZ(0);
   -ms-transform-origin: 0px 0px 0px;
   -webkit-transform-origin: 0px 0px 0px;
   transform-origin: 0px 0px 0px;
   opacity: 0;
   box-shadow: rgb(0 0 0 / 13%) 0px 6px 20px;
}
.nectar-animated-title[data-style="hinge-drop"].completed .nectar-animated-title-inner {
   -ms-transform: rotateX(0deg) translateZ(0);
   -webkit-transform: rotateX(0deg) translateZ(0);
   transform: rotateX(0deg) translateZ(0);
   opacity: 1;
   -ms-transition: transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1);
   transition: transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1);
   -webkit-transition: -webkit-transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1);
}
.nectar-animated-title .nectar-animated-title-inner:after {
   display: block;
   background-color: #000;
   content: ' ';
   position: absolute;
   z-index: 10;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.nectar-animated-title[data-color="accent-color"] .nectar-animated-title-inner:after {
   background-color: #7d31ff;
}
.nectar-view-indicator {
   position: fixed;
   z-index: 400;
   left: -47px;
   top: -47px;
   pointer-events: none;
   width: 94px;
   height: 94px;
   mix-blend-mode: difference;
   will-change: transform;
}
.nectar-view-indicator:not(.style-see-through) {
   mix-blend-mode: normal;
}
.nectar-drag-indicator:before, .nectar-view-indicator .color-circle {
   -webkit-transition: transform 0.45s ease, opacity 0.3s ease;
   transition: transform 0.45s ease, opacity 0.3s ease;
}
.nectar-view-indicator .color-circle {
   background-color: #000;
   width: 100%;
   height: 100%;
   display: block;
   content: '';
   position: absolute;
   left: -2px;
   top: -2px;
   transform: scale(0.2);
   opacity: 0;
   border-radius: 50%;
}
.nectar-drag-indicator.visible:before,
.nectar-view-indicator.visible .color-circle,
.nectar-view-indicator.visible span,
.nectar-drag-indicator.visible i.fa-angle-left,
.nectar-drag-indicator.visible i.fa-angle-right {
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}
body .nectar-view-indicator span {
   font-family: Inter;
   font-size: 18px;
   font-weight: 500;
   opacity: 0;
   font-size: 16px;
   color: #fff;
   line-height: 94px;
   text-align: center;
   width: 100%;
   display: inline-block;
}
.nectar-animated-title .nectar-animated-title-inner .wrap >* {
   margin-bottom: 0;
   position: relative;
   z-index: 100;
   color: #fff;
}
.nectar-animated-title h5 {
   padding: 6px 12px;
}
.img-with-aniamtion-wrap {
   line-height: 0;
}
.padding-5-percent > .vc_column-inner {
   padding: calc(600px * 0.06);
}
.col.padding-2-percent > .vc_column-inner {
   padding: calc(600px * 0.03);
}
.col.padding-3-percent > .vc_column-inner {
   padding: calc(600px * 0.03);
}
.col.padding-03-percent > .vc_column-inner {
   padding: calc(600px * 0.03);
}
.bottom-pane-wrapper.theme_light_blue {
   padding: calc(600px * 0.06);
}
.bottom-pane-wrapper.theme_light_blue .overlay {
   background-color: #7d31ff;
   opacity: 1;
}
.bottom-pane-wrapper.theme_light_blue .row {
   padding: 0;
}
.bottom-pane-wrapper.theme_light_blue .title-wrapper {
   margin-bottom: 30px;
}
.bottom-pane-wrapper.theme_light_blue .title-wrapper h2 {
   margin: 0;
}
.bottom-pane-wrapper.theme_light_blue .content {
   margin-top: 0;
}
.bottom-pane-wrapper.theme_light_blue .button-row {
   justify-content: flex-start;
}
.bottom-pane-wrapper.theme_light_blue .btn {
   background-color: rgb(94, 198, 194);
}
.bottom-pane-wrapper.theme_light_blue:not(.has-icon) .btn {
   padding: 23px 50px !important;
}
.bottom-pane-wrapper.theme_light_blue:not(.has-icon) .btn .text {
   display: block;
   transform: none;
}
.website-layout .span6 .advanced-section-header {
   width: 100%;
}
.website-layout .span6 .advanced-section-header .nectar-split-heading:last-child {
   margin-bottom:0;
}
.content-with-image .title-wrapper h2 b {
   font-family: Inter;
   font-weight: 600;
}
html[lang="es"] .feedback-md-wrapper .feedback-sec-header .feedback-sec-col {
   width:100%;
   max-width:100%;
   padding: calc(600px * 0.06);
} 
html[lang="es"] body .bottom-pane-wrapper .nectar-button.has-icon.large i {
   height: 32px;
   width: 32px;
   line-height: 32px;
}
.nectar-icon-list[data-animate="true"] .list-icon-holder {
   transform: scale(0.3);
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   opacity: 0;
   -webkit-backface-visibility: hidden;
}
.nectar-icon-list[data-animate="true"] .nectar-icon-list-item.animated .list-icon-holder {
   transform: scale(1);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   opacity: 1;
   transition: transform 0.6s,opacity 0.2s;
   -webkit-transition: -webkit-transform 0.6s,opacity 0.2s;
}
.nectar-icon-list[data-animate="true"] .content {
   opacity: 0;
   transform: translateX(60px) translateZ(0);
   -webkit-transform: translateX(60px) translateZ(0);
   -ms-transform: translateX(60px) translateZ(0);
   -webkit-backface-visibility: hidden;
}
.nectar-icon-list[data-animate="true"] .nectar-icon-list-item.animated .content {
   opacity: 1;
   transform: translateX(0px) translateY(0px) translateZ(0);
   -webkit-transform: translateX(0px) translateY(0px) translateZ(0);
   -ms-transform: translateX(0px) translateY(0px) translateZ(0);
   transition: transform .7s cubic-bezier(0.165,0.84,0.44,1) 0.2s,opacity .7s cubic-bezier(0.165,0.84,0.44,1) 0.2s;
   -webkit-transition: -webkit-transform .7s cubic-bezier(0.165,0.84,0.44,1) 0.2s,opacity .7s cubic-bezier(0.165,0.84,0.44,1) 0.2s;
}
.using-mobile-browser .ad-testimonials-wrapper.col.has-animation, 
.using-mobile-browser .wpb_column.has-animation {
   opacity: 1 !important;
   transform: none !important;
}
.using-mobile-browser .banner-wrapper .ban-content-column.has-animation .hs-widget, 
.using-mobile-browser .banner-wrapper .ban-content-column.has-animation .banner-btn-row {
   opacity: 1 !important;
   visibility: visible !important;
   transform: none !important;
}

@media only screen and (max-device-width: 2600px) {
   body.using-mobile-browser .nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner {
      transform:none;
      opacity:1;
   }
   body.using-mobile-browser img.img-with-animation[data-animation="grow-in"], 
   body.using-mobile-browser .img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap, 
   body.using-mobile-browser .col.has-animation[data-animation="grow-in"], 
   body.using-mobile-browser .wpb_column.has-animation[data-animation="grow-in"], 
   body.using-mobile-browser .nectar-fancy-box.has-animation[data-animation="grow-in"] {
      transform:none;
      opacity:1;
   }
   body.using-mobile-browser .img-with-animation, 
   body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap {
      opacity:1;
      transform:none;
   }
   body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line > div {
      transform: none;
      -webkit-transform: none;
   }
   .nectar_cascading_images .cascading-image:not(:first-child) {
      margin-top:0;
   }
   body.using-mobile-browser img.img-with-animation, 
   body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap, 
   body.using-mobile-browser .col.has-animation, 
   body.using-mobile-browser .wpb_column.has-animation, 
   body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap, 
   body.using-mobile-browser .nectar-fancy-box.has-animation {
      opacity: 1;
   }
   body.using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"], 
   body.using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
   body.using-mobile-browser .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"] {
      transform:none;
   }
}
@media only screen and (min-width: 1000px) {
   .homepage-layout .bottom-pane-wrapper .column-6:first-child .column-inner {
      padding-top: calc((100vw - 180px) * 0.02);
   }
   .about-us-layout .advanced-section-header .nectar-split-heading {
      padding-bottom: calc((100vw - 180px) * 0.05);
   }
   .padding-5-percent > .vc_column-inner {
      padding: calc((100vw - 180px) * 0.05);
   }
   .col.padding-2-percent > .vc_column-inner {
      padding: calc((100vw - 180px) * 0.02);
   }
   .col.padding-3-percent > .vc_column-inner {
      padding: calc((100vw - 180px) * 0.015);
   }
   .bottom-pane-wrapper.theme_light_blue {
      padding: calc((100vw - 180px) * 0.05);
   }
   .col.padding-03-percent > .vc_column-inner {
      padding: calc((100vw - 180px) * 0.03);
   }
   html[lang="es"] .feedback-md-wrapper .feedback-sec-header .feedback-sec-col {
      padding:calc((100vw - 180px) * 0.05);
   }
}
@media only screen and (min-width: 1425px) {
   .homepage-layout .bottom-pane-wrapper .column-6:first-child .column-inner {
      padding-top: calc(1245px * 0.02);
   }    
   .about-us-layout .advanced-section-header .nectar-split-heading {
      padding-bottom: calc(1245px * 0.05);
   }
   .padding-5-percent > .vc_column-inner {
      padding: calc(1245px * 0.05);
   }
   .col.padding-2-percent > .vc_column-inner {
      padding: calc(1245px * 0.02);
   }
   .col.padding-3-percent > .vc_column-inner {
      padding: calc(1245px * 0.015);
   }
   .bottom-pane-wrapper.theme_light_blue {
      padding: calc(1245px * 0.05);
   }
   .col.padding-03-percent > .vc_column-inner {
      padding: calc(1245px * 0.03);
   }
   html[lang="es"] .feedback-md-wrapper .feedback-sec-header .feedback-sec-col {
      padding:calc(1245px * 0.05);
   }
}

@media(max-width: 1300px) {
   .homepage-layout h1,
   .site-layout h1 {
      font-size: 45px;
      line-height: 52.5px;
   }
   .homepage-layout h2,
   .site-layout h2 {
      font-size: 42.5px;
      line-height: 51px;
   }
   .homepage-layout h3,
   .site-layout h3 {
      font-size: 22.1px;
      line-height: 30.6px;
   }
   .site-layout h5 {
      font-size: 14px;
      line-height: 24px;
   }
}

@media(min-width:1000px) {
   .website-layout .advanced-section-header {
      width: 66.66666667%;
   }
   .bottom-pane-wrapper.theme_light_blue .row > div:first-child {
      width: 66.66666667%;
   }
   .bottom-pane-wrapper.theme_light_blue .row > div:nth-child(2) {
      width: 33.33333333%;
   }
}

@media(max-width: 999px) {
   .homepage-layout h1,
   .site-layout h1 {
      font-size: 30px;
      line-height: 35px;
   }
   .homepage-layout h2,
   .site-layout h2 {
      font-size: 37.5px;
      line-height: 45px;
   }
   .homepage-layout h3,
   .site-layout h3 {
      font-size: 19.5px;
      line-height: 27px;
   }
   .homepage-layout h4,
   .site-layout h4 {
      font-size: 16.2px;
      line-height: 25.2px;
   }
   .site-layout h6 {
      font-size: 14px;
      line-height: 20px;
   }
   .custom-row > div[class*="custom-col"] {
      margin-bottom: 25px;
   }
   .custom-row > div[class*="custom-col"]:last-child {
      margin-bottom: 0;
   }  
   .website-layout .advanced-section-header {
      margin-bottom: 25px;
   }
   .about-us-layout .advanced-section-header {
      width: 100%;
      margin-bottom: 31px;
   }
   .bottom-pane-wrapper.theme_light_blue .column-6 {
      text-align: left;
   }
}
@media(max-width: 690px) {
   .homepage-layout h2,
   .site-layout h2 {
      font-size: 35px;
      line-height: 42px;
   }
   .homepage-layout h4,
   .site-layout h4 {
      font-size: 18px;
      line-height: 28px;
   }
   .homepage-layout h3,
   .site-layout h3 {
      font-size: 23.4px;
      line-height: 32.4px;
   }
   .hs-widget {
      margin-bottom: 22.5px;
   }
   .homepage-layout .bottom-pane-wrapper .button-row {
      margin-bottom: 0;
   }
   .homepage-layout .bottom-pane-wrapper .column-inner .nectar-button {
      padding: 12px 18px;
      padding-left: 24px;
      padding-right: 24px;
      font-size: 12px;
   }
   .homepage-layout .bottom-pane-wrapper .button-row {
      justify-content: center;
      margin-top: 40px;
   }
   .homepage-layout .bottom-pane-wrapper .column-6:first-child .column-inner {
      padding-top: calc(690px * 0.05);
   }
   .homepage-layout .bottom-pane-wrapper {
      padding-top: 0;
   }
   .padding-5-percent > .vc_column-inner {
      padding: calc(100vw * 0.06);
   }
   .col.padding-2-percent > .vc_column-inner {
      padding: calc(100vw * 0.03);
   }
   .col.padding-3-percent > .vc_column-inner {
      padding: calc(100vw * 0.03);
   }
   .about-us-layout .advanced-section-header .nectar-split-heading {
      padding-bottom: calc(100vw * 0.06);
   }
   .bottom-pane-wrapper.theme_light_blue {
      padding: calc(100vw * 0.06);
   }
   .bottom-pane-wrapper.theme_light_blue:not(.has-icon) .btn {
      margin-right:0;
   }
   .col.padding-03-percent > .vc_column-inner {
      padding: calc(100vw * 0.03);
   }
   html[lang="es"] .feedback-md-wrapper .feedback-sec-header .feedback-sec-col {
      padding: calc(100vw * 0.06);
   }
   .homepage-layout .bottom-pane-wrapper .column-inner .nectar-button {
      padding: 12px 24px !important;
      font-size: 12px !important;
   }
   .customer-page .customer-row {
      margin-left:0 !important;
      margin-right:0 !important;
   }
   .customer-page .customer-row .dnd-column {
      padding-left:0 !important;
      padding-right:0 !important;
   }
}

@media(max-width: 479px) {
   .customer-case-page .bottom-pane-wrapper .cta_button,
   .customer-page .bottom-pane-wrapper .cta_button,
   body .bottom-pane-wrapper .btn,
   body .bottom-pane-wrapper .cta_button {
      padding: 12px 29px !important;
      font-size: 12px !important;
   }
   .customer-case-page .bottom-pane-wrapper .cta_button .icon-button-arrow,
   .customer-page .bottom-pane-wrapper .cta_button .icon-button-arrow,
   body .bottom-pane-wrapper .btn .icon-button-arrow,
   body .bottom-pane-wrapper .cta_button .icon-button-arrow {
      width: 25px;
      height: 25px;
      line-height: 25px;
   }
}
/* Form fields */

.hs-form-field {
   margin-bottom: 18px;
}

/* Labels */

form label {
   display: block;
   float: none;
   width: auto;
   font-weight: 500;
   line-height: 20px;
   padding-top: 0;
   margin-bottom: 4px;
   margin-bottom: 4px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size:14px;
}

.hs-form-field label:not(.hs-error-msg) {
   font-family: Urbanist;
   font-size: 16px;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height: 22px;
   height:40px !Important;
   border-style:solid;
   padding: 0 15px;
   min-height: 27px;
   width:90%;
   background-clip: padding-box;
}

textarea{
   height: auto !important;
   vertical-align:middle
}


fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
   width: 100%;
   max-width: 100%;
}

.hs-input:focus {
   outline: none;
   display: inline-block;
}

form fieldset {
   max-width: 100% !important;
}

/* Inputs - checkbox/radio */

ul.no-list.hs-error-msgs {
   padding: 0;
   margin: 0;
}

.inputs-list {
   margin: 0 0 5px;
   width: 100%;
   padding-left: 5px;
}

.inputs-list:first-child {
   padding-top: 6px;
}

.inputs-list>li {
   display: block;
   padding: 0;
   width: 100%;
   padding-top: 0;
}

.inputs-list label {
   float: none;
   width: auto;
   padding: 0;
   line-height: 18px;
   white-space: normal;
   font-weight: normal;
}

form .inputs-list input,
form .inputs-list span {
   vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
   cursor: pointer;
   margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

.hs-dateinput:before {
   content:'\01F4C5';
   position: absolute;
   right: 10%;
   top: 50%;
   transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
   color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
   border-radius: 0;
   box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
   background-color: transparent;
   border: initial;
   padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
   font-size: 0.875rem;
   margin: 0 0 1.4rem;
}

form .hs-richtext img {
   max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
   margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
   color: #ff0000;
}

.hs-input.invalid.error {
   border-color: #c87872;
}

.hs-error-msg,
.hs-error-msgs label{
   color: #f2545b;
}

.actions {
   margin-top: 18px;
   margin-bottom: 18px;
   padding: 17px 0px;
   margin-bottom:0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   border-style: solid;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   margin: 0;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   font-size: 16px;
   line-height: 16px;
   font-family: Urbanist;
   margin-top:10px;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}


input#hs-login-widget-remember {
   float: left;
   height:auto !important;
   margin-top: 3px;
}

@media(max-width:767px){
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
  form textarea {
  width:100%;
  }
  
}   

@media(max-width:479px){
   .hs_recaptcha.hs-recaptcha.field.hs-form-field {
      max-width: 100%;
      overflow: auto;
   }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.has_not_banner .outer{
   min-height:108px;
}

body:not(.active) {
   display: flex;
   flex-direction: column;
   min-height: 100vh;
}
.privacy-layout{
   padding:0 !Important
}

.header-outer {
   width: 100%;
   top: 0;
   left: 0;
   position: fixed;
   padding: 28px 0 0 0;
   z-index: 9999;
   overflow: visible;
   transition: all 0.2s;
}
.header-outer header {
   transition: all 0.2s;
}

.has_not_banner .header-outer{
   background-color:#fff !important
}

#top {
   position: relative;
   z-index: 9998;
   width: 100%;
}

.row {
   position: relative;
}

.header-logo {
   margin-right: 25px;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   float: none;
   width: auto;
}

.header-logo a {
   width: auto;
   max-width: none;
   display: block;
   line-height: 22px;
   font-size: 22px;
   letter-spacing: -1px;
   font-family: "Gilroy", sans-serif;
   font-weight: 600;
   position:relative;
   transition: margin 0.32s ease;
   color: #0f1221
}

/*.header-logo img{
   text-indent: -9999px;
   max-width: none;
   width: auto !Important;
   margin-bottom: 0;
   display: block;
   height: 40px;
   transition: height 0.32s ease, opacity 0.2s ease;
   position:relative
}*/

.header-logo.white{
   display:none
}

.white-theme .header-logo{
   display:none
} 

.white-theme .header-logo.white{
   display:block
} 

.fixed-header.white-theme .header-logo{
   display:block
} 

.fixed-header.white-theme .header-logo.white{
   display:none
} 

.nav-wrapper{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   float: none;
   width: auto;
   position: static;
}

.custom-menu-primary ul{
   padding:0;
   margin:0;
   list-style-type:none
}

.nav-wrapper .custom-menu-primary {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}

.nav-wrapper #hs_cos_wrapper_navigation-primary{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}

.nav-wrapper .navigation-primary{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}

.nav-wrapper .level-1{
   overflow: visible;
   transition: padding 0.8s ease,margin 0.25s ease;
   min-height: 1px;
   line-height: 1px;
   z-index:10
}

.nav-wrapper .level-1>li{
   float:left;
}



.nav-wrapper .level-1 li{
   line-height: 0;
   font-size: 12px;
   position: relative;
}

.nav-wrapper .level-1>li>a{
   padding: 0 10px 0 10px;
   display: block;
   position: relative;
   text-decoration: none;
   padding-left: 26px;
   padding-right: 26px;
   font-family: Inter;
   text-transform: none;
   font-size: 15px;
   line-height: 20px;
   font-weight: 500;
   color:#000;
   opacity: 0.75;
   transition: opacity 0.2s ease, color 0.2s ease;
}

.nav-wrapper .level-1>li:hover>a{
   color:#000;
   opacity:1
}



.white-theme .nav-wrapper .level-1>li>a{
   opacity: 0.75;
   transition: opacity 0.2s ease 0s, color 0.2s ease 0s;
   color: rgb(255, 255, 255) !Important
}

.white-theme .nav-wrapper .level-1>li:hover>a{
   opacity: 1;
   color: rgb(255, 255, 255) !Important
}

.white-theme .right-aligned-menu-items ul li a{
   opacity: 0.75;
   transition: opacity 0.2s ease 0s, color 0.2s ease 0s;
   color: rgb(255, 255, 255) !Important
}

.white-theme .right-aligned-menu-items ul li:hover a{
   opacity: 1;
   color: rgb(255, 255, 255) !Important
}

.white-theme.fixed-header .right-aligned-menu-items ul li a
.white-theme.fixed-header .nav-wrapper .level-1>li>a{
   color: #0f1221!important;
   opacity:1;
}

.white-theme.fixed-header .right-aligned-menu-items ul li:first-child:hover a,
.white-theme.fixed-header .nav-wrapper .level-1>li:hover>a{
   color: #7d31ff!important;
   opacity:1;
}

.nav-wrapper .level-1>li.has-submenu>a{
   padding-right: 36px;
}



/*.menu-arrow,
.submenu-toggle{
   display:none
}*/

.nav-wrapper .level-2{
   padding: 20px;
   width: 20em;
   background-color:#fff;
   opacity: 0;
   pointer-events: none;
   -ms-transition: none;
   -webkit-transition: none;
   transition: none;
   display: block;
   -webkit-box-shadow: 0 19px 35px rgb(0 0 0 / 11%);
   box-shadow: 0 19px 35px rgb(0 0 0 / 11%);
   position: absolute;
   top: -999em;
}

.nav-wrapper .level-1>li:hover .level-2{
   top: 100%;
   opacity:1;
   pointer-events:all
}

.nav-wrapper .level-2>li{
   width: 100%;
   float: right;
   font-weight: normal;
   opacity: 0;
   -ms-transform: translateY(13px);
   -webkit-transform: translateY(13px);
   transform: translateY(13px);
   -ms-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
   transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
   -webkit-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
}

.nav-wrapper .level-1>li:hover .level-2>li{
   opacity: 1;
   -ms-transform: translateY(0px);
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.nav-wrapper .level-2>li>a{
   font-family: Inter;
   text-transform: initial;
   font-size: 15px;
   line-height: 26px;
   font-weight: 500;
   transition: none;
   letter-spacing: 0;
   padding: 6px 6px;
   display: block;
   position: relative;
   text-decoration: none;
   color: #0f1221!;
}

.right-aligned-menu-items ul li{
   line-height: 12px;
   position: relative;
   float: left;
   font-size: 12px;
}

.right-aligned-menu-items ul li a{
   padding: 0 10px 0 10px;
   display: block;
   padding-left: 26px;
   padding-right: 26px;
   opacity: 0.75;
   transition: opacity 0.2s ease, color 0.2s ease;
   font-family: Inter;
   text-transform: none;
   font-size: 15px;
   line-height: 20px;
   font-weight: 500;
   position:relative;
   color:#000;
   text-decoration: none;
   z-index:10
}

.right-aligned-menu-items ul li a.cta_button{
   color: #fff;
   opacity: 1;
   padding-left: 20px;
   padding-right: 20px;
   margin-left: 26px;
   margin-right: 26px;
   text-align:center
}

.right-aligned-menu-items ul li:first-child:hover a{
   opacity:1
}


.right-aligned-menu-items ul li a.cta_button:before{
   display: block;
   border-radius: 200px!important;
   -webkit-border-radius: 200px!important;
   box-shadow: none;
   position: absolute;
   left: 0;
   padding-bottom: 10px;
   -webkit-transform: translateY(-7px);
   -ms-transform: translateY(-7px);
   transform: translateY(-7px);
   width: 100%;
   content: ' ';
   z-index: -1;
   -webkit-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
   background-color: #7d31ff;
   height: 36px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   top: 50%;
}


.right-aligned-menu-items ul li a.cta_button:hover:before{
   opacity:.85;
}

.sf-sub-indicator {
   display: inline-block;
   width: 10px;
   position: relative;
   left: 8px;
   height: 10px;
}

.nav-wrapper .sf-sub-indicator  {
   height:auto;
   opacity: 0.75;
   transition: opacity 0.2s ease, color 0.2s ease;
   color: #000000
}

.nav-wrapper .sf-sub-indicator i {
   font-size: 16px !important;
   color: #000000!important;
}

.white-theme .nav-wrapper .sf-sub-indicator i{
   color: #ffffff!important;
   opacity: 0.75;
}

.white-theme .nav-wrapper .level-1>li:hover .sf-sub-indicator i{
   color: #ffffff!important;
   opacity: 1;
}

.fixed-header.white-theme .nav-wrapper .sf-sub-indicator i,
.fixed-header .nav-wrapper .sf-sub-indicator i{
   color: #0f1221 !important;
   opacity: 1;
}

.fixed-header.white-theme .nav-wrapper .level-1>li:hover .sf-sub-indicator i,
.fixed-header .nav-wrapper .level-1>li:hover .sf-sub-indicator i{
   color: #7d31ff !important;
   opacity: 1;
}

.sf-sub-indicator i {
   width: 8px;
}

body .sf-sub-indicator [class*=" icon-"] {
   color: #888;
   font-size: 12px;
   line-height: 16px;
   height: auto;
   background-color: transparent;
}

[class^="icon-"], [class*=" icon-"], i[class*="fa-"], 
span[class*="fa-"] {
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration: inherit;
   -webkit-font-smoothing: antialiased;
   *margin-right: .3em;
}

[class^="icon-"], i[class*=" icon-"] {
   display: inline-block;
   max-width: 100%;
   position: relative;
   text-align: center;
   vertical-align: middle;
   top: -2px;
   word-spacing: 1px;
}

.wpglobus_flag {
   height: 12px;
   width: 18px;
   background-repeat: no-repeat;
   background-position: center left;
   padding-left: 22px;
}

.wpglobus_flag_en,
.language-swithcer-menu a[lang="en"] > .wpglobus_flag {
   background-image: url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/images/us.png);
}

.wpglobus_flag_es,
.language-swithcer-menu a[lang="es"] > .wpglobus_flag{
   background-image: url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/images/es.png);
}
.language-swithcer-menu ul li:first-child {
   display: none;
}
.language-swithcer-menu > a:after {
   content: "\f107";
   font: normal normal normal 14px/1 FontAwesome;
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration: inherit;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   max-width: 100%;
   position: relative;
   text-align: center;
   vertical-align: middle;
   top: -1px;
   word-spacing: 1px;
   line-height: 16px;
   font-size: 16px;
   opacity: 0.75;
   transition: opacity 0.2s ease, color 0.2s ease;
   left: 8px;
}
.language-swithcer-menu:hover > a:after {
   opacity: 1;
}
body.fixed-header .nav-wrapper .level-1>li>a, 
body.fixed-header .right-aligned-menu-items ul li:first-child a {
   opacity:1;
}
/* ................................Media Query.......................... */

@media only screen and (min-width: 1000px){

   .mobile-menu{
      display:none
   }

   .mobile-menu-overlay{
      display:none
   }

   .slide_out_area_close{
      display:none
   }

   .header-outer {
      padding-top:0
   }

   .row{
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
   }

   .header-logo a{
      position: relative;
   }

   .fixed-header .header-logo a{
      margin-top: 18.888888888889px;
      margin-bottom: 18.888888888889px;
   }

   .nav-wrapper .level-1{
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      vertical-align: middle;
      float:none
   }

   .nav-wrapper .level-1>li{
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .right-aligned-menu-items {
      float: none;
      margin-left: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
   }

   .right-aligned-menu-items ul{
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: none;
      min-height: 1px;
      line-height: 1px;
      vertical-align: middle;
      padding:0;
      margin:0;
      list-style-type:none
   }

   .right-aligned-menu-items ul li{
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .csoverlay{
      display:none;
   }


}

@media only screen and (max-width: 999px){

   .has_not_banner .outer{
      min-height:64px;
   }
   .csoverlay{
      display:none;
   }
   body.active .csoverlay {
      display:block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: transparent;
      top: 0;
      z-index: 9;
      cursor: pointer;
   }
   /*.header-logo {
      width:100%;
      text-align:left;
      float:left
   }*/
   .header-logo a{
      display:inline-block;
      top: 0;
      left: 0;
      vertical-align: middle;
   }

   /*.nav-wrapper{
      text-align: right;
      line-height: 0;
      min-height: 0;
      width: auto!important;
      position: absolute!important;
      right: 0;
      top: 0;
      z-index: 2000;
      height: 100%;
      float: left;
   }*/

   .custom-menu-primary .custom-menu-primary{
      display:none
   }

   .right-aligned-menu-items ul{
      display:none
   }
   .language-swithcer-menu>a:after {
      top: auto;
      opacity: 1;
   }
   .mobile-menu .custom-menu-primary ul.submenu.level-1>li a:after {
      -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
      -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
      transition: transform .3s ease-out,border-color .3s ease-out;
      position: absolute;
      display: block;
      bottom: -6px;
      left: 0;
      width: 100%;
      -ms-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      border-top: 2px solid #000;
      content: '';
      padding-bottom: inherit;
      transform-origin: left;
      pointer-events: none;
      bottom: -2px;
      -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
      transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
      border-color: #fff;
      border-color: #ffffff;
   }
   .mobile-menu .custom-menu-primary ul.submenu.level-1>li a:hover:after {
      backface-visibility: hidden;
      -ms-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
   }

}

@media(max-width: 1199px) {
   .right-aligned-menu-items ul li a.cta_button {
      margin-right:0;
   } 
}

@media screen and (max-width:1160px){

   .nav-wrapper .level-1>li.has-submenu>a{
      padding-right:18px;
   }

   .nav-wrapper .level-1>li>a{
      padding-left: 18px;
      padding-right: 18px;
   }

   .right-aligned-menu-items ul li a{
      padding-left: 18px;
      padding-right: 18px;
   }

}

@media screen and (max-width:1080px) and (min-width: 1000px){

   .nav-wrapper .level-1>li.has-submenu>a{
      padding-right:12px;
   }

   .nav-wrapper .level-1>li>a{
      padding-left: 12px;
      padding-right: 12px;
      font-size:14px;
   }

   .right-aligned-menu-items ul li a{
      padding-left: 12px;
      padding-right: 12px;
   }

}


@media screen and (max-width:999px){

   .header-outer {
      margin-bottom: 0;
      padding: 12px 0;
      position: fixed;
   }

   .nav-wrapper .custom-menu-primary {
      display: none;

   }

   .mobile-toggle{
      z-index: 10000;
      padding-right: 0;
      position: relative;
      width: auto;
      padding: 0 7px;
      padding-right:0;
      top: auto;
      right: auto;
      margin-bottom: 0;
      margin-top: 0;
      vertical-align: middle;
      line-height: 0;
      height: 100%;
      -webkit-transform: none;
      transform: none;
      display: inline-block;
      cursor:pointer;
   }

   .mobile-toggle>div{
      position: relative;
      display: block;
      top: 50%;
      font-size: 18px;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: transparent;
   }

   .mobile-toggle span {
      height: 20px;
      width: 22px;
      position: relative;
      transition: -webkit-transform .33s .3s ease-in;
      transition: transform .33s .3s ease-in;
      -webkit-transform-origin: center;
      transform-origin: center;
      display: block;
      transition: -webkit-transform .33s 0s ease;
      transition: transform .33s 0s ease;
      overflow: hidden;
   }

   .mobile-toggle a span i{
      color: #0f1221!important;.
      font-weight: 400;
      font-style: italic;
      text-transform: none;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-style: italic;
   }

   .mobile-toggle.lines-button{
      transition: .3s;
      cursor: pointer;
      top: 9px;
      position: relative;
      user-select: none;
      display: block;
      line-height: 0;
      font-size: 0;
      width: 22px;
      top:9px;
   }
   .mobile-toggle a span i.lines-button {
      position: relative;
      top: 9px;
      display: block;
   }

   .mobile-toggle .lines{
      height: 2px;
      display: block;
      position: relative;
      width: 22px;
      transition: background 0.2s ease,opacity 0.2s ease;
      background-color: transparent;
   }

   .mobile-toggle .lines-button:after{
      position: absolute;
      left: 0;
      content: '';
      transform: scale(1,1);
      -webkit-transform: scale(1,1);
      display: inline-block;
      top: 0;
      height: 2px;
      width: 22px;
      transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease;
      background-color: #000000;
   }

   .mobile-toggle .lines:before{
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      height: 2px;
      transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease;
      display: block;
      position: absolute;
      left: 0;
      content: '';
      top: 6px;
      width: 1rem;
      background:#000
   }

   .mobile-toggle .lines:after{
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      height: 2px;
      transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease;
      display: block;
      position: absolute;
      left: 0;
      content: '';
      top: -6px;
      width: 22px;
      background:#000
   }

   .mobile-toggle  .lines-button.x2.hover-effect {
      display: none;
   }

   .white-theme .mobile-toggle .lines:before,
   .white-theme .mobile-toggle .lines:after,
   .white-theme .mobile-toggle .lines-button:after{
      background: #fff;
   }

   .white-theme.fixed-header .mobile-toggle .lines:before,
   .white-theme.fixed-header .mobile-toggle .lines:after,
   .white-theme.fixed-header .mobile-toggle .lines-button:after{
      background-color: #0f1221;
   }

   .mobile-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      min-width: 390px;
      padding-left: 60px;
      padding-right: 60px;
      z-index: 5;
      overflow: hidden;
      padding-top: 72.2px;
      padding-bottom: 72.2px;
      background-color: transparent;
      right: 0;
      width: 300px;
      height: 100%;
      position: fixed;
      -webkit-transform: none;
      transform: none;
      top: 0;
   }


   .mobile-menu .inner-wrap {
      margin: auto 0;
      position: relative;
      width: 100%;
      display: block;
   }

   .mobile-menu .custom-menu-primary {
      -webkit-transform: translateX(110px);
      -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transform: translateX(110px);
      transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      min-width: 190px;
      margin-top: -7px;
      width: 100%;
      position: relative;
      top: auto;
      margin-bottom: 25px;
      display: inline-block;
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-1>li {
      margin-bottom: 12px;
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-1>li a{
      font-size: 22px;
      line-height: 28px;
      font-family: Inter;
      text-transform: none;
      font-weight:400;
      position: relative;
      color:#fff;
      text-decoration:none;
      margin-right: 20px;
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-2{
      padding-left: 20px;
      z-index: 3;
      display:none
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-2>li{
      margin-bottom: 12px;
      margin-top: 10px;
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-2>li>a{
      font-size: 16px;
      line-height: 22px;
      font-family: Inter;
      text-transform: none;
      font-weight: 400;
      position: relative;
      transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
      color:#fff
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-2>li>a:hover,
   .mobile-menu .custom-menu-primary ul.submenu.level-2>li>a:focus{
      color:#fff
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-1 li>a:after{
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      -ms-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      border-top: 2px solid #000;
      content: '';
      padding-bottom: inherit;
      transform-origin: left;
      pointer-events: none;
      bottom: -2px;
      -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
      transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
      border-color: #ffffff;
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-1 li>a:hover:after{
      backface-visibility: hidden;
      -ms-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-1>li a.active-item:after{
      backface-visibility: hidden;
      -ms-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
   }

   .bottom-meta-wrap {
      -webkit-transform: translateX(110px);
      -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transform: translateX(110px);
      transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      display: inline-block;
   }

   .body-wrapper {
      position: relative;
      z-index: 222;
      background: #fff;
      -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      -ms-transform-origin: right;
      -webkit-transform-origin: right;
      transform-origin: right;
      overflow: hidden;
      position: relative;
      z-index: 10;
      height: auto;
   }


   .mobile-menu-overlay {
      display:block;
      opacity: 1;
      height: 100%;
      width: 100%;
      z-index: 1;
      position: fixed;
      left: 0;
      top: 0;
      background-color: #7d31ff;
   }

   .slide_out_area_close {
      position: absolute;
      right: 50px;
      top: 50px;
      z-index: 8;
      display: block;
   }
   .slide_out_area_close:before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 50px;
      height: 50px;
      margin: -25px 0 0 -25px;
      border-radius: 50%;
      background-color: rgba(0,0,0,.05);
      content: '';
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
      transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
      -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
      transform: scale(0);
      background-color: rgba(0,0,0,.06);
   }

   .slide_out_area_close:hover:not(:focus):before {
      transform: scale(1.2) translateZ(0);
      -webkit-transform: scale(1.2) translateZ(0);
   }

   .slide_out_area_close .close-wrap{
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
      transform: translateX(-50%) translateY(-50%) translateZ(0);
      -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
      transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
      transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
      transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
      width: 20px;
      height: 20px;
      display: block;
      overflow: hidden;
   }

   .slide_out_area_close .close-line1{
      -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
      transform: translateY(0) translateX(0) rotate(-45deg);
      -webkit-animation-name: crossLeftClose;
      animation-name: crossLeftClose;
      -webkit-animation-delay: .0s;
      animation-delay: .0s;
      -webkit-animation-duration: .15s;
      animation-duration: .15s;
   }

   .slide_out_area_close .close-line2{
      -webkit-transform: translateY(0) translateX(0) rotate(45deg);
      transform: translateY(0) translateX(0) rotate(45deg);
      -webkit-animation-name: crossRightClose;
      animation-name: crossRightClose;
      -webkit-animation-delay: .06s;
      animation-delay: .06s;
      -webkit-animation-duration: .15s;
      animation-duration: .15s;
   }

   .slide_out_area_close .close-line{
      -webkit-animation-duration: .4s;
      animation-duration: .4s;
      -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
      animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
   }

   .slide_out_area_close .close-wrap .close-line{
      height: 100%;
      width: 2px;
      background: #fff;
      backface-visibility: hidden;
      position: absolute;
      border-radius: 5px;
      left: 9px;
      transition: opacity 0.2s ease, background-color 0.2s ease;
      display:block
   }
   html {
      overflow-x: hidden;
      overflow-y: scroll;
      max-width: 100%;
   }
   body.active .body-wrapper{ 
      -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transform: scale(0.835) translateX(-466px) translateZ(0)!important;
      transform: scale(0.835) translateX(-466px) translateZ(0)!important;
      height: 100vh;
   }
   body.active .body-wrapper .ocm-effect-wrap-inner {
      -webkit-transform: scale(1.007)!important;
      transform: scale(1.007)!important;
      -webkit-transform-origin: center;
      transform-origin: center;
      height: 100%;
   }

   body.active .mobile-menu .custom-menu-primary{
      -ms-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
   }

   body.active .slide_out_area_close:before {
      transform: scale(1);
   }

   body.active .slide_out_area_close .close-wrap .close-line1{
      -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
      transform: translateY(-30px) translateX(30px) rotate(45deg);
   }

   body.active .slide_out_area_close .close-wrap .close-line2{
      -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
      transform: translateY(-30px) translateX(-30px) rotate(-45deg);
   }

   body.active .slide_out_area_close .close-line1{
      -webkit-animation-name: crossRight;
      animation-name: crossRight;
      -webkit-animation-delay: .29s;
      animation-delay: .29s;
   }

   body.active .slide_out_area_close .close-line2{
      -webkit-animation-name: crossLeft;
      animation-name: crossLeft;
      -webkit-animation-delay: .15s;
      animation-delay: .15s;
   }

}

@media screen and (max-width:690px){

   .bottom-meta-wrap{
      height:30px;
   }

   .mobile-menu .custom-menu-primary ul.submenu.level-1>li a{
      margin-right:0
   }

}

@media screen and (max-width:450px){

   .mobile-menu {
      min-width: 78vw;
      width: 78vw;
      padding-left: 50px;
      padding-right: 50px;
      -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
      transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
   }

   body.active .body-wrapper{
      -webkit-transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
      transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
   }
   .fixed-header .header-logo img {
      height: 40px;
      margin-left: 1px;
      margin-top: 1px;
      width: 118.137px !important;
   }


}




@keyframes headerButtonsBottomBarItem {
   0%{
      transform: translateX(15px);
      opacity: 0;
   }
   100%{
      transform: translateX(0);
      opacity: 1;
   }
}

@-webkit-keyframes crossLeft{
   100%{
      -webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
      transform:translateY(0px) translateX(0px) rotate(-45deg) 
   }
}
@keyframes crossLeft{
   100%{
      -webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
      transform:translateY(0px) translateX(0px) rotate(-45deg) 
   }
}
@-webkit-keyframes crossLeftClose{
   100%{
      -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
      transform:translateY(22px) translateX(22px) rotate(-45deg) 
   }
}
@keyframes crossLeftClose{
   100%{
      -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
      transform:translateY(22px) translateX(22px) rotate(-45deg) 
   }
}
@-webkit-keyframes crossRight{
   100%{
      -webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
      transform:translateY(0px) translateX(0px) rotate(45deg) 
   }
}
@keyframes crossRight{
   100%{
      -webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
      transform:translateY(0px) translateX(0px) rotate(45deg) 
   }
}
@-webkit-keyframes crossRightClose{
   100%{
      -webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
      transform:translateY(22px) translateX(-22px) rotate(45deg) 
   }
}
@keyframes crossRightClose{
   100%{
      -webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
      transform:translateY(22px) translateX(-22px) rotate(45deg) 
   }
}
}
footer.footer {
   position: relative;
   z-index: 10;
}

.footer-top .row{
   padding: 55px 0;
   margin-bottom: 0;
}

.footer-top .footer-logo {
   margin-bottom: 30px;
}

.footer-top .footer-logo img{
   max-width: 100%;
   height: auto;
   width: 150px !important;
   vertical-align: initial;
}

.footer-top .logo-text {
   font-size: 26px;
   line-height: 36px;
   margin-bottom: 8px;
   letter-spacing: 0;
   -webkit-font-smoothing: antialiased;
   font-family: "Gilroy", sans-serif;
   font-weight: 600;
}

.footer .col {
   z-index: 10;
   min-height: 1px;
   position: relative;
   float: left;
   width:100%;
}

.footer .col:last-child {
   margin-right: 0;
}

.footer .footer-menu ul:first-child>li>a{
   font-family: Inter;
   text-transform: uppercase!important;
   font-size: 12px!important;
   line-height: 12px;
   display:block;
   margin-bottom: 15px;
   font-weight:500;
   letter-spacing: 0;
   -webkit-font-smoothing: antialiased;
   cursor:pointer
}

.footer .footer-menu ul{
   padding:0;
   margin:0;
   list-style-type:none
}

.footer .footer-menu .hs-menu-children-wrapper li{
   padding: 4px 0;
   border: none;
}

.footer .footer-menu .hs-menu-children-wrapper li a{
   transition: all 0.2s ease;
   display: block;
   font-family: Inter;
   text-transform: none;
}
.footer .footer-menu .hs-menu-children-wrapper li a:hover{
   opacity: 0.65;
}

.footer-bottom{
   border-top: 1px solid rgba(255,255,255,0.18);
   padding: 20px 0;
   font-size: 14px;
}

.footer-bottom .copyright p {
   line-height: 22px;
   margin:0;
   margin-top: 3px;
   font-size:14px;
}

.footer-bottom .copyright p:last-child{
   padding:0
}

.footer-social ul{
   float: right;
   margin:0;
   padding:0;
   list-style-type:none
}

.footer-social ul li{
   float: left;
   margin-left: 20px;
}

.footer-social ul li a{
   display: block;
   line-height: 22px;
   height: 24px;
   position: relative;
   transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   background-position: center top;
}

.footer-social ul li a i{
   font-size: 20px;
   width: auto;
   background-color: transparent;
   display: inline-block;
   word-spacing: 1px;
   position: relative;
   text-align: center;
   top: -2px;
   vertical-align: middle;
   max-width: 100%;  
}
#back-to-top {
   display: block;
   position: fixed;
   text-align: center;
   line-height: 12px;
   right: 17px;
   color: #fff;
   cursor: pointer;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   z-index: 9994;
   height: 29px;
   width: 29px;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 200px;
   -webkit-border-radius: 200px;
   overflow: hidden;
   bottom:-30px;
   box-shadow: none;
   transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
   -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
   background-color: rgba(0,0,0,0.25);
   transition:bottom 350ms cubic-bezier(0.645,0.045,0.355,1) 0s;
}
#back-to-top.show {
   bottom: 17px;
}
#back-to-top.up{
   bottom:17px;
   transition:bottom 350ms cubic-bezier(0.645,0.045,0.355,1) 0s;
}

#back-to-top:before,
#back-to-top:after{
   display: block;
   content: ' ';
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   background-color: #000;
   transform: scale(0);
   -webkit-transform: scale(0);
   transition: all 0.3s cubic-bezier(.55,0,.1,1);
   -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
   border-radius: 100px;
   -webkit-border-radius: 100px;
}

#back-to-top:before {
   background-color: rgba(255,255,255,0.25);
   transform: scale(1);
   -webkit-transform: scale(1);
   transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
   -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
   opacity: 0;
   z-index: 2;
}

#back-to-top:after{
   background-color: #7d31ff
}

#back-to-top i {
   line-height: 29px;
   width: 29px;
   height: 29px;
   font-size: 14px;
   top: 0;
   left: 0;
   text-align: center;
   position: relative;
   z-index: 10;
   background-color: transparent;
}

#back-to-top i.fa-angle-up {
   -webkit-transform: translate(0,0px);
   transform: translate(0,0px);
   transition: transform 0.2s ease;
   -webkit-transition: transform 0.2s ease;
}

#back-to-top i.fa-angle-up {
   -webkit-transform: translate(0,0px);
   transform: translate(0,0px);
   transition: transform 0.2s ease;
   -webkit-transition: transform 0.2s ease;
}


#back-to-top:hover{
   transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
   -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
   box-shadow: 1px 2px 3px rgb(0 0 0 / 16%);
   background-color: transparent;
}

#back-to-top:hover i.fa-angle-up{
   -webkit-transform: translate(0,-29px);
   transform: translate(0,-29px);
}

#back-to-top:hover:after {
   transform: scale(1);
   -webkit-transform: scale(1);
}

body #back-to-top{
   display:block !Important
}



/* .....................................Media Query................................... */
.footer .col:last-child {
   margin-right:0 !important;
}
@media (min-width: 690px){

   .footer .span_3 {
      width: 23.5%;
      display: block;
   }

   .footer .col {
      margin-right: 2% !important;
   }

   .footer .span_5 {
      width: 40.5%;
   }

   .footer .span_7 {
      width: 57.5%;
   }

}

@media only screen and (min-width: 1000px){

   .footer-top .row{
      padding: 75px 0;
   }

}


@media only screen and (min-width: 690px) and (max-width: 999px){

   .footer .span_3{
      width: 48%!important;
      margin-right: 15px;
      padding: 15px;
   }

   .footer .span_3.right-edge{
      margin-right:0
   }

   .footer-top .logo-text {
      font-size: 19.5px;
      line-height: 27px;
   }

   .footer .footer-bottom .col{
      width: 49%;
      margin-bottom: 0;
   }

}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
   .footer-top .logo-text {
      font-size: 22.1px;
      line-height: 30.6px;
   }
}
@media screen and (max-width:999px){

   .footer .footer-top .span_3{
      margin-bottom:40px;
   }

   .footer .footer-top .span_3:nth-child(3),
   .footer .footer-top .span_3:last-child{
      margin-bottom:0
   }

   body #back-to-top{
      display:none !Important
   }



}

@media screen and (max-width:690px){

   .footer .col{
      margin-bottom:25px;
   }

   .footer-top .logo-text {
      font-size: 23.4px;
      line-height: 32.4px;
   }

   .footer .col:last-child{
      margin-bottom:0
   }

   .footer-social ul {
      float: left;
   }

   .footer-social ul li:first-child{
      margin-left:0
   }

   .footer .footer-top .span_3:nth-child(3){
      margin-bottom:40px;
   }
   .footer .footer-menu .hs-menu-children-wrapper li a{
      display:inline-block;
   }
}
@media(max-width:999px){
   .mobile-menu{
      overflow-y:auto;
   }
}
.site-layout.website-layout {
    overflow-x: hidden;
}
select.is-placeholder:focus {
   color: #33475b;
}
.book-a-demo-wrapper.contact li.hs-form-booleancheckbox label {
   display: flex;
}

.book-a-demo-wrapper.contact li.hs-form-booleancheckbox label > .hs-input {
   margin-top: 3px;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.col{
  margin-left:0 !Important;
  margin-right:0 !Important
}


.nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after {
  -ms-transform-origin: left;
  -ms-transform: scale(0,1);
  transform-origin: left;
  transform: scale(0,1);
}
.nectar-animated-title[data-style="color-strip-reveal"].completed .nectar-animated-title-inner:after{
  -webkit-animation:colorStripReveal 0.7s cubic-bezier(0.85,0,0.12,1) forwards;
  animation:colorStripReveal 0.7s cubic-bezier(0.85,0,0.12,1) forwards
}
@keyframes colorStripReveal{
  0%{
    transform:scale(0,1) translateZ(0)
  }
  100%{
    transform:scale(1,1) translateZ(0)
  }
}

.nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-outer{
  perspective:1000px
}

.nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner{
  -ms-transform:rotateX(-90deg) translateZ(0);
  -webkit-transform:rotateX(-90deg) translateZ(0);
  transform:rotateX(-90deg) translateZ(0);
  -ms-transform-origin:0px 0px 0px;
  -webkit-transform-origin:0px 0px 0px;
  transform-origin:0px 0px 0px;
  opacity:0;
  box-shadow:rgba(0,0,0,0.13) 0px 6px 20px
}

.nectar-animated-title[data-style="hinge-drop"].completed .nectar-animated-title-inner{
  -ms-transform:rotateX(0deg) translateZ(0);
  -webkit-transform:rotateX(0deg) translateZ(0);
  transform:rotateX(0deg) translateZ(0);
  opacity:1;
  -ms-transition:transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1);
  transition:transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1);
  -webkit-transition:-webkit-transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1)
}

body.white-theme .header-outer:before {
  background: linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.04) 16%,rgba(0,0,0,0.23) 75%,rgba(0,0,0,0.33) 100%);
  position: absolute;
  pointer-events: none;
  height: 120%;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  display: block;
}

body.white-theme.fixed-header .header-outer:before {
  content: none;
}

.customer-page{
  overflow:hidden
}

.customer-page .customer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.customer-page .row-fluid.customer {
  display: block !important;
}


.customer-page .customer-row .dnd-column{
  padding:0 20px;
}


.customer-page h6{
  font-family: Inter;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin:0
}

.customer-page h2 {
  margin-bottom:27px;
  font-size:50px;
  line-height: 60px;
}

.customer-page .bottom-section {
  padding-bottom: 40px;
}

.customer-case-page .bottom-pane-wrapper .row .column-6:first-child .column-inner{
  padding: calc(600px * 0.03);
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.customer-case-page{
  z-index: 1;
  position: relative;
}

.customer-page h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: Inter;
  margin-bottom:1.5em
}

.site-layout .custom-h2{
  margin-bottom:27px;
}

.demo-page .row-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
}

.demo-page .row-bg-wrap .inner-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow:hidden;
}

.demo-page .row-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/images/fondo.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}


.demo-page .top-section{
  padding-top:10vw;
  padding-bottom:10vw;
  position:relative;
}

.demo-page .body-container{
  position: relative;
  z-index: 2;
}

.register-page .diy-form-body {
  height: 100%;
  background-color: white;
  font-family: "Gilroy", sans-serif;
}

.register-page .diy-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  max-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.register-page .diy-background:before {
  content: "";
  background: url(//9288208.fs1.hubspotusercontent-na1.net/hubfs/9288208/raw_assets/public/StayApp_February2022/images/register-gradient.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  max-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.register-page .diy-background:after {
  content: "";
  background: rgba(0,0,0,0.25);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  max-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.register-page .logo {
  position: absolute;
  top: 100px;
  left: 80px;
}

.register-page .logo img{
  width:180px !Important
}


.register-page .hotel-logos-wrapper {
  position: fixed;
  width: 50vw;
  left: 0;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.register-page .hotel-logos-wrapper p{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  max-width: 400px;
  position: absolute;
  bottom: 150px;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.register-page .hotel-logos-wrapper img{
  width: 428px;
  text-align: center;
  height: auto;
  position: absolute;
  bottom: 70px;
}

.register-page .diy-form-wrapper {
  background: #FBFCFD;
  position: fixed;
  top: 0;
  left: 50%;
  /* transform: translate(-50%, 0%); */
  bottom: 0;
  width: 50%;
  padding: 90px;
  overflow-y: scroll;
}

.register-page .diy-form-wrapper .title {
  color: #1D2531;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

.register-page .diy-form-wrapper .subtitle{
  color: #252741;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.register-page .registration-form{
  font-family: sans-serif;
}


.register-page .hotel-logos-wrapper span.hs_cos_wrapper{
  width: 50vw;
  left: 0;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.register-page form .hs-form-field > label{
  color: #1D2531;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: inherit;
}

.register-page .hs-form-field label:not(.hs-error-msg) {
  font-family: inherit;
}

.register-page form input[type=text],
.register-page form input[type=email],
.register-page form input[type=password],
.register-page form input[type=tel],
.register-page form input[type=number],
.register-page form input[type=file],
.register-page form select,
.register-page form textarea{
  border: 1px solid #EEF1F5;
  border-radius: 8px;
  width: 100%;
  text-indent: 8px;
  color: #000 !important;
  background: #fff;
  padding: 1px 2px;
  font-size: 13px;
  line-height: normal;
  font-family: Arial;
}

.register-page form input[type=text]:focus,
.register-page form input[type=email]:focus,
.register-page form input[type=password]:focus,
.register-page form input[type=tel]:focus,
.register-page form input[type=number]:focus,
.register-page form input[type=file]:focus,
.register-page form select:focus,
.register-page form textarea:focus{
  border: 1px solid #EEF1F5;
}


.register-page form fieldset{
  width: 79%;
  margin-bottom: 30px;
}

.register-page form  .hs-form-field{
  margin:0
}

.register-page form .hs-button{
  opacity: 0.6;
  width: 375px;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 30px;
  background: #8257CC;
  border: none;
  letter-spacing: 1px;
  margin-top: 30px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  font-size: 16px;
  font-family: Arial;
}

.register-page form .inputs-list label{
  color:#000
}

@media screen and (max-width: 768px){
  .register-page form .hs-button{
    height: 40px;
    font-size: 13px;
    width: auto;
    padding: 0 40px;
  }
}
.register-page form .hs-button:hover{
  opacity: 0.6;
  transition: all ease-in-out 0.2s;
  box-shadow: 0 0px 6px 0px #8257cc;
}

.register-page form .actions{
  padding:0;
  margin:0
}

.custom-features .feature-card {
  padding: 0 !important;
}

.custom-features .feature-card .hs-widget {
  padding: 0 !important;
  margin:0 !Important
}

.custom-features .features-md-wrapper .feature-card h4{
  margin-bottom:1.5em !important;
}

.custom-features .feature-card h6{
  font-family: Inter !important;
  text-transform: none !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.custom-features .features-md-wrapper .align-items-center{
  align-items:flex-start
}

.privacy-layout h4{
  margin-bottom:8px;
}

.customer-page iframe {
  width: 100%;
}

.book-a-demo-wrapper.contact .hs-form-field label:not(.hs-error-msg){
  font-family: Poppins;
  font-size: 13px;
  color: #1E2631;
}

.book-a-demo-wrapper.contact textarea{
  height: auto !important;
  min-height: 66px;
}

.book-a-demo-wrapper.contact .inputs-list label{
  font-family: Poppins !important;
  color: #1E2631 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.book-a-demo-wrapper.contact .inputs-list label a,
.book-a-demo-wrapper.contact .inputs-list label a:hover,
.book-a-demo-wrapper.contact .inputs-list label a:focus,
.book-a-demo-wrapper.contact .inputs-list label a:visited{
  text-decoration:underline;
  color: #551a8b;
}



.book-a-demo-wrapper.contact .hs-fieldtype-booleancheckbox{
  margin-bottom:8px;
}

.book-a-demo-wrapper.contact .hs-button{
  font-size: 17px;
  line-height: 17px;
  font-family: Poppins;
}

@media screen and (min-width:1000px){

  .customer-case-page .bottom-pane-wrapper .row .column-6:first-child .column-inner{
    padding: calc((100vw - 180px) * 0.02);
  }

}

@media screen and (min-width:1425px){

  .customer-case-page .bottom-pane-wrapper .row .column-6:first-child .column-inner{
    padding: calc(1245px * 0.02);
  }

}

@media(max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .register-page form .hs_lastname{
    margin-top:30px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px){

  .customer-page h2 {
    font-size: 42.5px;
    line-height: 51px;
  }

  .privacy-layout .widget-type-rich_text h3{
    font-size: 22.1px;
    line-height: 30.6px;
  }

  .privacy-layout .page-header.section-header h2{
    font-size: 42.5px;
    line-height: 51px;
  }

  .privacy-layout p.secondary-header{
    font-size: 22.1px;
    line-height: 30.6px;
  }

}

@media only screen and (max-width: 999px) and (min-width: 690px){

  .customer-page h2 {
    font-size: 37.5px;
    line-height: 45px;
  }


  .privacy-layout .page-header.section-header h2{
    font-size: 37.5px;
    line-height: 45px;
  }

  .privacy-layout .widget-type-rich_text h3,
  .privacy-layout p.secondary-header{
    font-size: 19.5px;
    line-height: 27px;
  }

}


@media screen and (max-width:999px){

  .customer-case-page .bottom-pane-wrapper{
    margin-top:25px;
  }

  body.register .body-wrapper{
    overflow: auto;
    position: static;
  }

}

@media screen and (max-width:768px){

  .register-page .diy-background {
    position: relative;
    height: 180px;
    width: 100%;
  }
  .register-page form fieldset{
    width:100%;
  }
  .register-page .logo {
    position: absolute;
    left: 20px;
    top: 30px;
  }

  .register-page .hotel-logos-wrapper {
    display: none;
  }

  .register-page .diy-form-wrapper{
    background: white;
    position: relative;
    border-radius: 0;
    transform: translate(0%, 0%);
    width: 100%;
    max-width: 100%;
    padding: 28px;
    overflow-y: scroll;
    left: 0;
  }

  .register-page .logo img {
    height: 40px;
    width: auto !important;
  }

  .register-page .diy-background:after{
    width: 100vw;
  }

  .register-page .diy-background:before{
    width: 100vw;
  }

}


@media screen and (max-width:767px){


  .customer-page .row-fluid [class*="span"] {
    margin-bottom:25px;
  }

  .customer-page .row-fluid [class*="span"]:last-child {
    margin-bottom:0;
  }
  .register-page form fieldset.form-columns-2 input.hs-input {
    width: 100% !important;
  }
}

@media screen and (max-width:690px){

  .customer-page h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom:22.5px;
  }

  .site-layout .custom-h2{
    margin-bottom:22.5px;
  }


  .customer-case-page .bottom-pane-wrapper .row .column-6:first-child .column-inner{
    padding: calc(690px * 0.05);
  }

  .customer-case-page .bottom-pane-wrapper{
    padding-top:0 !Important
  }

  .privacy-layout .page-header.section-header h2{
    font-size: 35px;
    line-height: 42px;
  }

  .privacy-layout .widget-type-rich_text h3,
  .privacy-layout p.secondary-header{
    font-size: 23.4px;
    line-height: 32.4px;
  }

  .site-layout h3.h3{
    font-size: 18px;
    line-height: 28px;
  }

  .custom-features .features-md-wrapper .feature-card h4 {
    margin-bottom: 22.5px !important;
  }

  .book-a-demo-wrapper .demo-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: left;
  }

  .book-a-demo-wrapper .demo-form input{
    width:100%;
  }

}


@media screen and (max-width:356px){

  .customer-page .customer-row{
    margin:0 -10px
  }

}



.register-page .diy-form-wrapper form input::-webkit-input-placeholder {
  font-size:14px;
}

.register-page form fieldset:nth-child(7){
  width:100%;
  margin:0px;
  padding-top:5px;
}
.register-page form fieldset:nth-child(7) ul,
.register-page form fieldset:nth-child(7) ul li label,
.register-page form fieldset:nth-child(6) ul,
.register-page form fieldset:nth-child(6) ul li label{
  margin:0px;
}
.register-page form fieldset:nth-child(6){
  padding-top:16px;
  width:100%;
  margin:0px;
}


/* Start Popup Blog */
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  background-color: #4A3082;
  max-height: 100%;
}
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
  width: 100%;
}
.leadinModal-3307085.leadinModal .dyno-image img {
  max-width: 170px;
}
.leadinModal-3307085.leadinModal .leadinModal-content {
  max-height: fit-content:
}
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4,
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4,
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p,
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p,
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper{
  margin: 0;
  text-align: center;
  color: #fff;
}
.leadinModal-3307085.leadinModal .leadin-input-wrapper label {
  font-family: Urbanist;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper {
  margin: 0;
}
.leadinModal-3307085.leadinModal .leadinModal-content input[type=email],
.leadinModal-3307085.leadinModal .leadinModal-content input[type=text],
.leadinModal-3307085.leadinModal .leadin-button {
  border-radius: 5px;
  border-color: rgba(203,214,226,1.0);
  padding: 0 16px;
  color: #3b3b3b;
}
.leadinModal-3307085.leadinModal .leadin-input-wrapper input[type=text].input-error,
.leadinModal-3307085.leadinModal .leadin-input-wrapper input[type=email].input-error{
  -webkit-box-shadow: inset 0 0 0px 1px #f33f33;
  -moz-box-shadow: inset 0 0 0px 1px #f33f33;
  box-shadow: inset 0 0 0px 1px #f33f33;
}
.leadinModal-3307085.leadinModal .leadin-input-wrapper input::placeholder {
  color: rgb(117, 117, 117);;
}
.leadinModal-3307085.leadinModal.leadinModal-v3 .leadin-button,
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button {
  color: #4A3082 !important;
  font-size: 14px;
  height: 40px;
}
.leadinModal-3307085.leadinModal.leadinModal-theme-default {
  padding-top: 100px;
}
.leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .gdpr-options p {
  font-size: 14px;
  text-align: left !important;
  margin-bottom: 16px;
}
.leadinModal-3307085.leadinModal .leadinModal-content input[type=checkbox] {
  top: 2px;
}

.leadinModal-3307085.leadinModal .leadin-button-secondary {
  background: #fff !important;
}
.leadinModal-3307085.leadinModal.leadinModal-v3 .thank-you-message *,
.leadinModal-3307085.leadinModal.leadinModal-v3 .leadin-close-button {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .leadinModal-3307085.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    width: 100% !important;
  }
}
/* End Popup Blog */
/* Overlay */
.overlay {
  display: none;
}
body.menu-open {
  overflow-y: hidden;
}
.menu-open .overlay {
  position: fixed;
  display: block;
  left: 0;
  top: 72px;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
/* Header transparent*/
.header_transparent .header_main {
  background: transparent;
}
.menu-open .header_transparent .header_logo_color,
.fix .header_transparent .header_logo_color,
.header_transparent .header_logo_white {
  display: block;
}
.menu-open .header_transparent .header_logo_white,
.header_transparent .header_logo_color,
.fix .header_transparent .header_logo_white {
  display: none
}
@media (min-width: 1120px) {
  .header_transparent .menu__item--depth-1 > .button__wrapper .menu__child-toggle > .menu__link {
    color: #FFF;  
  }
  .header_transparent .menu__item--depth-1 > .button__wrapper .menu__child-toggle .menu-arrow {
    filter: invert(97%) sepia(58%) saturate(2%) hue-rotate(213deg) brightness(112%) contrast(100%);
  }
}
.menu-open .header_transparent .menu__item--depth-1 > .button__wrapper .menu__child-toggle > .menu__link,
.fix .header_transparent .menu__item--depth-1 > .button__wrapper .menu__child-toggle > .menu__link {
  color: #1a1b2d;  
}
.menu-open .header_transparent .menu__item--depth-1 > .button__wrapper .menu__child-toggle .menu-arrow,
.fix .header_transparent .menu__item--depth-1 > .button__wrapper .menu__child-toggle .menu-arrow {
  filter: none;
}
/* Header container */
.header_main {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.menu-open .header_main,
.fix .header_main {
  border-bottom: 1px solid #EAEAF3;
  background: #fff;
}
.header_logo_white {
  display: none;
}
.header__container {
  display: flex;
  padding-left: 64px;
  padding-right: 64px;
  height: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .header__container {
    padding: 1rem 0 0;
    height: 60px;
  }
}
@media (max-width: 1119px) {
  .header__container {
    justify-content: space-between;
    padding: 0 24px;
    max-width: 100%;
  }
}
.menu__submenu__wrapper {
  position: fixed;
  left: 0;
  width: 100%;
}

#hs_cos_wrapper_navigation-primary .menu .menu__submenu {
  width: 100%;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}
/* Menu items - secondary menu */
.header-button-text {
  display: flex;
  align-items: center;
  height: 72px;
  position: relative;
}
.header-button-text,
.header-button-transparent {
  margin-right: 24px;
}
@media (max-width: 767.98px) {
  .header-button-transparent,
  .header-button-purple {
    display: none;
  }
  .header-button-text {
    margin-right: 0;
    height: 100%;
  }
}

/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
/* Logo */
.header-logo {
  margin-right: 27px;
  display: flex;
  align-items: center;
}
.header-logo a {
  width: auto;
  max-width: none;
  display: block;
  position: relative;
  transition: margin .32s ease;
  line-height: 0;
}
.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}
.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}


/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* Header No Navigation */
.header__no__navigation {
  height: 72px;
}
@media (max-width: 767.98px) {
  .header__no__navigation {
    height: 60px;
  }
}


/* Menu icons */
.menu_icon {
  margin-right: 16px;
}
.guest_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/guestapp.svg);
}
.cms_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/cms.svg);
}
.staff_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/staffapp.svg);
}
.hoteldirectory_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/hoteldirectory.svg);
}
.booking_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/booking.svg);
}
.foodorder_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/foodorder.svg);
}
.tasks_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/tasks.svg);
}
.restaurant_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/restaurant.svg);
}
.chat_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/chat.svg);
}
.rating_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/rating.svg);
}
.insights_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/insinghts.svg);
}
.blog_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/blog.svg);
}
.support_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/support-1.svg);
}
.upselling_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/upselling.svg);
}
.mobilekeyroom_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/mobile-key-room.svg);
}
.hotelmap_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/hotel-map.svg);
}
.destinationguide_icon::before {
  content: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/destination-guide.svg);
}
.quote_icon::before {
  content: url(https://www.stay-app.com/hubfs/StayApp_June2022/icons/quote-icon.svg);
}
.integration_icon::before {
  content: url(https://www.stay-app.com/hubfs/StayApp_June2022/icons/integration-icon.svg);
}
.updates_icon::before {
  content: url(https://www.stay-app.com/hubfs/StayApp_June2022/icons/updates-icon.svg);
}
.podcast_icon::before {
  content: url(https://www.stay-app.com/hubfs/StayApp_June2022/icons/podcast-icon.svg);
}
.webinars_icon::before {
  content: url(https://www.stay-app.com/hubfs/StayApp_June2022/icons/webinars-icon.svg);
}

/* No button */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Buttons */
.purpleArrowLink,
.darkArrowLink,
.blueArrowLink,
.whiteArrowLink,
.darkArrowLinkLeft {
  font-family: 'Gilroy';
  font-weight: 600;
}
.purpleArrowLink:after,
.darkArrowLink:after,
.blueArrowLink:after,
.whiteArrowLink:after,
.darkArrowLinkLeft:before {
  content: url("https://www.stay-app.com/hubfs/StayApp_June2022/icons/Arrow_right_dark.svg");
}
.purpleArrowLink:after {  
  content: url("https://www.stay-app.com/hubfs/StayApp_June2022/icons/Arrow_Right_color.svg");
}
.blueArrowLink:after {
  content: url("https://www.stay-app.com/hubfs/StayApp_June2022/icons/Arrow_right_blue.svg");
}
.whiteArrowLink:after {
content: url("https://www.stay-app.com/hubfs/StayApp_June2022/icons/Arrow_right_white.svg");
}
.darkArrowLinkLeft:before {
  display: inline-block;
  transform: rotate(180deg);
}
.purpleArrowLink:after,
.darkArrowLink:after,
.blueArrowLink:after,
.whiteArrowLink:after {
  transition: all 0.1s linear;
  position: relative;
  left: 8px;
  top: 2px;
}
.darkArrowLinkLeft:before {
  transition: 0.1s linear;
  position: relative;
  top: -4px;
  right: 8px;
}
.darkArrowLinkLeft:hover:before {
  right: 18px;
}
.purpleArrowLink:hover:after,
.darkArrowLink:hover:after,
.blueArrowLink:hover:after,
.whiteArrowLink:hover:after {
  left: 16px;
}
.purpleArrowLink:hover {
  color: ;
}
.purpleArrowLink:hover:after {
  filter: brightness(160%);
}
.darkArrowLink,
.darkArrowLink:hover,
.darkArrowLinkLeft,
.darkArrowLinkLeft:hover {
  color: ;
}
.blueArrowLink,
.blueArrowLink:hover {
  color: #61CFC8;
}

.comingSoonTag {
  font-size: 14px;
  line-height: 16px;
  color: #61CFC8;
  border:1px solid #61CFC8;
  border-radius: 24px;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 24px;
}
/* Secondary Menu Buttons */
.darkLittleArrow:after {
  content: "";
  background-image: url("https://www.stay-app.com/hubfs/StayApp_June2022/Icons/Arrow_right_dark.svg");
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  left: 8px;
  top: 2px;
  transition: all .1s linear;
}
.darkLittleArrow:hover:after {
  left: 16px;
}
.ctaMenu-text {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
}
.ctaMenu-text,
.fix .ctaMenu-text,
.fix .header_transparent .ctaMenu-text,
.menu-open .header_transparent .ctaMenu-text {
  color:#1a1b2d;
  font-size: 16px;
}
.header_transparent .ctaMenu-text {
  color: #FFF;
}
.ctaMenu-text:hover {
  color: #7866fe;
}
@media (max-width: 767.98px) {
  .ctaMenu-text,
  .fix .ctaMenu-text,
  .fix .header_transparent .ctaMenu-text,
  .menu-open .header_transparent .ctaMenu-text {
    font-size: 14px;
    color: #FFF;
    background: #7866FE;
    padding: 8px;
    border-radius: 8px;
  }
}
.ctaMenu-purple {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  background-color: #7866FE;
  border: 1px solid #7866FE;
  transition: background 0.1s ease-in-out;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  transition: background 0.2s ease-in-out;
}
.ctaMenu-purple:hover {
  background-color: #6553ED;
  border: 1px solid #6553ED;
  color: #fff;
}
.menu-open .header_transparent .ctaMenu-transparent,
.fix .header_transparent .ctaMenu-transparent,
.ctaMenu-transparent {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #1A1B2D;
  padding: 12px 32px;
  box-shadow: 0px 0px 0px 1px #1a1b2d;
  border-radius: 8px;
  text-decoration: none;
  transition: box-shadow 0.1s ease-in-out;
}
.ctaMenu-transparent:hover,
.menu-open .header_transparent .ctaMenu-transparent:hover,
.fix .header_transparent .ctaMenu-transparent:hover {
  box-shadow: 0px 0px 0px 2px #1a1b2d;
}
.header_transparent .ctaMenu-transparent {
  color: #FFF;
  box-shadow: 0px 0px 0px 1px #FFF;
}
.header_transparent .ctaMenu-transparent:hover {
  box-shadow: 0px 0px 0px 2px #FFF;
}
/* Switcher Language Menu and Footer */
.header_transparent .header-language-switcher .lang_switcher_class {
  border-right: 1px solid rgb(255 255 255);
}
.menu-open .header_transparent .header-language-switcher .lang_switcher_class,
.fix .header_transparent .header-language-switcher .lang_switcher_class,
.header-language-switcher .lang_switcher_class {
  display: block;
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid rgb(26 27 45 / 40%);
}
.footer-language-switcher .lang_switcher_class .globe_class,
.header-language-switcher .lang_switcher_class .globe_class {
  background-image: url(https://www.stay-app.com/hubfs/raw_assets/public/StayApp_June2022/images/menu-icons/globe.svg);
  position: relative;
}
.header_transparent .header-language-switcher .lang_switcher_class .globe_class {
  filter: invert(100%) sepia(82%) saturate(0%) hue-rotate(50deg) brightness(105%) contrast(101%);
}
.menu-open .header_transparent .header-language-switcher .lang_switcher_class .globe_class,
.fix .header_transparent .header-language-switcher .lang_switcher_class .globe_class {
  filter: none;
}
.header-language-switcher .lang_list_class {
  width: 90px;
  top: 24px;
}
.footer-language-switcher .lang_list_class li:first-child,
.header-language-switcher .lang_list_class li:first-child {
  border-top: 1px solid #EAEAF3;
}
.footer-language-switcher .lang_list_class li:last-child,
.header-language-switcher .lang_list_class li:last-child {
  border-bottom: 1px solid #EAEAF3;;
}
.footer-language-switcher .lang_list_class li,
.header-language-switcher .lang_list_class li {
  border-left: 1px solid #EAEAF3;
  border-right: 1px solid #EAEAF3;
}
.footer-language-switcher .lang_list_class:before,
.header-language-switcher .lang_list_class:before {
  border-bottom-color: #EAEAF3;
}
.footer-language-switcher .lang_list_class {
  top: unset;
  bottom: 30px
}
.footer-language-switcher .lang_list_class:before {
  top: 80px;
}
.footer-language-switcher .lang_list_class:after {
  top: 79px;
}
.footer-language-switcher .lang_list_class:before,
.footer-language-switcher .lang_list_class:after {
  transform: rotate(180deg);
}
.footer .footer__main .footer-language-switcher .lang_list_class li a:hover,
.header-language-switcher .lang_list_class li a:hover {
    color: #7866FE;
}
.footer-language-switcher {
  cursor: pointer;
}
.footer-language-switcher:hover .lang_list_class {
  display: block;
}
/* Footer Container */
.footer_top,
.footer_bottom {
  padding-left: 20px;
  padding-right: 20px;
}
.footer_top {
  margin-bottom: 47px;
}
.footer_top li {
  margin-bottom: 16px;
}
.footer_top li:last-child {
  margin-bottom: 0;
}
.footer_nav{
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .footer_top {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .footer_group {
    width: 50%;
  }
}
.footer_social {
  display: flex;
  align-items: center;
}
.footer_bottom {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1px solid rgba(8, 9, 56, 0.12);
}
.footer_bottom_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.footer_bottom_bottom {
  font-size: 12px;
  line-height: 16px;
  color: #484957;
  display: flex;
  justify-content: center;
}
.footer-language-switcher {
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current {
  margin-left: 8px;
  font-size: 14px;
}
#hs_cos_wrapper_language-switcher,
#hs_cos_wrapper_language-switcher_,
.footer_youtube,
.footer_linkedin {
  display: flex;
  align-items: center;
}
.footer_youtube {
  margin-right: 16px;
}
@media (min-width: 992px) {
  .footer_top {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
  }
  .footer_bottom {
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
  }
  .footer_bottom_bottom {
    order: 1;
    justify-content: left;
    width: auto;
    align-items: center;
  }
  .footer_bottom_top{
    justify-content: right;
    order: 2;
    align-items: center;
    margin-bottom: 0;
  }
  .footer-language-switcher {
    margin-right: 64px;
  }
}

/* Footer No Navigation */
.footer.footer__no__navigation {
    margin-top: 132px;
}
.footer__no__navigation .footer__main {
  border-top: 1px solid rgba(8,9,56,.12);
}
.footer__no__navigation .footer_bottom {
  border-top: none;
}

/* Extra */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer_top li {
  line-height: 1.4;
}
footer.footer .footer__main .hs-menu-children-wrapper li a {
  color: #1a1b2d;
  font-size: 16px;
}
footer.footer .footer__main .hs-menu-children-wrapper li:hover a {
  color: #7866FE;
}

.footer h4 {
  margin-bottom: 1.4rem;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1000px){
  .footer .footer__container {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 90px;
    width: 100%;
  }
}